body {
  font-family: 'DM Sans', sans-serif;
}
.display-1 {
  font-family: 'Vidaloka', serif;
  font-size: 7rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.75rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2299aa !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2299aa !important;
  border-color: #2299aa !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #145862 !important;
  border-color: #145862 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #145862 !important;
  border-color: #145862 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2299aa;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #145862 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2299aa !important;
  border-color: #2299aa !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !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.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: 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.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #2299aa !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #114c55 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #2299aa;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2299aa;
  border-color: #2299aa;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2299aa;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6ad2e1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #2299aa !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #2299aa;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2299aa;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2299aa;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2299aa;
  border-bottom-color: #2299aa;
}
.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: #2299aa !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%232299aa' %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;
}
.cid-uphtWhhS6E {
  background-image: url("../../../assets/images/daseintropic-home-3-1500x700.png");
}
.cid-uphtWhhS6E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uphtWhhS6E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uphtWhhS6E .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uphtWhhS6E .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uphtWhhS6E .container {
    padding: 0 30px;
  }
}
.cid-uphtWhhS6E .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uphtWhhS6E .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uphtWhhS6E .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uphtWhhS6E .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uphtWhhS6E .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uphtWhhS6E .mbr-section-title {
  color: #ffffff;
}
.cid-uphtWhhS6E .mbr-text,
.cid-uphtWhhS6E .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uphtWhhS6E .mbr-section-title,
.cid-uphtWhhS6E .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uc4SP1U09i {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uc4SP1U09i .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-uc4SP1U09i .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uc4SP1U09i .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uc4SP1U09i .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uc4SP1U09i .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uc4SP1U09i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uc4SP1U09i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uc4SP1U09i .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uc4SP1U09i .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uc4SP1U09i .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uc4SP1U09i .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uc4SP1U09i .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uc4SP1U09i .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uc4SP1U09i .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uc4SP1U09i .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uc4SP1U09i .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uc4SP1U09i .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uc4SP1U09i .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uc4SP1U09i .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uc4SP1U09i .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uc4SP1U09i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uc4SP1U09i .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uc4SP1U09i .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uc4SP1U09i .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uc4SP1U09i .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uc4SP1U09i .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uc4SP1U09i .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uc4SP1U09i .nav-item:focus,
.cid-uc4SP1U09i .nav-link:focus {
  outline: none;
}
.cid-uc4SP1U09i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uc4SP1U09i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uc4SP1U09i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uc4SP1U09i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uc4SP1U09i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uc4SP1U09i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uc4SP1U09i .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uc4SP1U09i .navbar.opened {
  transition: all 0.3s;
}
.cid-uc4SP1U09i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uc4SP1U09i .navbar .navbar-logo img {
  width: auto;
}
.cid-uc4SP1U09i .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uc4SP1U09i .navbar.collapsed {
  justify-content: center;
}
.cid-uc4SP1U09i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uc4SP1U09i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uc4SP1U09i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uc4SP1U09i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uc4SP1U09i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uc4SP1U09i .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-uc4SP1U09i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uc4SP1U09i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uc4SP1U09i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uc4SP1U09i .navbar {
    min-height: 72px;
  }
  .cid-uc4SP1U09i .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uc4SP1U09i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uc4SP1U09i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uc4SP1U09i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uc4SP1U09i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uc4SP1U09i .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-uc4SP1U09i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uc4SP1U09i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uc4SP1U09i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uc4SP1U09i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uc4SP1U09i .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uc4SP1U09i .dropdown-item.active,
.cid-uc4SP1U09i .dropdown-item:active {
  background-color: transparent;
}
.cid-uc4SP1U09i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uc4SP1U09i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uc4SP1U09i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uc4SP1U09i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uc4SP1U09i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uc4SP1U09i .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uc4SP1U09i ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uc4SP1U09i .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uc4SP1U09i .navbar-buttons {
    text-align: left;
  }
}
.cid-uc4SP1U09i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uc4SP1U09i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uc4SP1U09i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uc4SP1U09i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uc4SP1U09i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uc4SP1U09i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uc4SP1U09i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uc4SP1U09i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uc4SP1U09i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uc4SP1U09i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uc4SP1U09i .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uc4SP1U09i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uc4SP1U09i .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uc4SP1U09i .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uc4SP1U09i .navbar {
    height: 70px;
  }
  .cid-uc4SP1U09i .navbar.opened {
    height: auto;
  }
  .cid-uc4SP1U09i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uc4SP1U09i .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uc4SP1U09i .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uc4SP1U09i .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uc4SP1U09i .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uc4SP1U09i .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uc4SP1U09i .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uc4SP1U09i .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uc4SP1U09i .navbar-brand {
    margin-right: auto;
  }
  .cid-uc4SP1U09i .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uc4SP1U09i .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uc4SP1U09i .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uc4SP1U09i .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uc4SP1U09i .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uc4SP1U09i .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uc4SP1U09i .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uc4SP1U09i .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uc4SP1U09i .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uc4SP1U09i .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uc4SP1U09i .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uqMJJhBcqW {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqMJJhBcqW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqMJJhBcqW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqMJJhBcqW .items-wrapper {
  justify-content: flex-end;
}
.cid-uqMJJhBcqW .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uqMJJhBcqW .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uqMJJhBcqW .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-uqMJJhBcqW .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uqMJJhBcqW .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uqMJJhBcqW .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uqMJJhBcqW .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uqMJJhBcqW .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uqMJJhBcqW .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uqMJJhBcqW .content-wrapper {
    padding-left: 0;
  }
}
.cid-uqMJJhBcqW .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uqMJJhBcqW .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uqMJJhBcqW .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uqMJJhBcqW .mbr-desc {
  color: #ff6666;
}
.cid-uqMJJhBcqW .mbr-section-title {
  color: #272b2e;
}
.cid-uqMJJhBcqW .mbr-text,
.cid-uqMJJhBcqW .text-wrapper {
  color: #272b2e;
}
.cid-uqMJJhBcqW .mbr-section-title,
.cid-uqMJJhBcqW .mbr-section-btn {
  color: #ff6666;
}
.cid-uqMk5b6EVl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqMk5b6EVl .mbr-text {
  color: #000000;
}
.cid-uqMk5b6EVl .list {
  color: #666666;
}
.cid-uqMk5b6EVl ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uqMk5b6EVl li {
  padding-bottom: 0.5rem;
}
.cid-uc4UIYAqwX {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uc4UIYAqwX .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-uc4UIYAqwX .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uc4UIYAqwX .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uc4UIYAqwX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uc4UIYAqwX .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uc4UIYAqwX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uc4UIYAqwX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uc4UIYAqwX .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uc4UIYAqwX .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uc4UIYAqwX .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uc4UIYAqwX .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uc4UIYAqwX .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uc4UIYAqwX .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uc4UIYAqwX .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uc4UIYAqwX .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uc4UIYAqwX .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uc4UIYAqwX .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uc4UIYAqwX .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uc4UIYAqwX .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uc4UIYAqwX .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uc4UIYAqwX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uc4UIYAqwX .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uc4UIYAqwX .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uc4UIYAqwX .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uc4UIYAqwX .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uc4UIYAqwX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uc4UIYAqwX .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uc4UIYAqwX .nav-item:focus,
.cid-uc4UIYAqwX .nav-link:focus {
  outline: none;
}
.cid-uc4UIYAqwX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uc4UIYAqwX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uc4UIYAqwX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uc4UIYAqwX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uc4UIYAqwX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uc4UIYAqwX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uc4UIYAqwX .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uc4UIYAqwX .navbar.opened {
  transition: all 0.3s;
}
.cid-uc4UIYAqwX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uc4UIYAqwX .navbar .navbar-logo img {
  width: auto;
}
.cid-uc4UIYAqwX .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uc4UIYAqwX .navbar.collapsed {
  justify-content: center;
}
.cid-uc4UIYAqwX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uc4UIYAqwX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uc4UIYAqwX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uc4UIYAqwX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uc4UIYAqwX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uc4UIYAqwX .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-uc4UIYAqwX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uc4UIYAqwX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uc4UIYAqwX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uc4UIYAqwX .navbar {
    min-height: 72px;
  }
  .cid-uc4UIYAqwX .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uc4UIYAqwX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uc4UIYAqwX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uc4UIYAqwX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uc4UIYAqwX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uc4UIYAqwX .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-uc4UIYAqwX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uc4UIYAqwX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uc4UIYAqwX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uc4UIYAqwX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uc4UIYAqwX .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uc4UIYAqwX .dropdown-item.active,
.cid-uc4UIYAqwX .dropdown-item:active {
  background-color: transparent;
}
.cid-uc4UIYAqwX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uc4UIYAqwX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uc4UIYAqwX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uc4UIYAqwX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uc4UIYAqwX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uc4UIYAqwX .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uc4UIYAqwX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uc4UIYAqwX .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uc4UIYAqwX .navbar-buttons {
    text-align: left;
  }
}
.cid-uc4UIYAqwX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uc4UIYAqwX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uc4UIYAqwX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uc4UIYAqwX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uc4UIYAqwX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uc4UIYAqwX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uc4UIYAqwX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uc4UIYAqwX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uc4UIYAqwX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uc4UIYAqwX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uc4UIYAqwX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uc4UIYAqwX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uc4UIYAqwX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uc4UIYAqwX .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uc4UIYAqwX .navbar {
    height: 70px;
  }
  .cid-uc4UIYAqwX .navbar.opened {
    height: auto;
  }
  .cid-uc4UIYAqwX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uc4UIYAqwX .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uc4UIYAqwX .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uc4UIYAqwX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uc4UIYAqwX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uc4UIYAqwX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uc4UIYAqwX .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uc4UIYAqwX .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uc4UIYAqwX .navbar-brand {
    margin-right: auto;
  }
  .cid-uc4UIYAqwX .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uc4UIYAqwX .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uc4UIYAqwX .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uc4UIYAqwX .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uc4UIYAqwX .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uc4UIYAqwX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uc4UIYAqwX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uc4UIYAqwX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uc4UIYAqwX .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uc4UIYAqwX .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uc4UIYAqwX .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uqMKyOwIPP {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uqMKyOwIPP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqMKyOwIPP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqMKyOwIPP .items-wrapper {
  justify-content: flex-end;
}
.cid-uqMKyOwIPP .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uqMKyOwIPP .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uqMKyOwIPP .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-uqMKyOwIPP .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uqMKyOwIPP .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uqMKyOwIPP .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uqMKyOwIPP .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uqMKyOwIPP .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uqMKyOwIPP .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uqMKyOwIPP .content-wrapper {
    padding-left: 0;
  }
}
.cid-uqMKyOwIPP .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uqMKyOwIPP .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uqMKyOwIPP .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uqMKyOwIPP .mbr-desc {
  color: #272b2e;
}
.cid-uqMKyOwIPP .mbr-section-title {
  color: #272b2e;
}
.cid-uqMKyOwIPP .mbr-text,
.cid-uqMKyOwIPP .text-wrapper {
  color: #272b2e;
}
.cid-uqMKyOwIPP .mbr-section-title,
.cid-uqMKyOwIPP .mbr-section-btn {
  color: #ff6666;
}
.cid-uoBHeFhXeQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoBHeFhXeQ .mbr-text {
  color: #000000;
}
.cid-uoBHeFhXeQ .list {
  color: #000000;
}
.cid-uoBHeFhXeQ ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uoBHeFhXeQ li {
  padding-bottom: 0.5rem;
}
.cid-tJpoQN8ESo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJpoQN8ESo .mbr-text {
  color: #000000;
}
.cid-tJpoQN8ESo .mbr-subtitle {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tJpoQN8ESo .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-ucO1H2UxUv {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucO1H2UxUv .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-ucO1H2UxUv .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ucO1H2UxUv .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucO1H2UxUv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucO1H2UxUv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ucO1H2UxUv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucO1H2UxUv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucO1H2UxUv .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ucO1H2UxUv .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ucO1H2UxUv .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ucO1H2UxUv .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucO1H2UxUv .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucO1H2UxUv .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ucO1H2UxUv .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucO1H2UxUv .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ucO1H2UxUv .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucO1H2UxUv .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucO1H2UxUv .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ucO1H2UxUv .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ucO1H2UxUv .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucO1H2UxUv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ucO1H2UxUv .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ucO1H2UxUv .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucO1H2UxUv .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ucO1H2UxUv .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ucO1H2UxUv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucO1H2UxUv .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-ucO1H2UxUv .nav-item:focus,
.cid-ucO1H2UxUv .nav-link:focus {
  outline: none;
}
.cid-ucO1H2UxUv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucO1H2UxUv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucO1H2UxUv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucO1H2UxUv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucO1H2UxUv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucO1H2UxUv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucO1H2UxUv .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ucO1H2UxUv .navbar.opened {
  transition: all 0.3s;
}
.cid-ucO1H2UxUv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucO1H2UxUv .navbar .navbar-logo img {
  width: auto;
}
.cid-ucO1H2UxUv .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucO1H2UxUv .navbar.collapsed {
  justify-content: center;
}
.cid-ucO1H2UxUv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucO1H2UxUv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucO1H2UxUv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ucO1H2UxUv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucO1H2UxUv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucO1H2UxUv .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-ucO1H2UxUv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucO1H2UxUv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucO1H2UxUv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucO1H2UxUv .navbar {
    min-height: 72px;
  }
  .cid-ucO1H2UxUv .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucO1H2UxUv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucO1H2UxUv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucO1H2UxUv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucO1H2UxUv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucO1H2UxUv .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-ucO1H2UxUv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucO1H2UxUv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucO1H2UxUv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucO1H2UxUv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucO1H2UxUv .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucO1H2UxUv .dropdown-item.active,
.cid-ucO1H2UxUv .dropdown-item:active {
  background-color: transparent;
}
.cid-ucO1H2UxUv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucO1H2UxUv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucO1H2UxUv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucO1H2UxUv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucO1H2UxUv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucO1H2UxUv .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucO1H2UxUv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucO1H2UxUv .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucO1H2UxUv .navbar-buttons {
    text-align: left;
  }
}
.cid-ucO1H2UxUv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucO1H2UxUv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucO1H2UxUv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucO1H2UxUv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucO1H2UxUv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucO1H2UxUv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucO1H2UxUv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucO1H2UxUv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucO1H2UxUv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucO1H2UxUv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucO1H2UxUv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucO1H2UxUv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucO1H2UxUv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucO1H2UxUv .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucO1H2UxUv .navbar {
    height: 70px;
  }
  .cid-ucO1H2UxUv .navbar.opened {
    height: auto;
  }
  .cid-ucO1H2UxUv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucO1H2UxUv .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucO1H2UxUv .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucO1H2UxUv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucO1H2UxUv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ucO1H2UxUv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucO1H2UxUv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucO1H2UxUv .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucO1H2UxUv .navbar-brand {
    margin-right: auto;
  }
  .cid-ucO1H2UxUv .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ucO1H2UxUv .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucO1H2UxUv .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucO1H2UxUv .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucO1H2UxUv .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucO1H2UxUv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucO1H2UxUv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ucO1H2UxUv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucO1H2UxUv .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucO1H2UxUv .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucO1H2UxUv .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tJq59Szdir {
  background-image: url("../../../assets/images/art-in-physio-1011x685.jpg");
}
.cid-tJq59Szdir .row {
  flex-direction: row-reverse;
}
.cid-tJq59Szdir .mbr-text {
  max-width: 550px;
}
.cid-tJq59Szdir .row {
  align-items: center;
}
.cid-tJq59Szdir .mbr-section-subtitle {
  line-height: 1.6;
  color: #000000;
  text-align: center;
}
.cid-tJq59Szdir .mbr-text,
.cid-tJq59Szdir .mbr-section-btn {
  color: #ffffff;
}
.cid-tJq59Szdir .mbr-section-title {
  color: #f74660;
  text-align: center;
}
.cid-tJq59Szdir .mbr-iconfont {
  font-size: 8rem;
  color: #ffffff;
}
.cid-tJq59Szdir .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJq59Szdir .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJq59Szdir .mbr-text,
.cid-tJq59Szdir .text-wrapper {
  color: #f74660;
  text-align: center;
}
.cid-ucg4HuysQ6 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucg4HuysQ6 .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-ucg4HuysQ6 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ucg4HuysQ6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucg4HuysQ6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucg4HuysQ6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ucg4HuysQ6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucg4HuysQ6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucg4HuysQ6 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ucg4HuysQ6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ucg4HuysQ6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ucg4HuysQ6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucg4HuysQ6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucg4HuysQ6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ucg4HuysQ6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucg4HuysQ6 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ucg4HuysQ6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucg4HuysQ6 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucg4HuysQ6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ucg4HuysQ6 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ucg4HuysQ6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucg4HuysQ6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ucg4HuysQ6 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ucg4HuysQ6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucg4HuysQ6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ucg4HuysQ6 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ucg4HuysQ6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucg4HuysQ6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-ucg4HuysQ6 .nav-item:focus,
.cid-ucg4HuysQ6 .nav-link:focus {
  outline: none;
}
.cid-ucg4HuysQ6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucg4HuysQ6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucg4HuysQ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucg4HuysQ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucg4HuysQ6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucg4HuysQ6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucg4HuysQ6 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ucg4HuysQ6 .navbar.opened {
  transition: all 0.3s;
}
.cid-ucg4HuysQ6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucg4HuysQ6 .navbar .navbar-logo img {
  width: auto;
}
.cid-ucg4HuysQ6 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucg4HuysQ6 .navbar.collapsed {
  justify-content: center;
}
.cid-ucg4HuysQ6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucg4HuysQ6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucg4HuysQ6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ucg4HuysQ6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucg4HuysQ6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucg4HuysQ6 .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-ucg4HuysQ6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucg4HuysQ6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucg4HuysQ6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucg4HuysQ6 .navbar {
    min-height: 72px;
  }
  .cid-ucg4HuysQ6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucg4HuysQ6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucg4HuysQ6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucg4HuysQ6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucg4HuysQ6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucg4HuysQ6 .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-ucg4HuysQ6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucg4HuysQ6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucg4HuysQ6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucg4HuysQ6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucg4HuysQ6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucg4HuysQ6 .dropdown-item.active,
.cid-ucg4HuysQ6 .dropdown-item:active {
  background-color: transparent;
}
.cid-ucg4HuysQ6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucg4HuysQ6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucg4HuysQ6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucg4HuysQ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucg4HuysQ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucg4HuysQ6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucg4HuysQ6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucg4HuysQ6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucg4HuysQ6 .navbar-buttons {
    text-align: left;
  }
}
.cid-ucg4HuysQ6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucg4HuysQ6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucg4HuysQ6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucg4HuysQ6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucg4HuysQ6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucg4HuysQ6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucg4HuysQ6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucg4HuysQ6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucg4HuysQ6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucg4HuysQ6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucg4HuysQ6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucg4HuysQ6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucg4HuysQ6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucg4HuysQ6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucg4HuysQ6 .navbar {
    height: 70px;
  }
  .cid-ucg4HuysQ6 .navbar.opened {
    height: auto;
  }
  .cid-ucg4HuysQ6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucg4HuysQ6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucg4HuysQ6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucg4HuysQ6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucg4HuysQ6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ucg4HuysQ6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucg4HuysQ6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucg4HuysQ6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucg4HuysQ6 .navbar-brand {
    margin-right: auto;
  }
  .cid-ucg4HuysQ6 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ucg4HuysQ6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucg4HuysQ6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucg4HuysQ6 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucg4HuysQ6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucg4HuysQ6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucg4HuysQ6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ucg4HuysQ6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucg4HuysQ6 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucg4HuysQ6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucg4HuysQ6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uqdQBT3GyA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f8e7d2;
}
.cid-uqdQBT3GyA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqdQBT3GyA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqdQBT3GyA .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uqdQBT3GyA .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uqdQBT3GyA .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uqdQBT3GyA .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uqdQBT3GyA .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8e7d2 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uqdQBT3GyA .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uqdQBT3GyA .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uqdQBT3GyA .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uqdQBT3GyA .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uqdQBT3GyA .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uqdQBT3GyA .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uqdQBT3GyA .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uqdQBT3GyA .mbr-section-title {
  color: #404349;
}
.cid-uqdQBT3GyA .mbr-text {
  color: #404349;
}
.cid-uqdQBT3GyA .mbr-desc {
  color: #b19a7c;
}
.cid-uqdQBT3GyA .mbr-section-title,
.cid-uqdQBT3GyA .mbr-section-btn {
  color: #ff6666;
}
.cid-uUyWbbuhQl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/blank-beige-long-1169x540.png");
}
.cid-uUyWbbuhQl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUyWbbuhQl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUyWbbuhQl .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uUyWbbuhQl .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uUyWbbuhQl .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uUyWbbuhQl .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uUyWbbuhQl .col-text {
    order: 2;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uUyWbbuhQl .col-text {
    margin-top: 20px;
  }
}
.cid-uUyWbbuhQl .text-wrapper {
  width: 100%;
}
.cid-uUyWbbuhQl .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uUyWbbuhQl .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.cid-uUyWbbuhQl .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uUyWbbuhQl .mbr-text {
  color: #C4CFDE;
  padding-right: 16%;
  opacity: 0.9;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-uUyWbbuhQl .mbr-text {
    padding-right: 0;
  }
}
.cid-uUyWbbuhQl .mbr-section-btn {
  margin-top: 20px;
}
.cid-uUyWbbuhQl .social-container {
  width: 100%;
  padding-top: 125px;
}
@media (max-width: 991px) {
  .cid-uUyWbbuhQl .social-container {
    padding-top: 40px;
  }
}
.cid-uUyWbbuhQl .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uUyWbbuhQl .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uUyWbbuhQl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uUyWbbuhQl .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uUyWbbuhQl .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uUyWbbuhQl .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uUyWbbuhQl .soc-item:hover:before {
  opacity: 1;
}
.cid-uUyWbbuhQl .soc-item a {
  animation: none;
}
.cid-uUyWbbuhQl .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uUyWbbuhQl .col-img {
    order: 1;
  }
}
.cid-uUyWbbuhQl .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-uUyWbbuhQl .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-uUyWbbuhQl .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #f8e7d2, #f8e7d2);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
  border-radius: 6px;
}
.cid-uUyWbbuhQl .mbr-text,
.cid-uUyWbbuhQl .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-usbIEvV1kq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8e7d2;
}
.cid-usbIEvV1kq .img-wrapper {
  text-align: center;
}
.cid-usbIEvV1kq .card-title {
  padding-top: 1.5rem;
  color: #ff6666;
}
.cid-usbIEvV1kq img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-usbIEvV1kq .row {
  align-items: flex-start;
}
.cid-usbIEvV1kq .card-wrapper {
  border-radius: 4px;
  background: #f8e7d2;
}
@media (max-width: 992px) {
  .cid-usbIEvV1kq .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-usbIEvV1kq .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-usbIEvV1kq .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-usbIEvV1kq .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-usbIEvV1kq .title {
  color: #f57174;
}
.cid-ucg4b4M1zg {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucg4b4M1zg .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-ucg4b4M1zg .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ucg4b4M1zg .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucg4b4M1zg .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucg4b4M1zg .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ucg4b4M1zg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucg4b4M1zg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucg4b4M1zg .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ucg4b4M1zg .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ucg4b4M1zg .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ucg4b4M1zg .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucg4b4M1zg .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucg4b4M1zg .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ucg4b4M1zg .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucg4b4M1zg .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ucg4b4M1zg .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucg4b4M1zg .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucg4b4M1zg .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ucg4b4M1zg .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ucg4b4M1zg .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucg4b4M1zg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ucg4b4M1zg .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ucg4b4M1zg .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucg4b4M1zg .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ucg4b4M1zg .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ucg4b4M1zg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucg4b4M1zg .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-ucg4b4M1zg .nav-item:focus,
.cid-ucg4b4M1zg .nav-link:focus {
  outline: none;
}
.cid-ucg4b4M1zg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucg4b4M1zg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucg4b4M1zg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucg4b4M1zg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucg4b4M1zg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucg4b4M1zg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucg4b4M1zg .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ucg4b4M1zg .navbar.opened {
  transition: all 0.3s;
}
.cid-ucg4b4M1zg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucg4b4M1zg .navbar .navbar-logo img {
  width: auto;
}
.cid-ucg4b4M1zg .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucg4b4M1zg .navbar.collapsed {
  justify-content: center;
}
.cid-ucg4b4M1zg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucg4b4M1zg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucg4b4M1zg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ucg4b4M1zg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucg4b4M1zg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucg4b4M1zg .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-ucg4b4M1zg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucg4b4M1zg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucg4b4M1zg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucg4b4M1zg .navbar {
    min-height: 72px;
  }
  .cid-ucg4b4M1zg .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucg4b4M1zg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucg4b4M1zg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucg4b4M1zg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucg4b4M1zg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucg4b4M1zg .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-ucg4b4M1zg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucg4b4M1zg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucg4b4M1zg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucg4b4M1zg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucg4b4M1zg .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucg4b4M1zg .dropdown-item.active,
.cid-ucg4b4M1zg .dropdown-item:active {
  background-color: transparent;
}
.cid-ucg4b4M1zg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucg4b4M1zg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucg4b4M1zg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucg4b4M1zg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucg4b4M1zg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucg4b4M1zg .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucg4b4M1zg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucg4b4M1zg .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucg4b4M1zg .navbar-buttons {
    text-align: left;
  }
}
.cid-ucg4b4M1zg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucg4b4M1zg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucg4b4M1zg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucg4b4M1zg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucg4b4M1zg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucg4b4M1zg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucg4b4M1zg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucg4b4M1zg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucg4b4M1zg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucg4b4M1zg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucg4b4M1zg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucg4b4M1zg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucg4b4M1zg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucg4b4M1zg .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucg4b4M1zg .navbar {
    height: 70px;
  }
  .cid-ucg4b4M1zg .navbar.opened {
    height: auto;
  }
  .cid-ucg4b4M1zg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucg4b4M1zg .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucg4b4M1zg .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucg4b4M1zg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucg4b4M1zg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ucg4b4M1zg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucg4b4M1zg .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucg4b4M1zg .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucg4b4M1zg .navbar-brand {
    margin-right: auto;
  }
  .cid-ucg4b4M1zg .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ucg4b4M1zg .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucg4b4M1zg .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucg4b4M1zg .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucg4b4M1zg .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucg4b4M1zg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucg4b4M1zg .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ucg4b4M1zg .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucg4b4M1zg .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucg4b4M1zg .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucg4b4M1zg .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uqMX8WCjEf {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqMX8WCjEf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqMX8WCjEf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqMX8WCjEf .items-wrapper {
  justify-content: flex-end;
}
.cid-uqMX8WCjEf .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uqMX8WCjEf .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uqMX8WCjEf .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-uqMX8WCjEf .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uqMX8WCjEf .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uqMX8WCjEf .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uqMX8WCjEf .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uqMX8WCjEf .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uqMX8WCjEf .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uqMX8WCjEf .content-wrapper {
    padding-left: 0;
  }
}
.cid-uqMX8WCjEf .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uqMX8WCjEf .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uqMX8WCjEf .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uqMX8WCjEf .mbr-desc {
  color: #ff6666;
}
.cid-uqMX8WCjEf .mbr-section-title {
  color: #272b2e;
}
.cid-uqMX8WCjEf .mbr-text,
.cid-uqMX8WCjEf .text-wrapper {
  color: #272b2e;
}
.cid-uqMX8WCjEf .mbr-section-title,
.cid-uqMX8WCjEf .mbr-section-btn {
  color: #ff6666;
}
.cid-tKnrZuOwdm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tKnrZuOwdm .img-wrapper {
  text-align: center;
}
.cid-tKnrZuOwdm .card-title {
  padding-top: 1.5rem;
  color: #000000;
}
.cid-tKnrZuOwdm img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-tKnrZuOwdm .row {
  align-items: flex-start;
}
.cid-tKnrZuOwdm .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-tKnrZuOwdm .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tKnrZuOwdm .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-tKnrZuOwdm .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tKnrZuOwdm .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-ucg3x3GG5z {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucg3x3GG5z .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-ucg3x3GG5z .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ucg3x3GG5z .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucg3x3GG5z .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucg3x3GG5z .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ucg3x3GG5z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucg3x3GG5z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucg3x3GG5z .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ucg3x3GG5z .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ucg3x3GG5z .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ucg3x3GG5z .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucg3x3GG5z .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucg3x3GG5z .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ucg3x3GG5z .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucg3x3GG5z .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ucg3x3GG5z .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucg3x3GG5z .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucg3x3GG5z .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ucg3x3GG5z .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ucg3x3GG5z .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucg3x3GG5z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ucg3x3GG5z .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ucg3x3GG5z .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucg3x3GG5z .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ucg3x3GG5z .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ucg3x3GG5z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucg3x3GG5z .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-ucg3x3GG5z .nav-item:focus,
.cid-ucg3x3GG5z .nav-link:focus {
  outline: none;
}
.cid-ucg3x3GG5z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucg3x3GG5z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucg3x3GG5z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucg3x3GG5z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucg3x3GG5z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucg3x3GG5z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucg3x3GG5z .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ucg3x3GG5z .navbar.opened {
  transition: all 0.3s;
}
.cid-ucg3x3GG5z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucg3x3GG5z .navbar .navbar-logo img {
  width: auto;
}
.cid-ucg3x3GG5z .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucg3x3GG5z .navbar.collapsed {
  justify-content: center;
}
.cid-ucg3x3GG5z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucg3x3GG5z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucg3x3GG5z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ucg3x3GG5z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucg3x3GG5z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucg3x3GG5z .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-ucg3x3GG5z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucg3x3GG5z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucg3x3GG5z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucg3x3GG5z .navbar {
    min-height: 72px;
  }
  .cid-ucg3x3GG5z .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucg3x3GG5z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucg3x3GG5z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucg3x3GG5z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucg3x3GG5z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucg3x3GG5z .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-ucg3x3GG5z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucg3x3GG5z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucg3x3GG5z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucg3x3GG5z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucg3x3GG5z .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucg3x3GG5z .dropdown-item.active,
.cid-ucg3x3GG5z .dropdown-item:active {
  background-color: transparent;
}
.cid-ucg3x3GG5z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucg3x3GG5z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucg3x3GG5z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucg3x3GG5z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucg3x3GG5z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucg3x3GG5z .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucg3x3GG5z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucg3x3GG5z .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucg3x3GG5z .navbar-buttons {
    text-align: left;
  }
}
.cid-ucg3x3GG5z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucg3x3GG5z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucg3x3GG5z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucg3x3GG5z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucg3x3GG5z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucg3x3GG5z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucg3x3GG5z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucg3x3GG5z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucg3x3GG5z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucg3x3GG5z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucg3x3GG5z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucg3x3GG5z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucg3x3GG5z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucg3x3GG5z .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucg3x3GG5z .navbar {
    height: 70px;
  }
  .cid-ucg3x3GG5z .navbar.opened {
    height: auto;
  }
  .cid-ucg3x3GG5z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucg3x3GG5z .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucg3x3GG5z .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucg3x3GG5z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucg3x3GG5z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ucg3x3GG5z .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucg3x3GG5z .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucg3x3GG5z .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucg3x3GG5z .navbar-brand {
    margin-right: auto;
  }
  .cid-ucg3x3GG5z .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ucg3x3GG5z .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucg3x3GG5z .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucg3x3GG5z .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucg3x3GG5z .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucg3x3GG5z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucg3x3GG5z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ucg3x3GG5z .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucg3x3GG5z .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucg3x3GG5z .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucg3x3GG5z .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uqMTgs59RR {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqMTgs59RR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqMTgs59RR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqMTgs59RR .items-wrapper {
  justify-content: flex-end;
}
.cid-uqMTgs59RR .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uqMTgs59RR .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uqMTgs59RR .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-uqMTgs59RR .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uqMTgs59RR .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uqMTgs59RR .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uqMTgs59RR .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uqMTgs59RR .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uqMTgs59RR .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uqMTgs59RR .content-wrapper {
    padding-left: 0;
  }
}
.cid-uqMTgs59RR .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uqMTgs59RR .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uqMTgs59RR .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uqMTgs59RR .mbr-desc {
  color: #ff6666;
}
.cid-uqMTgs59RR .mbr-section-title {
  color: #272b2e;
}
.cid-uqMTgs59RR .mbr-text,
.cid-uqMTgs59RR .text-wrapper {
  color: #272b2e;
}
.cid-uqMTgs59RR .mbr-section-title,
.cid-uqMTgs59RR .mbr-section-btn {
  color: #ff6666;
}
.cid-ucg3MjZtkk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucg3MjZtkk .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-ucg3MjZtkk .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ucg3MjZtkk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucg3MjZtkk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucg3MjZtkk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ucg3MjZtkk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucg3MjZtkk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucg3MjZtkk .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ucg3MjZtkk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ucg3MjZtkk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ucg3MjZtkk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucg3MjZtkk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucg3MjZtkk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ucg3MjZtkk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucg3MjZtkk .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ucg3MjZtkk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucg3MjZtkk .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucg3MjZtkk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ucg3MjZtkk .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ucg3MjZtkk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucg3MjZtkk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ucg3MjZtkk .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ucg3MjZtkk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucg3MjZtkk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ucg3MjZtkk .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ucg3MjZtkk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucg3MjZtkk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-ucg3MjZtkk .nav-item:focus,
.cid-ucg3MjZtkk .nav-link:focus {
  outline: none;
}
.cid-ucg3MjZtkk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucg3MjZtkk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucg3MjZtkk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucg3MjZtkk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucg3MjZtkk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucg3MjZtkk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucg3MjZtkk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ucg3MjZtkk .navbar.opened {
  transition: all 0.3s;
}
.cid-ucg3MjZtkk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucg3MjZtkk .navbar .navbar-logo img {
  width: auto;
}
.cid-ucg3MjZtkk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucg3MjZtkk .navbar.collapsed {
  justify-content: center;
}
.cid-ucg3MjZtkk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucg3MjZtkk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucg3MjZtkk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ucg3MjZtkk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucg3MjZtkk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucg3MjZtkk .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-ucg3MjZtkk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucg3MjZtkk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucg3MjZtkk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucg3MjZtkk .navbar {
    min-height: 72px;
  }
  .cid-ucg3MjZtkk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucg3MjZtkk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucg3MjZtkk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucg3MjZtkk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucg3MjZtkk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucg3MjZtkk .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-ucg3MjZtkk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucg3MjZtkk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucg3MjZtkk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucg3MjZtkk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucg3MjZtkk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucg3MjZtkk .dropdown-item.active,
.cid-ucg3MjZtkk .dropdown-item:active {
  background-color: transparent;
}
.cid-ucg3MjZtkk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucg3MjZtkk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucg3MjZtkk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucg3MjZtkk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucg3MjZtkk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucg3MjZtkk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucg3MjZtkk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucg3MjZtkk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucg3MjZtkk .navbar-buttons {
    text-align: left;
  }
}
.cid-ucg3MjZtkk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucg3MjZtkk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucg3MjZtkk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucg3MjZtkk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucg3MjZtkk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucg3MjZtkk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucg3MjZtkk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucg3MjZtkk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucg3MjZtkk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucg3MjZtkk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucg3MjZtkk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucg3MjZtkk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucg3MjZtkk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucg3MjZtkk .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucg3MjZtkk .navbar {
    height: 70px;
  }
  .cid-ucg3MjZtkk .navbar.opened {
    height: auto;
  }
  .cid-ucg3MjZtkk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucg3MjZtkk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucg3MjZtkk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucg3MjZtkk .navbar-brand {
    margin-right: auto;
  }
  .cid-ucg3MjZtkk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ucg3MjZtkk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucg3MjZtkk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucg3MjZtkk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucg3MjZtkk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uqMUcPk5Wh {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqMUcPk5Wh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqMUcPk5Wh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqMUcPk5Wh .items-wrapper {
  justify-content: flex-end;
}
.cid-uqMUcPk5Wh .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uqMUcPk5Wh .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uqMUcPk5Wh .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
  width: 500px;
  height: 500px;
}
@media (max-width: 1700px) {
  .cid-uqMUcPk5Wh .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uqMUcPk5Wh .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uqMUcPk5Wh .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uqMUcPk5Wh .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
@media (max-width: 1200px) {
  .cid-uqMUcPk5Wh .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uqMUcPk5Wh .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uqMUcPk5Wh .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uqMUcPk5Wh .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uqMUcPk5Wh .content-wrapper {
    padding-left: 0;
  }
}
.cid-uqMUcPk5Wh .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uqMUcPk5Wh .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uqMUcPk5Wh .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uqMUcPk5Wh .mbr-desc {
  color: #ff6666;
}
.cid-uqMUcPk5Wh .mbr-section-title {
  color: #272b2e;
}
.cid-uqMUcPk5Wh .mbr-text,
.cid-uqMUcPk5Wh .text-wrapper {
  color: #272b2e;
}
.cid-uqMUcPk5Wh .mbr-section-title,
.cid-uqMUcPk5Wh .mbr-section-btn {
  color: #ff6666;
}
.cid-uc4W1XdtiB {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uc4W1XdtiB .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-uc4W1XdtiB .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uc4W1XdtiB .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uc4W1XdtiB .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uc4W1XdtiB .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uc4W1XdtiB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uc4W1XdtiB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uc4W1XdtiB .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uc4W1XdtiB .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uc4W1XdtiB .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uc4W1XdtiB .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uc4W1XdtiB .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uc4W1XdtiB .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uc4W1XdtiB .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uc4W1XdtiB .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uc4W1XdtiB .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uc4W1XdtiB .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uc4W1XdtiB .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uc4W1XdtiB .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uc4W1XdtiB .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uc4W1XdtiB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uc4W1XdtiB .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uc4W1XdtiB .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uc4W1XdtiB .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uc4W1XdtiB .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uc4W1XdtiB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uc4W1XdtiB .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uc4W1XdtiB .nav-item:focus,
.cid-uc4W1XdtiB .nav-link:focus {
  outline: none;
}
.cid-uc4W1XdtiB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uc4W1XdtiB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uc4W1XdtiB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uc4W1XdtiB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uc4W1XdtiB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uc4W1XdtiB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uc4W1XdtiB .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uc4W1XdtiB .navbar.opened {
  transition: all 0.3s;
}
.cid-uc4W1XdtiB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uc4W1XdtiB .navbar .navbar-logo img {
  width: auto;
}
.cid-uc4W1XdtiB .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uc4W1XdtiB .navbar.collapsed {
  justify-content: center;
}
.cid-uc4W1XdtiB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uc4W1XdtiB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uc4W1XdtiB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uc4W1XdtiB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uc4W1XdtiB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uc4W1XdtiB .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-uc4W1XdtiB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uc4W1XdtiB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uc4W1XdtiB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uc4W1XdtiB .navbar {
    min-height: 72px;
  }
  .cid-uc4W1XdtiB .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uc4W1XdtiB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uc4W1XdtiB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uc4W1XdtiB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uc4W1XdtiB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uc4W1XdtiB .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-uc4W1XdtiB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uc4W1XdtiB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uc4W1XdtiB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uc4W1XdtiB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uc4W1XdtiB .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uc4W1XdtiB .dropdown-item.active,
.cid-uc4W1XdtiB .dropdown-item:active {
  background-color: transparent;
}
.cid-uc4W1XdtiB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uc4W1XdtiB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uc4W1XdtiB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uc4W1XdtiB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uc4W1XdtiB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uc4W1XdtiB .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uc4W1XdtiB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uc4W1XdtiB .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uc4W1XdtiB .navbar-buttons {
    text-align: left;
  }
}
.cid-uc4W1XdtiB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uc4W1XdtiB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uc4W1XdtiB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uc4W1XdtiB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uc4W1XdtiB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uc4W1XdtiB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uc4W1XdtiB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uc4W1XdtiB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uc4W1XdtiB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uc4W1XdtiB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uc4W1XdtiB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uc4W1XdtiB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uc4W1XdtiB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uc4W1XdtiB .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uc4W1XdtiB .navbar {
    height: 70px;
  }
  .cid-uc4W1XdtiB .navbar.opened {
    height: auto;
  }
  .cid-uc4W1XdtiB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uc4W1XdtiB .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uc4W1XdtiB .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uc4W1XdtiB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uc4W1XdtiB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uc4W1XdtiB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uc4W1XdtiB .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uc4W1XdtiB .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uc4W1XdtiB .navbar-brand {
    margin-right: auto;
  }
  .cid-uc4W1XdtiB .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uc4W1XdtiB .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uc4W1XdtiB .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uc4W1XdtiB .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uc4W1XdtiB .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uc4W1XdtiB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uc4W1XdtiB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uc4W1XdtiB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uc4W1XdtiB .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uc4W1XdtiB .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uc4W1XdtiB .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uc9aKS91Va {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/daseintropic-home-2-1500x700.jpg");
}
.cid-uc9aKS91Va .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc9aKS91Va .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc9aKS91Va p {
  line-height: 1.5;
}
@media (max-width: 767px) {
  .cid-uc9aKS91Va .card-wrapper {
    text-align: center;
  }
}
.cid-uc9aKS91Va .mbr-section-title {
  color: #232323;
}
.cid-uqRpXyrwcV {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uqRpXyrwcV .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-uqRpXyrwcV .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uqRpXyrwcV .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uqRpXyrwcV .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqRpXyrwcV .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uqRpXyrwcV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqRpXyrwcV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqRpXyrwcV .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uqRpXyrwcV .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uqRpXyrwcV .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uqRpXyrwcV .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uqRpXyrwcV .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uqRpXyrwcV .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uqRpXyrwcV .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uqRpXyrwcV .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uqRpXyrwcV .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uqRpXyrwcV .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uqRpXyrwcV .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uqRpXyrwcV .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uqRpXyrwcV .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uqRpXyrwcV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uqRpXyrwcV .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uqRpXyrwcV .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqRpXyrwcV .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uqRpXyrwcV .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uqRpXyrwcV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqRpXyrwcV .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uqRpXyrwcV .nav-item:focus,
.cid-uqRpXyrwcV .nav-link:focus {
  outline: none;
}
.cid-uqRpXyrwcV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqRpXyrwcV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqRpXyrwcV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqRpXyrwcV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqRpXyrwcV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqRpXyrwcV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqRpXyrwcV .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uqRpXyrwcV .navbar.opened {
  transition: all 0.3s;
}
.cid-uqRpXyrwcV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqRpXyrwcV .navbar .navbar-logo img {
  width: auto;
}
.cid-uqRpXyrwcV .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uqRpXyrwcV .navbar.collapsed {
  justify-content: center;
}
.cid-uqRpXyrwcV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqRpXyrwcV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqRpXyrwcV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uqRpXyrwcV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqRpXyrwcV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqRpXyrwcV .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-uqRpXyrwcV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqRpXyrwcV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqRpXyrwcV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uqRpXyrwcV .navbar {
    min-height: 72px;
  }
  .cid-uqRpXyrwcV .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uqRpXyrwcV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqRpXyrwcV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqRpXyrwcV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqRpXyrwcV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqRpXyrwcV .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-uqRpXyrwcV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqRpXyrwcV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uqRpXyrwcV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqRpXyrwcV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqRpXyrwcV .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uqRpXyrwcV .dropdown-item.active,
.cid-uqRpXyrwcV .dropdown-item:active {
  background-color: transparent;
}
.cid-uqRpXyrwcV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqRpXyrwcV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqRpXyrwcV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqRpXyrwcV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uqRpXyrwcV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uqRpXyrwcV .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uqRpXyrwcV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqRpXyrwcV .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uqRpXyrwcV .navbar-buttons {
    text-align: left;
  }
}
.cid-uqRpXyrwcV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqRpXyrwcV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uqRpXyrwcV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqRpXyrwcV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqRpXyrwcV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqRpXyrwcV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqRpXyrwcV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqRpXyrwcV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqRpXyrwcV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqRpXyrwcV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqRpXyrwcV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uqRpXyrwcV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqRpXyrwcV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uqRpXyrwcV .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqRpXyrwcV .navbar {
    height: 70px;
  }
  .cid-uqRpXyrwcV .navbar.opened {
    height: auto;
  }
  .cid-uqRpXyrwcV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqRpXyrwcV .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uqRpXyrwcV .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uqRpXyrwcV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uqRpXyrwcV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uqRpXyrwcV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uqRpXyrwcV .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uqRpXyrwcV .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uqRpXyrwcV .navbar-brand {
    margin-right: auto;
  }
  .cid-uqRpXyrwcV .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uqRpXyrwcV .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uqRpXyrwcV .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uqRpXyrwcV .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uqRpXyrwcV .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uqRpXyrwcV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uqRpXyrwcV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uqRpXyrwcV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uqRpXyrwcV .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uqRpXyrwcV .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uqRpXyrwcV .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uqRpijCBbS {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f8e7d2;
}
.cid-uqRpijCBbS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqRpijCBbS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqRpijCBbS .items-wrapper {
  justify-content: flex-end;
}
.cid-uqRpijCBbS .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uqRpijCBbS .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uqRpijCBbS .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-uqRpijCBbS .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uqRpijCBbS .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uqRpijCBbS .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uqRpijCBbS .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uqRpijCBbS .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uqRpijCBbS .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uqRpijCBbS .content-wrapper {
    padding-left: 0;
  }
}
.cid-uqRpijCBbS .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uqRpijCBbS .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uqRpijCBbS .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uqRpijCBbS .mbr-desc {
  color: #ff6666;
}
.cid-uqRpijCBbS .mbr-section-title {
  color: #272b2e;
}
.cid-uqRpijCBbS .mbr-text,
.cid-uqRpijCBbS .text-wrapper {
  color: #272b2e;
}
.cid-uqRpijCBbS .mbr-section-title,
.cid-uqRpijCBbS .mbr-section-btn {
  color: #ff6666;
}
.cid-usbMV5oWxg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8e7d2;
}
.cid-usbMV5oWxg .img-wrapper {
  text-align: center;
}
.cid-usbMV5oWxg .card-title {
  padding-top: 1.5rem;
  color: #ff6666;
}
.cid-usbMV5oWxg img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-usbMV5oWxg .row {
  align-items: flex-start;
}
.cid-usbMV5oWxg .card-wrapper {
  border-radius: 4px;
  background: #f8e7d2;
}
@media (max-width: 992px) {
  .cid-usbMV5oWxg .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-usbMV5oWxg .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-usbMV5oWxg .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-usbMV5oWxg .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-usbMV5oWxg .title {
  color: #f57174;
}
.cid-ucmpbIbjcQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucmpbIbjcQ .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-ucmpbIbjcQ .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ucmpbIbjcQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucmpbIbjcQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucmpbIbjcQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ucmpbIbjcQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucmpbIbjcQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucmpbIbjcQ .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ucmpbIbjcQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ucmpbIbjcQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ucmpbIbjcQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucmpbIbjcQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucmpbIbjcQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ucmpbIbjcQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucmpbIbjcQ .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ucmpbIbjcQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucmpbIbjcQ .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucmpbIbjcQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ucmpbIbjcQ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ucmpbIbjcQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucmpbIbjcQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ucmpbIbjcQ .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ucmpbIbjcQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucmpbIbjcQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ucmpbIbjcQ .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ucmpbIbjcQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucmpbIbjcQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-ucmpbIbjcQ .nav-item:focus,
.cid-ucmpbIbjcQ .nav-link:focus {
  outline: none;
}
.cid-ucmpbIbjcQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucmpbIbjcQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucmpbIbjcQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucmpbIbjcQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucmpbIbjcQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucmpbIbjcQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucmpbIbjcQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ucmpbIbjcQ .navbar.opened {
  transition: all 0.3s;
}
.cid-ucmpbIbjcQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucmpbIbjcQ .navbar .navbar-logo img {
  width: auto;
}
.cid-ucmpbIbjcQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucmpbIbjcQ .navbar.collapsed {
  justify-content: center;
}
.cid-ucmpbIbjcQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucmpbIbjcQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucmpbIbjcQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ucmpbIbjcQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucmpbIbjcQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucmpbIbjcQ .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-ucmpbIbjcQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucmpbIbjcQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucmpbIbjcQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucmpbIbjcQ .navbar {
    min-height: 72px;
  }
  .cid-ucmpbIbjcQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucmpbIbjcQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucmpbIbjcQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucmpbIbjcQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucmpbIbjcQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucmpbIbjcQ .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-ucmpbIbjcQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucmpbIbjcQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucmpbIbjcQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucmpbIbjcQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucmpbIbjcQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucmpbIbjcQ .dropdown-item.active,
.cid-ucmpbIbjcQ .dropdown-item:active {
  background-color: transparent;
}
.cid-ucmpbIbjcQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucmpbIbjcQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucmpbIbjcQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucmpbIbjcQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucmpbIbjcQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucmpbIbjcQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucmpbIbjcQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucmpbIbjcQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucmpbIbjcQ .navbar-buttons {
    text-align: left;
  }
}
.cid-ucmpbIbjcQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucmpbIbjcQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucmpbIbjcQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucmpbIbjcQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucmpbIbjcQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucmpbIbjcQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucmpbIbjcQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucmpbIbjcQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucmpbIbjcQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucmpbIbjcQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucmpbIbjcQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucmpbIbjcQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucmpbIbjcQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucmpbIbjcQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucmpbIbjcQ .navbar {
    height: 70px;
  }
  .cid-ucmpbIbjcQ .navbar.opened {
    height: auto;
  }
  .cid-ucmpbIbjcQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucmpbIbjcQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucmpbIbjcQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucmpbIbjcQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucmpbIbjcQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ucmpbIbjcQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucmpbIbjcQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucmpbIbjcQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucmpbIbjcQ .navbar-brand {
    margin-right: auto;
  }
  .cid-ucmpbIbjcQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ucmpbIbjcQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucmpbIbjcQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucmpbIbjcQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucmpbIbjcQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucmpbIbjcQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucmpbIbjcQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ucmpbIbjcQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucmpbIbjcQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucmpbIbjcQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucmpbIbjcQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uqReJkU2kB {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f8e7d2;
}
.cid-uqReJkU2kB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqReJkU2kB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqReJkU2kB .items-wrapper {
  justify-content: flex-end;
}
.cid-uqReJkU2kB .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uqReJkU2kB .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uqReJkU2kB .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-uqReJkU2kB .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uqReJkU2kB .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uqReJkU2kB .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uqReJkU2kB .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uqReJkU2kB .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uqReJkU2kB .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uqReJkU2kB .content-wrapper {
    padding-left: 0;
  }
}
.cid-uqReJkU2kB .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uqReJkU2kB .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uqReJkU2kB .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uqReJkU2kB .mbr-desc {
  color: #ff6666;
}
.cid-uqReJkU2kB .mbr-section-title {
  color: #272b2e;
}
.cid-uqReJkU2kB .mbr-text,
.cid-uqReJkU2kB .text-wrapper {
  color: #272b2e;
}
.cid-uqReJkU2kB .mbr-section-title,
.cid-uqReJkU2kB .mbr-section-btn {
  color: #ff6666;
}
.cid-usbKsGSL8j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8e7d2;
}
.cid-usbKsGSL8j .mbr-text {
  color: #000000;
}
.cid-usbKsGSL8j .list {
  color: #666666;
}
.cid-usbKsGSL8j ul {
  list-style-position: inside;
  padding: 0;
}
.cid-usbKsGSL8j li {
  padding-bottom: 0.5rem;
}
.cid-usbKoylYBw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8e7d2;
}
.cid-usbKoylYBw .img-wrapper {
  text-align: center;
}
.cid-usbKoylYBw .card-title {
  padding-top: 1.5rem;
  color: #ff6666;
}
.cid-usbKoylYBw img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-usbKoylYBw .row {
  align-items: flex-start;
}
.cid-usbKoylYBw .card-wrapper {
  border-radius: 4px;
  background: #f8e7d2;
}
@media (max-width: 992px) {
  .cid-usbKoylYBw .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-usbKoylYBw .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-usbKoylYBw .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-usbKoylYBw .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-usbKoylYBw .title {
  color: #f57174;
}
.cid-ucJjSNEPHG {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucJjSNEPHG .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-ucJjSNEPHG .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ucJjSNEPHG .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucJjSNEPHG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucJjSNEPHG .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ucJjSNEPHG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucJjSNEPHG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucJjSNEPHG .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ucJjSNEPHG .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ucJjSNEPHG .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ucJjSNEPHG .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucJjSNEPHG .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucJjSNEPHG .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ucJjSNEPHG .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucJjSNEPHG .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ucJjSNEPHG .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucJjSNEPHG .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucJjSNEPHG .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ucJjSNEPHG .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ucJjSNEPHG .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucJjSNEPHG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ucJjSNEPHG .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ucJjSNEPHG .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucJjSNEPHG .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ucJjSNEPHG .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ucJjSNEPHG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucJjSNEPHG .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-ucJjSNEPHG .nav-item:focus,
.cid-ucJjSNEPHG .nav-link:focus {
  outline: none;
}
.cid-ucJjSNEPHG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucJjSNEPHG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucJjSNEPHG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucJjSNEPHG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucJjSNEPHG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucJjSNEPHG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucJjSNEPHG .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ucJjSNEPHG .navbar.opened {
  transition: all 0.3s;
}
.cid-ucJjSNEPHG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucJjSNEPHG .navbar .navbar-logo img {
  width: auto;
}
.cid-ucJjSNEPHG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucJjSNEPHG .navbar.collapsed {
  justify-content: center;
}
.cid-ucJjSNEPHG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucJjSNEPHG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucJjSNEPHG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ucJjSNEPHG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucJjSNEPHG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucJjSNEPHG .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-ucJjSNEPHG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucJjSNEPHG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucJjSNEPHG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucJjSNEPHG .navbar {
    min-height: 72px;
  }
  .cid-ucJjSNEPHG .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucJjSNEPHG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucJjSNEPHG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucJjSNEPHG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucJjSNEPHG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucJjSNEPHG .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-ucJjSNEPHG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucJjSNEPHG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucJjSNEPHG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucJjSNEPHG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucJjSNEPHG .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucJjSNEPHG .dropdown-item.active,
.cid-ucJjSNEPHG .dropdown-item:active {
  background-color: transparent;
}
.cid-ucJjSNEPHG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucJjSNEPHG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucJjSNEPHG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucJjSNEPHG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucJjSNEPHG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucJjSNEPHG .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucJjSNEPHG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucJjSNEPHG .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucJjSNEPHG .navbar-buttons {
    text-align: left;
  }
}
.cid-ucJjSNEPHG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucJjSNEPHG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucJjSNEPHG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucJjSNEPHG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucJjSNEPHG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucJjSNEPHG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucJjSNEPHG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucJjSNEPHG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucJjSNEPHG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucJjSNEPHG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucJjSNEPHG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucJjSNEPHG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucJjSNEPHG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucJjSNEPHG .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucJjSNEPHG .navbar {
    height: 70px;
  }
  .cid-ucJjSNEPHG .navbar.opened {
    height: auto;
  }
  .cid-ucJjSNEPHG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucJjSNEPHG .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucJjSNEPHG .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucJjSNEPHG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucJjSNEPHG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ucJjSNEPHG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucJjSNEPHG .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucJjSNEPHG .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucJjSNEPHG .navbar-brand {
    margin-right: auto;
  }
  .cid-ucJjSNEPHG .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ucJjSNEPHG .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucJjSNEPHG .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucJjSNEPHG .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucJjSNEPHG .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucJjSNEPHG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucJjSNEPHG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ucJjSNEPHG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucJjSNEPHG .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucJjSNEPHG .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucJjSNEPHG .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tOtuUSJhVP {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f8e7d2;
}
.cid-tOtuUSJhVP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOtuUSJhVP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOtuUSJhVP .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tOtuUSJhVP .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tOtuUSJhVP .container {
    padding: 0 16px;
  }
}
.cid-tOtuUSJhVP .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-tOtuUSJhVP .title-wrapper {
    padding: 0;
  }
}
.cid-tOtuUSJhVP .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tOtuUSJhVP .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tOtuUSJhVP .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tOtuUSJhVP .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tOtuUSJhVP .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-tOtuUSJhVP .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tOtuUSJhVP .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-tOtuUSJhVP .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-tOtuUSJhVP .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-tOtuUSJhVP .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tOtuUSJhVP .title-wrapper img {
    display: none;
  }
}
.cid-tOtuUSJhVP .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-tOtuUSJhVP .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-tOtuUSJhVP .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-tOtuUSJhVP .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-tOtuUSJhVP .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tOtuUSJhVP .title-wrapper .line_1 {
    display: none;
  }
}
.cid-tOtuUSJhVP .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-tOtuUSJhVP .title-wrapper .line_2 {
    display: none;
  }
}
.cid-tOtuUSJhVP .mbr-section-title {
  color: #08323C;
}
.cid-tOtuUSJhVP .mbr-text {
  color: #f9698c;
  text-align: center;
}
.cid-tOtuUSJhVP .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-tOtuUSJhVP .mbr-section-title,
.cid-tOtuUSJhVP .mbr-section-btn {
  text-align: center;
  color: #ff6666;
}
.cid-tOtu98xCSv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8e7d2;
}
.cid-tOtu98xCSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOtu98xCSv .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-tOtu98xCSv .container {
    padding: 0 16px;
  }
}
.cid-tOtu98xCSv .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2a7c33;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-tOtu98xCSv .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-tOtu98xCSv .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tOtu98xCSv .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tOtu98xCSv .image-wrapper img {
    height: 300px;
  }
}
.cid-tOtu98xCSv .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tOtu98xCSv .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tOtu98xCSv .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tOtu98xCSv .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tOtu98xCSv .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tOtu98xCSv .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tOtu98xCSv .mbr-section-title,
.cid-tOtu98xCSv .mbr-section-btn {
  color: #ff6666;
}
.cid-tOtu98xCSv .mbr-text {
  color: #000000;
}
.cid-tOueztx0UW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f8e7d2;
}
@media (min-width: 992px) {
  .cid-tOueztx0UW .col-lg-2 {
    width: 20%;
  }
}
.cid-tOueztx0UW .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tOueztx0UW .item:hover img,
.cid-tOueztx0UW .item:hover .item-img {
  border-radius: 0;
}
.cid-tOueztx0UW img {
  border: 2px solid gray;
}
.cid-tOueztx0UW img:hover {
  border-color: #2299aa;
}
.cid-tOueztx0UW img,
.cid-tOueztx0UW .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tOueztx0UW h5 {
  margin: 0;
}
.cid-tOueztx0UW .item:focus,
.cid-tOueztx0UW span:focus {
  outline: none;
}
.cid-tOueztx0UW .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tOueztx0UW .item-content {
  padding-top: 1rem;
}
.cid-tOueztx0UW .mbr-section-title {
  color: #f35e67;
}
.cid-tOueztx0UW .item-title {
  color: #000000;
}
.cid-tOueztx0UW .item-subtitle {
  color: #000000;
}
.cid-tOueztx0UW .mbr-section-subtitle {
  color: #666666;
}
.cid-ucJyxS40MD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f8e7d2;
}
@media (min-width: 992px) {
  .cid-ucJyxS40MD .col-lg-2 {
    width: 20%;
  }
}
.cid-ucJyxS40MD .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ucJyxS40MD .item:hover img,
.cid-ucJyxS40MD .item:hover .item-img {
  border-radius: 0;
}
.cid-ucJyxS40MD img {
  border: 2px solid gray;
}
.cid-ucJyxS40MD img:hover {
  border-color: #2299aa;
}
.cid-ucJyxS40MD img,
.cid-ucJyxS40MD .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ucJyxS40MD h5 {
  margin: 0;
}
.cid-ucJyxS40MD .item:focus,
.cid-ucJyxS40MD span:focus {
  outline: none;
}
.cid-ucJyxS40MD .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ucJyxS40MD .item-content {
  padding-top: 1rem;
}
.cid-ucJyxS40MD .mbr-section-title {
  color: #f35e67;
}
.cid-ucJyxS40MD .item-title {
  color: #000000;
}
.cid-ucJyxS40MD .item-subtitle {
  color: #000000;
}
.cid-ucJyxS40MD .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-ucJAf1wzFu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f8e7d2;
}
@media (min-width: 992px) {
  .cid-ucJAf1wzFu .col-lg-2 {
    width: 20%;
  }
}
.cid-ucJAf1wzFu .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ucJAf1wzFu .item:hover img,
.cid-ucJAf1wzFu .item:hover .item-img {
  border-radius: 0;
}
.cid-ucJAf1wzFu img {
  border: 2px solid gray;
}
.cid-ucJAf1wzFu img:hover {
  border-color: #2299aa;
}
.cid-ucJAf1wzFu img,
.cid-ucJAf1wzFu .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ucJAf1wzFu h5 {
  margin: 0;
}
.cid-ucJAf1wzFu .item:focus,
.cid-ucJAf1wzFu span:focus {
  outline: none;
}
.cid-ucJAf1wzFu .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ucJAf1wzFu .item-content {
  padding-top: 1rem;
}
.cid-ucJAf1wzFu .mbr-section-title {
  color: #f35e67;
}
.cid-ucJAf1wzFu .item-title {
  color: #000000;
}
.cid-ucJAf1wzFu .item-subtitle {
  color: #000000;
}
.cid-ucJAf1wzFu .mbr-section-subtitle {
  color: #000000;
}
.cid-tOj8DGlrCU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f8e7d2;
}
@media (min-width: 992px) {
  .cid-tOj8DGlrCU .col-lg-2 {
    width: 20%;
  }
}
.cid-tOj8DGlrCU .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tOj8DGlrCU .item:hover img,
.cid-tOj8DGlrCU .item:hover .item-img {
  border-radius: 0;
}
.cid-tOj8DGlrCU img {
  border: 2px solid gray;
}
.cid-tOj8DGlrCU img:hover {
  border-color: #2299aa;
}
.cid-tOj8DGlrCU img,
.cid-tOj8DGlrCU .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tOj8DGlrCU h5 {
  margin: 0;
}
.cid-tOj8DGlrCU .item:focus,
.cid-tOj8DGlrCU span:focus {
  outline: none;
}
.cid-tOj8DGlrCU .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tOj8DGlrCU .item-content {
  padding-top: 1rem;
}
.cid-tOj8DGlrCU .mbr-section-title {
  color: #f35e67;
}
.cid-tOj8DGlrCU .item-title {
  color: #000000;
}
.cid-tOj8DGlrCU .item-subtitle {
  color: #000000;
}
.cid-tOj8DGlrCU .mbr-section-subtitle {
  color: #666666;
}
.cid-tOuksrjY1I {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f8e7d2;
}
@media (min-width: 992px) {
  .cid-tOuksrjY1I .col-lg-2 {
    width: 20%;
  }
}
.cid-tOuksrjY1I .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tOuksrjY1I .item:hover img,
.cid-tOuksrjY1I .item:hover .item-img {
  border-radius: 0;
}
.cid-tOuksrjY1I img {
  border: 2px solid gray;
}
.cid-tOuksrjY1I img:hover {
  border-color: #2299aa;
}
.cid-tOuksrjY1I img,
.cid-tOuksrjY1I .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tOuksrjY1I h5 {
  margin: 0;
}
.cid-tOuksrjY1I .item:focus,
.cid-tOuksrjY1I span:focus {
  outline: none;
}
.cid-tOuksrjY1I .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tOuksrjY1I .item-content {
  padding-top: 1rem;
}
.cid-tOuksrjY1I .mbr-section-title {
  color: #f35e67;
}
.cid-tOuksrjY1I .item-title {
  color: #000000;
}
.cid-tOuksrjY1I .item-subtitle {
  color: #000000;
}
.cid-tOuksrjY1I .mbr-section-subtitle {
  color: #666666;
}
.cid-usbIKjB06n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8e7d2;
}
.cid-usbIKjB06n .img-wrapper {
  text-align: center;
}
.cid-usbIKjB06n .card-title {
  padding-top: 1.5rem;
  color: #ff6666;
}
.cid-usbIKjB06n img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-usbIKjB06n .row {
  align-items: flex-start;
}
.cid-usbIKjB06n .card-wrapper {
  border-radius: 4px;
  background: #f8e7d2;
}
@media (max-width: 992px) {
  .cid-usbIKjB06n .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-usbIKjB06n .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-usbIKjB06n .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-usbIKjB06n .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-usbIKjB06n .title {
  color: #f57174;
}
.cid-ucO2pH2vfa {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucO2pH2vfa .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-ucO2pH2vfa .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ucO2pH2vfa .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucO2pH2vfa .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucO2pH2vfa .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ucO2pH2vfa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucO2pH2vfa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucO2pH2vfa .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ucO2pH2vfa .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ucO2pH2vfa .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ucO2pH2vfa .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucO2pH2vfa .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucO2pH2vfa .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ucO2pH2vfa .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucO2pH2vfa .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ucO2pH2vfa .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucO2pH2vfa .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucO2pH2vfa .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ucO2pH2vfa .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ucO2pH2vfa .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucO2pH2vfa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ucO2pH2vfa .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ucO2pH2vfa .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucO2pH2vfa .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ucO2pH2vfa .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ucO2pH2vfa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucO2pH2vfa .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-ucO2pH2vfa .nav-item:focus,
.cid-ucO2pH2vfa .nav-link:focus {
  outline: none;
}
.cid-ucO2pH2vfa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucO2pH2vfa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucO2pH2vfa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucO2pH2vfa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucO2pH2vfa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucO2pH2vfa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucO2pH2vfa .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ucO2pH2vfa .navbar.opened {
  transition: all 0.3s;
}
.cid-ucO2pH2vfa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucO2pH2vfa .navbar .navbar-logo img {
  width: auto;
}
.cid-ucO2pH2vfa .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucO2pH2vfa .navbar.collapsed {
  justify-content: center;
}
.cid-ucO2pH2vfa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucO2pH2vfa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucO2pH2vfa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ucO2pH2vfa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucO2pH2vfa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucO2pH2vfa .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-ucO2pH2vfa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucO2pH2vfa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucO2pH2vfa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucO2pH2vfa .navbar {
    min-height: 72px;
  }
  .cid-ucO2pH2vfa .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucO2pH2vfa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucO2pH2vfa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucO2pH2vfa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucO2pH2vfa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucO2pH2vfa .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-ucO2pH2vfa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucO2pH2vfa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucO2pH2vfa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucO2pH2vfa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucO2pH2vfa .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucO2pH2vfa .dropdown-item.active,
.cid-ucO2pH2vfa .dropdown-item:active {
  background-color: transparent;
}
.cid-ucO2pH2vfa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucO2pH2vfa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucO2pH2vfa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucO2pH2vfa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucO2pH2vfa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucO2pH2vfa .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucO2pH2vfa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucO2pH2vfa .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucO2pH2vfa .navbar-buttons {
    text-align: left;
  }
}
.cid-ucO2pH2vfa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucO2pH2vfa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucO2pH2vfa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucO2pH2vfa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucO2pH2vfa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucO2pH2vfa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucO2pH2vfa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucO2pH2vfa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucO2pH2vfa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucO2pH2vfa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucO2pH2vfa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucO2pH2vfa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucO2pH2vfa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucO2pH2vfa .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucO2pH2vfa .navbar {
    height: 70px;
  }
  .cid-ucO2pH2vfa .navbar.opened {
    height: auto;
  }
  .cid-ucO2pH2vfa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucO2pH2vfa .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucO2pH2vfa .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucO2pH2vfa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucO2pH2vfa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ucO2pH2vfa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucO2pH2vfa .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucO2pH2vfa .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucO2pH2vfa .navbar-brand {
    margin-right: auto;
  }
  .cid-ucO2pH2vfa .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ucO2pH2vfa .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucO2pH2vfa .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucO2pH2vfa .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucO2pH2vfa .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucO2pH2vfa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucO2pH2vfa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ucO2pH2vfa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucO2pH2vfa .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucO2pH2vfa .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucO2pH2vfa .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tKnVHHTxvI {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKnVHHTxvI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKnVHHTxvI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKnVHHTxvI .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tKnVHHTxvI .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tKnVHHTxvI .container {
    padding: 0 16px;
  }
}
.cid-tKnVHHTxvI .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-tKnVHHTxvI .title-wrapper {
    padding: 0;
  }
}
.cid-tKnVHHTxvI .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tKnVHHTxvI .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tKnVHHTxvI .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tKnVHHTxvI .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tKnVHHTxvI .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-tKnVHHTxvI .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tKnVHHTxvI .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-tKnVHHTxvI .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-tKnVHHTxvI .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-tKnVHHTxvI .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tKnVHHTxvI .title-wrapper img {
    display: none;
  }
}
.cid-tKnVHHTxvI .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-tKnVHHTxvI .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-tKnVHHTxvI .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-tKnVHHTxvI .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-tKnVHHTxvI .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tKnVHHTxvI .title-wrapper .line_1 {
    display: none;
  }
}
.cid-tKnVHHTxvI .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-tKnVHHTxvI .title-wrapper .line_2 {
    display: none;
  }
}
.cid-tKnVHHTxvI .mbr-section-title {
  color: #08323C;
}
.cid-tKnVHHTxvI .mbr-text {
  color: #f35e67;
  text-align: center;
}
.cid-tKnVHHTxvI .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-tKnVHHTxvI .mbr-section-title,
.cid-tKnVHHTxvI .mbr-section-btn {
  text-align: center;
  color: #f35e67;
}
.cid-tKnCh7VK2L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKnCh7VK2L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKnCh7VK2L .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-tKnCh7VK2L .container {
    padding: 0 30px;
  }
}
.cid-tKnCh7VK2L .row {
  justify-content: center;
}
.cid-tKnCh7VK2L .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tKnCh7VK2L .title-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tKnCh7VK2L .title-wrapper .list {
  padding-left: 20px;
  margin-bottom: 16px;
}
.cid-tKnCh7VK2L .title-wrapper .list .item-wrap {
  margin-bottom: 0;
}
.cid-tKnCh7VK2L .mbr-section-title {
  color: #f74660;
  text-align: center;
}
.cid-tKnCh7VK2L .mbr-text {
  color: #000000;
}
.cid-tKnCh7VK2L .list {
  color: #212529;
}
.cid-tOvRI3uKu1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOvRI3uKu1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOvRI3uKu1 .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-tOvRI3uKu1 .container {
    padding: 0;
  }
}
.cid-tOvRI3uKu1 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tOvRI3uKu1 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tOvRI3uKu1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tOvRI3uKu1 .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tOvRI3uKu1 .mbr-section-title {
  color: #263652;
}
.cid-tOvRI3uKu1 .mbr-text {
  color: #263652;
  text-align: center;
}
.cid-ucO2zH5w1b {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucO2zH5w1b .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-ucO2zH5w1b .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ucO2zH5w1b .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucO2zH5w1b .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucO2zH5w1b .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ucO2zH5w1b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucO2zH5w1b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucO2zH5w1b .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ucO2zH5w1b .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ucO2zH5w1b .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ucO2zH5w1b .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucO2zH5w1b .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucO2zH5w1b .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ucO2zH5w1b .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucO2zH5w1b .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ucO2zH5w1b .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucO2zH5w1b .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucO2zH5w1b .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ucO2zH5w1b .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ucO2zH5w1b .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucO2zH5w1b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ucO2zH5w1b .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ucO2zH5w1b .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucO2zH5w1b .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ucO2zH5w1b .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ucO2zH5w1b .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucO2zH5w1b .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-ucO2zH5w1b .nav-item:focus,
.cid-ucO2zH5w1b .nav-link:focus {
  outline: none;
}
.cid-ucO2zH5w1b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucO2zH5w1b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucO2zH5w1b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucO2zH5w1b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucO2zH5w1b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucO2zH5w1b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucO2zH5w1b .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ucO2zH5w1b .navbar.opened {
  transition: all 0.3s;
}
.cid-ucO2zH5w1b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucO2zH5w1b .navbar .navbar-logo img {
  width: auto;
}
.cid-ucO2zH5w1b .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucO2zH5w1b .navbar.collapsed {
  justify-content: center;
}
.cid-ucO2zH5w1b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucO2zH5w1b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucO2zH5w1b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ucO2zH5w1b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucO2zH5w1b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucO2zH5w1b .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-ucO2zH5w1b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucO2zH5w1b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucO2zH5w1b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucO2zH5w1b .navbar {
    min-height: 72px;
  }
  .cid-ucO2zH5w1b .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucO2zH5w1b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucO2zH5w1b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucO2zH5w1b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucO2zH5w1b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucO2zH5w1b .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-ucO2zH5w1b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucO2zH5w1b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucO2zH5w1b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucO2zH5w1b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucO2zH5w1b .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucO2zH5w1b .dropdown-item.active,
.cid-ucO2zH5w1b .dropdown-item:active {
  background-color: transparent;
}
.cid-ucO2zH5w1b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucO2zH5w1b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucO2zH5w1b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucO2zH5w1b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucO2zH5w1b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucO2zH5w1b .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucO2zH5w1b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucO2zH5w1b .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucO2zH5w1b .navbar-buttons {
    text-align: left;
  }
}
.cid-ucO2zH5w1b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucO2zH5w1b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucO2zH5w1b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucO2zH5w1b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucO2zH5w1b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucO2zH5w1b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucO2zH5w1b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucO2zH5w1b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucO2zH5w1b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucO2zH5w1b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucO2zH5w1b .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucO2zH5w1b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucO2zH5w1b .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucO2zH5w1b .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucO2zH5w1b .navbar {
    height: 70px;
  }
  .cid-ucO2zH5w1b .navbar.opened {
    height: auto;
  }
  .cid-ucO2zH5w1b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucO2zH5w1b .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucO2zH5w1b .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucO2zH5w1b .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucO2zH5w1b .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ucO2zH5w1b .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucO2zH5w1b .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucO2zH5w1b .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucO2zH5w1b .navbar-brand {
    margin-right: auto;
  }
  .cid-ucO2zH5w1b .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ucO2zH5w1b .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucO2zH5w1b .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucO2zH5w1b .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucO2zH5w1b .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucO2zH5w1b .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucO2zH5w1b .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ucO2zH5w1b .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucO2zH5w1b .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucO2zH5w1b .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucO2zH5w1b .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tKo53CQVqF {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKo53CQVqF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKo53CQVqF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKo53CQVqF .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tKo53CQVqF .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tKo53CQVqF .container {
    padding: 0 16px;
  }
}
.cid-tKo53CQVqF .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-tKo53CQVqF .title-wrapper {
    padding: 0;
  }
}
.cid-tKo53CQVqF .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tKo53CQVqF .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tKo53CQVqF .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tKo53CQVqF .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tKo53CQVqF .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-tKo53CQVqF .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tKo53CQVqF .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-tKo53CQVqF .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-tKo53CQVqF .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-tKo53CQVqF .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tKo53CQVqF .title-wrapper img {
    display: none;
  }
}
.cid-tKo53CQVqF .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-tKo53CQVqF .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-tKo53CQVqF .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-tKo53CQVqF .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-tKo53CQVqF .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tKo53CQVqF .title-wrapper .line_1 {
    display: none;
  }
}
.cid-tKo53CQVqF .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-tKo53CQVqF .title-wrapper .line_2 {
    display: none;
  }
}
.cid-tKo53CQVqF .mbr-section-title {
  color: #08323C;
}
.cid-tKo53CQVqF .mbr-text {
  color: #f35e67;
  text-align: center;
}
.cid-tKo53CQVqF .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-tKo53CQVqF .mbr-section-title,
.cid-tKo53CQVqF .mbr-section-btn {
  text-align: center;
  color: #f35e67;
}
.cid-tKnTTXjilO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKnTTXjilO .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tKnTTXjilO .item-border {
  margin-bottom: 2rem;
  justify-content: space-between;
}
.cid-tKnTTXjilO .item-border:hover .mbr-iconfont2 {
  color: #2299aa;
  transform: translateX(5px);
}
.cid-tKnTTXjilO .card-title {
  margin: 0;
}
.cid-tKnTTXjilO .mbr-flex {
  display: flex;
  align-items: center;
}
.cid-tKnTTXjilO .card {
  border-radius: 0px;
}
@media (max-width: 767px) {
  .cid-tKnTTXjilO .card-wrapper,
  .cid-tKnTTXjilO .mbr-flex {
    flex-direction: column;
  }
  .cid-tKnTTXjilO .mbr-iconfont {
    margin-bottom: 2rem;
    margin-right: 0;
  }
  .cid-tKnTTXjilO .card-title {
    padding: 0;
  }
  .cid-tKnTTXjilO .card {
    padding-top: 3rem;
  }
}
.cid-tKnTTXjilO .card-text {
  color: #666666;
}
.cid-tKnTTXjilO .mbr-text,
.cid-tKnTTXjilO .mbr-section-btn {
  color: #666666;
}
.cid-tKnTTXjilO .card-title,
.cid-tKnTTXjilO .mbr-iconfont2 {
  color: #000000;
}
.cid-tKo729GWjd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKo729GWjd .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tKo729GWjd .item-border {
  margin-bottom: 2rem;
  justify-content: space-between;
}
.cid-tKo729GWjd .item-border:hover .mbr-iconfont2 {
  color: #2299aa;
  transform: translateX(5px);
}
.cid-tKo729GWjd .card-title {
  margin: 0;
}
.cid-tKo729GWjd .mbr-flex {
  display: flex;
  align-items: center;
}
.cid-tKo729GWjd .card {
  border-radius: 0px;
}
@media (max-width: 767px) {
  .cid-tKo729GWjd .card-wrapper,
  .cid-tKo729GWjd .mbr-flex {
    flex-direction: column;
  }
  .cid-tKo729GWjd .mbr-iconfont {
    margin-bottom: 2rem;
    margin-right: 0;
  }
  .cid-tKo729GWjd .card-title {
    padding: 0;
  }
  .cid-tKo729GWjd .card {
    padding-top: 3rem;
  }
}
.cid-tKo729GWjd .card-text {
  color: #666666;
}
.cid-tKo729GWjd .mbr-text,
.cid-tKo729GWjd .mbr-section-btn {
  color: #666666;
}
.cid-tKo729GWjd .card-title,
.cid-tKo729GWjd .mbr-iconfont2 {
  color: #000000;
}
.cid-tKo89W4Pym {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKo89W4Pym .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKo89W4Pym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKo89W4Pym .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-tKo89W4Pym .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-tKo89W4Pym .container {
    max-width: 1400px;
  }
}
.cid-tKo89W4Pym .card {
  margin: auto;
}
.cid-tKo89W4Pym .card-title,
.cid-tKo89W4Pym .mbr-iconfont {
  transition: all 0.3s;
}
.cid-tKo89W4Pym .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-tKo89W4Pym .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-tKo89W4Pym .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tKo89W4Pym .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-tKo89W4Pym .card-wrapper:hover .card-title,
.cid-tKo89W4Pym .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-tKo89W4Pym .card-title,
.cid-tKo89W4Pym .card-box {
  color: #f74660;
}
.cid-uq7WCGmYPX {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uq7WCGmYPX .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-uq7WCGmYPX .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uq7WCGmYPX .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uq7WCGmYPX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uq7WCGmYPX .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uq7WCGmYPX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uq7WCGmYPX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uq7WCGmYPX .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uq7WCGmYPX .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uq7WCGmYPX .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uq7WCGmYPX .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uq7WCGmYPX .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uq7WCGmYPX .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uq7WCGmYPX .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uq7WCGmYPX .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uq7WCGmYPX .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uq7WCGmYPX .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uq7WCGmYPX .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uq7WCGmYPX .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uq7WCGmYPX .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uq7WCGmYPX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uq7WCGmYPX .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uq7WCGmYPX .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uq7WCGmYPX .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uq7WCGmYPX .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uq7WCGmYPX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uq7WCGmYPX .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uq7WCGmYPX .nav-item:focus,
.cid-uq7WCGmYPX .nav-link:focus {
  outline: none;
}
.cid-uq7WCGmYPX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uq7WCGmYPX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uq7WCGmYPX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uq7WCGmYPX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uq7WCGmYPX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uq7WCGmYPX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uq7WCGmYPX .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uq7WCGmYPX .navbar.opened {
  transition: all 0.3s;
}
.cid-uq7WCGmYPX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uq7WCGmYPX .navbar .navbar-logo img {
  width: auto;
}
.cid-uq7WCGmYPX .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uq7WCGmYPX .navbar.collapsed {
  justify-content: center;
}
.cid-uq7WCGmYPX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uq7WCGmYPX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uq7WCGmYPX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uq7WCGmYPX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uq7WCGmYPX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uq7WCGmYPX .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-uq7WCGmYPX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uq7WCGmYPX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uq7WCGmYPX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uq7WCGmYPX .navbar {
    min-height: 72px;
  }
  .cid-uq7WCGmYPX .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uq7WCGmYPX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uq7WCGmYPX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uq7WCGmYPX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uq7WCGmYPX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uq7WCGmYPX .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-uq7WCGmYPX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uq7WCGmYPX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uq7WCGmYPX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uq7WCGmYPX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uq7WCGmYPX .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uq7WCGmYPX .dropdown-item.active,
.cid-uq7WCGmYPX .dropdown-item:active {
  background-color: transparent;
}
.cid-uq7WCGmYPX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uq7WCGmYPX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uq7WCGmYPX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uq7WCGmYPX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uq7WCGmYPX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uq7WCGmYPX .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uq7WCGmYPX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uq7WCGmYPX .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uq7WCGmYPX .navbar-buttons {
    text-align: left;
  }
}
.cid-uq7WCGmYPX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uq7WCGmYPX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uq7WCGmYPX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uq7WCGmYPX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq7WCGmYPX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq7WCGmYPX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uq7WCGmYPX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq7WCGmYPX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uq7WCGmYPX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uq7WCGmYPX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq7WCGmYPX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uq7WCGmYPX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uq7WCGmYPX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uq7WCGmYPX .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uq7WCGmYPX .navbar {
    height: 70px;
  }
  .cid-uq7WCGmYPX .navbar.opened {
    height: auto;
  }
  .cid-uq7WCGmYPX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uq7WCGmYPX .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uq7WCGmYPX .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uq7WCGmYPX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uq7WCGmYPX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uq7WCGmYPX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uq7WCGmYPX .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uq7WCGmYPX .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uq7WCGmYPX .navbar-brand {
    margin-right: auto;
  }
  .cid-uq7WCGmYPX .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uq7WCGmYPX .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uq7WCGmYPX .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uq7WCGmYPX .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uq7WCGmYPX .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uq7WCGmYPX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uq7WCGmYPX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uq7WCGmYPX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uq7WCGmYPX .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uq7WCGmYPX .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uq7WCGmYPX .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tL3ZJnkxwA {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tL3ZJnkxwA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL3ZJnkxwA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL3ZJnkxwA .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tL3ZJnkxwA .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tL3ZJnkxwA .container {
    padding: 0 16px;
  }
}
.cid-tL3ZJnkxwA .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-tL3ZJnkxwA .title-wrapper {
    padding: 0;
  }
}
.cid-tL3ZJnkxwA .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tL3ZJnkxwA .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tL3ZJnkxwA .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tL3ZJnkxwA .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tL3ZJnkxwA .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-tL3ZJnkxwA .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tL3ZJnkxwA .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-tL3ZJnkxwA .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-tL3ZJnkxwA .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-tL3ZJnkxwA .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tL3ZJnkxwA .title-wrapper img {
    display: none;
  }
}
.cid-tL3ZJnkxwA .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-tL3ZJnkxwA .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-tL3ZJnkxwA .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-tL3ZJnkxwA .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-tL3ZJnkxwA .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tL3ZJnkxwA .title-wrapper .line_1 {
    display: none;
  }
}
.cid-tL3ZJnkxwA .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-tL3ZJnkxwA .title-wrapper .line_2 {
    display: none;
  }
}
.cid-tL3ZJnkxwA .mbr-section-title {
  color: #08323C;
}
.cid-tL3ZJnkxwA .mbr-text {
  color: #fb6d6d;
  text-align: center;
}
.cid-tL3ZJnkxwA .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-tL3ZJnkxwA .mbr-section-title,
.cid-tL3ZJnkxwA .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-utjTUXsM5H {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utjTUXsM5H .mbr-text {
  color: #000000;
}
.cid-utjTUXsM5H .list {
  color: #000000;
}
.cid-utjTUXsM5H ul {
  list-style-position: inside;
  padding: 0;
}
.cid-utjTUXsM5H li {
  padding-bottom: 0.5rem;
}
.cid-utjUGmm9zl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utjUGmm9zl .mbr-text {
  color: #000000;
}
.cid-utjUGmm9zl .list {
  color: #000000;
}
.cid-utjUGmm9zl ul {
  list-style-position: inside;
  padding: 0;
}
.cid-utjUGmm9zl li {
  padding-bottom: 0.5rem;
}
.cid-utjVonXMTX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utjVonXMTX .mbr-text {
  color: #000000;
}
.cid-utjVonXMTX .list {
  color: #000000;
}
.cid-utjVonXMTX ul {
  list-style-position: inside;
  padding: 0;
}
.cid-utjVonXMTX li {
  padding-bottom: 0.5rem;
}
.cid-uu4ufZpuFh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uu4ufZpuFh .mbr-text {
  color: #000000;
}
.cid-uu4ufZpuFh .list {
  color: #666666;
}
.cid-uu4ufZpuFh ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uu4ufZpuFh li {
  padding-bottom: 0.5rem;
}
.cid-uu4uskFno1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uu4uskFno1 .mbr-text {
  color: #000000;
}
.cid-uu4uskFno1 .list {
  color: #666666;
}
.cid-uu4uskFno1 ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uu4uskFno1 li {
  padding-bottom: 0.5rem;
}
.cid-tL0OKWZsVZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tL0OKWZsVZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL0OKWZsVZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL0OKWZsVZ .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-tL0OKWZsVZ .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-tL0OKWZsVZ .container {
    max-width: 1400px;
  }
}
.cid-tL0OKWZsVZ .card {
  margin: auto;
}
.cid-tL0OKWZsVZ .card-title,
.cid-tL0OKWZsVZ .mbr-iconfont {
  transition: all 0.3s;
}
.cid-tL0OKWZsVZ .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-tL0OKWZsVZ .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-tL0OKWZsVZ .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tL0OKWZsVZ .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-tL0OKWZsVZ .card-wrapper:hover .card-title,
.cid-tL0OKWZsVZ .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-tL0OKWZsVZ .card-title,
.cid-tL0OKWZsVZ .card-box {
  color: #f74660;
}
.cid-uow9JuZM3n {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uow9JuZM3n .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-uow9JuZM3n .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uow9JuZM3n .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uow9JuZM3n .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uow9JuZM3n .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uow9JuZM3n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uow9JuZM3n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uow9JuZM3n .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uow9JuZM3n .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uow9JuZM3n .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uow9JuZM3n .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uow9JuZM3n .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uow9JuZM3n .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uow9JuZM3n .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uow9JuZM3n .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uow9JuZM3n .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uow9JuZM3n .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uow9JuZM3n .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uow9JuZM3n .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uow9JuZM3n .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uow9JuZM3n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uow9JuZM3n .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uow9JuZM3n .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uow9JuZM3n .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uow9JuZM3n .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uow9JuZM3n .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uow9JuZM3n .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uow9JuZM3n .nav-item:focus,
.cid-uow9JuZM3n .nav-link:focus {
  outline: none;
}
.cid-uow9JuZM3n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uow9JuZM3n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uow9JuZM3n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uow9JuZM3n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uow9JuZM3n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uow9JuZM3n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uow9JuZM3n .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uow9JuZM3n .navbar.opened {
  transition: all 0.3s;
}
.cid-uow9JuZM3n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uow9JuZM3n .navbar .navbar-logo img {
  width: auto;
}
.cid-uow9JuZM3n .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uow9JuZM3n .navbar.collapsed {
  justify-content: center;
}
.cid-uow9JuZM3n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uow9JuZM3n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uow9JuZM3n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uow9JuZM3n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uow9JuZM3n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uow9JuZM3n .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-uow9JuZM3n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uow9JuZM3n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uow9JuZM3n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uow9JuZM3n .navbar {
    min-height: 72px;
  }
  .cid-uow9JuZM3n .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uow9JuZM3n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uow9JuZM3n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uow9JuZM3n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uow9JuZM3n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uow9JuZM3n .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-uow9JuZM3n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uow9JuZM3n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uow9JuZM3n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uow9JuZM3n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uow9JuZM3n .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uow9JuZM3n .dropdown-item.active,
.cid-uow9JuZM3n .dropdown-item:active {
  background-color: transparent;
}
.cid-uow9JuZM3n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uow9JuZM3n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uow9JuZM3n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uow9JuZM3n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uow9JuZM3n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uow9JuZM3n .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uow9JuZM3n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uow9JuZM3n .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uow9JuZM3n .navbar-buttons {
    text-align: left;
  }
}
.cid-uow9JuZM3n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uow9JuZM3n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uow9JuZM3n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uow9JuZM3n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uow9JuZM3n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uow9JuZM3n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uow9JuZM3n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uow9JuZM3n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uow9JuZM3n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uow9JuZM3n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uow9JuZM3n .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uow9JuZM3n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uow9JuZM3n .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uow9JuZM3n .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uow9JuZM3n .navbar {
    height: 70px;
  }
  .cid-uow9JuZM3n .navbar.opened {
    height: auto;
  }
  .cid-uow9JuZM3n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uow9JuZM3n .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uow9JuZM3n .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uow9JuZM3n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uow9JuZM3n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uow9JuZM3n .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uow9JuZM3n .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uow9JuZM3n .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uow9JuZM3n .navbar-brand {
    margin-right: auto;
  }
  .cid-uow9JuZM3n .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uow9JuZM3n .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uow9JuZM3n .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uow9JuZM3n .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uow9JuZM3n .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uow9JuZM3n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uow9JuZM3n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uow9JuZM3n .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uow9JuZM3n .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uow9JuZM3n .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uow9JuZM3n .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tTXEsGkQQS {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTXEsGkQQS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTXEsGkQQS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTXEsGkQQS .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tTXEsGkQQS .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tTXEsGkQQS .container {
    padding: 0 16px;
  }
}
.cid-tTXEsGkQQS .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-tTXEsGkQQS .title-wrapper {
    padding: 0;
  }
}
.cid-tTXEsGkQQS .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tTXEsGkQQS .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tTXEsGkQQS .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tTXEsGkQQS .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tTXEsGkQQS .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-tTXEsGkQQS .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tTXEsGkQQS .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-tTXEsGkQQS .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-tTXEsGkQQS .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-tTXEsGkQQS .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tTXEsGkQQS .title-wrapper img {
    display: none;
  }
}
.cid-tTXEsGkQQS .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-tTXEsGkQQS .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-tTXEsGkQQS .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-tTXEsGkQQS .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-tTXEsGkQQS .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tTXEsGkQQS .title-wrapper .line_1 {
    display: none;
  }
}
.cid-tTXEsGkQQS .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-tTXEsGkQQS .title-wrapper .line_2 {
    display: none;
  }
}
.cid-tTXEsGkQQS .mbr-section-title {
  color: #08323C;
}
.cid-tTXEsGkQQS .mbr-text {
  color: #f35e67;
  text-align: center;
}
.cid-tTXEsGkQQS .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-tTXEsGkQQS .mbr-section-title,
.cid-tTXEsGkQQS .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-uv5WBTgWev {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uv5WBTgWev .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uv5WBTgWev .list {
  color: #666666;
}
.cid-uv5WBTgWev ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uv5WBTgWev li {
  padding-bottom: 0.5rem;
}
.cid-uv5WBTgWev .mbr-section-subtitle {
  text-align: left;
  color: #f35e67;
}
.cid-tTXEz6SkHi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTXEz6SkHi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTXEz6SkHi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQvTPpCuW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffd5c8;
}
.cid-ucQvTPpCuW .mbr-text {
  color: #000000;
}
.cid-ucQvTPpCuW .list {
  color: #666666;
}
.cid-ucQvTPpCuW ul {
  list-style-position: inside;
  padding: 0;
}
.cid-ucQvTPpCuW li {
  padding-bottom: 0.5rem;
}
.cid-utk6XDXSkP {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fdd4c5;
}
.cid-utk6XDXSkP .mbr-fallback-image.disabled {
  display: none;
}
.cid-utk6XDXSkP .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-utk6XDXSkP .container {
    padding: 0 30px;
  }
}
.cid-utk6XDXSkP .row {
  justify-content: center;
}
.cid-utk6XDXSkP .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-utk6XDXSkP .card-wrapper {
  background-color: #f2c4b3;
  margin-bottom: 30px;
  padding: 25px 50px;
}
.cid-utk6XDXSkP .card-wrapper a .mbr-price {
  padding-bottom: 10px;
  border-bottom: 1px solid #212529;
}
.cid-utk6XDXSkP .card-wrapper a .mbr-desc {
  margin: 10px 0 0;
}
.cid-utk6XDXSkP .mbr-section-title {
  color: #212529;
  text-align: left;
}
.cid-utk6XDXSkP .mbr-price {
  color: #212529;
  text-align: center;
}
.cid-utk6XDXSkP .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-ucQxZZKBBs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-ucQxZZKBBs .mbr-text {
  color: #000000;
}
.cid-ucQxZZKBBs .list {
  color: #666666;
}
.cid-ucQxZZKBBs ul {
  list-style-position: inside;
  padding: 0;
}
.cid-ucQxZZKBBs li {
  padding-bottom: 0.5rem;
}
.cid-utk8w03iWB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-utk8w03iWB .mbr-fallback-image.disabled {
  display: none;
}
.cid-utk8w03iWB .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-utk8w03iWB .container {
    padding: 0 30px;
  }
}
.cid-utk8w03iWB .row {
  justify-content: center;
}
.cid-utk8w03iWB .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-utk8w03iWB .card-wrapper {
  background-color: #fff0b0;
  margin-bottom: 30px;
  padding: 25px 50px;
}
.cid-utk8w03iWB .card-wrapper a .mbr-price {
  padding-bottom: 10px;
  border-bottom: 1px solid #232323;
}
.cid-utk8w03iWB .card-wrapper a .mbr-desc {
  margin: 10px 0 0;
}
.cid-utk8w03iWB .mbr-section-title {
  color: #212529;
  text-align: left;
}
.cid-utk8w03iWB .mbr-price {
  color: #212529;
  text-align: center;
}
.cid-utk8w03iWB .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-ucQxYkfQON {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #65c6d4;
}
.cid-ucQxYkfQON .mbr-text {
  color: #000000;
}
.cid-ucQxYkfQON .list {
  color: #666666;
}
.cid-ucQxYkfQON ul {
  list-style-position: inside;
  padding: 0;
}
.cid-ucQxYkfQON li {
  padding-bottom: 0.5rem;
}
.cid-utk9xgZa1p {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #65c6d4;
}
.cid-utk9xgZa1p .mbr-fallback-image.disabled {
  display: none;
}
.cid-utk9xgZa1p .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-utk9xgZa1p .container {
    padding: 0 30px;
  }
}
.cid-utk9xgZa1p .row {
  justify-content: center;
}
.cid-utk9xgZa1p .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-utk9xgZa1p .card-wrapper {
  background-color: #65c6d4;
  margin-bottom: 30px;
  padding: 25px 50px;
}
.cid-utk9xgZa1p .card-wrapper a .mbr-price {
  padding-bottom: 10px;
  border-bottom: 1px solid #212529;
}
.cid-utk9xgZa1p .card-wrapper a .mbr-desc {
  margin: 10px 0 0;
}
.cid-utk9xgZa1p .mbr-section-title {
  color: #212529;
  text-align: left;
}
.cid-utk9xgZa1p .mbr-price {
  color: #212529;
  text-align: center;
}
.cid-utk9xgZa1p .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-tTXG9RfEEl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTXG9RfEEl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTXG9RfEEl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTXG9RfEEl .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-tTXG9RfEEl .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-tTXG9RfEEl .container {
    max-width: 1400px;
  }
}
.cid-tTXG9RfEEl .card {
  margin: auto;
}
.cid-tTXG9RfEEl .card-title,
.cid-tTXG9RfEEl .mbr-iconfont {
  transition: all 0.3s;
}
.cid-tTXG9RfEEl .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-tTXG9RfEEl .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-tTXG9RfEEl .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tTXG9RfEEl .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-tTXG9RfEEl .card-wrapper:hover .card-title,
.cid-tTXG9RfEEl .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-tTXG9RfEEl .card-title,
.cid-tTXG9RfEEl .card-box {
  color: #f74660;
}
.cid-ud0OCkagP1 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ud0OCkagP1 .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-ud0OCkagP1 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ud0OCkagP1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ud0OCkagP1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud0OCkagP1 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ud0OCkagP1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud0OCkagP1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud0OCkagP1 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ud0OCkagP1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ud0OCkagP1 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ud0OCkagP1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ud0OCkagP1 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ud0OCkagP1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ud0OCkagP1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ud0OCkagP1 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ud0OCkagP1 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ud0OCkagP1 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ud0OCkagP1 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ud0OCkagP1 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ud0OCkagP1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ud0OCkagP1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ud0OCkagP1 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ud0OCkagP1 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ud0OCkagP1 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ud0OCkagP1 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ud0OCkagP1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud0OCkagP1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-ud0OCkagP1 .nav-item:focus,
.cid-ud0OCkagP1 .nav-link:focus {
  outline: none;
}
.cid-ud0OCkagP1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ud0OCkagP1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud0OCkagP1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ud0OCkagP1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ud0OCkagP1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud0OCkagP1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud0OCkagP1 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ud0OCkagP1 .navbar.opened {
  transition: all 0.3s;
}
.cid-ud0OCkagP1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ud0OCkagP1 .navbar .navbar-logo img {
  width: auto;
}
.cid-ud0OCkagP1 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ud0OCkagP1 .navbar.collapsed {
  justify-content: center;
}
.cid-ud0OCkagP1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud0OCkagP1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud0OCkagP1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ud0OCkagP1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud0OCkagP1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud0OCkagP1 .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-ud0OCkagP1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud0OCkagP1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud0OCkagP1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ud0OCkagP1 .navbar {
    min-height: 72px;
  }
  .cid-ud0OCkagP1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ud0OCkagP1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud0OCkagP1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud0OCkagP1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud0OCkagP1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud0OCkagP1 .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-ud0OCkagP1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud0OCkagP1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ud0OCkagP1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ud0OCkagP1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud0OCkagP1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ud0OCkagP1 .dropdown-item.active,
.cid-ud0OCkagP1 .dropdown-item:active {
  background-color: transparent;
}
.cid-ud0OCkagP1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud0OCkagP1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud0OCkagP1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud0OCkagP1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ud0OCkagP1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ud0OCkagP1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ud0OCkagP1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ud0OCkagP1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ud0OCkagP1 .navbar-buttons {
    text-align: left;
  }
}
.cid-ud0OCkagP1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ud0OCkagP1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ud0OCkagP1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud0OCkagP1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud0OCkagP1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud0OCkagP1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud0OCkagP1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud0OCkagP1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud0OCkagP1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud0OCkagP1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud0OCkagP1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ud0OCkagP1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ud0OCkagP1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ud0OCkagP1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud0OCkagP1 .navbar {
    height: 70px;
  }
  .cid-ud0OCkagP1 .navbar.opened {
    height: auto;
  }
  .cid-ud0OCkagP1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud0OCkagP1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ud0OCkagP1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ud0OCkagP1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ud0OCkagP1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ud0OCkagP1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ud0OCkagP1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ud0OCkagP1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ud0OCkagP1 .navbar-brand {
    margin-right: auto;
  }
  .cid-ud0OCkagP1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ud0OCkagP1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ud0OCkagP1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ud0OCkagP1 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ud0OCkagP1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ud0OCkagP1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ud0OCkagP1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ud0OCkagP1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ud0OCkagP1 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ud0OCkagP1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ud0OCkagP1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tL3XS7HBzV {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tL3XS7HBzV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL3XS7HBzV .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-tL3XS7HBzV .container {
    padding: 0 16px;
  }
}
.cid-tL3XS7HBzV .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-tL3XS7HBzV .title-wrapper {
    padding: 0;
  }
}
.cid-tL3XS7HBzV .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tL3XS7HBzV .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tL3XS7HBzV .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tL3XS7HBzV .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tL3XS7HBzV .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-tL3XS7HBzV .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tL3XS7HBzV .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-tL3XS7HBzV .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-tL3XS7HBzV .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-tL3XS7HBzV .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tL3XS7HBzV .title-wrapper img {
    display: none;
  }
}
.cid-tL3XS7HBzV .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-tL3XS7HBzV .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-tL3XS7HBzV .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-tL3XS7HBzV .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-tL3XS7HBzV .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tL3XS7HBzV .title-wrapper .line_1 {
    display: none;
  }
}
.cid-tL3XS7HBzV .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-tL3XS7HBzV .title-wrapper .line_2 {
    display: none;
  }
}
.cid-tL3XS7HBzV .mbr-section-title {
  color: #08323C;
}
.cid-tL3XS7HBzV .mbr-text {
  color: #f35e67;
  text-align: center;
}
.cid-tL3XS7HBzV .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-tL3XS7HBzV .mbr-section-title,
.cid-tL3XS7HBzV .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-ud0UJG8HG1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ud0UJG8HG1 .mbr-text {
  color: #000000;
}
.cid-ud0UJG8HG1 .list {
  color: #000000;
}
.cid-ud0UJG8HG1 ul {
  list-style-position: inside;
  padding: 0;
}
.cid-ud0UJG8HG1 li {
  padding-bottom: 0.5rem;
}
.cid-ud0PNK1Ksa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ud0PNK1Ksa .mbr-text {
  color: #000000;
}
.cid-ud0PNK1Ksa .list {
  color: #000000;
}
.cid-ud0PNK1Ksa ul {
  list-style-position: inside;
  padding: 0;
}
.cid-ud0PNK1Ksa li {
  padding-bottom: 0.5rem;
}
.cid-ud0SklJnOz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ud0SklJnOz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud0SklJnOz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL4nQczesX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tL4nQczesX .item-wrapper {
  position: relative;
  overflow: initial;
}
.cid-tL4nQczesX .item-img:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cid-tL4nQczesX .item:hover .item-img:before {
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-tL4nQczesX .col-12 {
    margin-top: 30px;
  }
  .cid-tL4nQczesX .col-12:first-child {
    margin-top: 0px;
  }
  .cid-tL4nQczesX .col-12:nth-child(2) {
    margin-top: 0px;
  }
  .cid-tL4nQczesX .col-12:nth-child(3) {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .cid-tL4nQczesX .col-12:nth-child(2) {
    margin-top: 30px;
  }
  .cid-tL4nQczesX .col-12:nth-child(3) {
    margin-top: 30px;
  }
}
.cid-udte1ExHuW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udte1ExHuW .mbr-fallback-image.disabled {
  display: none;
}
.cid-udte1ExHuW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udte1ExHuW .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-udte1ExHuW .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-udte1ExHuW .container {
    max-width: 1400px;
  }
}
.cid-udte1ExHuW .card {
  margin: auto;
}
.cid-udte1ExHuW .card-title,
.cid-udte1ExHuW .mbr-iconfont {
  transition: all 0.3s;
}
.cid-udte1ExHuW .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-udte1ExHuW .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-udte1ExHuW .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-udte1ExHuW .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-udte1ExHuW .card-wrapper:hover .card-title,
.cid-udte1ExHuW .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-udte1ExHuW .card-title,
.cid-udte1ExHuW .card-box {
  color: #f74660;
}
.cid-ud5s5Y9ORq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ud5s5Y9ORq .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-ud5s5Y9ORq .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ud5s5Y9ORq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ud5s5Y9ORq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud5s5Y9ORq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ud5s5Y9ORq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud5s5Y9ORq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud5s5Y9ORq .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ud5s5Y9ORq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ud5s5Y9ORq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ud5s5Y9ORq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ud5s5Y9ORq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ud5s5Y9ORq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ud5s5Y9ORq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ud5s5Y9ORq .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ud5s5Y9ORq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ud5s5Y9ORq .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ud5s5Y9ORq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ud5s5Y9ORq .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ud5s5Y9ORq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ud5s5Y9ORq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ud5s5Y9ORq .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ud5s5Y9ORq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ud5s5Y9ORq .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ud5s5Y9ORq .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ud5s5Y9ORq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud5s5Y9ORq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-ud5s5Y9ORq .nav-item:focus,
.cid-ud5s5Y9ORq .nav-link:focus {
  outline: none;
}
.cid-ud5s5Y9ORq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ud5s5Y9ORq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud5s5Y9ORq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ud5s5Y9ORq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ud5s5Y9ORq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud5s5Y9ORq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud5s5Y9ORq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ud5s5Y9ORq .navbar.opened {
  transition: all 0.3s;
}
.cid-ud5s5Y9ORq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ud5s5Y9ORq .navbar .navbar-logo img {
  width: auto;
}
.cid-ud5s5Y9ORq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ud5s5Y9ORq .navbar.collapsed {
  justify-content: center;
}
.cid-ud5s5Y9ORq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud5s5Y9ORq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud5s5Y9ORq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ud5s5Y9ORq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud5s5Y9ORq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud5s5Y9ORq .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-ud5s5Y9ORq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud5s5Y9ORq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud5s5Y9ORq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ud5s5Y9ORq .navbar {
    min-height: 72px;
  }
  .cid-ud5s5Y9ORq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ud5s5Y9ORq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud5s5Y9ORq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud5s5Y9ORq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud5s5Y9ORq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud5s5Y9ORq .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-ud5s5Y9ORq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud5s5Y9ORq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ud5s5Y9ORq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ud5s5Y9ORq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud5s5Y9ORq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ud5s5Y9ORq .dropdown-item.active,
.cid-ud5s5Y9ORq .dropdown-item:active {
  background-color: transparent;
}
.cid-ud5s5Y9ORq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud5s5Y9ORq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud5s5Y9ORq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud5s5Y9ORq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ud5s5Y9ORq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ud5s5Y9ORq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ud5s5Y9ORq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ud5s5Y9ORq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ud5s5Y9ORq .navbar-buttons {
    text-align: left;
  }
}
.cid-ud5s5Y9ORq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ud5s5Y9ORq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ud5s5Y9ORq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud5s5Y9ORq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud5s5Y9ORq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud5s5Y9ORq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud5s5Y9ORq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud5s5Y9ORq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud5s5Y9ORq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud5s5Y9ORq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud5s5Y9ORq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ud5s5Y9ORq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ud5s5Y9ORq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ud5s5Y9ORq .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud5s5Y9ORq .navbar {
    height: 70px;
  }
  .cid-ud5s5Y9ORq .navbar.opened {
    height: auto;
  }
  .cid-ud5s5Y9ORq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud5s5Y9ORq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ud5s5Y9ORq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ud5s5Y9ORq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ud5s5Y9ORq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ud5s5Y9ORq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ud5s5Y9ORq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ud5s5Y9ORq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ud5s5Y9ORq .navbar-brand {
    margin-right: auto;
  }
  .cid-ud5s5Y9ORq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ud5s5Y9ORq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ud5s5Y9ORq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ud5s5Y9ORq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ud5s5Y9ORq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ud5s5Y9ORq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ud5s5Y9ORq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ud5s5Y9ORq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ud5s5Y9ORq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ud5s5Y9ORq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ud5s5Y9ORq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tTjbSXme1k {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTjbSXme1k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTjbSXme1k .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-tTjbSXme1k .container {
    padding: 0 16px;
  }
}
.cid-tTjbSXme1k .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-tTjbSXme1k .title-wrapper {
    padding: 0;
  }
}
.cid-tTjbSXme1k .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tTjbSXme1k .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tTjbSXme1k .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tTjbSXme1k .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tTjbSXme1k .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-tTjbSXme1k .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tTjbSXme1k .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-tTjbSXme1k .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-tTjbSXme1k .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-tTjbSXme1k .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tTjbSXme1k .title-wrapper img {
    display: none;
  }
}
.cid-tTjbSXme1k .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-tTjbSXme1k .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-tTjbSXme1k .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-tTjbSXme1k .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-tTjbSXme1k .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tTjbSXme1k .title-wrapper .line_1 {
    display: none;
  }
}
.cid-tTjbSXme1k .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-tTjbSXme1k .title-wrapper .line_2 {
    display: none;
  }
}
.cid-tTjbSXme1k .mbr-section-title {
  color: #08323C;
}
.cid-tTjbSXme1k .mbr-text {
  color: #f35e67;
  text-align: center;
}
.cid-tTjbSXme1k .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-tTjbSXme1k .mbr-section-title,
.cid-tTjbSXme1k .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-ud5rjUHNIA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ud5rjUHNIA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud5rjUHNIA .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-ud5rjUHNIA .container {
    padding: 0 24px;
  }
}
.cid-ud5rjUHNIA .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-ud5rjUHNIA .image-wrapper {
  height: 100%;
}
.cid-ud5rjUHNIA .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-ud5rjUHNIA .image-wrapper img {
    height: 350px;
  }
}
.cid-ud5rjUHNIA .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ud5rjUHNIA .content-wrapper {
    padding: 24px;
  }
}
.cid-ud5rjUHNIA .content-wrapper .content-wrap {
  width: 100%;
}
.cid-ud5rjUHNIA .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ud5rjUHNIA .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-ud5rjUHNIA .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-ud5rjUHNIA .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-ud5rjUHNIA .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-ud5rjUHNIA .mbr-section-title {
  color: #141414;
}
.cid-ud5rjUHNIA .mbr-text {
  color: #141414;
}
.cid-ud5rjUHNIA .mbr-section-title,
.cid-ud5rjUHNIA .title-wrapper,
.cid-ud5rjUHNIA .mbr-section-btn {
  color: #ff6666;
}
.cid-tTjfphEZfI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTjfphEZfI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTjfphEZfI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTjfphEZfI .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-tTjfphEZfI .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-tTjfphEZfI .container {
    max-width: 1400px;
  }
}
.cid-tTjfphEZfI .card {
  margin: auto;
}
.cid-tTjfphEZfI .card-title,
.cid-tTjfphEZfI .mbr-iconfont {
  transition: all 0.3s;
}
.cid-tTjfphEZfI .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-tTjfphEZfI .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-tTjfphEZfI .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tTjfphEZfI .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-tTjfphEZfI .card-wrapper:hover .card-title,
.cid-tTjfphEZfI .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-tTjfphEZfI .card-title,
.cid-tTjfphEZfI .card-box {
  color: #f74660;
}
.cid-uow9ZgMSoY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uow9ZgMSoY .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-uow9ZgMSoY .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uow9ZgMSoY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uow9ZgMSoY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uow9ZgMSoY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uow9ZgMSoY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uow9ZgMSoY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uow9ZgMSoY .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uow9ZgMSoY .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uow9ZgMSoY .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uow9ZgMSoY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uow9ZgMSoY .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uow9ZgMSoY .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uow9ZgMSoY .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uow9ZgMSoY .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uow9ZgMSoY .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uow9ZgMSoY .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uow9ZgMSoY .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uow9ZgMSoY .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uow9ZgMSoY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uow9ZgMSoY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uow9ZgMSoY .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uow9ZgMSoY .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uow9ZgMSoY .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uow9ZgMSoY .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uow9ZgMSoY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uow9ZgMSoY .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uow9ZgMSoY .nav-item:focus,
.cid-uow9ZgMSoY .nav-link:focus {
  outline: none;
}
.cid-uow9ZgMSoY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uow9ZgMSoY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uow9ZgMSoY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uow9ZgMSoY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uow9ZgMSoY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uow9ZgMSoY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uow9ZgMSoY .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uow9ZgMSoY .navbar.opened {
  transition: all 0.3s;
}
.cid-uow9ZgMSoY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uow9ZgMSoY .navbar .navbar-logo img {
  width: auto;
}
.cid-uow9ZgMSoY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uow9ZgMSoY .navbar.collapsed {
  justify-content: center;
}
.cid-uow9ZgMSoY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uow9ZgMSoY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uow9ZgMSoY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uow9ZgMSoY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uow9ZgMSoY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uow9ZgMSoY .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-uow9ZgMSoY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uow9ZgMSoY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uow9ZgMSoY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uow9ZgMSoY .navbar {
    min-height: 72px;
  }
  .cid-uow9ZgMSoY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uow9ZgMSoY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uow9ZgMSoY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uow9ZgMSoY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uow9ZgMSoY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uow9ZgMSoY .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-uow9ZgMSoY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uow9ZgMSoY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uow9ZgMSoY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uow9ZgMSoY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uow9ZgMSoY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uow9ZgMSoY .dropdown-item.active,
.cid-uow9ZgMSoY .dropdown-item:active {
  background-color: transparent;
}
.cid-uow9ZgMSoY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uow9ZgMSoY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uow9ZgMSoY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uow9ZgMSoY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uow9ZgMSoY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uow9ZgMSoY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uow9ZgMSoY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uow9ZgMSoY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uow9ZgMSoY .navbar-buttons {
    text-align: left;
  }
}
.cid-uow9ZgMSoY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uow9ZgMSoY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uow9ZgMSoY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uow9ZgMSoY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uow9ZgMSoY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uow9ZgMSoY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uow9ZgMSoY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uow9ZgMSoY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uow9ZgMSoY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uow9ZgMSoY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uow9ZgMSoY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uow9ZgMSoY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uow9ZgMSoY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uow9ZgMSoY .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uow9ZgMSoY .navbar {
    height: 70px;
  }
  .cid-uow9ZgMSoY .navbar.opened {
    height: auto;
  }
  .cid-uow9ZgMSoY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uow9ZgMSoY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uow9ZgMSoY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uow9ZgMSoY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uow9ZgMSoY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uow9ZgMSoY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uow9ZgMSoY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uow9ZgMSoY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uow9ZgMSoY .navbar-brand {
    margin-right: auto;
  }
  .cid-uow9ZgMSoY .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uow9ZgMSoY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uow9ZgMSoY .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uow9ZgMSoY .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uow9ZgMSoY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uow9ZgMSoY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uow9ZgMSoY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uow9ZgMSoY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uow9ZgMSoY .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uow9ZgMSoY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uow9ZgMSoY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWvFlzN203 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWvFlzN203 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvFlzN203 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvFlzN203 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tWvFlzN203 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tWvFlzN203 .container {
    padding: 0 16px;
  }
}
.cid-tWvFlzN203 .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-tWvFlzN203 .title-wrapper {
    padding: 0;
  }
}
.cid-tWvFlzN203 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tWvFlzN203 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tWvFlzN203 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tWvFlzN203 .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tWvFlzN203 .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-tWvFlzN203 .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tWvFlzN203 .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-tWvFlzN203 .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-tWvFlzN203 .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-tWvFlzN203 .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tWvFlzN203 .title-wrapper img {
    display: none;
  }
}
.cid-tWvFlzN203 .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-tWvFlzN203 .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-tWvFlzN203 .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-tWvFlzN203 .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-tWvFlzN203 .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tWvFlzN203 .title-wrapper .line_1 {
    display: none;
  }
}
.cid-tWvFlzN203 .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-tWvFlzN203 .title-wrapper .line_2 {
    display: none;
  }
}
.cid-tWvFlzN203 .mbr-section-title {
  color: #08323C;
}
.cid-tWvFlzN203 .mbr-text {
  color: #f35e67;
  text-align: center;
}
.cid-tWvFlzN203 .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-tWvFlzN203 .mbr-section-title,
.cid-tWvFlzN203 .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
#custom-html-73 {
  /* Type valid CSS here */
}
#custom-html-73 div {
  padding: 0px 0;
  color: #16777215;
  text-align: center;
}
#custom-html-73 p {
  font-size: 60px;
  color: #777;
}
#custom-html-70 {
  /* Type valid CSS here */
}
#custom-html-70 div {
  padding: 0px 0;
  color: #ffffff;
  text-align: center;
}
#custom-html-70 p {
  font-size: 60px;
  color: #ffffff;
}
.cid-tWvOpiaQ60 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWvOpiaQ60 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWvOpiaQ60 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWvOpiaQ60 .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-tWvOpiaQ60 .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-tWvOpiaQ60 .container {
    max-width: 1400px;
  }
}
.cid-tWvOpiaQ60 .card {
  margin: auto;
}
.cid-tWvOpiaQ60 .card-title,
.cid-tWvOpiaQ60 .mbr-iconfont {
  transition: all 0.3s;
}
.cid-tWvOpiaQ60 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-tWvOpiaQ60 .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-tWvOpiaQ60 .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tWvOpiaQ60 .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-tWvOpiaQ60 .card-wrapper:hover .card-title,
.cid-tWvOpiaQ60 .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-tWvOpiaQ60 .card-title,
.cid-tWvOpiaQ60 .card-box {
  color: #f74660;
}
.cid-uowdu1mVFO {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uowdu1mVFO .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-uowdu1mVFO .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uowdu1mVFO .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uowdu1mVFO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uowdu1mVFO .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uowdu1mVFO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uowdu1mVFO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uowdu1mVFO .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uowdu1mVFO .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uowdu1mVFO .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uowdu1mVFO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uowdu1mVFO .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uowdu1mVFO .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uowdu1mVFO .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uowdu1mVFO .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uowdu1mVFO .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uowdu1mVFO .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uowdu1mVFO .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uowdu1mVFO .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uowdu1mVFO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uowdu1mVFO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uowdu1mVFO .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uowdu1mVFO .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uowdu1mVFO .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uowdu1mVFO .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uowdu1mVFO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uowdu1mVFO .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uowdu1mVFO .nav-item:focus,
.cid-uowdu1mVFO .nav-link:focus {
  outline: none;
}
.cid-uowdu1mVFO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uowdu1mVFO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uowdu1mVFO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uowdu1mVFO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uowdu1mVFO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uowdu1mVFO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uowdu1mVFO .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uowdu1mVFO .navbar.opened {
  transition: all 0.3s;
}
.cid-uowdu1mVFO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uowdu1mVFO .navbar .navbar-logo img {
  width: auto;
}
.cid-uowdu1mVFO .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uowdu1mVFO .navbar.collapsed {
  justify-content: center;
}
.cid-uowdu1mVFO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uowdu1mVFO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uowdu1mVFO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uowdu1mVFO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uowdu1mVFO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uowdu1mVFO .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-uowdu1mVFO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uowdu1mVFO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uowdu1mVFO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uowdu1mVFO .navbar {
    min-height: 72px;
  }
  .cid-uowdu1mVFO .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uowdu1mVFO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uowdu1mVFO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uowdu1mVFO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uowdu1mVFO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uowdu1mVFO .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-uowdu1mVFO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uowdu1mVFO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uowdu1mVFO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uowdu1mVFO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uowdu1mVFO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uowdu1mVFO .dropdown-item.active,
.cid-uowdu1mVFO .dropdown-item:active {
  background-color: transparent;
}
.cid-uowdu1mVFO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uowdu1mVFO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uowdu1mVFO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uowdu1mVFO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uowdu1mVFO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uowdu1mVFO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uowdu1mVFO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uowdu1mVFO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uowdu1mVFO .navbar-buttons {
    text-align: left;
  }
}
.cid-uowdu1mVFO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uowdu1mVFO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uowdu1mVFO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uowdu1mVFO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uowdu1mVFO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uowdu1mVFO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uowdu1mVFO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uowdu1mVFO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uowdu1mVFO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uowdu1mVFO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uowdu1mVFO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uowdu1mVFO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uowdu1mVFO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uowdu1mVFO .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uowdu1mVFO .navbar {
    height: 70px;
  }
  .cid-uowdu1mVFO .navbar.opened {
    height: auto;
  }
  .cid-uowdu1mVFO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uowdu1mVFO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uowdu1mVFO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uowdu1mVFO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uowdu1mVFO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uowdu1mVFO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uowdu1mVFO .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uowdu1mVFO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uowdu1mVFO .navbar-brand {
    margin-right: auto;
  }
  .cid-uowdu1mVFO .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uowdu1mVFO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uowdu1mVFO .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uowdu1mVFO .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uowdu1mVFO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uowdu1mVFO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uowdu1mVFO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uowdu1mVFO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uowdu1mVFO .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uowdu1mVFO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uowdu1mVFO .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tWCCvyOcDU {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWCCvyOcDU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWCCvyOcDU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWCCvyOcDU .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tWCCvyOcDU .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tWCCvyOcDU .container {
    padding: 0 16px;
  }
}
.cid-tWCCvyOcDU .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-tWCCvyOcDU .title-wrapper {
    padding: 0;
  }
}
.cid-tWCCvyOcDU .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tWCCvyOcDU .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tWCCvyOcDU .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tWCCvyOcDU .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tWCCvyOcDU .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-tWCCvyOcDU .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tWCCvyOcDU .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-tWCCvyOcDU .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-tWCCvyOcDU .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-tWCCvyOcDU .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tWCCvyOcDU .title-wrapper img {
    display: none;
  }
}
.cid-tWCCvyOcDU .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-tWCCvyOcDU .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-tWCCvyOcDU .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-tWCCvyOcDU .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-tWCCvyOcDU .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tWCCvyOcDU .title-wrapper .line_1 {
    display: none;
  }
}
.cid-tWCCvyOcDU .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-tWCCvyOcDU .title-wrapper .line_2 {
    display: none;
  }
}
.cid-tWCCvyOcDU .mbr-section-title {
  color: #08323C;
}
.cid-tWCCvyOcDU .mbr-text {
  color: #f35e67;
  text-align: center;
}
.cid-tWCCvyOcDU .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-tWCCvyOcDU .mbr-section-title,
.cid-tWCCvyOcDU .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-tWCCLk6ywZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWCCLk6ywZ .mbr-text {
  color: #000000;
}
.cid-tWCCLk6ywZ .list {
  color: #666666;
}
.cid-tWCCLk6ywZ ul {
  list-style-position: inside;
  padding: 0;
}
.cid-tWCCLk6ywZ li {
  padding-bottom: 0.5rem;
}
.cid-tWCCLk6ywZ .mbr-section-subtitle {
  text-align: left;
  color: #f35e67;
}
.cid-tWCIcfHDNa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tWCIcfHDNa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWCIcfHDNa .container {
  max-width: 1300px;
}
.cid-tWCIcfHDNa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWCIcfHDNa .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWCIcfHDNa .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tWCIcfHDNa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWCIcfHDNa .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tWCIcfHDNa .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-tWCIcfHDNa .mbr-section-title {
  color: #4e423d;
}
.cid-tWCIcfHDNa .mbr-text,
.cid-tWCIcfHDNa .mbr-section-btn {
  color: #000000;
}
.cid-tWCJEVsT9O {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tWCJEVsT9O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWCJEVsT9O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWCK3ER5BJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWCK3ER5BJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWCK3ER5BJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWCK3ER5BJ .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-tWCK3ER5BJ .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-tWCK3ER5BJ .container {
    max-width: 1400px;
  }
}
.cid-tWCK3ER5BJ .card {
  margin: auto;
}
.cid-tWCK3ER5BJ .card-title,
.cid-tWCK3ER5BJ .mbr-iconfont {
  transition: all 0.3s;
}
.cid-tWCK3ER5BJ .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-tWCK3ER5BJ .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-tWCK3ER5BJ .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tWCK3ER5BJ .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-tWCK3ER5BJ .card-wrapper:hover .card-title,
.cid-tWCK3ER5BJ .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-tWCK3ER5BJ .card-title,
.cid-tWCK3ER5BJ .card-box {
  color: #f74660;
}
.cid-ue3mQbWWV5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ue3mQbWWV5 .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-ue3mQbWWV5 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ue3mQbWWV5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ue3mQbWWV5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ue3mQbWWV5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ue3mQbWWV5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ue3mQbWWV5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ue3mQbWWV5 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ue3mQbWWV5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ue3mQbWWV5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ue3mQbWWV5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ue3mQbWWV5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ue3mQbWWV5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ue3mQbWWV5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ue3mQbWWV5 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ue3mQbWWV5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ue3mQbWWV5 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ue3mQbWWV5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ue3mQbWWV5 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ue3mQbWWV5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ue3mQbWWV5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ue3mQbWWV5 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ue3mQbWWV5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ue3mQbWWV5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ue3mQbWWV5 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ue3mQbWWV5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ue3mQbWWV5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-ue3mQbWWV5 .nav-item:focus,
.cid-ue3mQbWWV5 .nav-link:focus {
  outline: none;
}
.cid-ue3mQbWWV5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ue3mQbWWV5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue3mQbWWV5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ue3mQbWWV5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ue3mQbWWV5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue3mQbWWV5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue3mQbWWV5 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ue3mQbWWV5 .navbar.opened {
  transition: all 0.3s;
}
.cid-ue3mQbWWV5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ue3mQbWWV5 .navbar .navbar-logo img {
  width: auto;
}
.cid-ue3mQbWWV5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ue3mQbWWV5 .navbar.collapsed {
  justify-content: center;
}
.cid-ue3mQbWWV5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue3mQbWWV5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ue3mQbWWV5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ue3mQbWWV5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue3mQbWWV5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue3mQbWWV5 .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-ue3mQbWWV5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue3mQbWWV5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ue3mQbWWV5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ue3mQbWWV5 .navbar {
    min-height: 72px;
  }
  .cid-ue3mQbWWV5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ue3mQbWWV5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue3mQbWWV5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue3mQbWWV5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue3mQbWWV5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ue3mQbWWV5 .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-ue3mQbWWV5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ue3mQbWWV5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ue3mQbWWV5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ue3mQbWWV5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ue3mQbWWV5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ue3mQbWWV5 .dropdown-item.active,
.cid-ue3mQbWWV5 .dropdown-item:active {
  background-color: transparent;
}
.cid-ue3mQbWWV5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ue3mQbWWV5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue3mQbWWV5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue3mQbWWV5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ue3mQbWWV5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ue3mQbWWV5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ue3mQbWWV5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ue3mQbWWV5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ue3mQbWWV5 .navbar-buttons {
    text-align: left;
  }
}
.cid-ue3mQbWWV5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ue3mQbWWV5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ue3mQbWWV5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue3mQbWWV5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue3mQbWWV5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue3mQbWWV5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue3mQbWWV5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue3mQbWWV5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue3mQbWWV5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue3mQbWWV5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue3mQbWWV5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ue3mQbWWV5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ue3mQbWWV5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ue3mQbWWV5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ue3mQbWWV5 .navbar {
    height: 70px;
  }
  .cid-ue3mQbWWV5 .navbar.opened {
    height: auto;
  }
  .cid-ue3mQbWWV5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue3mQbWWV5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ue3mQbWWV5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ue3mQbWWV5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ue3mQbWWV5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ue3mQbWWV5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ue3mQbWWV5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ue3mQbWWV5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ue3mQbWWV5 .navbar-brand {
    margin-right: auto;
  }
  .cid-ue3mQbWWV5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ue3mQbWWV5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ue3mQbWWV5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ue3mQbWWV5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ue3mQbWWV5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ue3mQbWWV5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ue3mQbWWV5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ue3mQbWWV5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ue3mQbWWV5 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ue3mQbWWV5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ue3mQbWWV5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tXygw8NmF1 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tXygw8NmF1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXygw8NmF1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXygw8NmF1 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tXygw8NmF1 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tXygw8NmF1 .container {
    padding: 0 16px;
  }
}
.cid-tXygw8NmF1 .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-tXygw8NmF1 .title-wrapper {
    padding: 0;
  }
}
.cid-tXygw8NmF1 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tXygw8NmF1 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tXygw8NmF1 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tXygw8NmF1 .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tXygw8NmF1 .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-tXygw8NmF1 .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tXygw8NmF1 .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-tXygw8NmF1 .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-tXygw8NmF1 .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-tXygw8NmF1 .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tXygw8NmF1 .title-wrapper img {
    display: none;
  }
}
.cid-tXygw8NmF1 .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-tXygw8NmF1 .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-tXygw8NmF1 .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-tXygw8NmF1 .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-tXygw8NmF1 .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tXygw8NmF1 .title-wrapper .line_1 {
    display: none;
  }
}
.cid-tXygw8NmF1 .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-tXygw8NmF1 .title-wrapper .line_2 {
    display: none;
  }
}
.cid-tXygw8NmF1 .mbr-section-title {
  color: #08323C;
}
.cid-tXygw8NmF1 .mbr-text {
  color: #f35e67;
  text-align: center;
}
.cid-tXygw8NmF1 .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-tXygw8NmF1 .mbr-section-title,
.cid-tXygw8NmF1 .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-tXyh6jjmM2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tXyh6jjmM2 .col-lg-2 {
    width: 20%;
  }
}
.cid-tXyh6jjmM2 .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tXyh6jjmM2 .item:hover img,
.cid-tXyh6jjmM2 .item:hover .item-img {
  border-radius: 0;
}
.cid-tXyh6jjmM2 img {
  border: none;
}
.cid-tXyh6jjmM2 img:hover {
  border-color: #2299aa;
}
.cid-tXyh6jjmM2 img,
.cid-tXyh6jjmM2 .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tXyh6jjmM2 h5 {
  margin: 0;
}
.cid-tXyh6jjmM2 .item:focus,
.cid-tXyh6jjmM2 span:focus {
  outline: none;
}
.cid-tXyh6jjmM2 .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tXyh6jjmM2 .item-content {
  padding-top: 1rem;
}
.cid-tXyh6jjmM2 .mbr-section-title {
  color: #f35e67;
}
.cid-tXyh6jjmM2 .item-title {
  color: #000000;
  text-align: center;
}
.cid-tXyh6jjmM2 .item-subtitle {
  color: #ffffff;
}
.cid-tXyh6jjmM2 .mbr-section-subtitle {
  color: #000000;
}
.cid-tXyh6DyFJJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tXyh6DyFJJ .col-lg-2 {
    width: 20%;
  }
}
.cid-tXyh6DyFJJ .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tXyh6DyFJJ .item:hover img,
.cid-tXyh6DyFJJ .item:hover .item-img {
  border-radius: 0;
}
.cid-tXyh6DyFJJ img {
  border: none;
}
.cid-tXyh6DyFJJ img:hover {
  border-color: #2299aa;
}
.cid-tXyh6DyFJJ img,
.cid-tXyh6DyFJJ .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tXyh6DyFJJ h5 {
  margin: 0;
}
.cid-tXyh6DyFJJ .item:focus,
.cid-tXyh6DyFJJ span:focus {
  outline: none;
}
.cid-tXyh6DyFJJ .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tXyh6DyFJJ .item-content {
  padding-top: 1rem;
}
.cid-tXyh6DyFJJ .mbr-section-title {
  color: #f35e67;
}
.cid-tXyh6DyFJJ .item-title {
  color: #000000;
  text-align: center;
}
.cid-tXyh6DyFJJ .item-subtitle {
  color: #ffffff;
}
.cid-tXyh6DyFJJ .mbr-section-subtitle {
  color: #666666;
}
.cid-tXyh8H8tKU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tXyh8H8tKU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXyh8H8tKU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXyh8H8tKU .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-tXyh8H8tKU .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-tXyh8H8tKU .container {
    max-width: 1400px;
  }
}
.cid-tXyh8H8tKU .card {
  margin: auto;
}
.cid-tXyh8H8tKU .card-title,
.cid-tXyh8H8tKU .mbr-iconfont {
  transition: all 0.3s;
}
.cid-tXyh8H8tKU .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-tXyh8H8tKU .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-tXyh8H8tKU .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tXyh8H8tKU .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-tXyh8H8tKU .card-wrapper:hover .card-title,
.cid-tXyh8H8tKU .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-tXyh8H8tKU .card-title,
.cid-tXyh8H8tKU .card-box {
  color: #f74660;
}
.cid-ue3mJGJ7f1 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ue3mJGJ7f1 .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-ue3mJGJ7f1 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ue3mJGJ7f1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ue3mJGJ7f1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ue3mJGJ7f1 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ue3mJGJ7f1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ue3mJGJ7f1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ue3mJGJ7f1 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ue3mJGJ7f1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ue3mJGJ7f1 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ue3mJGJ7f1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ue3mJGJ7f1 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ue3mJGJ7f1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ue3mJGJ7f1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ue3mJGJ7f1 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ue3mJGJ7f1 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ue3mJGJ7f1 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ue3mJGJ7f1 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ue3mJGJ7f1 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ue3mJGJ7f1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ue3mJGJ7f1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ue3mJGJ7f1 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ue3mJGJ7f1 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ue3mJGJ7f1 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ue3mJGJ7f1 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ue3mJGJ7f1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ue3mJGJ7f1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-ue3mJGJ7f1 .nav-item:focus,
.cid-ue3mJGJ7f1 .nav-link:focus {
  outline: none;
}
.cid-ue3mJGJ7f1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ue3mJGJ7f1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue3mJGJ7f1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ue3mJGJ7f1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ue3mJGJ7f1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue3mJGJ7f1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue3mJGJ7f1 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ue3mJGJ7f1 .navbar.opened {
  transition: all 0.3s;
}
.cid-ue3mJGJ7f1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ue3mJGJ7f1 .navbar .navbar-logo img {
  width: auto;
}
.cid-ue3mJGJ7f1 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ue3mJGJ7f1 .navbar.collapsed {
  justify-content: center;
}
.cid-ue3mJGJ7f1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue3mJGJ7f1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ue3mJGJ7f1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ue3mJGJ7f1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue3mJGJ7f1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue3mJGJ7f1 .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-ue3mJGJ7f1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue3mJGJ7f1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ue3mJGJ7f1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ue3mJGJ7f1 .navbar {
    min-height: 72px;
  }
  .cid-ue3mJGJ7f1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ue3mJGJ7f1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue3mJGJ7f1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue3mJGJ7f1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue3mJGJ7f1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ue3mJGJ7f1 .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-ue3mJGJ7f1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ue3mJGJ7f1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ue3mJGJ7f1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ue3mJGJ7f1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ue3mJGJ7f1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ue3mJGJ7f1 .dropdown-item.active,
.cid-ue3mJGJ7f1 .dropdown-item:active {
  background-color: transparent;
}
.cid-ue3mJGJ7f1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ue3mJGJ7f1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue3mJGJ7f1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue3mJGJ7f1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ue3mJGJ7f1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ue3mJGJ7f1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ue3mJGJ7f1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ue3mJGJ7f1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ue3mJGJ7f1 .navbar-buttons {
    text-align: left;
  }
}
.cid-ue3mJGJ7f1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ue3mJGJ7f1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ue3mJGJ7f1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue3mJGJ7f1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue3mJGJ7f1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue3mJGJ7f1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue3mJGJ7f1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue3mJGJ7f1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue3mJGJ7f1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue3mJGJ7f1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue3mJGJ7f1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ue3mJGJ7f1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ue3mJGJ7f1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ue3mJGJ7f1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ue3mJGJ7f1 .navbar {
    height: 70px;
  }
  .cid-ue3mJGJ7f1 .navbar.opened {
    height: auto;
  }
  .cid-ue3mJGJ7f1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue3mJGJ7f1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ue3mJGJ7f1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ue3mJGJ7f1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ue3mJGJ7f1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ue3mJGJ7f1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ue3mJGJ7f1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ue3mJGJ7f1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ue3mJGJ7f1 .navbar-brand {
    margin-right: auto;
  }
  .cid-ue3mJGJ7f1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ue3mJGJ7f1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ue3mJGJ7f1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ue3mJGJ7f1 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ue3mJGJ7f1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ue3mJGJ7f1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ue3mJGJ7f1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ue3mJGJ7f1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ue3mJGJ7f1 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ue3mJGJ7f1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ue3mJGJ7f1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tXV9Rv5Yba {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tXV9Rv5Yba .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXV9Rv5Yba .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXV9Rv5Yba .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tXV9Rv5Yba .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tXV9Rv5Yba .container {
    padding: 0 16px;
  }
}
.cid-tXV9Rv5Yba .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-tXV9Rv5Yba .title-wrapper {
    padding: 0;
  }
}
.cid-tXV9Rv5Yba .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tXV9Rv5Yba .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tXV9Rv5Yba .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tXV9Rv5Yba .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tXV9Rv5Yba .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-tXV9Rv5Yba .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tXV9Rv5Yba .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-tXV9Rv5Yba .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-tXV9Rv5Yba .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-tXV9Rv5Yba .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tXV9Rv5Yba .title-wrapper img {
    display: none;
  }
}
.cid-tXV9Rv5Yba .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-tXV9Rv5Yba .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-tXV9Rv5Yba .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-tXV9Rv5Yba .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-tXV9Rv5Yba .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tXV9Rv5Yba .title-wrapper .line_1 {
    display: none;
  }
}
.cid-tXV9Rv5Yba .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-tXV9Rv5Yba .title-wrapper .line_2 {
    display: none;
  }
}
.cid-tXV9Rv5Yba .mbr-section-title {
  color: #08323C;
}
.cid-tXV9Rv5Yba .mbr-text {
  color: #f35e67;
  text-align: center;
}
.cid-tXV9Rv5Yba .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-tXV9Rv5Yba .mbr-section-title,
.cid-tXV9Rv5Yba .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-tXVa56eAhq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXVa56eAhq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXVa56eAhq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue3fbGlVan {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ue3fbGlVan .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3fbGlVan .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-ue3fbGlVan .container {
    padding: 0 24px;
  }
}
.cid-ue3fbGlVan .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-ue3fbGlVan .image-wrapper {
  height: 100%;
}
.cid-ue3fbGlVan .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-ue3fbGlVan .image-wrapper img {
    height: 350px;
  }
}
.cid-ue3fbGlVan .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ue3fbGlVan .content-wrapper {
    padding: 24px;
  }
}
.cid-ue3fbGlVan .content-wrapper .content-wrap {
  width: 100%;
}
.cid-ue3fbGlVan .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ue3fbGlVan .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-ue3fbGlVan .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-ue3fbGlVan .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-ue3fbGlVan .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-ue3fbGlVan .mbr-section-title {
  color: #141414;
}
.cid-ue3fbGlVan .mbr-text {
  color: #141414;
}
.cid-ue3fbGlVan .mbr-section-title,
.cid-ue3fbGlVan .title-wrapper,
.cid-ue3fbGlVan .mbr-section-btn {
  color: #f35e67;
}
.cid-ue3iSqjPNS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ue3iSqjPNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3iSqjPNS .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-ue3iSqjPNS .container {
    padding: 0 24px;
  }
}
.cid-ue3iSqjPNS .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-ue3iSqjPNS .image-wrapper {
  height: 100%;
}
.cid-ue3iSqjPNS .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-ue3iSqjPNS .image-wrapper img {
    height: 350px;
  }
}
.cid-ue3iSqjPNS .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ue3iSqjPNS .content-wrapper {
    padding: 24px;
  }
}
.cid-ue3iSqjPNS .content-wrapper .content-wrap {
  width: 100%;
}
.cid-ue3iSqjPNS .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ue3iSqjPNS .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-ue3iSqjPNS .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-ue3iSqjPNS .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-ue3iSqjPNS .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-ue3iSqjPNS .mbr-section-title {
  color: #141414;
}
.cid-ue3iSqjPNS .mbr-text {
  color: #141414;
}
.cid-ue3iSqjPNS .mbr-section-title,
.cid-ue3iSqjPNS .title-wrapper,
.cid-ue3iSqjPNS .mbr-section-btn {
  color: #f35e67;
}
.cid-tXVcwVV3l8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXVcwVV3l8 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tXVcwVV3l8 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tXVcwVV3l8 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  transition: all 1s;
}
.cid-tXVcwVV3l8 .row .img-item img:hover {
  transform: scale(1.1);
}
.cid-tXVdfIb8R1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tXVdfIb8R1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXVdfIb8R1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXVdfIb8R1 .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-tXVdfIb8R1 .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-tXVdfIb8R1 .container {
    max-width: 1400px;
  }
}
.cid-tXVdfIb8R1 .card {
  margin: auto;
}
.cid-tXVdfIb8R1 .card-title,
.cid-tXVdfIb8R1 .mbr-iconfont {
  transition: all 0.3s;
}
.cid-tXVdfIb8R1 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-tXVdfIb8R1 .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-tXVdfIb8R1 .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tXVdfIb8R1 .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-tXVdfIb8R1 .card-wrapper:hover .card-title,
.cid-tXVdfIb8R1 .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-tXVdfIb8R1 .card-title,
.cid-tXVdfIb8R1 .card-box {
  color: #f74660;
}
.cid-uowdIbIGr0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uowdIbIGr0 .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-uowdIbIGr0 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uowdIbIGr0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uowdIbIGr0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uowdIbIGr0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uowdIbIGr0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uowdIbIGr0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uowdIbIGr0 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uowdIbIGr0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uowdIbIGr0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uowdIbIGr0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uowdIbIGr0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uowdIbIGr0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uowdIbIGr0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uowdIbIGr0 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uowdIbIGr0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uowdIbIGr0 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uowdIbIGr0 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uowdIbIGr0 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uowdIbIGr0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uowdIbIGr0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uowdIbIGr0 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uowdIbIGr0 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uowdIbIGr0 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uowdIbIGr0 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uowdIbIGr0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uowdIbIGr0 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uowdIbIGr0 .nav-item:focus,
.cid-uowdIbIGr0 .nav-link:focus {
  outline: none;
}
.cid-uowdIbIGr0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uowdIbIGr0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uowdIbIGr0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uowdIbIGr0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uowdIbIGr0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uowdIbIGr0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uowdIbIGr0 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uowdIbIGr0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uowdIbIGr0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uowdIbIGr0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uowdIbIGr0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uowdIbIGr0 .navbar.collapsed {
  justify-content: center;
}
.cid-uowdIbIGr0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uowdIbIGr0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uowdIbIGr0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uowdIbIGr0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uowdIbIGr0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uowdIbIGr0 .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-uowdIbIGr0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uowdIbIGr0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uowdIbIGr0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uowdIbIGr0 .navbar {
    min-height: 72px;
  }
  .cid-uowdIbIGr0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uowdIbIGr0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uowdIbIGr0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uowdIbIGr0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uowdIbIGr0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uowdIbIGr0 .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-uowdIbIGr0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uowdIbIGr0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uowdIbIGr0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uowdIbIGr0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uowdIbIGr0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uowdIbIGr0 .dropdown-item.active,
.cid-uowdIbIGr0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uowdIbIGr0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uowdIbIGr0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uowdIbIGr0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uowdIbIGr0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uowdIbIGr0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uowdIbIGr0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uowdIbIGr0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uowdIbIGr0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uowdIbIGr0 .navbar-buttons {
    text-align: left;
  }
}
.cid-uowdIbIGr0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uowdIbIGr0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uowdIbIGr0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uowdIbIGr0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uowdIbIGr0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uowdIbIGr0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uowdIbIGr0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uowdIbIGr0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uowdIbIGr0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uowdIbIGr0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uowdIbIGr0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uowdIbIGr0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uowdIbIGr0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uowdIbIGr0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uowdIbIGr0 .navbar {
    height: 70px;
  }
  .cid-uowdIbIGr0 .navbar.opened {
    height: auto;
  }
  .cid-uowdIbIGr0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uowdIbIGr0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uowdIbIGr0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uowdIbIGr0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uowdIbIGr0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uowdIbIGr0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uowdIbIGr0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uowdIbIGr0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uowdIbIGr0 .navbar-brand {
    margin-right: auto;
  }
  .cid-uowdIbIGr0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uowdIbIGr0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uowdIbIGr0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uowdIbIGr0 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uowdIbIGr0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uowdIbIGr0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uowdIbIGr0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uowdIbIGr0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uowdIbIGr0 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uowdIbIGr0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uowdIbIGr0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tXyex1PwCo {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tXyex1PwCo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXyex1PwCo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXyex1PwCo .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tXyex1PwCo .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tXyex1PwCo .container {
    padding: 0 16px;
  }
}
.cid-tXyex1PwCo .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-tXyex1PwCo .title-wrapper {
    padding: 0;
  }
}
.cid-tXyex1PwCo .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tXyex1PwCo .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tXyex1PwCo .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tXyex1PwCo .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tXyex1PwCo .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-tXyex1PwCo .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tXyex1PwCo .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-tXyex1PwCo .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-tXyex1PwCo .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-tXyex1PwCo .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tXyex1PwCo .title-wrapper img {
    display: none;
  }
}
.cid-tXyex1PwCo .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-tXyex1PwCo .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-tXyex1PwCo .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-tXyex1PwCo .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-tXyex1PwCo .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tXyex1PwCo .title-wrapper .line_1 {
    display: none;
  }
}
.cid-tXyex1PwCo .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-tXyex1PwCo .title-wrapper .line_2 {
    display: none;
  }
}
.cid-tXyex1PwCo .mbr-section-title {
  color: #08323C;
}
.cid-tXyex1PwCo .mbr-text {
  color: #f35e67;
  text-align: center;
}
.cid-tXyex1PwCo .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-tXyex1PwCo .mbr-section-title,
.cid-tXyex1PwCo .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-tXyeIgIiQy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tXyeIgIiQy .mbr-text {
  color: #000000;
}
.cid-tXyeIgIiQy .list {
  color: #666666;
}
.cid-tXyeIgIiQy ul {
  list-style-position: inside;
  padding: 0;
}
.cid-tXyeIgIiQy li {
  padding-bottom: 0.5rem;
}
.cid-tXyeIgIiQy .mbr-section-subtitle {
  text-align: left;
  color: #f35e67;
}
.cid-tXyfIfmSUN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tXyfIfmSUN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXyfIfmSUN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXyfIfmSUN .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-tXyfIfmSUN .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-tXyfIfmSUN .container {
    max-width: 1400px;
  }
}
.cid-tXyfIfmSUN .card {
  margin: auto;
}
.cid-tXyfIfmSUN .card-title,
.cid-tXyfIfmSUN .mbr-iconfont {
  transition: all 0.3s;
}
.cid-tXyfIfmSUN .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-tXyfIfmSUN .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-tXyfIfmSUN .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tXyfIfmSUN .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-tXyfIfmSUN .card-wrapper:hover .card-title,
.cid-tXyfIfmSUN .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-tXyfIfmSUN .card-title,
.cid-tXyfIfmSUN .card-box {
  color: #f74660;
}
.cid-ud12bZGWOM {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ud12bZGWOM .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-ud12bZGWOM .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ud12bZGWOM .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ud12bZGWOM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud12bZGWOM .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ud12bZGWOM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud12bZGWOM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud12bZGWOM .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ud12bZGWOM .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ud12bZGWOM .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ud12bZGWOM .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ud12bZGWOM .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ud12bZGWOM .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ud12bZGWOM .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ud12bZGWOM .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ud12bZGWOM .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ud12bZGWOM .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ud12bZGWOM .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ud12bZGWOM .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ud12bZGWOM .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ud12bZGWOM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ud12bZGWOM .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ud12bZGWOM .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ud12bZGWOM .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ud12bZGWOM .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ud12bZGWOM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud12bZGWOM .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-ud12bZGWOM .nav-item:focus,
.cid-ud12bZGWOM .nav-link:focus {
  outline: none;
}
.cid-ud12bZGWOM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ud12bZGWOM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud12bZGWOM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ud12bZGWOM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ud12bZGWOM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud12bZGWOM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud12bZGWOM .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ud12bZGWOM .navbar.opened {
  transition: all 0.3s;
}
.cid-ud12bZGWOM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ud12bZGWOM .navbar .navbar-logo img {
  width: auto;
}
.cid-ud12bZGWOM .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ud12bZGWOM .navbar.collapsed {
  justify-content: center;
}
.cid-ud12bZGWOM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud12bZGWOM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud12bZGWOM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ud12bZGWOM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud12bZGWOM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud12bZGWOM .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-ud12bZGWOM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud12bZGWOM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud12bZGWOM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ud12bZGWOM .navbar {
    min-height: 72px;
  }
  .cid-ud12bZGWOM .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ud12bZGWOM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud12bZGWOM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud12bZGWOM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud12bZGWOM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud12bZGWOM .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-ud12bZGWOM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud12bZGWOM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ud12bZGWOM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ud12bZGWOM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud12bZGWOM .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ud12bZGWOM .dropdown-item.active,
.cid-ud12bZGWOM .dropdown-item:active {
  background-color: transparent;
}
.cid-ud12bZGWOM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud12bZGWOM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud12bZGWOM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud12bZGWOM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ud12bZGWOM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ud12bZGWOM .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ud12bZGWOM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ud12bZGWOM .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ud12bZGWOM .navbar-buttons {
    text-align: left;
  }
}
.cid-ud12bZGWOM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ud12bZGWOM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ud12bZGWOM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud12bZGWOM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud12bZGWOM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud12bZGWOM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud12bZGWOM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud12bZGWOM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud12bZGWOM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud12bZGWOM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud12bZGWOM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ud12bZGWOM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ud12bZGWOM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ud12bZGWOM .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud12bZGWOM .navbar {
    height: 70px;
  }
  .cid-ud12bZGWOM .navbar.opened {
    height: auto;
  }
  .cid-ud12bZGWOM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud12bZGWOM .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ud12bZGWOM .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ud12bZGWOM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ud12bZGWOM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ud12bZGWOM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ud12bZGWOM .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ud12bZGWOM .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ud12bZGWOM .navbar-brand {
    margin-right: auto;
  }
  .cid-ud12bZGWOM .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ud12bZGWOM .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ud12bZGWOM .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ud12bZGWOM .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ud12bZGWOM .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ud12bZGWOM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ud12bZGWOM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ud12bZGWOM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ud12bZGWOM .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ud12bZGWOM .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ud12bZGWOM .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tQWG6OKMtb {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQWG6OKMtb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQWG6OKMtb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQWG6OKMtb .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tQWG6OKMtb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tQWG6OKMtb .container {
    padding: 0 16px;
  }
}
.cid-tQWG6OKMtb .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-tQWG6OKMtb .title-wrapper {
    padding: 0;
  }
}
.cid-tQWG6OKMtb .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tQWG6OKMtb .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tQWG6OKMtb .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tQWG6OKMtb .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tQWG6OKMtb .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-tQWG6OKMtb .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tQWG6OKMtb .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-tQWG6OKMtb .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-tQWG6OKMtb .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-tQWG6OKMtb .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tQWG6OKMtb .title-wrapper img {
    display: none;
  }
}
.cid-tQWG6OKMtb .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-tQWG6OKMtb .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-tQWG6OKMtb .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-tQWG6OKMtb .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-tQWG6OKMtb .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tQWG6OKMtb .title-wrapper .line_1 {
    display: none;
  }
}
.cid-tQWG6OKMtb .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-tQWG6OKMtb .title-wrapper .line_2 {
    display: none;
  }
}
.cid-tQWG6OKMtb .mbr-section-title {
  color: #08323C;
}
.cid-tQWG6OKMtb .mbr-text {
  color: #f35e67;
  text-align: center;
}
.cid-tQWG6OKMtb .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-tQWG6OKMtb .mbr-section-title,
.cid-tQWG6OKMtb .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-tQWHJjrbQQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tQWHJjrbQQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQWHJjrbQQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQWGEiFw6x {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tQWGEiFw6x .col-lg-2 {
    width: 20%;
  }
}
.cid-tQWGEiFw6x .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tQWGEiFw6x .item:hover img,
.cid-tQWGEiFw6x .item:hover .item-img {
  border-radius: 0;
}
.cid-tQWGEiFw6x img {
  border: 2px solid gray;
}
.cid-tQWGEiFw6x img:hover {
  border-color: #2299aa;
}
.cid-tQWGEiFw6x img,
.cid-tQWGEiFw6x .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tQWGEiFw6x h5 {
  margin: 0;
}
.cid-tQWGEiFw6x .item:focus,
.cid-tQWGEiFw6x span:focus {
  outline: none;
}
.cid-tQWGEiFw6x .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tQWGEiFw6x .item-content {
  padding-top: 1rem;
}
.cid-tQWGEiFw6x .mbr-section-title {
  color: #121212;
}
.cid-tQWGEiFw6x .item-title {
  color: #000000;
}
.cid-tQWGEiFw6x .item-subtitle {
  color: #000000;
}
.cid-tQWGEiFw6x .mbr-section-subtitle {
  color: #666666;
}
.cid-tQWGEiFw6x .mbr-text,
.cid-tQWGEiFw6x .mbr-section-btn {
  color: #000000;
}
.cid-ulja0Oumcg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ulja0Oumcg .col-lg-2 {
    width: 20%;
  }
}
.cid-ulja0Oumcg .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ulja0Oumcg .item:hover img,
.cid-ulja0Oumcg .item:hover .item-img {
  border-radius: 0;
}
.cid-ulja0Oumcg img {
  border: 2px solid gray;
}
.cid-ulja0Oumcg img:hover {
  border-color: #2299aa;
}
.cid-ulja0Oumcg img,
.cid-ulja0Oumcg .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ulja0Oumcg h5 {
  margin: 0;
}
.cid-ulja0Oumcg .item:focus,
.cid-ulja0Oumcg span:focus {
  outline: none;
}
.cid-ulja0Oumcg .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ulja0Oumcg .item-content {
  padding-top: 1rem;
}
.cid-ulja0Oumcg .mbr-section-title {
  color: #121212;
}
.cid-ulja0Oumcg .item-title {
  color: #000000;
}
.cid-ulja0Oumcg .item-subtitle {
  color: #000000;
}
.cid-ulja0Oumcg .mbr-section-subtitle {
  color: #000000;
}
.cid-ulo4TjEWqZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ulo4TjEWqZ .col-lg-2 {
    width: 20%;
  }
}
.cid-ulo4TjEWqZ .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ulo4TjEWqZ .item:hover img,
.cid-ulo4TjEWqZ .item:hover .item-img {
  border-radius: 0;
}
.cid-ulo4TjEWqZ img {
  border: 2px solid gray;
}
.cid-ulo4TjEWqZ img:hover {
  border-color: #2299aa;
}
.cid-ulo4TjEWqZ img,
.cid-ulo4TjEWqZ .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ulo4TjEWqZ h5 {
  margin: 0;
}
.cid-ulo4TjEWqZ .item:focus,
.cid-ulo4TjEWqZ span:focus {
  outline: none;
}
.cid-ulo4TjEWqZ .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ulo4TjEWqZ .item-content {
  padding-top: 1rem;
}
.cid-ulo4TjEWqZ .mbr-section-title {
  color: #121212;
}
.cid-ulo4TjEWqZ .item-title {
  color: #000000;
}
.cid-ulo4TjEWqZ .item-subtitle {
  color: #000000;
}
.cid-ulo4TjEWqZ .mbr-section-subtitle {
  color: #000000;
}
.cid-tQWGJthcAX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQWGJthcAX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQWGJthcAX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQWGJthcAX .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-tQWGJthcAX .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-tQWGJthcAX .container {
    max-width: 1400px;
  }
}
.cid-tQWGJthcAX .card {
  margin: auto;
}
.cid-tQWGJthcAX .card-title,
.cid-tQWGJthcAX .mbr-iconfont {
  transition: all 0.3s;
}
.cid-tQWGJthcAX .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-tQWGJthcAX .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-tQWGJthcAX .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tQWGJthcAX .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-tQWGJthcAX .card-wrapper:hover .card-title,
.cid-tQWGJthcAX .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-tQWGJthcAX .card-title,
.cid-tQWGJthcAX .card-box {
  color: #f74660;
}
.cid-udW2qrE0Kh {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-udW2qrE0Kh .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-udW2qrE0Kh .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-udW2qrE0Kh .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udW2qrE0Kh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udW2qrE0Kh .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udW2qrE0Kh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udW2qrE0Kh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udW2qrE0Kh .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-udW2qrE0Kh .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udW2qrE0Kh .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-udW2qrE0Kh .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udW2qrE0Kh .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udW2qrE0Kh .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-udW2qrE0Kh .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udW2qrE0Kh .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-udW2qrE0Kh .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udW2qrE0Kh .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udW2qrE0Kh .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udW2qrE0Kh .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udW2qrE0Kh .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udW2qrE0Kh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udW2qrE0Kh .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-udW2qrE0Kh .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udW2qrE0Kh .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-udW2qrE0Kh .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-udW2qrE0Kh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udW2qrE0Kh .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-udW2qrE0Kh .nav-item:focus,
.cid-udW2qrE0Kh .nav-link:focus {
  outline: none;
}
.cid-udW2qrE0Kh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udW2qrE0Kh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udW2qrE0Kh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udW2qrE0Kh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udW2qrE0Kh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udW2qrE0Kh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udW2qrE0Kh .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udW2qrE0Kh .navbar.opened {
  transition: all 0.3s;
}
.cid-udW2qrE0Kh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udW2qrE0Kh .navbar .navbar-logo img {
  width: auto;
}
.cid-udW2qrE0Kh .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udW2qrE0Kh .navbar.collapsed {
  justify-content: center;
}
.cid-udW2qrE0Kh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udW2qrE0Kh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udW2qrE0Kh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-udW2qrE0Kh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udW2qrE0Kh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udW2qrE0Kh .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-udW2qrE0Kh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udW2qrE0Kh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udW2qrE0Kh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udW2qrE0Kh .navbar {
    min-height: 72px;
  }
  .cid-udW2qrE0Kh .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udW2qrE0Kh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udW2qrE0Kh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udW2qrE0Kh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udW2qrE0Kh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udW2qrE0Kh .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-udW2qrE0Kh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udW2qrE0Kh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udW2qrE0Kh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udW2qrE0Kh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udW2qrE0Kh .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udW2qrE0Kh .dropdown-item.active,
.cid-udW2qrE0Kh .dropdown-item:active {
  background-color: transparent;
}
.cid-udW2qrE0Kh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udW2qrE0Kh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udW2qrE0Kh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udW2qrE0Kh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udW2qrE0Kh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udW2qrE0Kh .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udW2qrE0Kh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udW2qrE0Kh .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udW2qrE0Kh .navbar-buttons {
    text-align: left;
  }
}
.cid-udW2qrE0Kh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udW2qrE0Kh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udW2qrE0Kh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udW2qrE0Kh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udW2qrE0Kh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udW2qrE0Kh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udW2qrE0Kh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udW2qrE0Kh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udW2qrE0Kh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udW2qrE0Kh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udW2qrE0Kh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udW2qrE0Kh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udW2qrE0Kh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udW2qrE0Kh .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udW2qrE0Kh .navbar {
    height: 70px;
  }
  .cid-udW2qrE0Kh .navbar.opened {
    height: auto;
  }
  .cid-udW2qrE0Kh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udW2qrE0Kh .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udW2qrE0Kh .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udW2qrE0Kh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udW2qrE0Kh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udW2qrE0Kh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udW2qrE0Kh .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udW2qrE0Kh .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udW2qrE0Kh .navbar-brand {
    margin-right: auto;
  }
  .cid-udW2qrE0Kh .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-udW2qrE0Kh .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udW2qrE0Kh .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udW2qrE0Kh .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udW2qrE0Kh .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udW2qrE0Kh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udW2qrE0Kh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udW2qrE0Kh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udW2qrE0Kh .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udW2qrE0Kh .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udW2qrE0Kh .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u4I4pzJ65s {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4I4pzJ65s .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4I4pzJ65s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4I4pzJ65s .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u4I4pzJ65s .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u4I4pzJ65s .container {
    padding: 0 16px;
  }
}
.cid-u4I4pzJ65s .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-u4I4pzJ65s .title-wrapper {
    padding: 0;
  }
}
.cid-u4I4pzJ65s .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u4I4pzJ65s .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u4I4pzJ65s .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u4I4pzJ65s .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u4I4pzJ65s .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-u4I4pzJ65s .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-u4I4pzJ65s .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-u4I4pzJ65s .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-u4I4pzJ65s .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-u4I4pzJ65s .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u4I4pzJ65s .title-wrapper img {
    display: none;
  }
}
.cid-u4I4pzJ65s .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-u4I4pzJ65s .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-u4I4pzJ65s .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-u4I4pzJ65s .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-u4I4pzJ65s .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-u4I4pzJ65s .title-wrapper .line_1 {
    display: none;
  }
}
.cid-u4I4pzJ65s .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-u4I4pzJ65s .title-wrapper .line_2 {
    display: none;
  }
}
.cid-u4I4pzJ65s .mbr-section-title {
  color: #08323C;
}
.cid-u4I4pzJ65s .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-u4I4pzJ65s .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-u4I4pzJ65s .mbr-section-title,
.cid-u4I4pzJ65s .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-udVXiFi7k2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udVXiFi7k2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udVXiFi7k2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udVXiFi7k2 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-udVXiFi7k2 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-udVXiFi7k2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-udVXiFi7k2 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-udVXiFi7k2 .container {
    padding: 0 16px;
  }
}
.cid-udVXiFi7k2 .row {
  padding: 60px 64px;
  background-color: #ffffff;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-udVXiFi7k2 .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-udVXiFi7k2 .row {
    padding: 25px 9px;
  }
}
.cid-udVXiFi7k2 .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-udVXiFi7k2 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-udVXiFi7k2 .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-udVXiFi7k2 .box {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-udVXiFi7k2 .box {
    width: 100%;
  }
}
.cid-udVXiFi7k2 .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-udVXiFi7k2 .box .mbr-media {
    height: 350px;
  }
}
.cid-udVXiFi7k2 .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  margin-left: 4px;
}
.cid-udVXiFi7k2 .box .mbr-media .mbr-iconfont {
  font-size: 18px;
  color: #ff6666;
  transition: all 0.3s ease-in-out;
}
.cid-udVXiFi7k2 .mbr-media {
  position: relative;
}
.cid-udVXiFi7k2 .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-udVXiFi7k2 a:hover {
  background-image: none !important;
}
.cid-udVXiFi7k2 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #2a7c33;
  border: 1px solid #ff6666;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-udVXiFi7k2 .icon-wrap:hover,
.cid-udVXiFi7k2 .icon-wrap:focus {
  cursor: pointer;
}
.cid-udVXiFi7k2 .icon-wrap:hover .mbr-iconfont,
.cid-udVXiFi7k2 .icon-wrap:focus .mbr-iconfont {
  transform: scale(1.2);
}
.cid-udVXiFi7k2 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-udVXiFi7k2 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-udVXiFi7k2 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-udVXiFi7k2 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-udVXiFi7k2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-udVXiFi7k2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-udVXiFi7k2 .mbr-section-title {
  color: #000000;
}
.cid-ugwqoGsS0E {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugwqoGsS0E .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugwqoGsS0E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugwqoGsS0E .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ugwqoGsS0E .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ugwqoGsS0E .container {
    padding: 0 20px;
  }
}
.cid-ugwqoGsS0E .row {
  justify-content: space-between;
}
.cid-ugwqoGsS0E .card {
  justify-content: center;
}
.cid-ugwqoGsS0E .image-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-ugwqoGsS0E .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-ugwqoGsS0E .image-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-ugwqoGsS0E .image-wrapper .image-wrap {
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-ugwqoGsS0E .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-ugwqoGsS0E .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-ugwqoGsS0E .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugwqoGsS0E .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-ugwqoGsS0E .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-ugwqoGsS0E .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-ugwqoGsS0E .content-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-ugwqoGsS0E .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-ugwqoGsS0E .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugwqoGsS0E .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ugwqoGsS0E .mbr-desc {
  color: #1e1d1c;
}
.cid-ugwqoGsS0E .mbr-section-title {
  color: #1e1d1c;
}
.cid-ue9rHrNyq2 {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ue9rHrNyq2 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-ue9rHrNyq2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue9rHrNyq2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue9rHrNyq2 .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-ue9rHrNyq2 .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-ue9rHrNyq2 .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-ue9rHrNyq2 .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ue9rHrNyq2 .content-container {
    flex-wrap: wrap;
    padding: 0 20%;
  }
}
@media (max-width: 767px) {
  .cid-ue9rHrNyq2 .content-container {
    padding: 0 20px;
  }
}
.cid-ue9rHrNyq2 .img-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ue9rHrNyq2 .img-container {
    width: 100%;
    background-color: transparent;
  }
}
.cid-ue9rHrNyq2 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-ue9rHrNyq2 .image-wrapper img {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ue9rHrNyq2 .image-wrapper img {
    max-width: 100%;
  }
}
.cid-ue9rHrNyq2 .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 10% 0  10%;
  min-height: 630px;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (max-width: 991px) {
  .cid-ue9rHrNyq2 .text-container {
    width: 100%;
    padding: 0;
    min-height: 0;
    margin-bottom: 40px;
  }
}
.cid-ue9rHrNyq2 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ue9rHrNyq2 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ue9rHrNyq2 .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ue9rHrNyq2 .mbr-text {
    text-align: center !important;
  }
}
.cid-ue9rHrNyq2 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-ue9rHrNyq2 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ue9rHrNyq2 .mbr-text,
.cid-ue9rHrNyq2 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ue9iyogVCi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ue9iyogVCi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue9iyogVCi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue9iyogVCi .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ue9iyogVCi .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ue9iyogVCi .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ue9iyogVCi .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ue9iyogVCi .container {
    padding: 0 16px;
  }
}
.cid-ue9iyogVCi .row {
  padding: 60px 64px;
  background-color: #ffffff;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-ue9iyogVCi .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-ue9iyogVCi .row {
    padding: 25px 9px;
  }
}
.cid-ue9iyogVCi .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-ue9iyogVCi .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ue9iyogVCi .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-ue9iyogVCi .box {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-ue9iyogVCi .box {
    width: 100%;
  }
}
.cid-ue9iyogVCi .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-ue9iyogVCi .box .mbr-media {
    height: 350px;
  }
}
.cid-ue9iyogVCi .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  margin-left: 4px;
}
.cid-ue9iyogVCi .box .mbr-media .mbr-iconfont {
  font-size: 18px;
  color: #ff6666;
  transition: all 0.3s ease-in-out;
}
.cid-ue9iyogVCi .mbr-media {
  position: relative;
}
.cid-ue9iyogVCi .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-ue9iyogVCi a:hover {
  background-image: none !important;
}
.cid-ue9iyogVCi .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #2a7c33;
  border: 1px solid #ff6666;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-ue9iyogVCi .icon-wrap:hover,
.cid-ue9iyogVCi .icon-wrap:focus {
  cursor: pointer;
}
.cid-ue9iyogVCi .icon-wrap:hover .mbr-iconfont,
.cid-ue9iyogVCi .icon-wrap:focus .mbr-iconfont {
  transform: scale(1.2);
}
.cid-ue9iyogVCi .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-ue9iyogVCi .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ue9iyogVCi .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ue9iyogVCi .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ue9iyogVCi .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ue9iyogVCi .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ue9iyogVCi .mbr-section-title {
  color: #000000;
}
.cid-ue9u51NSJY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ue9u51NSJY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue9u51NSJY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue9u51NSJY .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ue9u51NSJY .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ue9u51NSJY .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ue9u51NSJY .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ue9u51NSJY .container {
    padding: 0 16px;
  }
}
.cid-ue9u51NSJY .row {
  padding: 60px 64px;
  background-color: #ffffff;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-ue9u51NSJY .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-ue9u51NSJY .row {
    padding: 25px 9px;
  }
}
.cid-ue9u51NSJY .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-ue9u51NSJY .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ue9u51NSJY .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-ue9u51NSJY .box {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-ue9u51NSJY .box {
    width: 100%;
  }
}
.cid-ue9u51NSJY .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-ue9u51NSJY .box .mbr-media {
    height: 350px;
  }
}
.cid-ue9u51NSJY .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  margin-left: 4px;
}
.cid-ue9u51NSJY .box .mbr-media .mbr-iconfont {
  font-size: 18px;
  color: #ff6666;
  transition: all 0.3s ease-in-out;
}
.cid-ue9u51NSJY .mbr-media {
  position: relative;
}
.cid-ue9u51NSJY .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-ue9u51NSJY a:hover {
  background-image: none !important;
}
.cid-ue9u51NSJY .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #2a7c33;
  border: 1px solid #ff6666;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-ue9u51NSJY .icon-wrap:hover,
.cid-ue9u51NSJY .icon-wrap:focus {
  cursor: pointer;
}
.cid-ue9u51NSJY .icon-wrap:hover .mbr-iconfont,
.cid-ue9u51NSJY .icon-wrap:focus .mbr-iconfont {
  transform: scale(1.2);
}
.cid-ue9u51NSJY .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-ue9u51NSJY .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ue9u51NSJY .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ue9u51NSJY .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ue9u51NSJY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ue9u51NSJY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ue9u51NSJY .mbr-section-title {
  color: #000000;
}
.cid-u4Ibsi7l76 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4Ibsi7l76 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4Ibsi7l76 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4Ibsi7l76 .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-u4Ibsi7l76 .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-u4Ibsi7l76 .container {
    max-width: 1400px;
  }
}
.cid-u4Ibsi7l76 .card {
  margin: auto;
}
.cid-u4Ibsi7l76 .card-title,
.cid-u4Ibsi7l76 .mbr-iconfont {
  transition: all 0.3s;
}
.cid-u4Ibsi7l76 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-u4Ibsi7l76 .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-u4Ibsi7l76 .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u4Ibsi7l76 .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-u4Ibsi7l76 .card-wrapper:hover .card-title,
.cid-u4Ibsi7l76 .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-u4Ibsi7l76 .card-title,
.cid-u4Ibsi7l76 .card-box {
  color: #f74660;
}
.cid-ud0ZCZGT8O {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ud0ZCZGT8O .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-ud0ZCZGT8O .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ud0ZCZGT8O .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ud0ZCZGT8O .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud0ZCZGT8O .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ud0ZCZGT8O .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud0ZCZGT8O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud0ZCZGT8O .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ud0ZCZGT8O .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ud0ZCZGT8O .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ud0ZCZGT8O .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ud0ZCZGT8O .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ud0ZCZGT8O .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ud0ZCZGT8O .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ud0ZCZGT8O .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ud0ZCZGT8O .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ud0ZCZGT8O .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ud0ZCZGT8O .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ud0ZCZGT8O .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ud0ZCZGT8O .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ud0ZCZGT8O .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ud0ZCZGT8O .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ud0ZCZGT8O .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ud0ZCZGT8O .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ud0ZCZGT8O .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ud0ZCZGT8O .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud0ZCZGT8O .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-ud0ZCZGT8O .nav-item:focus,
.cid-ud0ZCZGT8O .nav-link:focus {
  outline: none;
}
.cid-ud0ZCZGT8O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ud0ZCZGT8O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud0ZCZGT8O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ud0ZCZGT8O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ud0ZCZGT8O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud0ZCZGT8O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud0ZCZGT8O .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ud0ZCZGT8O .navbar.opened {
  transition: all 0.3s;
}
.cid-ud0ZCZGT8O .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ud0ZCZGT8O .navbar .navbar-logo img {
  width: auto;
}
.cid-ud0ZCZGT8O .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ud0ZCZGT8O .navbar.collapsed {
  justify-content: center;
}
.cid-ud0ZCZGT8O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud0ZCZGT8O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud0ZCZGT8O .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ud0ZCZGT8O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud0ZCZGT8O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud0ZCZGT8O .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-ud0ZCZGT8O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud0ZCZGT8O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud0ZCZGT8O .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ud0ZCZGT8O .navbar {
    min-height: 72px;
  }
  .cid-ud0ZCZGT8O .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ud0ZCZGT8O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud0ZCZGT8O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud0ZCZGT8O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud0ZCZGT8O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud0ZCZGT8O .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-ud0ZCZGT8O .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud0ZCZGT8O .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ud0ZCZGT8O .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ud0ZCZGT8O .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud0ZCZGT8O .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ud0ZCZGT8O .dropdown-item.active,
.cid-ud0ZCZGT8O .dropdown-item:active {
  background-color: transparent;
}
.cid-ud0ZCZGT8O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud0ZCZGT8O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud0ZCZGT8O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud0ZCZGT8O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ud0ZCZGT8O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ud0ZCZGT8O .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ud0ZCZGT8O ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ud0ZCZGT8O .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ud0ZCZGT8O .navbar-buttons {
    text-align: left;
  }
}
.cid-ud0ZCZGT8O button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ud0ZCZGT8O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ud0ZCZGT8O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud0ZCZGT8O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud0ZCZGT8O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud0ZCZGT8O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud0ZCZGT8O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud0ZCZGT8O nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud0ZCZGT8O nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud0ZCZGT8O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud0ZCZGT8O .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ud0ZCZGT8O a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ud0ZCZGT8O .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ud0ZCZGT8O .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud0ZCZGT8O .navbar {
    height: 70px;
  }
  .cid-ud0ZCZGT8O .navbar.opened {
    height: auto;
  }
  .cid-ud0ZCZGT8O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud0ZCZGT8O .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ud0ZCZGT8O .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ud0ZCZGT8O .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ud0ZCZGT8O .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ud0ZCZGT8O .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ud0ZCZGT8O .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ud0ZCZGT8O .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ud0ZCZGT8O .navbar-brand {
    margin-right: auto;
  }
  .cid-ud0ZCZGT8O .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ud0ZCZGT8O .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ud0ZCZGT8O .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ud0ZCZGT8O .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ud0ZCZGT8O .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ud0ZCZGT8O .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ud0ZCZGT8O .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ud0ZCZGT8O .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ud0ZCZGT8O .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ud0ZCZGT8O .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ud0ZCZGT8O .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tQbui57JA4 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQbui57JA4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQbui57JA4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQbui57JA4 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tQbui57JA4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tQbui57JA4 .container {
    padding: 0 16px;
  }
}
.cid-tQbui57JA4 .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-tQbui57JA4 .title-wrapper {
    padding: 0;
  }
}
.cid-tQbui57JA4 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tQbui57JA4 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tQbui57JA4 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tQbui57JA4 .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tQbui57JA4 .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-tQbui57JA4 .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tQbui57JA4 .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-tQbui57JA4 .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-tQbui57JA4 .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-tQbui57JA4 .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tQbui57JA4 .title-wrapper img {
    display: none;
  }
}
.cid-tQbui57JA4 .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-tQbui57JA4 .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-tQbui57JA4 .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-tQbui57JA4 .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-tQbui57JA4 .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tQbui57JA4 .title-wrapper .line_1 {
    display: none;
  }
}
.cid-tQbui57JA4 .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-tQbui57JA4 .title-wrapper .line_2 {
    display: none;
  }
}
.cid-tQbui57JA4 .mbr-section-title {
  color: #08323C;
}
.cid-tQbui57JA4 .mbr-text {
  color: #f35e67;
  text-align: center;
}
.cid-tQbui57JA4 .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-tQbui57JA4 .mbr-section-title,
.cid-tQbui57JA4 .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-tQbW18b9T9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tQbW18b9T9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQbW18b9T9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQbW18b9T9 .mbr-section-title {
  color: #00004c;
}
.cid-tQbW18b9T9 .mbr-text {
  color: #000000;
}
.cid-tQbuqSwovI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQbuqSwovI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQbuqSwovI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQbuqSwovI .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-tQbuqSwovI .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-tQbuqSwovI .container {
    max-width: 1400px;
  }
}
.cid-tQbuqSwovI .card {
  margin: auto;
}
.cid-tQbuqSwovI .card-title,
.cid-tQbuqSwovI .mbr-iconfont {
  transition: all 0.3s;
}
.cid-tQbuqSwovI .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-tQbuqSwovI .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-tQbuqSwovI .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tQbuqSwovI .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-tQbuqSwovI .card-wrapper:hover .card-title,
.cid-tQbuqSwovI .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-tQbuqSwovI .card-title,
.cid-tQbuqSwovI .card-box {
  color: #f74660;
}
.cid-ud5t2KFJMS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ud5t2KFJMS .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-ud5t2KFJMS .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ud5t2KFJMS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ud5t2KFJMS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud5t2KFJMS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ud5t2KFJMS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud5t2KFJMS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud5t2KFJMS .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ud5t2KFJMS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ud5t2KFJMS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ud5t2KFJMS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ud5t2KFJMS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ud5t2KFJMS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ud5t2KFJMS .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ud5t2KFJMS .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ud5t2KFJMS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ud5t2KFJMS .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ud5t2KFJMS .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ud5t2KFJMS .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ud5t2KFJMS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ud5t2KFJMS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ud5t2KFJMS .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ud5t2KFJMS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ud5t2KFJMS .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ud5t2KFJMS .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ud5t2KFJMS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud5t2KFJMS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-ud5t2KFJMS .nav-item:focus,
.cid-ud5t2KFJMS .nav-link:focus {
  outline: none;
}
.cid-ud5t2KFJMS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ud5t2KFJMS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud5t2KFJMS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ud5t2KFJMS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ud5t2KFJMS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud5t2KFJMS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud5t2KFJMS .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ud5t2KFJMS .navbar.opened {
  transition: all 0.3s;
}
.cid-ud5t2KFJMS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ud5t2KFJMS .navbar .navbar-logo img {
  width: auto;
}
.cid-ud5t2KFJMS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ud5t2KFJMS .navbar.collapsed {
  justify-content: center;
}
.cid-ud5t2KFJMS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud5t2KFJMS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud5t2KFJMS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ud5t2KFJMS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud5t2KFJMS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud5t2KFJMS .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-ud5t2KFJMS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud5t2KFJMS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud5t2KFJMS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ud5t2KFJMS .navbar {
    min-height: 72px;
  }
  .cid-ud5t2KFJMS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ud5t2KFJMS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud5t2KFJMS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud5t2KFJMS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud5t2KFJMS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud5t2KFJMS .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-ud5t2KFJMS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud5t2KFJMS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ud5t2KFJMS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ud5t2KFJMS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud5t2KFJMS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ud5t2KFJMS .dropdown-item.active,
.cid-ud5t2KFJMS .dropdown-item:active {
  background-color: transparent;
}
.cid-ud5t2KFJMS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud5t2KFJMS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud5t2KFJMS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud5t2KFJMS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ud5t2KFJMS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ud5t2KFJMS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ud5t2KFJMS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ud5t2KFJMS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ud5t2KFJMS .navbar-buttons {
    text-align: left;
  }
}
.cid-ud5t2KFJMS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ud5t2KFJMS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ud5t2KFJMS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud5t2KFJMS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud5t2KFJMS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud5t2KFJMS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud5t2KFJMS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud5t2KFJMS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud5t2KFJMS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud5t2KFJMS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud5t2KFJMS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ud5t2KFJMS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ud5t2KFJMS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ud5t2KFJMS .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud5t2KFJMS .navbar {
    height: 70px;
  }
  .cid-ud5t2KFJMS .navbar.opened {
    height: auto;
  }
  .cid-ud5t2KFJMS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud5t2KFJMS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ud5t2KFJMS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ud5t2KFJMS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ud5t2KFJMS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ud5t2KFJMS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ud5t2KFJMS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ud5t2KFJMS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ud5t2KFJMS .navbar-brand {
    margin-right: auto;
  }
  .cid-ud5t2KFJMS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ud5t2KFJMS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ud5t2KFJMS .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ud5t2KFJMS .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ud5t2KFJMS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ud5t2KFJMS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ud5t2KFJMS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ud5t2KFJMS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ud5t2KFJMS .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ud5t2KFJMS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ud5t2KFJMS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tTjgWeAyYW {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTjgWeAyYW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTjgWeAyYW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTjgWeAyYW .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tTjgWeAyYW .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tTjgWeAyYW .container {
    padding: 0 16px;
  }
}
.cid-tTjgWeAyYW .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-tTjgWeAyYW .title-wrapper {
    padding: 0;
  }
}
.cid-tTjgWeAyYW .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tTjgWeAyYW .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tTjgWeAyYW .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tTjgWeAyYW .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tTjgWeAyYW .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-tTjgWeAyYW .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tTjgWeAyYW .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-tTjgWeAyYW .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-tTjgWeAyYW .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-tTjgWeAyYW .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tTjgWeAyYW .title-wrapper img {
    display: none;
  }
}
.cid-tTjgWeAyYW .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-tTjgWeAyYW .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-tTjgWeAyYW .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-tTjgWeAyYW .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-tTjgWeAyYW .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tTjgWeAyYW .title-wrapper .line_1 {
    display: none;
  }
}
.cid-tTjgWeAyYW .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-tTjgWeAyYW .title-wrapper .line_2 {
    display: none;
  }
}
.cid-tTjgWeAyYW .mbr-section-title {
  color: #08323C;
}
.cid-tTjgWeAyYW .mbr-text {
  color: #f35e67;
  text-align: center;
}
.cid-tTjgWeAyYW .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-tTjgWeAyYW .mbr-section-title,
.cid-tTjgWeAyYW .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-ud5sRemVtL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ud5sRemVtL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud5sRemVtL .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-ud5sRemVtL .container {
    padding: 0 24px;
  }
}
.cid-ud5sRemVtL .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-ud5sRemVtL .image-wrapper {
  height: 100%;
}
.cid-ud5sRemVtL .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-ud5sRemVtL .image-wrapper img {
    height: 350px;
  }
}
.cid-ud5sRemVtL .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ud5sRemVtL .content-wrapper {
    padding: 24px;
  }
}
.cid-ud5sRemVtL .content-wrapper .content-wrap {
  width: 100%;
}
.cid-ud5sRemVtL .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ud5sRemVtL .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-ud5sRemVtL .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-ud5sRemVtL .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-ud5sRemVtL .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-ud5sRemVtL .mbr-section-title {
  color: #141414;
}
.cid-ud5sRemVtL .mbr-text {
  color: #141414;
}
.cid-ud5sRemVtL .mbr-section-title,
.cid-ud5sRemVtL .title-wrapper,
.cid-ud5sRemVtL .mbr-section-btn {
  color: #ff6666;
}
.cid-uBeLTI5KMF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBeLTI5KMF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBeLTI5KMF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBeLTI5KMF .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-uBeLTI5KMF .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-uBeLTI5KMF .container {
    max-width: 1400px;
  }
}
.cid-uBeLTI5KMF .card {
  margin: auto;
}
.cid-uBeLTI5KMF .card-title,
.cid-uBeLTI5KMF .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uBeLTI5KMF .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uBeLTI5KMF .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-uBeLTI5KMF .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBeLTI5KMF .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uBeLTI5KMF .card-wrapper:hover .card-title,
.cid-uBeLTI5KMF .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-uBeLTI5KMF .card-title,
.cid-uBeLTI5KMF .card-box {
  color: #f74660;
}
.cid-ud6CEez3s0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ud6CEez3s0 .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-ud6CEez3s0 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ud6CEez3s0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ud6CEez3s0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud6CEez3s0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ud6CEez3s0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud6CEez3s0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud6CEez3s0 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ud6CEez3s0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ud6CEez3s0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ud6CEez3s0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ud6CEez3s0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ud6CEez3s0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ud6CEez3s0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ud6CEez3s0 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ud6CEez3s0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ud6CEez3s0 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ud6CEez3s0 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ud6CEez3s0 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ud6CEez3s0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ud6CEez3s0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ud6CEez3s0 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ud6CEez3s0 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ud6CEez3s0 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ud6CEez3s0 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ud6CEez3s0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud6CEez3s0 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-ud6CEez3s0 .nav-item:focus,
.cid-ud6CEez3s0 .nav-link:focus {
  outline: none;
}
.cid-ud6CEez3s0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ud6CEez3s0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud6CEez3s0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ud6CEez3s0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ud6CEez3s0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud6CEez3s0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud6CEez3s0 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ud6CEez3s0 .navbar.opened {
  transition: all 0.3s;
}
.cid-ud6CEez3s0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ud6CEez3s0 .navbar .navbar-logo img {
  width: auto;
}
.cid-ud6CEez3s0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ud6CEez3s0 .navbar.collapsed {
  justify-content: center;
}
.cid-ud6CEez3s0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud6CEez3s0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud6CEez3s0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ud6CEez3s0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud6CEez3s0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud6CEez3s0 .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-ud6CEez3s0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud6CEez3s0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud6CEez3s0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ud6CEez3s0 .navbar {
    min-height: 72px;
  }
  .cid-ud6CEez3s0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ud6CEez3s0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud6CEez3s0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud6CEez3s0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud6CEez3s0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud6CEez3s0 .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-ud6CEez3s0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud6CEez3s0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ud6CEez3s0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ud6CEez3s0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud6CEez3s0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ud6CEez3s0 .dropdown-item.active,
.cid-ud6CEez3s0 .dropdown-item:active {
  background-color: transparent;
}
.cid-ud6CEez3s0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud6CEez3s0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud6CEez3s0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud6CEez3s0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ud6CEez3s0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ud6CEez3s0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ud6CEez3s0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ud6CEez3s0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ud6CEez3s0 .navbar-buttons {
    text-align: left;
  }
}
.cid-ud6CEez3s0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ud6CEez3s0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ud6CEez3s0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud6CEez3s0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud6CEez3s0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud6CEez3s0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud6CEez3s0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud6CEez3s0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud6CEez3s0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud6CEez3s0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud6CEez3s0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ud6CEez3s0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ud6CEez3s0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ud6CEez3s0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud6CEez3s0 .navbar {
    height: 70px;
  }
  .cid-ud6CEez3s0 .navbar.opened {
    height: auto;
  }
  .cid-ud6CEez3s0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud6CEez3s0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ud6CEez3s0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ud6CEez3s0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ud6CEez3s0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ud6CEez3s0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ud6CEez3s0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ud6CEez3s0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ud6CEez3s0 .navbar-brand {
    margin-right: auto;
  }
  .cid-ud6CEez3s0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ud6CEez3s0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ud6CEez3s0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ud6CEez3s0 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ud6CEez3s0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ud6CEez3s0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ud6CEez3s0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ud6CEez3s0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ud6CEez3s0 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ud6CEez3s0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ud6CEez3s0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tTjh1AtEbu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTjh1AtEbu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTjh1AtEbu .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-tTjh1AtEbu .container {
    padding: 0 16px;
  }
}
.cid-tTjh1AtEbu .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-tTjh1AtEbu .title-wrapper {
    padding: 0;
  }
}
.cid-tTjh1AtEbu .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tTjh1AtEbu .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tTjh1AtEbu .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tTjh1AtEbu .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tTjh1AtEbu .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-tTjh1AtEbu .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tTjh1AtEbu .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-tTjh1AtEbu .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-tTjh1AtEbu .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-tTjh1AtEbu .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tTjh1AtEbu .title-wrapper img {
    display: none;
  }
}
.cid-tTjh1AtEbu .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-tTjh1AtEbu .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-tTjh1AtEbu .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-tTjh1AtEbu .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-tTjh1AtEbu .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tTjh1AtEbu .title-wrapper .line_1 {
    display: none;
  }
}
.cid-tTjh1AtEbu .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-tTjh1AtEbu .title-wrapper .line_2 {
    display: none;
  }
}
.cid-tTjh1AtEbu .mbr-section-title {
  color: #08323C;
}
.cid-tTjh1AtEbu .mbr-text {
  color: #f35e67;
  text-align: center;
}
.cid-tTjh1AtEbu .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-tTjh1AtEbu .mbr-section-title,
.cid-tTjh1AtEbu .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-ud6ACHyiIC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ud6ACHyiIC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud6ACHyiIC .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-ud6ACHyiIC .container {
    padding: 0 24px;
  }
}
.cid-ud6ACHyiIC .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-ud6ACHyiIC .image-wrapper {
  height: 100%;
}
.cid-ud6ACHyiIC .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-ud6ACHyiIC .image-wrapper img {
    height: 350px;
  }
}
.cid-ud6ACHyiIC .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ud6ACHyiIC .content-wrapper {
    padding: 24px;
  }
}
.cid-ud6ACHyiIC .content-wrapper .content-wrap {
  width: 100%;
}
.cid-ud6ACHyiIC .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ud6ACHyiIC .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-ud6ACHyiIC .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-ud6ACHyiIC .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-ud6ACHyiIC .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-ud6ACHyiIC .mbr-section-title {
  color: #141414;
}
.cid-ud6ACHyiIC .mbr-text {
  color: #141414;
}
.cid-ud6ACHyiIC .mbr-section-title,
.cid-ud6ACHyiIC .title-wrapper,
.cid-ud6ACHyiIC .mbr-section-btn {
  color: #f35e67;
}
.cid-uBeM5T4ZF8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBeM5T4ZF8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBeM5T4ZF8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBeM5T4ZF8 .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-uBeM5T4ZF8 .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-uBeM5T4ZF8 .container {
    max-width: 1400px;
  }
}
.cid-uBeM5T4ZF8 .card {
  margin: auto;
}
.cid-uBeM5T4ZF8 .card-title,
.cid-uBeM5T4ZF8 .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uBeM5T4ZF8 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uBeM5T4ZF8 .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-uBeM5T4ZF8 .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBeM5T4ZF8 .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uBeM5T4ZF8 .card-wrapper:hover .card-title,
.cid-uBeM5T4ZF8 .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-uBeM5T4ZF8 .card-title,
.cid-uBeM5T4ZF8 .card-box {
  color: #f74660;
}
.cid-udsSONl4pw {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-udsSONl4pw .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-udsSONl4pw .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-udsSONl4pw .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udsSONl4pw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udsSONl4pw .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udsSONl4pw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udsSONl4pw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udsSONl4pw .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-udsSONl4pw .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udsSONl4pw .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-udsSONl4pw .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udsSONl4pw .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udsSONl4pw .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-udsSONl4pw .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udsSONl4pw .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-udsSONl4pw .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udsSONl4pw .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udsSONl4pw .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udsSONl4pw .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udsSONl4pw .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udsSONl4pw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udsSONl4pw .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-udsSONl4pw .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udsSONl4pw .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-udsSONl4pw .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-udsSONl4pw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udsSONl4pw .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-udsSONl4pw .nav-item:focus,
.cid-udsSONl4pw .nav-link:focus {
  outline: none;
}
.cid-udsSONl4pw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udsSONl4pw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udsSONl4pw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udsSONl4pw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udsSONl4pw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udsSONl4pw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udsSONl4pw .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udsSONl4pw .navbar.opened {
  transition: all 0.3s;
}
.cid-udsSONl4pw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udsSONl4pw .navbar .navbar-logo img {
  width: auto;
}
.cid-udsSONl4pw .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udsSONl4pw .navbar.collapsed {
  justify-content: center;
}
.cid-udsSONl4pw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udsSONl4pw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udsSONl4pw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-udsSONl4pw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udsSONl4pw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udsSONl4pw .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-udsSONl4pw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udsSONl4pw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udsSONl4pw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udsSONl4pw .navbar {
    min-height: 72px;
  }
  .cid-udsSONl4pw .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udsSONl4pw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udsSONl4pw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udsSONl4pw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udsSONl4pw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udsSONl4pw .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-udsSONl4pw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udsSONl4pw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udsSONl4pw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udsSONl4pw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udsSONl4pw .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udsSONl4pw .dropdown-item.active,
.cid-udsSONl4pw .dropdown-item:active {
  background-color: transparent;
}
.cid-udsSONl4pw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udsSONl4pw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udsSONl4pw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udsSONl4pw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udsSONl4pw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udsSONl4pw .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udsSONl4pw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udsSONl4pw .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udsSONl4pw .navbar-buttons {
    text-align: left;
  }
}
.cid-udsSONl4pw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udsSONl4pw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udsSONl4pw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udsSONl4pw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udsSONl4pw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udsSONl4pw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udsSONl4pw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udsSONl4pw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udsSONl4pw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udsSONl4pw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udsSONl4pw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udsSONl4pw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udsSONl4pw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udsSONl4pw .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udsSONl4pw .navbar {
    height: 70px;
  }
  .cid-udsSONl4pw .navbar.opened {
    height: auto;
  }
  .cid-udsSONl4pw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udsSONl4pw .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udsSONl4pw .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udsSONl4pw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udsSONl4pw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udsSONl4pw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udsSONl4pw .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udsSONl4pw .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udsSONl4pw .navbar-brand {
    margin-right: auto;
  }
  .cid-udsSONl4pw .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-udsSONl4pw .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udsSONl4pw .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udsSONl4pw .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udsSONl4pw .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udsSONl4pw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udsSONl4pw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udsSONl4pw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udsSONl4pw .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udsSONl4pw .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udsSONl4pw .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tTjh5Lik5a {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTjh5Lik5a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTjh5Lik5a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTjh5Lik5a .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tTjh5Lik5a .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tTjh5Lik5a .container {
    padding: 0 16px;
  }
}
.cid-tTjh5Lik5a .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-tTjh5Lik5a .title-wrapper {
    padding: 0;
  }
}
.cid-tTjh5Lik5a .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tTjh5Lik5a .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tTjh5Lik5a .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tTjh5Lik5a .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tTjh5Lik5a .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-tTjh5Lik5a .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tTjh5Lik5a .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-tTjh5Lik5a .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-tTjh5Lik5a .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-tTjh5Lik5a .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tTjh5Lik5a .title-wrapper img {
    display: none;
  }
}
.cid-tTjh5Lik5a .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-tTjh5Lik5a .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-tTjh5Lik5a .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-tTjh5Lik5a .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-tTjh5Lik5a .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tTjh5Lik5a .title-wrapper .line_1 {
    display: none;
  }
}
.cid-tTjh5Lik5a .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-tTjh5Lik5a .title-wrapper .line_2 {
    display: none;
  }
}
.cid-tTjh5Lik5a .mbr-section-title {
  color: #08323C;
}
.cid-tTjh5Lik5a .mbr-text {
  color: #f35e67;
  text-align: center;
}
.cid-tTjh5Lik5a .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-tTjh5Lik5a .mbr-section-title,
.cid-tTjh5Lik5a .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-udsPQ9qxxZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-udsPQ9qxxZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-udsPQ9qxxZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udsPQ9qxxZ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-udsPQ9qxxZ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-udsPQ9qxxZ .container {
    padding: 0 24px;
  }
}
.cid-udsPQ9qxxZ .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-udsPQ9qxxZ .image-wrapper {
  height: 100%;
}
.cid-udsPQ9qxxZ .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-udsPQ9qxxZ .image-wrapper img {
    height: 350px;
  }
}
.cid-udsPQ9qxxZ .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-udsPQ9qxxZ .content-wrapper {
    padding: 24px;
  }
}
.cid-udsPQ9qxxZ .content-wrapper .content-wrap {
  width: 100%;
}
.cid-udsPQ9qxxZ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-udsPQ9qxxZ .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-udsPQ9qxxZ .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-udsPQ9qxxZ .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-udsPQ9qxxZ .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-udsPQ9qxxZ .mbr-section-title {
  color: #141414;
}
.cid-udsPQ9qxxZ .mbr-text {
  color: #141414;
}
.cid-udsPQ9qxxZ .mbr-section-title,
.cid-udsPQ9qxxZ .title-wrapper,
.cid-udsPQ9qxxZ .mbr-section-btn {
  color: #f35e67;
}
.cid-uBeMXae4xO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBeMXae4xO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBeMXae4xO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBeMXae4xO .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-uBeMXae4xO .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-uBeMXae4xO .container {
    max-width: 1400px;
  }
}
.cid-uBeMXae4xO .card {
  margin: auto;
}
.cid-uBeMXae4xO .card-title,
.cid-uBeMXae4xO .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uBeMXae4xO .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uBeMXae4xO .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-uBeMXae4xO .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBeMXae4xO .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uBeMXae4xO .card-wrapper:hover .card-title,
.cid-uBeMXae4xO .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-uBeMXae4xO .card-title,
.cid-uBeMXae4xO .card-box {
  color: #f74660;
}
.cid-udsTDwEbJb {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-udsTDwEbJb .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-udsTDwEbJb .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-udsTDwEbJb .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udsTDwEbJb .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udsTDwEbJb .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udsTDwEbJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udsTDwEbJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udsTDwEbJb .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-udsTDwEbJb .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udsTDwEbJb .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-udsTDwEbJb .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udsTDwEbJb .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udsTDwEbJb .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-udsTDwEbJb .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udsTDwEbJb .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-udsTDwEbJb .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udsTDwEbJb .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udsTDwEbJb .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udsTDwEbJb .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udsTDwEbJb .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udsTDwEbJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udsTDwEbJb .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-udsTDwEbJb .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udsTDwEbJb .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-udsTDwEbJb .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-udsTDwEbJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udsTDwEbJb .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-udsTDwEbJb .nav-item:focus,
.cid-udsTDwEbJb .nav-link:focus {
  outline: none;
}
.cid-udsTDwEbJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udsTDwEbJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udsTDwEbJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udsTDwEbJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udsTDwEbJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udsTDwEbJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udsTDwEbJb .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udsTDwEbJb .navbar.opened {
  transition: all 0.3s;
}
.cid-udsTDwEbJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udsTDwEbJb .navbar .navbar-logo img {
  width: auto;
}
.cid-udsTDwEbJb .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udsTDwEbJb .navbar.collapsed {
  justify-content: center;
}
.cid-udsTDwEbJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udsTDwEbJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udsTDwEbJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-udsTDwEbJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udsTDwEbJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udsTDwEbJb .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-udsTDwEbJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udsTDwEbJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udsTDwEbJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udsTDwEbJb .navbar {
    min-height: 72px;
  }
  .cid-udsTDwEbJb .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udsTDwEbJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udsTDwEbJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udsTDwEbJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udsTDwEbJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udsTDwEbJb .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-udsTDwEbJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udsTDwEbJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udsTDwEbJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udsTDwEbJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udsTDwEbJb .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udsTDwEbJb .dropdown-item.active,
.cid-udsTDwEbJb .dropdown-item:active {
  background-color: transparent;
}
.cid-udsTDwEbJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udsTDwEbJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udsTDwEbJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udsTDwEbJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udsTDwEbJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udsTDwEbJb .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udsTDwEbJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udsTDwEbJb .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udsTDwEbJb .navbar-buttons {
    text-align: left;
  }
}
.cid-udsTDwEbJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udsTDwEbJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udsTDwEbJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udsTDwEbJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udsTDwEbJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udsTDwEbJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udsTDwEbJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udsTDwEbJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udsTDwEbJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udsTDwEbJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udsTDwEbJb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udsTDwEbJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udsTDwEbJb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udsTDwEbJb .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udsTDwEbJb .navbar {
    height: 70px;
  }
  .cid-udsTDwEbJb .navbar.opened {
    height: auto;
  }
  .cid-udsTDwEbJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udsTDwEbJb .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udsTDwEbJb .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udsTDwEbJb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udsTDwEbJb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udsTDwEbJb .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udsTDwEbJb .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udsTDwEbJb .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udsTDwEbJb .navbar-brand {
    margin-right: auto;
  }
  .cid-udsTDwEbJb .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-udsTDwEbJb .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udsTDwEbJb .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udsTDwEbJb .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udsTDwEbJb .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udsTDwEbJb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udsTDwEbJb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udsTDwEbJb .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udsTDwEbJb .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udsTDwEbJb .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udsTDwEbJb .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tTjhu8NCPe {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTjhu8NCPe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTjhu8NCPe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTjhu8NCPe .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tTjhu8NCPe .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tTjhu8NCPe .container {
    padding: 0 16px;
  }
}
.cid-tTjhu8NCPe .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-tTjhu8NCPe .title-wrapper {
    padding: 0;
  }
}
.cid-tTjhu8NCPe .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tTjhu8NCPe .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tTjhu8NCPe .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tTjhu8NCPe .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tTjhu8NCPe .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-tTjhu8NCPe .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tTjhu8NCPe .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-tTjhu8NCPe .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-tTjhu8NCPe .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-tTjhu8NCPe .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tTjhu8NCPe .title-wrapper img {
    display: none;
  }
}
.cid-tTjhu8NCPe .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-tTjhu8NCPe .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-tTjhu8NCPe .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-tTjhu8NCPe .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-tTjhu8NCPe .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tTjhu8NCPe .title-wrapper .line_1 {
    display: none;
  }
}
.cid-tTjhu8NCPe .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-tTjhu8NCPe .title-wrapper .line_2 {
    display: none;
  }
}
.cid-tTjhu8NCPe .mbr-section-title {
  color: #08323C;
}
.cid-tTjhu8NCPe .mbr-text {
  color: #f35e67;
  text-align: center;
}
.cid-tTjhu8NCPe .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-tTjhu8NCPe .mbr-section-title,
.cid-tTjhu8NCPe .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-udsTGodFJu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-udsTGodFJu .mbr-fallback-image.disabled {
  display: none;
}
.cid-udsTGodFJu .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-udsTGodFJu .container {
    padding: 0 24px;
  }
}
.cid-udsTGodFJu .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-udsTGodFJu .image-wrapper {
  height: 100%;
}
.cid-udsTGodFJu .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-udsTGodFJu .image-wrapper img {
    height: 350px;
  }
}
.cid-udsTGodFJu .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-udsTGodFJu .content-wrapper {
    padding: 24px;
  }
}
.cid-udsTGodFJu .content-wrapper .content-wrap {
  width: 100%;
}
.cid-udsTGodFJu .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-udsTGodFJu .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-udsTGodFJu .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-udsTGodFJu .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-udsTGodFJu .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-udsTGodFJu .mbr-section-title {
  color: #141414;
}
.cid-udsTGodFJu .mbr-text {
  color: #141414;
}
.cid-udsTGodFJu .mbr-section-title,
.cid-udsTGodFJu .title-wrapper,
.cid-udsTGodFJu .mbr-section-btn {
  color: #f35e67;
}
.cid-tTjhuacRnt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTjhuacRnt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTjhuacRnt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTjhuacRnt .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-tTjhuacRnt .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-tTjhuacRnt .container {
    max-width: 1400px;
  }
}
.cid-tTjhuacRnt .card {
  margin: auto;
}
.cid-tTjhuacRnt .card-title,
.cid-tTjhuacRnt .mbr-iconfont {
  transition: all 0.3s;
}
.cid-tTjhuacRnt .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-tTjhuacRnt .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-tTjhuacRnt .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tTjhuacRnt .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-tTjhuacRnt .card-wrapper:hover .card-title,
.cid-tTjhuacRnt .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-tTjhuacRnt .card-title,
.cid-tTjhuacRnt .card-box {
  color: #ff6666;
}
.cid-udsXyEhyu4 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-udsXyEhyu4 .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-udsXyEhyu4 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-udsXyEhyu4 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udsXyEhyu4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udsXyEhyu4 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udsXyEhyu4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udsXyEhyu4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udsXyEhyu4 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-udsXyEhyu4 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udsXyEhyu4 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-udsXyEhyu4 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udsXyEhyu4 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udsXyEhyu4 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-udsXyEhyu4 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udsXyEhyu4 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-udsXyEhyu4 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udsXyEhyu4 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udsXyEhyu4 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udsXyEhyu4 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udsXyEhyu4 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udsXyEhyu4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udsXyEhyu4 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-udsXyEhyu4 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udsXyEhyu4 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-udsXyEhyu4 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-udsXyEhyu4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udsXyEhyu4 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-udsXyEhyu4 .nav-item:focus,
.cid-udsXyEhyu4 .nav-link:focus {
  outline: none;
}
.cid-udsXyEhyu4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udsXyEhyu4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udsXyEhyu4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udsXyEhyu4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udsXyEhyu4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udsXyEhyu4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udsXyEhyu4 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udsXyEhyu4 .navbar.opened {
  transition: all 0.3s;
}
.cid-udsXyEhyu4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udsXyEhyu4 .navbar .navbar-logo img {
  width: auto;
}
.cid-udsXyEhyu4 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udsXyEhyu4 .navbar.collapsed {
  justify-content: center;
}
.cid-udsXyEhyu4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udsXyEhyu4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udsXyEhyu4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-udsXyEhyu4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udsXyEhyu4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udsXyEhyu4 .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-udsXyEhyu4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udsXyEhyu4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udsXyEhyu4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udsXyEhyu4 .navbar {
    min-height: 72px;
  }
  .cid-udsXyEhyu4 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udsXyEhyu4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udsXyEhyu4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udsXyEhyu4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udsXyEhyu4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udsXyEhyu4 .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-udsXyEhyu4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udsXyEhyu4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udsXyEhyu4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udsXyEhyu4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udsXyEhyu4 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udsXyEhyu4 .dropdown-item.active,
.cid-udsXyEhyu4 .dropdown-item:active {
  background-color: transparent;
}
.cid-udsXyEhyu4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udsXyEhyu4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udsXyEhyu4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udsXyEhyu4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udsXyEhyu4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udsXyEhyu4 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udsXyEhyu4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udsXyEhyu4 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udsXyEhyu4 .navbar-buttons {
    text-align: left;
  }
}
.cid-udsXyEhyu4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udsXyEhyu4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udsXyEhyu4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udsXyEhyu4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udsXyEhyu4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udsXyEhyu4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udsXyEhyu4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udsXyEhyu4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udsXyEhyu4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udsXyEhyu4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udsXyEhyu4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udsXyEhyu4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udsXyEhyu4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udsXyEhyu4 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udsXyEhyu4 .navbar {
    height: 70px;
  }
  .cid-udsXyEhyu4 .navbar.opened {
    height: auto;
  }
  .cid-udsXyEhyu4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udsXyEhyu4 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udsXyEhyu4 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udsXyEhyu4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udsXyEhyu4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udsXyEhyu4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udsXyEhyu4 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udsXyEhyu4 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udsXyEhyu4 .navbar-brand {
    margin-right: auto;
  }
  .cid-udsXyEhyu4 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-udsXyEhyu4 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udsXyEhyu4 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udsXyEhyu4 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udsXyEhyu4 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udsXyEhyu4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udsXyEhyu4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udsXyEhyu4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udsXyEhyu4 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udsXyEhyu4 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udsXyEhyu4 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tTjhCCBfpM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTjhCCBfpM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTjhCCBfpM .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-tTjhCCBfpM .container {
    padding: 0 16px;
  }
}
.cid-tTjhCCBfpM .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-tTjhCCBfpM .title-wrapper {
    padding: 0;
  }
}
.cid-tTjhCCBfpM .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tTjhCCBfpM .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tTjhCCBfpM .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tTjhCCBfpM .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tTjhCCBfpM .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-tTjhCCBfpM .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tTjhCCBfpM .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-tTjhCCBfpM .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-tTjhCCBfpM .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-tTjhCCBfpM .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tTjhCCBfpM .title-wrapper img {
    display: none;
  }
}
.cid-tTjhCCBfpM .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-tTjhCCBfpM .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-tTjhCCBfpM .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-tTjhCCBfpM .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-tTjhCCBfpM .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tTjhCCBfpM .title-wrapper .line_1 {
    display: none;
  }
}
.cid-tTjhCCBfpM .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-tTjhCCBfpM .title-wrapper .line_2 {
    display: none;
  }
}
.cid-tTjhCCBfpM .mbr-section-title {
  color: #08323C;
}
.cid-tTjhCCBfpM .mbr-text {
  color: #f35e67;
  text-align: center;
}
.cid-tTjhCCBfpM .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-tTjhCCBfpM .mbr-section-title,
.cid-tTjhCCBfpM .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-udsXxMePVg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-udsXxMePVg .mbr-fallback-image.disabled {
  display: none;
}
.cid-udsXxMePVg .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-udsXxMePVg .container {
    padding: 0 24px;
  }
}
.cid-udsXxMePVg .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-udsXxMePVg .image-wrapper {
  height: 100%;
}
.cid-udsXxMePVg .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-udsXxMePVg .image-wrapper img {
    height: 350px;
  }
}
.cid-udsXxMePVg .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-udsXxMePVg .content-wrapper {
    padding: 24px;
  }
}
.cid-udsXxMePVg .content-wrapper .content-wrap {
  width: 100%;
}
.cid-udsXxMePVg .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-udsXxMePVg .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-udsXxMePVg .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-udsXxMePVg .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-udsXxMePVg .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-udsXxMePVg .mbr-section-title {
  color: #141414;
}
.cid-udsXxMePVg .mbr-text {
  color: #141414;
}
.cid-udsXxMePVg .mbr-section-title,
.cid-udsXxMePVg .title-wrapper,
.cid-udsXxMePVg .mbr-section-btn {
  color: #f35e67;
}
.cid-tTjhCDI4A7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTjhCDI4A7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTjhCDI4A7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTjhCDI4A7 .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-tTjhCDI4A7 .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-tTjhCDI4A7 .container {
    max-width: 1400px;
  }
}
.cid-tTjhCDI4A7 .card {
  margin: auto;
}
.cid-tTjhCDI4A7 .card-title,
.cid-tTjhCDI4A7 .mbr-iconfont {
  transition: all 0.3s;
}
.cid-tTjhCDI4A7 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-tTjhCDI4A7 .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-tTjhCDI4A7 .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tTjhCDI4A7 .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-tTjhCDI4A7 .card-wrapper:hover .card-title,
.cid-tTjhCDI4A7 .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-tTjhCDI4A7 .card-title,
.cid-tTjhCDI4A7 .card-box {
  color: #f74660;
}
.cid-udt1MgOzuf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-udt1MgOzuf .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-udt1MgOzuf .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-udt1MgOzuf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udt1MgOzuf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udt1MgOzuf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udt1MgOzuf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udt1MgOzuf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udt1MgOzuf .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-udt1MgOzuf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udt1MgOzuf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-udt1MgOzuf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udt1MgOzuf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udt1MgOzuf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-udt1MgOzuf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udt1MgOzuf .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-udt1MgOzuf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udt1MgOzuf .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udt1MgOzuf .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udt1MgOzuf .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udt1MgOzuf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udt1MgOzuf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udt1MgOzuf .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-udt1MgOzuf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udt1MgOzuf .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-udt1MgOzuf .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-udt1MgOzuf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udt1MgOzuf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-udt1MgOzuf .nav-item:focus,
.cid-udt1MgOzuf .nav-link:focus {
  outline: none;
}
.cid-udt1MgOzuf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udt1MgOzuf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udt1MgOzuf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udt1MgOzuf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udt1MgOzuf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udt1MgOzuf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udt1MgOzuf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udt1MgOzuf .navbar.opened {
  transition: all 0.3s;
}
.cid-udt1MgOzuf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udt1MgOzuf .navbar .navbar-logo img {
  width: auto;
}
.cid-udt1MgOzuf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udt1MgOzuf .navbar.collapsed {
  justify-content: center;
}
.cid-udt1MgOzuf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udt1MgOzuf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udt1MgOzuf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-udt1MgOzuf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udt1MgOzuf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udt1MgOzuf .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-udt1MgOzuf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udt1MgOzuf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udt1MgOzuf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udt1MgOzuf .navbar {
    min-height: 72px;
  }
  .cid-udt1MgOzuf .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udt1MgOzuf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udt1MgOzuf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udt1MgOzuf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udt1MgOzuf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udt1MgOzuf .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-udt1MgOzuf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udt1MgOzuf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udt1MgOzuf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udt1MgOzuf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udt1MgOzuf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udt1MgOzuf .dropdown-item.active,
.cid-udt1MgOzuf .dropdown-item:active {
  background-color: transparent;
}
.cid-udt1MgOzuf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udt1MgOzuf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udt1MgOzuf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udt1MgOzuf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udt1MgOzuf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udt1MgOzuf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udt1MgOzuf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udt1MgOzuf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udt1MgOzuf .navbar-buttons {
    text-align: left;
  }
}
.cid-udt1MgOzuf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udt1MgOzuf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udt1MgOzuf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udt1MgOzuf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udt1MgOzuf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udt1MgOzuf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udt1MgOzuf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udt1MgOzuf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udt1MgOzuf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udt1MgOzuf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udt1MgOzuf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udt1MgOzuf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udt1MgOzuf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udt1MgOzuf .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udt1MgOzuf .navbar {
    height: 70px;
  }
  .cid-udt1MgOzuf .navbar.opened {
    height: auto;
  }
  .cid-udt1MgOzuf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udt1MgOzuf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udt1MgOzuf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udt1MgOzuf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udt1MgOzuf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udt1MgOzuf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udt1MgOzuf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udt1MgOzuf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udt1MgOzuf .navbar-brand {
    margin-right: auto;
  }
  .cid-udt1MgOzuf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-udt1MgOzuf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udt1MgOzuf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udt1MgOzuf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udt1MgOzuf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udt1MgOzuf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udt1MgOzuf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udt1MgOzuf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udt1MgOzuf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udt1MgOzuf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udt1MgOzuf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tTjhHgvhXG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTjhHgvhXG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTjhHgvhXG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTjhHgvhXG .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tTjhHgvhXG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tTjhHgvhXG .container {
    padding: 0 16px;
  }
}
.cid-tTjhHgvhXG .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-tTjhHgvhXG .title-wrapper {
    padding: 0;
  }
}
.cid-tTjhHgvhXG .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tTjhHgvhXG .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tTjhHgvhXG .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tTjhHgvhXG .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tTjhHgvhXG .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-tTjhHgvhXG .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tTjhHgvhXG .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-tTjhHgvhXG .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-tTjhHgvhXG .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-tTjhHgvhXG .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tTjhHgvhXG .title-wrapper img {
    display: none;
  }
}
.cid-tTjhHgvhXG .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-tTjhHgvhXG .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-tTjhHgvhXG .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-tTjhHgvhXG .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-tTjhHgvhXG .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tTjhHgvhXG .title-wrapper .line_1 {
    display: none;
  }
}
.cid-tTjhHgvhXG .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-tTjhHgvhXG .title-wrapper .line_2 {
    display: none;
  }
}
.cid-tTjhHgvhXG .mbr-section-title {
  color: #08323C;
}
.cid-tTjhHgvhXG .mbr-text {
  color: #f35e67;
  text-align: center;
}
.cid-tTjhHgvhXG .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-tTjhHgvhXG .mbr-section-title,
.cid-tTjhHgvhXG .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-udt1OCbmi5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-udt1OCbmi5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udt1OCbmi5 .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-udt1OCbmi5 .container {
    padding: 0 24px;
  }
}
.cid-udt1OCbmi5 .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-udt1OCbmi5 .image-wrapper {
  height: 100%;
}
.cid-udt1OCbmi5 .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-udt1OCbmi5 .image-wrapper img {
    height: 350px;
  }
}
.cid-udt1OCbmi5 .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-udt1OCbmi5 .content-wrapper {
    padding: 24px;
  }
}
.cid-udt1OCbmi5 .content-wrapper .content-wrap {
  width: 100%;
}
.cid-udt1OCbmi5 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-udt1OCbmi5 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-udt1OCbmi5 .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-udt1OCbmi5 .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-udt1OCbmi5 .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-udt1OCbmi5 .mbr-section-title {
  color: #141414;
}
.cid-udt1OCbmi5 .mbr-text {
  color: #141414;
}
.cid-udt1OCbmi5 .mbr-section-title,
.cid-udt1OCbmi5 .title-wrapper,
.cid-udt1OCbmi5 .mbr-section-btn {
  color: #f35e67;
}
.cid-tTjhHhtfnv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTjhHhtfnv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTjhHhtfnv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTjhHhtfnv .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-tTjhHhtfnv .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-tTjhHhtfnv .container {
    max-width: 1400px;
  }
}
.cid-tTjhHhtfnv .card {
  margin: auto;
}
.cid-tTjhHhtfnv .card-title,
.cid-tTjhHhtfnv .mbr-iconfont {
  transition: all 0.3s;
}
.cid-tTjhHhtfnv .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-tTjhHhtfnv .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-tTjhHhtfnv .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tTjhHhtfnv .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-tTjhHhtfnv .card-wrapper:hover .card-title,
.cid-tTjhHhtfnv .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-tTjhHhtfnv .card-title,
.cid-tTjhHhtfnv .card-box {
  color: #f74660;
}
.cid-udtb7yCezH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-udtb7yCezH .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-udtb7yCezH .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-udtb7yCezH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udtb7yCezH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udtb7yCezH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udtb7yCezH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udtb7yCezH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udtb7yCezH .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-udtb7yCezH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udtb7yCezH .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-udtb7yCezH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udtb7yCezH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udtb7yCezH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-udtb7yCezH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udtb7yCezH .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-udtb7yCezH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udtb7yCezH .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udtb7yCezH .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udtb7yCezH .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udtb7yCezH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udtb7yCezH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udtb7yCezH .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-udtb7yCezH .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udtb7yCezH .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-udtb7yCezH .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-udtb7yCezH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udtb7yCezH .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-udtb7yCezH .nav-item:focus,
.cid-udtb7yCezH .nav-link:focus {
  outline: none;
}
.cid-udtb7yCezH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udtb7yCezH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udtb7yCezH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udtb7yCezH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udtb7yCezH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udtb7yCezH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udtb7yCezH .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udtb7yCezH .navbar.opened {
  transition: all 0.3s;
}
.cid-udtb7yCezH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udtb7yCezH .navbar .navbar-logo img {
  width: auto;
}
.cid-udtb7yCezH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udtb7yCezH .navbar.collapsed {
  justify-content: center;
}
.cid-udtb7yCezH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udtb7yCezH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udtb7yCezH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-udtb7yCezH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udtb7yCezH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udtb7yCezH .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-udtb7yCezH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udtb7yCezH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udtb7yCezH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udtb7yCezH .navbar {
    min-height: 72px;
  }
  .cid-udtb7yCezH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udtb7yCezH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udtb7yCezH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udtb7yCezH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udtb7yCezH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udtb7yCezH .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-udtb7yCezH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udtb7yCezH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udtb7yCezH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udtb7yCezH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udtb7yCezH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udtb7yCezH .dropdown-item.active,
.cid-udtb7yCezH .dropdown-item:active {
  background-color: transparent;
}
.cid-udtb7yCezH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udtb7yCezH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udtb7yCezH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udtb7yCezH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udtb7yCezH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udtb7yCezH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udtb7yCezH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udtb7yCezH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udtb7yCezH .navbar-buttons {
    text-align: left;
  }
}
.cid-udtb7yCezH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udtb7yCezH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udtb7yCezH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udtb7yCezH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udtb7yCezH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udtb7yCezH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udtb7yCezH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udtb7yCezH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udtb7yCezH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udtb7yCezH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udtb7yCezH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udtb7yCezH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udtb7yCezH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udtb7yCezH .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udtb7yCezH .navbar {
    height: 70px;
  }
  .cid-udtb7yCezH .navbar.opened {
    height: auto;
  }
  .cid-udtb7yCezH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udtb7yCezH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udtb7yCezH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udtb7yCezH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udtb7yCezH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udtb7yCezH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udtb7yCezH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udtb7yCezH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udtb7yCezH .navbar-brand {
    margin-right: auto;
  }
  .cid-udtb7yCezH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-udtb7yCezH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udtb7yCezH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udtb7yCezH .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udtb7yCezH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udtb7yCezH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udtb7yCezH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udtb7yCezH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udtb7yCezH .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udtb7yCezH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udtb7yCezH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tTjhLgr6XD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTjhLgr6XD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTjhLgr6XD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTjhLgr6XD .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tTjhLgr6XD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tTjhLgr6XD .container {
    padding: 0 16px;
  }
}
.cid-tTjhLgr6XD .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-tTjhLgr6XD .title-wrapper {
    padding: 0;
  }
}
.cid-tTjhLgr6XD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tTjhLgr6XD .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tTjhLgr6XD .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tTjhLgr6XD .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tTjhLgr6XD .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-tTjhLgr6XD .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tTjhLgr6XD .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-tTjhLgr6XD .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-tTjhLgr6XD .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-tTjhLgr6XD .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tTjhLgr6XD .title-wrapper img {
    display: none;
  }
}
.cid-tTjhLgr6XD .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-tTjhLgr6XD .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-tTjhLgr6XD .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-tTjhLgr6XD .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-tTjhLgr6XD .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tTjhLgr6XD .title-wrapper .line_1 {
    display: none;
  }
}
.cid-tTjhLgr6XD .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-tTjhLgr6XD .title-wrapper .line_2 {
    display: none;
  }
}
.cid-tTjhLgr6XD .mbr-section-title {
  color: #08323C;
}
.cid-tTjhLgr6XD .mbr-text {
  color: #f35e67;
  text-align: center;
}
.cid-tTjhLgr6XD .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-tTjhLgr6XD .mbr-section-title,
.cid-tTjhLgr6XD .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-udtb8KN6Nc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-udtb8KN6Nc .mbr-fallback-image.disabled {
  display: none;
}
.cid-udtb8KN6Nc .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-udtb8KN6Nc .container {
    padding: 0 24px;
  }
}
.cid-udtb8KN6Nc .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-udtb8KN6Nc .image-wrapper {
  height: 100%;
}
.cid-udtb8KN6Nc .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-udtb8KN6Nc .image-wrapper img {
    height: 350px;
  }
}
.cid-udtb8KN6Nc .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-udtb8KN6Nc .content-wrapper {
    padding: 24px;
  }
}
.cid-udtb8KN6Nc .content-wrapper .content-wrap {
  width: 100%;
}
.cid-udtb8KN6Nc .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-udtb8KN6Nc .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-udtb8KN6Nc .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-udtb8KN6Nc .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-udtb8KN6Nc .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-udtb8KN6Nc .mbr-section-title {
  color: #141414;
}
.cid-udtb8KN6Nc .mbr-text {
  color: #141414;
}
.cid-udtb8KN6Nc .mbr-section-title,
.cid-udtb8KN6Nc .title-wrapper,
.cid-udtb8KN6Nc .mbr-section-btn {
  color: #f35e67;
}
.cid-tTjhLhSIZ7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTjhLhSIZ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTjhLhSIZ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTjhLhSIZ7 .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-tTjhLhSIZ7 .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-tTjhLhSIZ7 .container {
    max-width: 1400px;
  }
}
.cid-tTjhLhSIZ7 .card {
  margin: auto;
}
.cid-tTjhLhSIZ7 .card-title,
.cid-tTjhLhSIZ7 .mbr-iconfont {
  transition: all 0.3s;
}
.cid-tTjhLhSIZ7 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-tTjhLhSIZ7 .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-tTjhLhSIZ7 .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tTjhLhSIZ7 .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-tTjhLhSIZ7 .card-wrapper:hover .card-title,
.cid-tTjhLhSIZ7 .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-tTjhLhSIZ7 .card-title,
.cid-tTjhLhSIZ7 .card-box {
  color: #f74660;
}
.cid-udtfnNScqs {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-udtfnNScqs .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-udtfnNScqs .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-udtfnNScqs .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-udtfnNScqs .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udtfnNScqs .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-udtfnNScqs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udtfnNScqs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udtfnNScqs .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-udtfnNScqs .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-udtfnNScqs .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-udtfnNScqs .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-udtfnNScqs .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-udtfnNScqs .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-udtfnNScqs .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-udtfnNScqs .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-udtfnNScqs .nav-link {
  width: fit-content;
  position: relative;
}
.cid-udtfnNScqs .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-udtfnNScqs .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-udtfnNScqs .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-udtfnNScqs .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-udtfnNScqs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-udtfnNScqs .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-udtfnNScqs .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udtfnNScqs .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-udtfnNScqs .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-udtfnNScqs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udtfnNScqs .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-udtfnNScqs .nav-item:focus,
.cid-udtfnNScqs .nav-link:focus {
  outline: none;
}
.cid-udtfnNScqs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udtfnNScqs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udtfnNScqs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udtfnNScqs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udtfnNScqs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udtfnNScqs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udtfnNScqs .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-udtfnNScqs .navbar.opened {
  transition: all 0.3s;
}
.cid-udtfnNScqs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udtfnNScqs .navbar .navbar-logo img {
  width: auto;
}
.cid-udtfnNScqs .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-udtfnNScqs .navbar.collapsed {
  justify-content: center;
}
.cid-udtfnNScqs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udtfnNScqs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udtfnNScqs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-udtfnNScqs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udtfnNScqs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udtfnNScqs .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-udtfnNScqs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udtfnNScqs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udtfnNScqs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-udtfnNScqs .navbar {
    min-height: 72px;
  }
  .cid-udtfnNScqs .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-udtfnNScqs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udtfnNScqs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udtfnNScqs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udtfnNScqs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udtfnNScqs .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-udtfnNScqs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udtfnNScqs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-udtfnNScqs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udtfnNScqs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udtfnNScqs .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-udtfnNScqs .dropdown-item.active,
.cid-udtfnNScqs .dropdown-item:active {
  background-color: transparent;
}
.cid-udtfnNScqs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udtfnNScqs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udtfnNScqs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udtfnNScqs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udtfnNScqs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-udtfnNScqs .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-udtfnNScqs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udtfnNScqs .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-udtfnNScqs .navbar-buttons {
    text-align: left;
  }
}
.cid-udtfnNScqs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udtfnNScqs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udtfnNScqs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udtfnNScqs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udtfnNScqs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udtfnNScqs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udtfnNScqs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udtfnNScqs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udtfnNScqs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udtfnNScqs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udtfnNScqs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-udtfnNScqs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udtfnNScqs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udtfnNScqs .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udtfnNScqs .navbar {
    height: 70px;
  }
  .cid-udtfnNScqs .navbar.opened {
    height: auto;
  }
  .cid-udtfnNScqs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udtfnNScqs .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-udtfnNScqs .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-udtfnNScqs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-udtfnNScqs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-udtfnNScqs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-udtfnNScqs .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-udtfnNScqs .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-udtfnNScqs .navbar-brand {
    margin-right: auto;
  }
  .cid-udtfnNScqs .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-udtfnNScqs .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-udtfnNScqs .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-udtfnNScqs .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udtfnNScqs .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-udtfnNScqs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-udtfnNScqs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-udtfnNScqs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-udtfnNScqs .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-udtfnNScqs .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-udtfnNScqs .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tTjhQYwvJy {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTjhQYwvJy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTjhQYwvJy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTjhQYwvJy .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tTjhQYwvJy .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tTjhQYwvJy .container {
    padding: 0 16px;
  }
}
.cid-tTjhQYwvJy .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-tTjhQYwvJy .title-wrapper {
    padding: 0;
  }
}
.cid-tTjhQYwvJy .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tTjhQYwvJy .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tTjhQYwvJy .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tTjhQYwvJy .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tTjhQYwvJy .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-tTjhQYwvJy .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tTjhQYwvJy .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-tTjhQYwvJy .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-tTjhQYwvJy .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-tTjhQYwvJy .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tTjhQYwvJy .title-wrapper img {
    display: none;
  }
}
.cid-tTjhQYwvJy .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-tTjhQYwvJy .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-tTjhQYwvJy .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-tTjhQYwvJy .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-tTjhQYwvJy .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tTjhQYwvJy .title-wrapper .line_1 {
    display: none;
  }
}
.cid-tTjhQYwvJy .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-tTjhQYwvJy .title-wrapper .line_2 {
    display: none;
  }
}
.cid-tTjhQYwvJy .mbr-section-title {
  color: #08323C;
}
.cid-tTjhQYwvJy .mbr-text {
  color: #f35e67;
  text-align: center;
}
.cid-tTjhQYwvJy .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-tTjhQYwvJy .mbr-section-title,
.cid-tTjhQYwvJy .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-udtfrjZFVS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-udtfrjZFVS .mbr-fallback-image.disabled {
  display: none;
}
.cid-udtfrjZFVS .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-udtfrjZFVS .container {
    padding: 0 24px;
  }
}
.cid-udtfrjZFVS .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-udtfrjZFVS .image-wrapper {
  height: 100%;
}
.cid-udtfrjZFVS .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-udtfrjZFVS .image-wrapper img {
    height: 350px;
  }
}
.cid-udtfrjZFVS .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-udtfrjZFVS .content-wrapper {
    padding: 24px;
  }
}
.cid-udtfrjZFVS .content-wrapper .content-wrap {
  width: 100%;
}
.cid-udtfrjZFVS .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-udtfrjZFVS .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-udtfrjZFVS .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-udtfrjZFVS .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-udtfrjZFVS .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-udtfrjZFVS .mbr-section-title {
  color: #141414;
}
.cid-udtfrjZFVS .mbr-text {
  color: #141414;
}
.cid-udtfrjZFVS .mbr-section-title,
.cid-udtfrjZFVS .title-wrapper,
.cid-udtfrjZFVS .mbr-section-btn {
  color: #f35e67;
}
.cid-tTjhQZRUxw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTjhQZRUxw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTjhQZRUxw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTjhQZRUxw .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-tTjhQZRUxw .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-tTjhQZRUxw .container {
    max-width: 1400px;
  }
}
.cid-tTjhQZRUxw .card {
  margin: auto;
}
.cid-tTjhQZRUxw .card-title,
.cid-tTjhQZRUxw .mbr-iconfont {
  transition: all 0.3s;
}
.cid-tTjhQZRUxw .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-tTjhQZRUxw .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-tTjhQZRUxw .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tTjhQZRUxw .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-tTjhQZRUxw .card-wrapper:hover .card-title,
.cid-tTjhQZRUxw .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-tTjhQZRUxw .card-title,
.cid-tTjhQZRUxw .card-box {
  color: #f74660;
}
.cid-uoAEbUPi3p {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uoAEbUPi3p .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-uoAEbUPi3p .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uoAEbUPi3p .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uoAEbUPi3p .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoAEbUPi3p .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uoAEbUPi3p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAEbUPi3p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAEbUPi3p .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uoAEbUPi3p .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uoAEbUPi3p .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAEbUPi3p .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uoAEbUPi3p .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uoAEbUPi3p .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAEbUPi3p .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uoAEbUPi3p .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uoAEbUPi3p .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uoAEbUPi3p .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uoAEbUPi3p .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uoAEbUPi3p .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uoAEbUPi3p .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uoAEbUPi3p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uoAEbUPi3p .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uoAEbUPi3p .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoAEbUPi3p .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uoAEbUPi3p .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uoAEbUPi3p .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAEbUPi3p .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uoAEbUPi3p .nav-item:focus,
.cid-uoAEbUPi3p .nav-link:focus {
  outline: none;
}
.cid-uoAEbUPi3p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAEbUPi3p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAEbUPi3p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAEbUPi3p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAEbUPi3p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAEbUPi3p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAEbUPi3p .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uoAEbUPi3p .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAEbUPi3p .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAEbUPi3p .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAEbUPi3p .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uoAEbUPi3p .navbar.collapsed {
  justify-content: center;
}
.cid-uoAEbUPi3p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAEbUPi3p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAEbUPi3p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoAEbUPi3p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAEbUPi3p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAEbUPi3p .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-uoAEbUPi3p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAEbUPi3p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAEbUPi3p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uoAEbUPi3p .navbar {
    min-height: 72px;
  }
  .cid-uoAEbUPi3p .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uoAEbUPi3p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAEbUPi3p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAEbUPi3p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAEbUPi3p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAEbUPi3p .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-uoAEbUPi3p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAEbUPi3p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uoAEbUPi3p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAEbUPi3p .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoAEbUPi3p .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uoAEbUPi3p .dropdown-item.active,
.cid-uoAEbUPi3p .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAEbUPi3p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAEbUPi3p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAEbUPi3p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAEbUPi3p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAEbUPi3p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uoAEbUPi3p .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uoAEbUPi3p ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAEbUPi3p .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uoAEbUPi3p .navbar-buttons {
    text-align: left;
  }
}
.cid-uoAEbUPi3p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAEbUPi3p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAEbUPi3p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAEbUPi3p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAEbUPi3p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAEbUPi3p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAEbUPi3p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAEbUPi3p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAEbUPi3p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAEbUPi3p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAEbUPi3p .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAEbUPi3p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAEbUPi3p .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uoAEbUPi3p .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoAEbUPi3p .navbar {
    height: 70px;
  }
  .cid-uoAEbUPi3p .navbar.opened {
    height: auto;
  }
  .cid-uoAEbUPi3p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoAEbUPi3p .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uoAEbUPi3p .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uoAEbUPi3p .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uoAEbUPi3p .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uoAEbUPi3p .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uoAEbUPi3p .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uoAEbUPi3p .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uoAEbUPi3p .navbar-brand {
    margin-right: auto;
  }
  .cid-uoAEbUPi3p .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uoAEbUPi3p .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uoAEbUPi3p .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uoAEbUPi3p .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAEbUPi3p .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uoAEbUPi3p .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uoAEbUPi3p .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uoAEbUPi3p .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uoAEbUPi3p .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAEbUPi3p .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uoAEbUPi3p .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u4ID2kUNRl {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4ID2kUNRl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4ID2kUNRl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4ID2kUNRl .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u4ID2kUNRl .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u4ID2kUNRl .container {
    padding: 0 16px;
  }
}
.cid-u4ID2kUNRl .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-u4ID2kUNRl .title-wrapper {
    padding: 0;
  }
}
.cid-u4ID2kUNRl .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u4ID2kUNRl .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u4ID2kUNRl .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u4ID2kUNRl .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u4ID2kUNRl .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-u4ID2kUNRl .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-u4ID2kUNRl .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-u4ID2kUNRl .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-u4ID2kUNRl .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-u4ID2kUNRl .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u4ID2kUNRl .title-wrapper img {
    display: none;
  }
}
.cid-u4ID2kUNRl .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-u4ID2kUNRl .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-u4ID2kUNRl .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-u4ID2kUNRl .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-u4ID2kUNRl .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-u4ID2kUNRl .title-wrapper .line_1 {
    display: none;
  }
}
.cid-u4ID2kUNRl .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-u4ID2kUNRl .title-wrapper .line_2 {
    display: none;
  }
}
.cid-u4ID2kUNRl .mbr-section-title {
  color: #08323C;
}
.cid-u4ID2kUNRl .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-u4ID2kUNRl .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-u4ID2kUNRl .mbr-section-title,
.cid-u4ID2kUNRl .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-u4IDGyXD4G {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u4IDGyXD4G .col-lg-2 {
    width: 20%;
  }
}
.cid-u4IDGyXD4G .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u4IDGyXD4G .item:hover img,
.cid-u4IDGyXD4G .item:hover .item-img {
  border-radius: 0;
}
.cid-u4IDGyXD4G img {
  border: 2px solid gray;
}
.cid-u4IDGyXD4G img:hover {
  border-color: #2299aa;
}
.cid-u4IDGyXD4G img,
.cid-u4IDGyXD4G .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u4IDGyXD4G h5 {
  margin: 0;
}
.cid-u4IDGyXD4G .item:focus,
.cid-u4IDGyXD4G span:focus {
  outline: none;
}
.cid-u4IDGyXD4G .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u4IDGyXD4G .item-content {
  padding-top: 1rem;
}
.cid-u4IDGyXD4G .mbr-section-title {
  color: #121212;
}
.cid-u4IDGyXD4G .item-title {
  color: #000000;
}
.cid-u4IDGyXD4G .item-subtitle {
  color: #000000;
}
.cid-u4IDGyXD4G .mbr-section-subtitle {
  color: #000000;
}
.cid-u4IEP15CBS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u4IEP15CBS .col-lg-2 {
    width: 20%;
  }
}
.cid-u4IEP15CBS .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u4IEP15CBS .item:hover img,
.cid-u4IEP15CBS .item:hover .item-img {
  border-radius: 0;
}
.cid-u4IEP15CBS img {
  border: 2px solid gray;
}
.cid-u4IEP15CBS img:hover {
  border-color: #2299aa;
}
.cid-u4IEP15CBS img,
.cid-u4IEP15CBS .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u4IEP15CBS h5 {
  margin: 0;
}
.cid-u4IEP15CBS .item:focus,
.cid-u4IEP15CBS span:focus {
  outline: none;
}
.cid-u4IEP15CBS .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u4IEP15CBS .item-content {
  padding-top: 1rem;
}
.cid-u4IEP15CBS .mbr-section-title {
  color: #121212;
}
.cid-u4IEP15CBS .item-title {
  color: #000000;
}
.cid-u4IEP15CBS .item-subtitle {
  color: #000000;
}
.cid-u4IEP15CBS .mbr-section-subtitle {
  color: #000000;
}
.cid-u4IEPtn9zB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u4IEPtn9zB .col-lg-2 {
    width: 20%;
  }
}
.cid-u4IEPtn9zB .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u4IEPtn9zB .item:hover img,
.cid-u4IEPtn9zB .item:hover .item-img {
  border-radius: 0;
}
.cid-u4IEPtn9zB img {
  border: 2px solid gray;
}
.cid-u4IEPtn9zB img:hover {
  border-color: #2299aa;
}
.cid-u4IEPtn9zB img,
.cid-u4IEPtn9zB .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u4IEPtn9zB h5 {
  margin: 0;
}
.cid-u4IEPtn9zB .item:focus,
.cid-u4IEPtn9zB span:focus {
  outline: none;
}
.cid-u4IEPtn9zB .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u4IEPtn9zB .item-content {
  padding-top: 1rem;
}
.cid-u4IEPtn9zB .mbr-section-title {
  color: #121212;
}
.cid-u4IEPtn9zB .item-title {
  color: #000000;
}
.cid-u4IEPtn9zB .item-subtitle {
  color: #000000;
}
.cid-u4IEPtn9zB .mbr-section-subtitle {
  color: #000000;
}
.cid-u4IKbJUmb3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u4IKbJUmb3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4IKbJUmb3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4IKmuiwht {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4IKmuiwht .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4IKmuiwht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4IKmuiwht .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-u4IKmuiwht .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-u4IKmuiwht .container {
    max-width: 1400px;
  }
}
.cid-u4IKmuiwht .card {
  margin: auto;
}
.cid-u4IKmuiwht .card-title,
.cid-u4IKmuiwht .mbr-iconfont {
  transition: all 0.3s;
}
.cid-u4IKmuiwht .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-u4IKmuiwht .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-u4IKmuiwht .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u4IKmuiwht .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-u4IKmuiwht .card-wrapper:hover .card-title,
.cid-u4IKmuiwht .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-u4IKmuiwht .card-title,
.cid-u4IKmuiwht .card-box {
  color: #f74660;
}
.cid-uowefMO4ld {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uowefMO4ld .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-uowefMO4ld .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uowefMO4ld .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uowefMO4ld .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uowefMO4ld .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uowefMO4ld .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uowefMO4ld .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uowefMO4ld .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uowefMO4ld .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uowefMO4ld .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uowefMO4ld .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uowefMO4ld .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uowefMO4ld .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uowefMO4ld .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uowefMO4ld .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uowefMO4ld .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uowefMO4ld .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uowefMO4ld .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uowefMO4ld .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uowefMO4ld .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uowefMO4ld .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uowefMO4ld .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uowefMO4ld .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uowefMO4ld .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uowefMO4ld .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uowefMO4ld .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uowefMO4ld .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uowefMO4ld .nav-item:focus,
.cid-uowefMO4ld .nav-link:focus {
  outline: none;
}
.cid-uowefMO4ld .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uowefMO4ld .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uowefMO4ld .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uowefMO4ld .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uowefMO4ld .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uowefMO4ld .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uowefMO4ld .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uowefMO4ld .navbar.opened {
  transition: all 0.3s;
}
.cid-uowefMO4ld .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uowefMO4ld .navbar .navbar-logo img {
  width: auto;
}
.cid-uowefMO4ld .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uowefMO4ld .navbar.collapsed {
  justify-content: center;
}
.cid-uowefMO4ld .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uowefMO4ld .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uowefMO4ld .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uowefMO4ld .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uowefMO4ld .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uowefMO4ld .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-uowefMO4ld .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uowefMO4ld .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uowefMO4ld .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uowefMO4ld .navbar {
    min-height: 72px;
  }
  .cid-uowefMO4ld .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uowefMO4ld .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uowefMO4ld .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uowefMO4ld .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uowefMO4ld .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uowefMO4ld .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-uowefMO4ld .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uowefMO4ld .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uowefMO4ld .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uowefMO4ld .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uowefMO4ld .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uowefMO4ld .dropdown-item.active,
.cid-uowefMO4ld .dropdown-item:active {
  background-color: transparent;
}
.cid-uowefMO4ld .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uowefMO4ld .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uowefMO4ld .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uowefMO4ld .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uowefMO4ld .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uowefMO4ld .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uowefMO4ld ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uowefMO4ld .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uowefMO4ld .navbar-buttons {
    text-align: left;
  }
}
.cid-uowefMO4ld button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uowefMO4ld button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uowefMO4ld button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uowefMO4ld button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uowefMO4ld button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uowefMO4ld button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uowefMO4ld nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uowefMO4ld nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uowefMO4ld nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uowefMO4ld nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uowefMO4ld .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uowefMO4ld a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uowefMO4ld .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uowefMO4ld .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uowefMO4ld .navbar {
    height: 70px;
  }
  .cid-uowefMO4ld .navbar.opened {
    height: auto;
  }
  .cid-uowefMO4ld .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uowefMO4ld .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uowefMO4ld .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uowefMO4ld .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uowefMO4ld .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uowefMO4ld .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uowefMO4ld .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uowefMO4ld .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uowefMO4ld .navbar-brand {
    margin-right: auto;
  }
  .cid-uowefMO4ld .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uowefMO4ld .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uowefMO4ld .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uowefMO4ld .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uowefMO4ld .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uowefMO4ld .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uowefMO4ld .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uowefMO4ld .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uowefMO4ld .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uowefMO4ld .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uowefMO4ld .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u6IuYl1T4g {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6IuYl1T4g .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6IuYl1T4g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6IuYl1T4g .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u6IuYl1T4g .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u6IuYl1T4g .container {
    padding: 0 16px;
  }
}
.cid-u6IuYl1T4g .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-u6IuYl1T4g .title-wrapper {
    padding: 0;
  }
}
.cid-u6IuYl1T4g .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u6IuYl1T4g .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u6IuYl1T4g .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u6IuYl1T4g .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u6IuYl1T4g .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-u6IuYl1T4g .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-u6IuYl1T4g .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-u6IuYl1T4g .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-u6IuYl1T4g .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-u6IuYl1T4g .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u6IuYl1T4g .title-wrapper img {
    display: none;
  }
}
.cid-u6IuYl1T4g .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-u6IuYl1T4g .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-u6IuYl1T4g .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-u6IuYl1T4g .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-u6IuYl1T4g .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-u6IuYl1T4g .title-wrapper .line_1 {
    display: none;
  }
}
.cid-u6IuYl1T4g .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-u6IuYl1T4g .title-wrapper .line_2 {
    display: none;
  }
}
.cid-u6IuYl1T4g .mbr-section-title {
  color: #08323C;
}
.cid-u6IuYl1T4g .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-u6IuYl1T4g .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-u6IuYl1T4g .mbr-section-title,
.cid-u6IuYl1T4g .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-uvd6uD5zgl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvd6uD5zgl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvd6uD5zgl .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-uvd6uD5zgl .container {
    padding: 0 24px;
  }
}
.cid-uvd6uD5zgl .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-uvd6uD5zgl .image-wrapper {
  height: 100%;
}
.cid-uvd6uD5zgl .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uvd6uD5zgl .image-wrapper img {
    height: 350px;
  }
}
.cid-uvd6uD5zgl .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvd6uD5zgl .content-wrapper {
    padding: 24px;
  }
}
.cid-uvd6uD5zgl .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uvd6uD5zgl .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uvd6uD5zgl .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uvd6uD5zgl .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uvd6uD5zgl .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-uvd6uD5zgl .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uvd6uD5zgl .mbr-section-title {
  color: #141414;
}
.cid-uvd6uD5zgl .mbr-text {
  color: #141414;
}
.cid-uvd6uD5zgl .mbr-section-title,
.cid-uvd6uD5zgl .title-wrapper,
.cid-uvd6uD5zgl .mbr-section-btn {
  color: #f35e67;
}
.cid-u6IuYlBGdw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u6IuYlBGdw .col-lg-2 {
    width: 20%;
  }
}
.cid-u6IuYlBGdw .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u6IuYlBGdw .item:hover img,
.cid-u6IuYlBGdw .item:hover .item-img {
  border-radius: 0;
}
.cid-u6IuYlBGdw img {
  border: 2px solid gray;
}
.cid-u6IuYlBGdw img:hover {
  border-color: #2299aa;
}
.cid-u6IuYlBGdw img,
.cid-u6IuYlBGdw .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u6IuYlBGdw h5 {
  margin: 0;
}
.cid-u6IuYlBGdw .item:focus,
.cid-u6IuYlBGdw span:focus {
  outline: none;
}
.cid-u6IuYlBGdw .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u6IuYlBGdw .item-content {
  padding-top: 1rem;
}
.cid-u6IuYlBGdw .mbr-section-title {
  color: #121212;
}
.cid-u6IuYlBGdw .item-title {
  color: #000000;
}
.cid-u6IuYlBGdw .item-subtitle {
  color: #000000;
}
.cid-u6IuYlBGdw .mbr-section-subtitle {
  color: #666666;
}
.cid-u6IuYm00oX {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u6IuYm00oX .calculator {
  width: 400px;
  margin: 0 auto;
}
.cid-u6IBBW0GIN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6IBBW0GIN .mbr-text {
  color: #000000;
}
.cid-u6IBBW0GIN .list {
  color: #666666;
}
.cid-u6IBBW0GIN ul {
  list-style-position: inside;
  padding: 0;
}
.cid-u6IBBW0GIN li {
  padding-bottom: 0.5rem;
}
.cid-u6IBBW0GIN .mbr-section-subtitle {
  text-align: left;
  color: #f35e67;
}
.cid-uB8uPlQAEq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uB8uPlQAEq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8uPlQAEq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB8uPlQAEq .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-uB8uPlQAEq .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-uB8uPlQAEq .container {
    max-width: 1400px;
  }
}
.cid-uB8uPlQAEq .card {
  margin: auto;
}
.cid-uB8uPlQAEq .card-title,
.cid-uB8uPlQAEq .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uB8uPlQAEq .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uB8uPlQAEq .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-uB8uPlQAEq .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uB8uPlQAEq .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uB8uPlQAEq .card-wrapper:hover .card-title,
.cid-uB8uPlQAEq .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-uB8uPlQAEq .card-title,
.cid-uB8uPlQAEq .card-box {
  color: #f74660;
}
.cid-uowdZOFQQY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uowdZOFQQY .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-uowdZOFQQY .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uowdZOFQQY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uowdZOFQQY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uowdZOFQQY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uowdZOFQQY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uowdZOFQQY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uowdZOFQQY .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uowdZOFQQY .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uowdZOFQQY .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uowdZOFQQY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uowdZOFQQY .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uowdZOFQQY .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uowdZOFQQY .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uowdZOFQQY .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uowdZOFQQY .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uowdZOFQQY .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uowdZOFQQY .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uowdZOFQQY .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uowdZOFQQY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uowdZOFQQY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uowdZOFQQY .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uowdZOFQQY .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uowdZOFQQY .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uowdZOFQQY .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uowdZOFQQY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uowdZOFQQY .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uowdZOFQQY .nav-item:focus,
.cid-uowdZOFQQY .nav-link:focus {
  outline: none;
}
.cid-uowdZOFQQY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uowdZOFQQY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uowdZOFQQY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uowdZOFQQY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uowdZOFQQY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uowdZOFQQY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uowdZOFQQY .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uowdZOFQQY .navbar.opened {
  transition: all 0.3s;
}
.cid-uowdZOFQQY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uowdZOFQQY .navbar .navbar-logo img {
  width: auto;
}
.cid-uowdZOFQQY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uowdZOFQQY .navbar.collapsed {
  justify-content: center;
}
.cid-uowdZOFQQY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uowdZOFQQY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uowdZOFQQY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uowdZOFQQY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uowdZOFQQY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uowdZOFQQY .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-uowdZOFQQY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uowdZOFQQY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uowdZOFQQY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uowdZOFQQY .navbar {
    min-height: 72px;
  }
  .cid-uowdZOFQQY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uowdZOFQQY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uowdZOFQQY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uowdZOFQQY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uowdZOFQQY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uowdZOFQQY .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-uowdZOFQQY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uowdZOFQQY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uowdZOFQQY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uowdZOFQQY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uowdZOFQQY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uowdZOFQQY .dropdown-item.active,
.cid-uowdZOFQQY .dropdown-item:active {
  background-color: transparent;
}
.cid-uowdZOFQQY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uowdZOFQQY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uowdZOFQQY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uowdZOFQQY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uowdZOFQQY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uowdZOFQQY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uowdZOFQQY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uowdZOFQQY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uowdZOFQQY .navbar-buttons {
    text-align: left;
  }
}
.cid-uowdZOFQQY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uowdZOFQQY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uowdZOFQQY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uowdZOFQQY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uowdZOFQQY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uowdZOFQQY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uowdZOFQQY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uowdZOFQQY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uowdZOFQQY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uowdZOFQQY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uowdZOFQQY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uowdZOFQQY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uowdZOFQQY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uowdZOFQQY .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uowdZOFQQY .navbar {
    height: 70px;
  }
  .cid-uowdZOFQQY .navbar.opened {
    height: auto;
  }
  .cid-uowdZOFQQY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uowdZOFQQY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uowdZOFQQY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uowdZOFQQY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uowdZOFQQY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uowdZOFQQY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uowdZOFQQY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uowdZOFQQY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uowdZOFQQY .navbar-brand {
    margin-right: auto;
  }
  .cid-uowdZOFQQY .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uowdZOFQQY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uowdZOFQQY .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uowdZOFQQY .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uowdZOFQQY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uowdZOFQQY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uowdZOFQQY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uowdZOFQQY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uowdZOFQQY .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uowdZOFQQY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uowdZOFQQY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u4ILOq6HTQ {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4ILOq6HTQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4ILOq6HTQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4ILOq6HTQ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u4ILOq6HTQ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u4ILOq6HTQ .container {
    padding: 0 16px;
  }
}
.cid-u4ILOq6HTQ .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-u4ILOq6HTQ .title-wrapper {
    padding: 0;
  }
}
.cid-u4ILOq6HTQ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u4ILOq6HTQ .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u4ILOq6HTQ .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u4ILOq6HTQ .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u4ILOq6HTQ .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-u4ILOq6HTQ .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-u4ILOq6HTQ .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-u4ILOq6HTQ .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-u4ILOq6HTQ .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-u4ILOq6HTQ .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u4ILOq6HTQ .title-wrapper img {
    display: none;
  }
}
.cid-u4ILOq6HTQ .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-u4ILOq6HTQ .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-u4ILOq6HTQ .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-u4ILOq6HTQ .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-u4ILOq6HTQ .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-u4ILOq6HTQ .title-wrapper .line_1 {
    display: none;
  }
}
.cid-u4ILOq6HTQ .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-u4ILOq6HTQ .title-wrapper .line_2 {
    display: none;
  }
}
.cid-u4ILOq6HTQ .mbr-section-title {
  color: #08323C;
}
.cid-u4ILOq6HTQ .mbr-text {
  color: #f35e67;
  text-align: center;
}
.cid-u4ILOq6HTQ .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-u4ILOq6HTQ .mbr-section-title,
.cid-u4ILOq6HTQ .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-uvd04JJlPS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvd04JJlPS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvd04JJlPS .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-uvd04JJlPS .container {
    padding: 0 24px;
  }
}
.cid-uvd04JJlPS .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-uvd04JJlPS .image-wrapper {
  height: 100%;
}
.cid-uvd04JJlPS .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uvd04JJlPS .image-wrapper img {
    height: 350px;
  }
}
.cid-uvd04JJlPS .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvd04JJlPS .content-wrapper {
    padding: 24px;
  }
}
.cid-uvd04JJlPS .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uvd04JJlPS .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uvd04JJlPS .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uvd04JJlPS .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uvd04JJlPS .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-uvd04JJlPS .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uvd04JJlPS .mbr-section-title {
  color: #141414;
}
.cid-uvd04JJlPS .mbr-text {
  color: #141414;
}
.cid-uvd04JJlPS .mbr-section-title,
.cid-uvd04JJlPS .title-wrapper,
.cid-uvd04JJlPS .mbr-section-btn {
  color: #f35e67;
}
.cid-u6AM0MNdGJ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u6AM0MNdGJ .col-lg-2 {
    width: 20%;
  }
}
.cid-u6AM0MNdGJ .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u6AM0MNdGJ .item:hover img,
.cid-u6AM0MNdGJ .item:hover .item-img {
  border-radius: 0;
}
.cid-u6AM0MNdGJ img {
  border: 2px solid gray;
}
.cid-u6AM0MNdGJ img:hover {
  border-color: #2299aa;
}
.cid-u6AM0MNdGJ img,
.cid-u6AM0MNdGJ .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u6AM0MNdGJ h5 {
  margin: 0;
}
.cid-u6AM0MNdGJ .item:focus,
.cid-u6AM0MNdGJ span:focus {
  outline: none;
}
.cid-u6AM0MNdGJ .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u6AM0MNdGJ .item-content {
  padding-top: 1rem;
}
.cid-u6AM0MNdGJ .mbr-section-title {
  color: #121212;
}
.cid-u6AM0MNdGJ .item-title {
  color: #000000;
}
.cid-u6AM0MNdGJ .item-subtitle {
  color: #000000;
}
.cid-u6AM0MNdGJ .mbr-section-subtitle {
  color: #666666;
}
.cid-u6jEV5dnrT {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u6jEV5dnrT .calculator {
  width: 400px;
  margin: 0 auto;
}
.cid-u6IAXuxRFR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6IAXuxRFR .mbr-text {
  color: #000000;
}
.cid-u6IAXuxRFR .list {
  color: #666666;
}
.cid-u6IAXuxRFR ul {
  list-style-position: inside;
  padding: 0;
}
.cid-u6IAXuxRFR li {
  padding-bottom: 0.5rem;
}
.cid-u6IAXuxRFR .mbr-section-subtitle {
  text-align: left;
  color: #f35e67;
}
.cid-u4ILOtJSTq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4ILOtJSTq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4ILOtJSTq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4ILOtJSTq .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-u4ILOtJSTq .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-u4ILOtJSTq .container {
    max-width: 1400px;
  }
}
.cid-u4ILOtJSTq .card {
  margin: auto;
}
.cid-u4ILOtJSTq .card-title,
.cid-u4ILOtJSTq .mbr-iconfont {
  transition: all 0.3s;
}
.cid-u4ILOtJSTq .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-u4ILOtJSTq .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-u4ILOtJSTq .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u4ILOtJSTq .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-u4ILOtJSTq .card-wrapper:hover .card-title,
.cid-u4ILOtJSTq .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-u4ILOtJSTq .card-title,
.cid-u4ILOtJSTq .card-box {
  color: #f74660;
}
.cid-uowelFERsQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uowelFERsQ .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-uowelFERsQ .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uowelFERsQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uowelFERsQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uowelFERsQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uowelFERsQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uowelFERsQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uowelFERsQ .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uowelFERsQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uowelFERsQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uowelFERsQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uowelFERsQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uowelFERsQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uowelFERsQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uowelFERsQ .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uowelFERsQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uowelFERsQ .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uowelFERsQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uowelFERsQ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uowelFERsQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uowelFERsQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uowelFERsQ .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uowelFERsQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uowelFERsQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uowelFERsQ .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uowelFERsQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uowelFERsQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uowelFERsQ .nav-item:focus,
.cid-uowelFERsQ .nav-link:focus {
  outline: none;
}
.cid-uowelFERsQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uowelFERsQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uowelFERsQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uowelFERsQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uowelFERsQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uowelFERsQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uowelFERsQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uowelFERsQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uowelFERsQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uowelFERsQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uowelFERsQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uowelFERsQ .navbar.collapsed {
  justify-content: center;
}
.cid-uowelFERsQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uowelFERsQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uowelFERsQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uowelFERsQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uowelFERsQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uowelFERsQ .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-uowelFERsQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uowelFERsQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uowelFERsQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uowelFERsQ .navbar {
    min-height: 72px;
  }
  .cid-uowelFERsQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uowelFERsQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uowelFERsQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uowelFERsQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uowelFERsQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uowelFERsQ .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-uowelFERsQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uowelFERsQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uowelFERsQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uowelFERsQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uowelFERsQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uowelFERsQ .dropdown-item.active,
.cid-uowelFERsQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uowelFERsQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uowelFERsQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uowelFERsQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uowelFERsQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uowelFERsQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uowelFERsQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uowelFERsQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uowelFERsQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uowelFERsQ .navbar-buttons {
    text-align: left;
  }
}
.cid-uowelFERsQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uowelFERsQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uowelFERsQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uowelFERsQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uowelFERsQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uowelFERsQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uowelFERsQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uowelFERsQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uowelFERsQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uowelFERsQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uowelFERsQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uowelFERsQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uowelFERsQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uowelFERsQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uowelFERsQ .navbar {
    height: 70px;
  }
  .cid-uowelFERsQ .navbar.opened {
    height: auto;
  }
  .cid-uowelFERsQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uowelFERsQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uowelFERsQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uowelFERsQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uowelFERsQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uowelFERsQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uowelFERsQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uowelFERsQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uowelFERsQ .navbar-brand {
    margin-right: auto;
  }
  .cid-uowelFERsQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uowelFERsQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uowelFERsQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uowelFERsQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uowelFERsQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uowelFERsQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uowelFERsQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uowelFERsQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uowelFERsQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uowelFERsQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uowelFERsQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u6IxvFbVyU {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6IxvFbVyU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6IxvFbVyU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6IxvFbVyU .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u6IxvFbVyU .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u6IxvFbVyU .container {
    padding: 0 16px;
  }
}
.cid-u6IxvFbVyU .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-u6IxvFbVyU .title-wrapper {
    padding: 0;
  }
}
.cid-u6IxvFbVyU .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u6IxvFbVyU .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u6IxvFbVyU .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u6IxvFbVyU .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u6IxvFbVyU .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-u6IxvFbVyU .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-u6IxvFbVyU .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-u6IxvFbVyU .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-u6IxvFbVyU .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-u6IxvFbVyU .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u6IxvFbVyU .title-wrapper img {
    display: none;
  }
}
.cid-u6IxvFbVyU .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-u6IxvFbVyU .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-u6IxvFbVyU .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-u6IxvFbVyU .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-u6IxvFbVyU .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-u6IxvFbVyU .title-wrapper .line_1 {
    display: none;
  }
}
.cid-u6IxvFbVyU .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-u6IxvFbVyU .title-wrapper .line_2 {
    display: none;
  }
}
.cid-u6IxvFbVyU .mbr-section-title {
  color: #08323C;
}
.cid-u6IxvFbVyU .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-u6IxvFbVyU .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-u6IxvFbVyU .mbr-section-title,
.cid-u6IxvFbVyU .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-uvd8K51OIx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvd8K51OIx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvd8K51OIx .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-uvd8K51OIx .container {
    padding: 0 24px;
  }
}
.cid-uvd8K51OIx .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-uvd8K51OIx .image-wrapper {
  height: 100%;
}
.cid-uvd8K51OIx .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uvd8K51OIx .image-wrapper img {
    height: 350px;
  }
}
.cid-uvd8K51OIx .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvd8K51OIx .content-wrapper {
    padding: 24px;
  }
}
.cid-uvd8K51OIx .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uvd8K51OIx .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uvd8K51OIx .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uvd8K51OIx .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uvd8K51OIx .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-uvd8K51OIx .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uvd8K51OIx .mbr-section-title {
  color: #141414;
}
.cid-uvd8K51OIx .mbr-text {
  color: #141414;
}
.cid-uvd8K51OIx .mbr-section-title,
.cid-uvd8K51OIx .title-wrapper,
.cid-uvd8K51OIx .mbr-section-btn {
  color: #f35e67;
}
.cid-u6IxvFTIVy {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u6IxvFTIVy .col-lg-2 {
    width: 20%;
  }
}
.cid-u6IxvFTIVy .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u6IxvFTIVy .item:hover img,
.cid-u6IxvFTIVy .item:hover .item-img {
  border-radius: 0;
}
.cid-u6IxvFTIVy img {
  border: 2px solid gray;
}
.cid-u6IxvFTIVy img:hover {
  border-color: #2299aa;
}
.cid-u6IxvFTIVy img,
.cid-u6IxvFTIVy .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u6IxvFTIVy h5 {
  margin: 0;
}
.cid-u6IxvFTIVy .item:focus,
.cid-u6IxvFTIVy span:focus {
  outline: none;
}
.cid-u6IxvFTIVy .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u6IxvFTIVy .item-content {
  padding-top: 1rem;
}
.cid-u6IxvFTIVy .mbr-section-title {
  color: #121212;
}
.cid-u6IxvFTIVy .item-title {
  color: #000000;
}
.cid-u6IxvFTIVy .item-subtitle {
  color: #000000;
}
.cid-u6IxvFTIVy .mbr-section-subtitle {
  color: #666666;
}
.cid-u6IxvGeEbb {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u6IxvGeEbb .calculator {
  width: 400px;
  margin: 0 auto;
}
.cid-u6IBIOcZTY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6IBIOcZTY .mbr-text {
  color: #000000;
}
.cid-u6IBIOcZTY .list {
  color: #666666;
}
.cid-u6IBIOcZTY ul {
  list-style-position: inside;
  padding: 0;
}
.cid-u6IBIOcZTY li {
  padding-bottom: 0.5rem;
}
.cid-u6IBIOcZTY .mbr-section-subtitle {
  text-align: left;
  color: #f35e67;
}
.cid-uB8yAYxqPp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uB8yAYxqPp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8yAYxqPp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB8yAYxqPp .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-uB8yAYxqPp .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-uB8yAYxqPp .container {
    max-width: 1400px;
  }
}
.cid-uB8yAYxqPp .card {
  margin: auto;
}
.cid-uB8yAYxqPp .card-title,
.cid-uB8yAYxqPp .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uB8yAYxqPp .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uB8yAYxqPp .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-uB8yAYxqPp .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uB8yAYxqPp .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uB8yAYxqPp .card-wrapper:hover .card-title,
.cid-uB8yAYxqPp .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-uB8yAYxqPp .card-title,
.cid-uB8yAYxqPp .card-box {
  color: #f74660;
}
.cid-uowerKoAin {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uowerKoAin .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-uowerKoAin .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uowerKoAin .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uowerKoAin .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uowerKoAin .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uowerKoAin .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uowerKoAin .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uowerKoAin .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uowerKoAin .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uowerKoAin .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uowerKoAin .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uowerKoAin .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uowerKoAin .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uowerKoAin .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uowerKoAin .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uowerKoAin .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uowerKoAin .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uowerKoAin .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uowerKoAin .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uowerKoAin .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uowerKoAin .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uowerKoAin .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uowerKoAin .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uowerKoAin .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uowerKoAin .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uowerKoAin .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uowerKoAin .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uowerKoAin .nav-item:focus,
.cid-uowerKoAin .nav-link:focus {
  outline: none;
}
.cid-uowerKoAin .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uowerKoAin .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uowerKoAin .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uowerKoAin .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uowerKoAin .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uowerKoAin .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uowerKoAin .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uowerKoAin .navbar.opened {
  transition: all 0.3s;
}
.cid-uowerKoAin .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uowerKoAin .navbar .navbar-logo img {
  width: auto;
}
.cid-uowerKoAin .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uowerKoAin .navbar.collapsed {
  justify-content: center;
}
.cid-uowerKoAin .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uowerKoAin .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uowerKoAin .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uowerKoAin .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uowerKoAin .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uowerKoAin .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-uowerKoAin .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uowerKoAin .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uowerKoAin .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uowerKoAin .navbar {
    min-height: 72px;
  }
  .cid-uowerKoAin .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uowerKoAin .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uowerKoAin .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uowerKoAin .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uowerKoAin .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uowerKoAin .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-uowerKoAin .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uowerKoAin .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uowerKoAin .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uowerKoAin .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uowerKoAin .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uowerKoAin .dropdown-item.active,
.cid-uowerKoAin .dropdown-item:active {
  background-color: transparent;
}
.cid-uowerKoAin .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uowerKoAin .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uowerKoAin .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uowerKoAin .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uowerKoAin .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uowerKoAin .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uowerKoAin ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uowerKoAin .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uowerKoAin .navbar-buttons {
    text-align: left;
  }
}
.cid-uowerKoAin button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uowerKoAin button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uowerKoAin button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uowerKoAin button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uowerKoAin button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uowerKoAin button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uowerKoAin nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uowerKoAin nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uowerKoAin nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uowerKoAin nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uowerKoAin .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uowerKoAin a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uowerKoAin .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uowerKoAin .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uowerKoAin .navbar {
    height: 70px;
  }
  .cid-uowerKoAin .navbar.opened {
    height: auto;
  }
  .cid-uowerKoAin .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uowerKoAin .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uowerKoAin .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uowerKoAin .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uowerKoAin .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uowerKoAin .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uowerKoAin .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uowerKoAin .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uowerKoAin .navbar-brand {
    margin-right: auto;
  }
  .cid-uowerKoAin .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uowerKoAin .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uowerKoAin .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uowerKoAin .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uowerKoAin .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uowerKoAin .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uowerKoAin .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uowerKoAin .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uowerKoAin .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uowerKoAin .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uowerKoAin .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u6IC3qVKzS {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6IC3qVKzS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6IC3qVKzS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6IC3qVKzS .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u6IC3qVKzS .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u6IC3qVKzS .container {
    padding: 0 16px;
  }
}
.cid-u6IC3qVKzS .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-u6IC3qVKzS .title-wrapper {
    padding: 0;
  }
}
.cid-u6IC3qVKzS .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u6IC3qVKzS .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u6IC3qVKzS .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u6IC3qVKzS .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u6IC3qVKzS .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-u6IC3qVKzS .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-u6IC3qVKzS .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-u6IC3qVKzS .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-u6IC3qVKzS .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-u6IC3qVKzS .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u6IC3qVKzS .title-wrapper img {
    display: none;
  }
}
.cid-u6IC3qVKzS .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-u6IC3qVKzS .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-u6IC3qVKzS .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-u6IC3qVKzS .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-u6IC3qVKzS .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-u6IC3qVKzS .title-wrapper .line_1 {
    display: none;
  }
}
.cid-u6IC3qVKzS .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-u6IC3qVKzS .title-wrapper .line_2 {
    display: none;
  }
}
.cid-u6IC3qVKzS .mbr-section-title {
  color: #08323C;
}
.cid-u6IC3qVKzS .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-u6IC3qVKzS .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-u6IC3qVKzS .mbr-section-title,
.cid-u6IC3qVKzS .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-uvd9OXDTAG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvd9OXDTAG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvd9OXDTAG .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-uvd9OXDTAG .container {
    padding: 0 24px;
  }
}
.cid-uvd9OXDTAG .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-uvd9OXDTAG .image-wrapper {
  height: 100%;
}
.cid-uvd9OXDTAG .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uvd9OXDTAG .image-wrapper img {
    height: 350px;
  }
}
.cid-uvd9OXDTAG .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvd9OXDTAG .content-wrapper {
    padding: 24px;
  }
}
.cid-uvd9OXDTAG .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uvd9OXDTAG .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uvd9OXDTAG .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uvd9OXDTAG .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uvd9OXDTAG .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-uvd9OXDTAG .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uvd9OXDTAG .mbr-section-title {
  color: #141414;
}
.cid-uvd9OXDTAG .mbr-text {
  color: #141414;
}
.cid-uvd9OXDTAG .mbr-section-title,
.cid-uvd9OXDTAG .title-wrapper,
.cid-uvd9OXDTAG .mbr-section-btn {
  color: #f35e67;
}
.cid-u6IC3rLr7M {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u6IC3rLr7M .col-lg-2 {
    width: 20%;
  }
}
.cid-u6IC3rLr7M .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u6IC3rLr7M .item:hover img,
.cid-u6IC3rLr7M .item:hover .item-img {
  border-radius: 0;
}
.cid-u6IC3rLr7M img {
  border: 2px solid gray;
}
.cid-u6IC3rLr7M img:hover {
  border-color: #2299aa;
}
.cid-u6IC3rLr7M img,
.cid-u6IC3rLr7M .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u6IC3rLr7M h5 {
  margin: 0;
}
.cid-u6IC3rLr7M .item:focus,
.cid-u6IC3rLr7M span:focus {
  outline: none;
}
.cid-u6IC3rLr7M .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u6IC3rLr7M .item-content {
  padding-top: 1rem;
}
.cid-u6IC3rLr7M .mbr-section-title {
  color: #121212;
}
.cid-u6IC3rLr7M .item-title {
  color: #000000;
}
.cid-u6IC3rLr7M .item-subtitle {
  color: #000000;
}
.cid-u6IC3rLr7M .mbr-section-subtitle {
  color: #666666;
}
.cid-u6IC3s98pX {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u6IC3s98pX .calculator {
  width: 400px;
  margin: 0 auto;
}
.cid-u6IC3snLxa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6IC3snLxa .mbr-text {
  color: #000000;
}
.cid-u6IC3snLxa .list {
  color: #666666;
}
.cid-u6IC3snLxa ul {
  list-style-position: inside;
  padding: 0;
}
.cid-u6IC3snLxa li {
  padding-bottom: 0.5rem;
}
.cid-u6IC3snLxa .mbr-section-subtitle {
  text-align: left;
  color: #f35e67;
}
.cid-uB8yVEleJ3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uB8yVEleJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8yVEleJ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB8yVEleJ3 .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-uB8yVEleJ3 .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-uB8yVEleJ3 .container {
    max-width: 1400px;
  }
}
.cid-uB8yVEleJ3 .card {
  margin: auto;
}
.cid-uB8yVEleJ3 .card-title,
.cid-uB8yVEleJ3 .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uB8yVEleJ3 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uB8yVEleJ3 .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-uB8yVEleJ3 .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uB8yVEleJ3 .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uB8yVEleJ3 .card-wrapper:hover .card-title,
.cid-uB8yVEleJ3 .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-uB8yVEleJ3 .card-title,
.cid-uB8yVEleJ3 .card-box {
  color: #f74660;
}
.cid-uowex9ujnD {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uowex9ujnD .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-uowex9ujnD .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uowex9ujnD .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uowex9ujnD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uowex9ujnD .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uowex9ujnD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uowex9ujnD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uowex9ujnD .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uowex9ujnD .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uowex9ujnD .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uowex9ujnD .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uowex9ujnD .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uowex9ujnD .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uowex9ujnD .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uowex9ujnD .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uowex9ujnD .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uowex9ujnD .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uowex9ujnD .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uowex9ujnD .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uowex9ujnD .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uowex9ujnD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uowex9ujnD .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uowex9ujnD .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uowex9ujnD .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uowex9ujnD .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uowex9ujnD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uowex9ujnD .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uowex9ujnD .nav-item:focus,
.cid-uowex9ujnD .nav-link:focus {
  outline: none;
}
.cid-uowex9ujnD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uowex9ujnD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uowex9ujnD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uowex9ujnD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uowex9ujnD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uowex9ujnD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uowex9ujnD .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uowex9ujnD .navbar.opened {
  transition: all 0.3s;
}
.cid-uowex9ujnD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uowex9ujnD .navbar .navbar-logo img {
  width: auto;
}
.cid-uowex9ujnD .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uowex9ujnD .navbar.collapsed {
  justify-content: center;
}
.cid-uowex9ujnD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uowex9ujnD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uowex9ujnD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uowex9ujnD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uowex9ujnD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uowex9ujnD .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-uowex9ujnD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uowex9ujnD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uowex9ujnD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uowex9ujnD .navbar {
    min-height: 72px;
  }
  .cid-uowex9ujnD .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uowex9ujnD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uowex9ujnD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uowex9ujnD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uowex9ujnD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uowex9ujnD .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-uowex9ujnD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uowex9ujnD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uowex9ujnD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uowex9ujnD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uowex9ujnD .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uowex9ujnD .dropdown-item.active,
.cid-uowex9ujnD .dropdown-item:active {
  background-color: transparent;
}
.cid-uowex9ujnD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uowex9ujnD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uowex9ujnD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uowex9ujnD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uowex9ujnD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uowex9ujnD .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uowex9ujnD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uowex9ujnD .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uowex9ujnD .navbar-buttons {
    text-align: left;
  }
}
.cid-uowex9ujnD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uowex9ujnD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uowex9ujnD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uowex9ujnD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uowex9ujnD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uowex9ujnD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uowex9ujnD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uowex9ujnD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uowex9ujnD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uowex9ujnD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uowex9ujnD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uowex9ujnD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uowex9ujnD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uowex9ujnD .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uowex9ujnD .navbar {
    height: 70px;
  }
  .cid-uowex9ujnD .navbar.opened {
    height: auto;
  }
  .cid-uowex9ujnD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uowex9ujnD .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uowex9ujnD .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uowex9ujnD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uowex9ujnD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uowex9ujnD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uowex9ujnD .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uowex9ujnD .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uowex9ujnD .navbar-brand {
    margin-right: auto;
  }
  .cid-uowex9ujnD .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uowex9ujnD .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uowex9ujnD .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uowex9ujnD .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uowex9ujnD .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uowex9ujnD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uowex9ujnD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uowex9ujnD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uowex9ujnD .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uowex9ujnD .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uowex9ujnD .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u6INavnhR3 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6INavnhR3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6INavnhR3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6INavnhR3 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u6INavnhR3 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u6INavnhR3 .container {
    padding: 0 16px;
  }
}
.cid-u6INavnhR3 .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-u6INavnhR3 .title-wrapper {
    padding: 0;
  }
}
.cid-u6INavnhR3 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u6INavnhR3 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u6INavnhR3 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u6INavnhR3 .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u6INavnhR3 .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-u6INavnhR3 .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-u6INavnhR3 .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-u6INavnhR3 .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-u6INavnhR3 .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-u6INavnhR3 .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u6INavnhR3 .title-wrapper img {
    display: none;
  }
}
.cid-u6INavnhR3 .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-u6INavnhR3 .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-u6INavnhR3 .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-u6INavnhR3 .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-u6INavnhR3 .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-u6INavnhR3 .title-wrapper .line_1 {
    display: none;
  }
}
.cid-u6INavnhR3 .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-u6INavnhR3 .title-wrapper .line_2 {
    display: none;
  }
}
.cid-u6INavnhR3 .mbr-section-title {
  color: #08323C;
}
.cid-u6INavnhR3 .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-u6INavnhR3 .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-u6INavnhR3 .mbr-section-title,
.cid-u6INavnhR3 .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-uvdaV7tUpz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvdaV7tUpz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdaV7tUpz .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-uvdaV7tUpz .container {
    padding: 0 24px;
  }
}
.cid-uvdaV7tUpz .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-uvdaV7tUpz .image-wrapper {
  height: 100%;
}
.cid-uvdaV7tUpz .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uvdaV7tUpz .image-wrapper img {
    height: 350px;
  }
}
.cid-uvdaV7tUpz .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvdaV7tUpz .content-wrapper {
    padding: 24px;
  }
}
.cid-uvdaV7tUpz .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uvdaV7tUpz .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uvdaV7tUpz .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uvdaV7tUpz .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uvdaV7tUpz .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-uvdaV7tUpz .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uvdaV7tUpz .mbr-section-title {
  color: #141414;
}
.cid-uvdaV7tUpz .mbr-text {
  color: #141414;
}
.cid-uvdaV7tUpz .mbr-section-title,
.cid-uvdaV7tUpz .title-wrapper,
.cid-uvdaV7tUpz .mbr-section-btn {
  color: #f35e67;
}
.cid-u6INaw1Spm {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u6INaw1Spm .col-lg-2 {
    width: 20%;
  }
}
.cid-u6INaw1Spm .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u6INaw1Spm .item:hover img,
.cid-u6INaw1Spm .item:hover .item-img {
  border-radius: 0;
}
.cid-u6INaw1Spm img {
  border: 2px solid gray;
}
.cid-u6INaw1Spm img:hover {
  border-color: #2299aa;
}
.cid-u6INaw1Spm img,
.cid-u6INaw1Spm .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u6INaw1Spm h5 {
  margin: 0;
}
.cid-u6INaw1Spm .item:focus,
.cid-u6INaw1Spm span:focus {
  outline: none;
}
.cid-u6INaw1Spm .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u6INaw1Spm .item-content {
  padding-top: 1rem;
}
.cid-u6INaw1Spm .mbr-section-title {
  color: #121212;
}
.cid-u6INaw1Spm .item-title {
  color: #000000;
}
.cid-u6INaw1Spm .item-subtitle {
  color: #000000;
}
.cid-u6INaw1Spm .mbr-section-subtitle {
  color: #666666;
}
.cid-u6INawrQj9 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u6INawrQj9 .calculator {
  width: 400px;
  margin: 0 auto;
}
.cid-u6INawDveB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6INawDveB .mbr-text {
  color: #000000;
}
.cid-u6INawDveB .list {
  color: #666666;
}
.cid-u6INawDveB ul {
  list-style-position: inside;
  padding: 0;
}
.cid-u6INawDveB li {
  padding-bottom: 0.5rem;
}
.cid-u6INawDveB .mbr-section-subtitle {
  text-align: left;
  color: #f35e67;
}
.cid-uB8z6Q0iB3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uB8z6Q0iB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8z6Q0iB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB8z6Q0iB3 .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-uB8z6Q0iB3 .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-uB8z6Q0iB3 .container {
    max-width: 1400px;
  }
}
.cid-uB8z6Q0iB3 .card {
  margin: auto;
}
.cid-uB8z6Q0iB3 .card-title,
.cid-uB8z6Q0iB3 .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uB8z6Q0iB3 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uB8z6Q0iB3 .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-uB8z6Q0iB3 .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uB8z6Q0iB3 .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uB8z6Q0iB3 .card-wrapper:hover .card-title,
.cid-uB8z6Q0iB3 .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-uB8z6Q0iB3 .card-title,
.cid-uB8z6Q0iB3 .card-box {
  color: #f74660;
}
.cid-ugvg7vScxe {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugvg7vScxe .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-ugvg7vScxe .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ugvg7vScxe .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugvg7vScxe .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugvg7vScxe .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ugvg7vScxe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugvg7vScxe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugvg7vScxe .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ugvg7vScxe .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ugvg7vScxe .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ugvg7vScxe .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugvg7vScxe .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugvg7vScxe .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ugvg7vScxe .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugvg7vScxe .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ugvg7vScxe .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugvg7vScxe .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugvg7vScxe .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugvg7vScxe .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ugvg7vScxe .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugvg7vScxe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ugvg7vScxe .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ugvg7vScxe .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ugvg7vScxe .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ugvg7vScxe .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ugvg7vScxe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugvg7vScxe .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-ugvg7vScxe .nav-item:focus,
.cid-ugvg7vScxe .nav-link:focus {
  outline: none;
}
.cid-ugvg7vScxe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugvg7vScxe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugvg7vScxe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugvg7vScxe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugvg7vScxe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugvg7vScxe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugvg7vScxe .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ugvg7vScxe .navbar.opened {
  transition: all 0.3s;
}
.cid-ugvg7vScxe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugvg7vScxe .navbar .navbar-logo img {
  width: auto;
}
.cid-ugvg7vScxe .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ugvg7vScxe .navbar.collapsed {
  justify-content: center;
}
.cid-ugvg7vScxe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugvg7vScxe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugvg7vScxe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ugvg7vScxe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugvg7vScxe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugvg7vScxe .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-ugvg7vScxe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugvg7vScxe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugvg7vScxe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugvg7vScxe .navbar {
    min-height: 72px;
  }
  .cid-ugvg7vScxe .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugvg7vScxe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugvg7vScxe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugvg7vScxe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugvg7vScxe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugvg7vScxe .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-ugvg7vScxe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugvg7vScxe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugvg7vScxe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugvg7vScxe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugvg7vScxe .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugvg7vScxe .dropdown-item.active,
.cid-ugvg7vScxe .dropdown-item:active {
  background-color: transparent;
}
.cid-ugvg7vScxe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugvg7vScxe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugvg7vScxe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugvg7vScxe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ugvg7vScxe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugvg7vScxe .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugvg7vScxe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugvg7vScxe .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugvg7vScxe .navbar-buttons {
    text-align: left;
  }
}
.cid-ugvg7vScxe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugvg7vScxe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugvg7vScxe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugvg7vScxe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugvg7vScxe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugvg7vScxe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugvg7vScxe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugvg7vScxe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugvg7vScxe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugvg7vScxe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugvg7vScxe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugvg7vScxe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugvg7vScxe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugvg7vScxe .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugvg7vScxe .navbar {
    height: 70px;
  }
  .cid-ugvg7vScxe .navbar.opened {
    height: auto;
  }
  .cid-ugvg7vScxe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugvg7vScxe .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugvg7vScxe .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugvg7vScxe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugvg7vScxe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ugvg7vScxe .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugvg7vScxe .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugvg7vScxe .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugvg7vScxe .navbar-brand {
    margin-right: auto;
  }
  .cid-ugvg7vScxe .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ugvg7vScxe .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugvg7vScxe .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugvg7vScxe .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ugvg7vScxe .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugvg7vScxe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugvg7vScxe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ugvg7vScxe .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugvg7vScxe .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ugvg7vScxe .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugvg7vScxe .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u6Mzqa4YwY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6Mzqa4YwY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Mzqa4YwY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Mzqa4YwY .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u6Mzqa4YwY .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u6Mzqa4YwY .container {
    padding: 0 16px;
  }
}
.cid-u6Mzqa4YwY .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-u6Mzqa4YwY .title-wrapper {
    padding: 0;
  }
}
.cid-u6Mzqa4YwY .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u6Mzqa4YwY .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u6Mzqa4YwY .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u6Mzqa4YwY .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u6Mzqa4YwY .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-u6Mzqa4YwY .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-u6Mzqa4YwY .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-u6Mzqa4YwY .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-u6Mzqa4YwY .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-u6Mzqa4YwY .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u6Mzqa4YwY .title-wrapper img {
    display: none;
  }
}
.cid-u6Mzqa4YwY .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-u6Mzqa4YwY .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-u6Mzqa4YwY .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-u6Mzqa4YwY .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-u6Mzqa4YwY .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-u6Mzqa4YwY .title-wrapper .line_1 {
    display: none;
  }
}
.cid-u6Mzqa4YwY .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-u6Mzqa4YwY .title-wrapper .line_2 {
    display: none;
  }
}
.cid-u6Mzqa4YwY .mbr-section-title {
  color: #08323C;
}
.cid-u6Mzqa4YwY .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-u6Mzqa4YwY .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-u6Mzqa4YwY .mbr-section-title,
.cid-u6Mzqa4YwY .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-uvdd9FMPBd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvdd9FMPBd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdd9FMPBd .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-uvdd9FMPBd .container {
    padding: 0 24px;
  }
}
.cid-uvdd9FMPBd .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-uvdd9FMPBd .image-wrapper {
  height: 100%;
}
.cid-uvdd9FMPBd .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uvdd9FMPBd .image-wrapper img {
    height: 350px;
  }
}
.cid-uvdd9FMPBd .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvdd9FMPBd .content-wrapper {
    padding: 24px;
  }
}
.cid-uvdd9FMPBd .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uvdd9FMPBd .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uvdd9FMPBd .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uvdd9FMPBd .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uvdd9FMPBd .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-uvdd9FMPBd .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uvdd9FMPBd .mbr-section-title {
  color: #141414;
}
.cid-uvdd9FMPBd .mbr-text {
  color: #141414;
}
.cid-uvdd9FMPBd .mbr-section-title,
.cid-uvdd9FMPBd .title-wrapper,
.cid-uvdd9FMPBd .mbr-section-btn {
  color: #f35e67;
}
.cid-u6MzqaSxp2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u6MzqaSxp2 .col-lg-2 {
    width: 20%;
  }
}
.cid-u6MzqaSxp2 .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u6MzqaSxp2 .item:hover img,
.cid-u6MzqaSxp2 .item:hover .item-img {
  border-radius: 0;
}
.cid-u6MzqaSxp2 img {
  border: 2px solid gray;
}
.cid-u6MzqaSxp2 img:hover {
  border-color: #2299aa;
}
.cid-u6MzqaSxp2 img,
.cid-u6MzqaSxp2 .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u6MzqaSxp2 h5 {
  margin: 0;
}
.cid-u6MzqaSxp2 .item:focus,
.cid-u6MzqaSxp2 span:focus {
  outline: none;
}
.cid-u6MzqaSxp2 .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u6MzqaSxp2 .item-content {
  padding-top: 1rem;
}
.cid-u6MzqaSxp2 .mbr-section-title {
  color: #121212;
}
.cid-u6MzqaSxp2 .item-title {
  color: #000000;
}
.cid-u6MzqaSxp2 .item-subtitle {
  color: #000000;
}
.cid-u6MzqaSxp2 .mbr-section-subtitle {
  color: #666666;
}
.cid-u6MzqbknPJ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u6MzqbknPJ .calculator {
  width: 400px;
  margin: 0 auto;
}
.cid-u6MzqbFBhP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6MzqbFBhP .mbr-text {
  color: #000000;
}
.cid-u6MzqbFBhP .list {
  color: #666666;
}
.cid-u6MzqbFBhP ul {
  list-style-position: inside;
  padding: 0;
}
.cid-u6MzqbFBhP li {
  padding-bottom: 0.5rem;
}
.cid-u6MzqbFBhP .mbr-section-subtitle {
  text-align: left;
  color: #f35e67;
}
.cid-uB8zSxzXWw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uB8zSxzXWw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8zSxzXWw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB8zSxzXWw .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-uB8zSxzXWw .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-uB8zSxzXWw .container {
    max-width: 1400px;
  }
}
.cid-uB8zSxzXWw .card {
  margin: auto;
}
.cid-uB8zSxzXWw .card-title,
.cid-uB8zSxzXWw .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uB8zSxzXWw .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uB8zSxzXWw .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-uB8zSxzXWw .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uB8zSxzXWw .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uB8zSxzXWw .card-wrapper:hover .card-title,
.cid-uB8zSxzXWw .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-uB8zSxzXWw .card-title,
.cid-uB8zSxzXWw .card-box {
  color: #f74660;
}
.cid-uoweGovtzU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uoweGovtzU .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-uoweGovtzU .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uoweGovtzU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uoweGovtzU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoweGovtzU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uoweGovtzU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoweGovtzU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoweGovtzU .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uoweGovtzU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uoweGovtzU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoweGovtzU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uoweGovtzU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uoweGovtzU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoweGovtzU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uoweGovtzU .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uoweGovtzU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uoweGovtzU .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uoweGovtzU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uoweGovtzU .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uoweGovtzU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uoweGovtzU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uoweGovtzU .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uoweGovtzU .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoweGovtzU .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uoweGovtzU .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uoweGovtzU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoweGovtzU .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uoweGovtzU .nav-item:focus,
.cid-uoweGovtzU .nav-link:focus {
  outline: none;
}
.cid-uoweGovtzU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoweGovtzU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoweGovtzU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoweGovtzU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoweGovtzU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoweGovtzU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoweGovtzU .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uoweGovtzU .navbar.opened {
  transition: all 0.3s;
}
.cid-uoweGovtzU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoweGovtzU .navbar .navbar-logo img {
  width: auto;
}
.cid-uoweGovtzU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uoweGovtzU .navbar.collapsed {
  justify-content: center;
}
.cid-uoweGovtzU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoweGovtzU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoweGovtzU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoweGovtzU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoweGovtzU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoweGovtzU .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-uoweGovtzU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoweGovtzU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoweGovtzU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uoweGovtzU .navbar {
    min-height: 72px;
  }
  .cid-uoweGovtzU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uoweGovtzU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoweGovtzU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoweGovtzU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoweGovtzU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoweGovtzU .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-uoweGovtzU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoweGovtzU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uoweGovtzU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoweGovtzU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoweGovtzU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uoweGovtzU .dropdown-item.active,
.cid-uoweGovtzU .dropdown-item:active {
  background-color: transparent;
}
.cid-uoweGovtzU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoweGovtzU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoweGovtzU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoweGovtzU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoweGovtzU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uoweGovtzU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uoweGovtzU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoweGovtzU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uoweGovtzU .navbar-buttons {
    text-align: left;
  }
}
.cid-uoweGovtzU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoweGovtzU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoweGovtzU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoweGovtzU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoweGovtzU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoweGovtzU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoweGovtzU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoweGovtzU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoweGovtzU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoweGovtzU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoweGovtzU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoweGovtzU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoweGovtzU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uoweGovtzU .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoweGovtzU .navbar {
    height: 70px;
  }
  .cid-uoweGovtzU .navbar.opened {
    height: auto;
  }
  .cid-uoweGovtzU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoweGovtzU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uoweGovtzU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uoweGovtzU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uoweGovtzU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uoweGovtzU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uoweGovtzU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uoweGovtzU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uoweGovtzU .navbar-brand {
    margin-right: auto;
  }
  .cid-uoweGovtzU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uoweGovtzU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uoweGovtzU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uoweGovtzU .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoweGovtzU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uoweGovtzU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uoweGovtzU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uoweGovtzU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uoweGovtzU .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoweGovtzU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uoweGovtzU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u6MEodcqh4 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6MEodcqh4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6MEodcqh4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6MEodcqh4 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u6MEodcqh4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u6MEodcqh4 .container {
    padding: 0 16px;
  }
}
.cid-u6MEodcqh4 .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-u6MEodcqh4 .title-wrapper {
    padding: 0;
  }
}
.cid-u6MEodcqh4 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u6MEodcqh4 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u6MEodcqh4 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u6MEodcqh4 .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u6MEodcqh4 .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-u6MEodcqh4 .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-u6MEodcqh4 .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-u6MEodcqh4 .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-u6MEodcqh4 .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-u6MEodcqh4 .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u6MEodcqh4 .title-wrapper img {
    display: none;
  }
}
.cid-u6MEodcqh4 .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-u6MEodcqh4 .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-u6MEodcqh4 .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-u6MEodcqh4 .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-u6MEodcqh4 .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-u6MEodcqh4 .title-wrapper .line_1 {
    display: none;
  }
}
.cid-u6MEodcqh4 .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-u6MEodcqh4 .title-wrapper .line_2 {
    display: none;
  }
}
.cid-u6MEodcqh4 .mbr-section-title {
  color: #08323C;
}
.cid-u6MEodcqh4 .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-u6MEodcqh4 .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-u6MEodcqh4 .mbr-section-title,
.cid-u6MEodcqh4 .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-uvdfv1gLrx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvdfv1gLrx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdfv1gLrx .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-uvdfv1gLrx .container {
    padding: 0 24px;
  }
}
.cid-uvdfv1gLrx .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-uvdfv1gLrx .image-wrapper {
  height: 100%;
}
.cid-uvdfv1gLrx .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uvdfv1gLrx .image-wrapper img {
    height: 350px;
  }
}
.cid-uvdfv1gLrx .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvdfv1gLrx .content-wrapper {
    padding: 24px;
  }
}
.cid-uvdfv1gLrx .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uvdfv1gLrx .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uvdfv1gLrx .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uvdfv1gLrx .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uvdfv1gLrx .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-uvdfv1gLrx .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uvdfv1gLrx .mbr-section-title {
  color: #141414;
}
.cid-uvdfv1gLrx .mbr-text {
  color: #141414;
}
.cid-uvdfv1gLrx .mbr-section-title,
.cid-uvdfv1gLrx .title-wrapper,
.cid-uvdfv1gLrx .mbr-section-btn {
  color: #f35e67;
}
.cid-u6MONYYccM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6MONYYccM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6MONYYccM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6MONYYccM .col-lg-8 {
  padding: 4rem 6rem;
}
@media (max-width: 1600px) {
  .cid-u6MONYYccM .col-lg-8 {
    padding: 2rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u6MONYYccM .col-lg-8 {
    padding: 2rem 1rem;
  }
}
.cid-u6MONYYccM .img-col {
  border-left: 1px solid lightgray;
  padding: 1rem;
}
.cid-u6MONYYccM .img-col img {
  width: 140px;
}
@media (max-width: 767px) {
  .cid-u6MONYYccM .img-col {
    border-left: 0px solid lightgray;
    padding: 0;
    padding-top: 1rem;
  }
}
.cid-u6MONYYccM .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-u6MONYYccM .mbr-text,
.cid-u6MONYYccM .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-u6MONYYccM .mbr-section-title,
.cid-u6MONYYccM .line {
  color: #808080;
}
.cid-u6MONYYccM .mbr-section-subtitle,
.cid-u6MONYYccM .align {
  text-align: left;
  color: #232323;
}
.cid-u6MRWO4iZ1 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u6MRWO4iZ1 .col-lg-2 {
    width: 20%;
  }
}
.cid-u6MRWO4iZ1 .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u6MRWO4iZ1 .item:hover img,
.cid-u6MRWO4iZ1 .item:hover .item-img {
  border-radius: 0;
}
.cid-u6MRWO4iZ1 img {
  border: 2px solid gray;
}
.cid-u6MRWO4iZ1 img:hover {
  border-color: #2299aa;
}
.cid-u6MRWO4iZ1 img,
.cid-u6MRWO4iZ1 .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u6MRWO4iZ1 h5 {
  margin: 0;
}
.cid-u6MRWO4iZ1 .item:focus,
.cid-u6MRWO4iZ1 span:focus {
  outline: none;
}
.cid-u6MRWO4iZ1 .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u6MRWO4iZ1 .item-content {
  padding-top: 1rem;
}
.cid-u6MRWO4iZ1 .mbr-section-title {
  color: #121212;
}
.cid-u6MRWO4iZ1 .item-title {
  color: #000000;
  text-align: center;
}
.cid-u6MRWO4iZ1 .item-subtitle {
  color: #000000;
}
.cid-u6MRWO4iZ1 .mbr-section-subtitle {
  color: #666666;
}
.cid-u6MRY4o29Q {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u6MRY4o29Q .col-lg-2 {
    width: 20%;
  }
}
.cid-u6MRY4o29Q .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u6MRY4o29Q .item:hover img,
.cid-u6MRY4o29Q .item:hover .item-img {
  border-radius: 0;
}
.cid-u6MRY4o29Q img {
  border: 2px solid gray;
}
.cid-u6MRY4o29Q img:hover {
  border-color: #2299aa;
}
.cid-u6MRY4o29Q img,
.cid-u6MRY4o29Q .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u6MRY4o29Q h5 {
  margin: 0;
}
.cid-u6MRY4o29Q .item:focus,
.cid-u6MRY4o29Q span:focus {
  outline: none;
}
.cid-u6MRY4o29Q .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u6MRY4o29Q .item-content {
  padding-top: 1rem;
}
.cid-u6MRY4o29Q .mbr-section-title {
  color: #121212;
}
.cid-u6MRY4o29Q .item-title {
  color: #000000;
  text-align: center;
}
.cid-u6MRY4o29Q .item-subtitle {
  color: #000000;
}
.cid-u6MRY4o29Q .mbr-section-subtitle {
  color: #666666;
}
.cid-u6MEoepIc3 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u6MEoepIc3 .calculator {
  width: 400px;
  margin: 0 auto;
}
.cid-u6MEoeEKck {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6MEoeEKck .mbr-text {
  color: #000000;
}
.cid-u6MEoeEKck .list {
  color: #666666;
}
.cid-u6MEoeEKck ul {
  list-style-position: inside;
  padding: 0;
}
.cid-u6MEoeEKck li {
  padding-bottom: 0.5rem;
}
.cid-u6MEoeEKck .mbr-section-subtitle {
  text-align: left;
  color: #f35e67;
}
.cid-uB8A9osC2C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uB8A9osC2C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8A9osC2C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB8A9osC2C .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-uB8A9osC2C .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-uB8A9osC2C .container {
    max-width: 1400px;
  }
}
.cid-uB8A9osC2C .card {
  margin: auto;
}
.cid-uB8A9osC2C .card-title,
.cid-uB8A9osC2C .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uB8A9osC2C .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uB8A9osC2C .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-uB8A9osC2C .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uB8A9osC2C .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uB8A9osC2C .card-wrapper:hover .card-title,
.cid-uB8A9osC2C .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-uB8A9osC2C .card-title,
.cid-uB8A9osC2C .card-box {
  color: #f74660;
}
.cid-uowf27r5Z7 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uowf27r5Z7 .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-uowf27r5Z7 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uowf27r5Z7 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uowf27r5Z7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uowf27r5Z7 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uowf27r5Z7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uowf27r5Z7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uowf27r5Z7 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uowf27r5Z7 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uowf27r5Z7 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uowf27r5Z7 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uowf27r5Z7 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uowf27r5Z7 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uowf27r5Z7 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uowf27r5Z7 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uowf27r5Z7 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uowf27r5Z7 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uowf27r5Z7 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uowf27r5Z7 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uowf27r5Z7 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uowf27r5Z7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uowf27r5Z7 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uowf27r5Z7 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uowf27r5Z7 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uowf27r5Z7 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uowf27r5Z7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uowf27r5Z7 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uowf27r5Z7 .nav-item:focus,
.cid-uowf27r5Z7 .nav-link:focus {
  outline: none;
}
.cid-uowf27r5Z7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uowf27r5Z7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uowf27r5Z7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uowf27r5Z7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uowf27r5Z7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uowf27r5Z7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uowf27r5Z7 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uowf27r5Z7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uowf27r5Z7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uowf27r5Z7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uowf27r5Z7 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uowf27r5Z7 .navbar.collapsed {
  justify-content: center;
}
.cid-uowf27r5Z7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uowf27r5Z7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uowf27r5Z7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uowf27r5Z7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uowf27r5Z7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uowf27r5Z7 .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-uowf27r5Z7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uowf27r5Z7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uowf27r5Z7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uowf27r5Z7 .navbar {
    min-height: 72px;
  }
  .cid-uowf27r5Z7 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uowf27r5Z7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uowf27r5Z7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uowf27r5Z7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uowf27r5Z7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uowf27r5Z7 .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-uowf27r5Z7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uowf27r5Z7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uowf27r5Z7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uowf27r5Z7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uowf27r5Z7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uowf27r5Z7 .dropdown-item.active,
.cid-uowf27r5Z7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uowf27r5Z7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uowf27r5Z7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uowf27r5Z7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uowf27r5Z7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uowf27r5Z7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uowf27r5Z7 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uowf27r5Z7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uowf27r5Z7 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uowf27r5Z7 .navbar-buttons {
    text-align: left;
  }
}
.cid-uowf27r5Z7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uowf27r5Z7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uowf27r5Z7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uowf27r5Z7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uowf27r5Z7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uowf27r5Z7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uowf27r5Z7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uowf27r5Z7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uowf27r5Z7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uowf27r5Z7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uowf27r5Z7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uowf27r5Z7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uowf27r5Z7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uowf27r5Z7 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uowf27r5Z7 .navbar {
    height: 70px;
  }
  .cid-uowf27r5Z7 .navbar.opened {
    height: auto;
  }
  .cid-uowf27r5Z7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uowf27r5Z7 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uowf27r5Z7 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uowf27r5Z7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uowf27r5Z7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uowf27r5Z7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uowf27r5Z7 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uowf27r5Z7 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uowf27r5Z7 .navbar-brand {
    margin-right: auto;
  }
  .cid-uowf27r5Z7 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uowf27r5Z7 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uowf27r5Z7 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uowf27r5Z7 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uowf27r5Z7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uowf27r5Z7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uowf27r5Z7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uowf27r5Z7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uowf27r5Z7 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uowf27r5Z7 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uowf27r5Z7 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u6SAaaEymG {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6SAaaEymG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6SAaaEymG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6SAaaEymG .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u6SAaaEymG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u6SAaaEymG .container {
    padding: 0 16px;
  }
}
.cid-u6SAaaEymG .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-u6SAaaEymG .title-wrapper {
    padding: 0;
  }
}
.cid-u6SAaaEymG .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u6SAaaEymG .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u6SAaaEymG .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u6SAaaEymG .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u6SAaaEymG .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-u6SAaaEymG .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-u6SAaaEymG .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-u6SAaaEymG .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-u6SAaaEymG .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-u6SAaaEymG .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u6SAaaEymG .title-wrapper img {
    display: none;
  }
}
.cid-u6SAaaEymG .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-u6SAaaEymG .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-u6SAaaEymG .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-u6SAaaEymG .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-u6SAaaEymG .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-u6SAaaEymG .title-wrapper .line_1 {
    display: none;
  }
}
.cid-u6SAaaEymG .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-u6SAaaEymG .title-wrapper .line_2 {
    display: none;
  }
}
.cid-u6SAaaEymG .mbr-section-title {
  color: #08323C;
}
.cid-u6SAaaEymG .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-u6SAaaEymG .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-u6SAaaEymG .mbr-section-title,
.cid-u6SAaaEymG .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-uvi4OZkZgT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvi4OZkZgT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvi4OZkZgT .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-uvi4OZkZgT .container {
    padding: 0 24px;
  }
}
.cid-uvi4OZkZgT .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-uvi4OZkZgT .image-wrapper {
  height: 100%;
}
.cid-uvi4OZkZgT .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uvi4OZkZgT .image-wrapper img {
    height: 350px;
  }
}
.cid-uvi4OZkZgT .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvi4OZkZgT .content-wrapper {
    padding: 24px;
  }
}
.cid-uvi4OZkZgT .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uvi4OZkZgT .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uvi4OZkZgT .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uvi4OZkZgT .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uvi4OZkZgT .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-uvi4OZkZgT .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uvi4OZkZgT .mbr-section-title {
  color: #141414;
}
.cid-uvi4OZkZgT .mbr-text {
  color: #141414;
}
.cid-uvi4OZkZgT .mbr-section-title,
.cid-uvi4OZkZgT .title-wrapper,
.cid-uvi4OZkZgT .mbr-section-btn {
  color: #f35e67;
}
.cid-u6SAabxFI6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u6SAabxFI6 .col-lg-2 {
    width: 20%;
  }
}
.cid-u6SAabxFI6 .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u6SAabxFI6 .item:hover img,
.cid-u6SAabxFI6 .item:hover .item-img {
  border-radius: 0;
}
.cid-u6SAabxFI6 img {
  border: 2px solid gray;
}
.cid-u6SAabxFI6 img:hover {
  border-color: #2299aa;
}
.cid-u6SAabxFI6 img,
.cid-u6SAabxFI6 .item-img {
  width: 100%;
  transition: all 0.3s;
}
.cid-u6SAabxFI6 h5 {
  margin: 0;
}
.cid-u6SAabxFI6 .item:focus,
.cid-u6SAabxFI6 span:focus {
  outline: none;
}
.cid-u6SAabxFI6 .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u6SAabxFI6 .item-content {
  padding-top: 1rem;
}
.cid-u6SAabxFI6 .mbr-section-title {
  color: #121212;
}
.cid-u6SAabxFI6 .item-title {
  color: #000000;
}
.cid-u6SAabxFI6 .item-subtitle {
  color: #000000;
}
.cid-u6SAabxFI6 .mbr-section-subtitle {
  color: #666666;
}
.cid-u6SAabViHV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u6SAabViHV .calculator {
  width: 400px;
  margin: 0 auto;
}
.cid-u6SAacc3kI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6SAacc3kI .mbr-text {
  color: #000000;
}
.cid-u6SAacc3kI .list {
  color: #666666;
}
.cid-u6SAacc3kI ul {
  list-style-position: inside;
  padding: 0;
}
.cid-u6SAacc3kI li {
  padding-bottom: 0.5rem;
}
.cid-u6SAacc3kI .mbr-section-subtitle {
  text-align: left;
  color: #f35e67;
}
.cid-uB8AynEaol {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uB8AynEaol .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8AynEaol .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB8AynEaol .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-uB8AynEaol .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-uB8AynEaol .container {
    max-width: 1400px;
  }
}
.cid-uB8AynEaol .card {
  margin: auto;
}
.cid-uB8AynEaol .card-title,
.cid-uB8AynEaol .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uB8AynEaol .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uB8AynEaol .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-uB8AynEaol .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uB8AynEaol .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uB8AynEaol .card-wrapper:hover .card-title,
.cid-uB8AynEaol .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-uB8AynEaol .card-title,
.cid-uB8AynEaol .card-box {
  color: #f74660;
}
.cid-uowf7Dyhls {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uowf7Dyhls .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-uowf7Dyhls .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uowf7Dyhls .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uowf7Dyhls .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uowf7Dyhls .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uowf7Dyhls .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uowf7Dyhls .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uowf7Dyhls .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uowf7Dyhls .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uowf7Dyhls .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uowf7Dyhls .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uowf7Dyhls .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uowf7Dyhls .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uowf7Dyhls .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uowf7Dyhls .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uowf7Dyhls .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uowf7Dyhls .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uowf7Dyhls .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uowf7Dyhls .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uowf7Dyhls .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uowf7Dyhls .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uowf7Dyhls .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uowf7Dyhls .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uowf7Dyhls .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uowf7Dyhls .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uowf7Dyhls .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uowf7Dyhls .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uowf7Dyhls .nav-item:focus,
.cid-uowf7Dyhls .nav-link:focus {
  outline: none;
}
.cid-uowf7Dyhls .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uowf7Dyhls .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uowf7Dyhls .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uowf7Dyhls .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uowf7Dyhls .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uowf7Dyhls .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uowf7Dyhls .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uowf7Dyhls .navbar.opened {
  transition: all 0.3s;
}
.cid-uowf7Dyhls .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uowf7Dyhls .navbar .navbar-logo img {
  width: auto;
}
.cid-uowf7Dyhls .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uowf7Dyhls .navbar.collapsed {
  justify-content: center;
}
.cid-uowf7Dyhls .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uowf7Dyhls .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uowf7Dyhls .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uowf7Dyhls .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uowf7Dyhls .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uowf7Dyhls .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-uowf7Dyhls .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uowf7Dyhls .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uowf7Dyhls .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uowf7Dyhls .navbar {
    min-height: 72px;
  }
  .cid-uowf7Dyhls .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uowf7Dyhls .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uowf7Dyhls .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uowf7Dyhls .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uowf7Dyhls .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uowf7Dyhls .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-uowf7Dyhls .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uowf7Dyhls .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uowf7Dyhls .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uowf7Dyhls .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uowf7Dyhls .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uowf7Dyhls .dropdown-item.active,
.cid-uowf7Dyhls .dropdown-item:active {
  background-color: transparent;
}
.cid-uowf7Dyhls .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uowf7Dyhls .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uowf7Dyhls .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uowf7Dyhls .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uowf7Dyhls .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uowf7Dyhls .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uowf7Dyhls ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uowf7Dyhls .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uowf7Dyhls .navbar-buttons {
    text-align: left;
  }
}
.cid-uowf7Dyhls button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uowf7Dyhls button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uowf7Dyhls button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uowf7Dyhls button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uowf7Dyhls button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uowf7Dyhls button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uowf7Dyhls nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uowf7Dyhls nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uowf7Dyhls nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uowf7Dyhls nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uowf7Dyhls .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uowf7Dyhls a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uowf7Dyhls .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uowf7Dyhls .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uowf7Dyhls .navbar {
    height: 70px;
  }
  .cid-uowf7Dyhls .navbar.opened {
    height: auto;
  }
  .cid-uowf7Dyhls .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uowf7Dyhls .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uowf7Dyhls .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uowf7Dyhls .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uowf7Dyhls .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uowf7Dyhls .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uowf7Dyhls .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uowf7Dyhls .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uowf7Dyhls .navbar-brand {
    margin-right: auto;
  }
  .cid-uowf7Dyhls .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uowf7Dyhls .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uowf7Dyhls .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uowf7Dyhls .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uowf7Dyhls .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uowf7Dyhls .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uowf7Dyhls .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uowf7Dyhls .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uowf7Dyhls .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uowf7Dyhls .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uowf7Dyhls .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u6SHFqEVio {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6SHFqEVio .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6SHFqEVio .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6SHFqEVio .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u6SHFqEVio .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u6SHFqEVio .container {
    padding: 0 16px;
  }
}
.cid-u6SHFqEVio .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-u6SHFqEVio .title-wrapper {
    padding: 0;
  }
}
.cid-u6SHFqEVio .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u6SHFqEVio .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u6SHFqEVio .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u6SHFqEVio .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u6SHFqEVio .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-u6SHFqEVio .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-u6SHFqEVio .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-u6SHFqEVio .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-u6SHFqEVio .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-u6SHFqEVio .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u6SHFqEVio .title-wrapper img {
    display: none;
  }
}
.cid-u6SHFqEVio .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-u6SHFqEVio .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-u6SHFqEVio .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-u6SHFqEVio .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-u6SHFqEVio .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-u6SHFqEVio .title-wrapper .line_1 {
    display: none;
  }
}
.cid-u6SHFqEVio .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-u6SHFqEVio .title-wrapper .line_2 {
    display: none;
  }
}
.cid-u6SHFqEVio .mbr-section-title {
  color: #08323C;
}
.cid-u6SHFqEVio .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-u6SHFqEVio .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-u6SHFqEVio .mbr-section-title,
.cid-u6SHFqEVio .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-uvi9mSyOq1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvi9mSyOq1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvi9mSyOq1 .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-uvi9mSyOq1 .container {
    padding: 0 24px;
  }
}
.cid-uvi9mSyOq1 .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-uvi9mSyOq1 .image-wrapper {
  height: 100%;
}
.cid-uvi9mSyOq1 .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uvi9mSyOq1 .image-wrapper img {
    height: 350px;
  }
}
.cid-uvi9mSyOq1 .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvi9mSyOq1 .content-wrapper {
    padding: 24px;
  }
}
.cid-uvi9mSyOq1 .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uvi9mSyOq1 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uvi9mSyOq1 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uvi9mSyOq1 .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uvi9mSyOq1 .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-uvi9mSyOq1 .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uvi9mSyOq1 .mbr-section-title {
  color: #141414;
}
.cid-uvi9mSyOq1 .mbr-text {
  color: #141414;
}
.cid-uvi9mSyOq1 .mbr-section-title,
.cid-uvi9mSyOq1 .title-wrapper,
.cid-uvi9mSyOq1 .mbr-section-btn {
  color: #f35e67;
}
.cid-uvi8PqWw4b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvi8PqWw4b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvi8PqWw4b .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-uvi8PqWw4b .container {
    padding: 0 24px;
  }
}
.cid-uvi8PqWw4b .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-uvi8PqWw4b .image-wrapper {
  height: 100%;
}
.cid-uvi8PqWw4b .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uvi8PqWw4b .image-wrapper img {
    height: 350px;
  }
}
.cid-uvi8PqWw4b .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvi8PqWw4b .content-wrapper {
    padding: 24px;
  }
}
.cid-uvi8PqWw4b .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uvi8PqWw4b .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uvi8PqWw4b .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uvi8PqWw4b .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uvi8PqWw4b .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-uvi8PqWw4b .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uvi8PqWw4b .mbr-section-title {
  color: #141414;
}
.cid-uvi8PqWw4b .mbr-text {
  color: #141414;
}
.cid-uvi8PqWw4b .mbr-section-title,
.cid-uvi8PqWw4b .title-wrapper,
.cid-uvi8PqWw4b .mbr-section-btn {
  color: #f35e67;
}
.cid-u6SI5ppt51 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6SI5ppt51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6SI5ppt51 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6SI5ppt51 .col-lg-8 {
  padding: 4rem 6rem;
}
@media (max-width: 1600px) {
  .cid-u6SI5ppt51 .col-lg-8 {
    padding: 2rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u6SI5ppt51 .col-lg-8 {
    padding: 2rem 1rem;
  }
}
.cid-u6SI5ppt51 .img-col {
  border-left: 1px solid lightgray;
  padding: 1rem;
}
.cid-u6SI5ppt51 .img-col img {
  width: 140px;
}
@media (max-width: 767px) {
  .cid-u6SI5ppt51 .img-col {
    border-left: 0px solid lightgray;
    padding: 0;
    padding-top: 1rem;
  }
}
.cid-u6SI5ppt51 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-u6SI5ppt51 .mbr-text,
.cid-u6SI5ppt51 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-u6SI5ppt51 .mbr-section-title,
.cid-u6SI5ppt51 .line {
  color: #808080;
}
.cid-u6SI5ppt51 .mbr-section-subtitle,
.cid-u6SI5ppt51 .align {
  text-align: left;
  color: #232323;
}
.cid-u6SIGVZXQS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u6SIGVZXQS .col-lg-2 {
    width: 20%;
  }
}
.cid-u6SIGVZXQS .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u6SIGVZXQS .item:hover img,
.cid-u6SIGVZXQS .item:hover .item-img {
  border-radius: 0;
}
.cid-u6SIGVZXQS img {
  border: 2px solid gray;
}
.cid-u6SIGVZXQS img:hover {
  border-color: #2299aa;
}
.cid-u6SIGVZXQS img,
.cid-u6SIGVZXQS .item-img {
  width: 100%;
  transition: all 0.3s;
}
.cid-u6SIGVZXQS h5 {
  margin: 0;
}
.cid-u6SIGVZXQS .item:focus,
.cid-u6SIGVZXQS span:focus {
  outline: none;
}
.cid-u6SIGVZXQS .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u6SIGVZXQS .item-content {
  padding-top: 1rem;
}
.cid-u6SIGVZXQS .mbr-section-title {
  color: #121212;
}
.cid-u6SIGVZXQS .item-title {
  color: #000000;
  text-align: center;
}
.cid-u6SIGVZXQS .item-subtitle {
  color: #000000;
}
.cid-u6SIGVZXQS .mbr-section-subtitle {
  color: #666666;
}
.cid-u6SHFrZSZn {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u6SHFrZSZn .calculator {
  width: 400px;
  margin: 0 auto;
}
.cid-u6SHFsfG4k {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6SHFsfG4k .mbr-text {
  color: #000000;
}
.cid-u6SHFsfG4k .list {
  color: #666666;
}
.cid-u6SHFsfG4k ul {
  list-style-position: inside;
  padding: 0;
}
.cid-u6SHFsfG4k li {
  padding-bottom: 0.5rem;
}
.cid-u6SHFsfG4k .mbr-section-subtitle {
  text-align: left;
  color: #f35e67;
}
.cid-uB8BhZR7Yp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uB8BhZR7Yp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8BhZR7Yp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB8BhZR7Yp .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-uB8BhZR7Yp .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-uB8BhZR7Yp .container {
    max-width: 1400px;
  }
}
.cid-uB8BhZR7Yp .card {
  margin: auto;
}
.cid-uB8BhZR7Yp .card-title,
.cid-uB8BhZR7Yp .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uB8BhZR7Yp .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uB8BhZR7Yp .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-uB8BhZR7Yp .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uB8BhZR7Yp .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uB8BhZR7Yp .card-wrapper:hover .card-title,
.cid-uB8BhZR7Yp .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-uB8BhZR7Yp .card-title,
.cid-uB8BhZR7Yp .card-box {
  color: #f74660;
}
.cid-uoAEI39O4D {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uoAEI39O4D .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-uoAEI39O4D .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uoAEI39O4D .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uoAEI39O4D .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoAEI39O4D .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uoAEI39O4D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAEI39O4D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAEI39O4D .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uoAEI39O4D .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uoAEI39O4D .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAEI39O4D .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uoAEI39O4D .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uoAEI39O4D .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAEI39O4D .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uoAEI39O4D .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uoAEI39O4D .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uoAEI39O4D .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uoAEI39O4D .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uoAEI39O4D .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uoAEI39O4D .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uoAEI39O4D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uoAEI39O4D .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uoAEI39O4D .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoAEI39O4D .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uoAEI39O4D .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uoAEI39O4D .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAEI39O4D .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uoAEI39O4D .nav-item:focus,
.cid-uoAEI39O4D .nav-link:focus {
  outline: none;
}
.cid-uoAEI39O4D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAEI39O4D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAEI39O4D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAEI39O4D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAEI39O4D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAEI39O4D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAEI39O4D .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uoAEI39O4D .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAEI39O4D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAEI39O4D .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAEI39O4D .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uoAEI39O4D .navbar.collapsed {
  justify-content: center;
}
.cid-uoAEI39O4D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAEI39O4D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAEI39O4D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoAEI39O4D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAEI39O4D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAEI39O4D .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-uoAEI39O4D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAEI39O4D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAEI39O4D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uoAEI39O4D .navbar {
    min-height: 72px;
  }
  .cid-uoAEI39O4D .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uoAEI39O4D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAEI39O4D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAEI39O4D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAEI39O4D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAEI39O4D .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-uoAEI39O4D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAEI39O4D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uoAEI39O4D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAEI39O4D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoAEI39O4D .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uoAEI39O4D .dropdown-item.active,
.cid-uoAEI39O4D .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAEI39O4D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAEI39O4D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAEI39O4D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAEI39O4D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAEI39O4D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uoAEI39O4D .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uoAEI39O4D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAEI39O4D .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uoAEI39O4D .navbar-buttons {
    text-align: left;
  }
}
.cid-uoAEI39O4D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAEI39O4D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAEI39O4D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAEI39O4D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAEI39O4D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAEI39O4D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAEI39O4D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAEI39O4D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAEI39O4D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAEI39O4D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAEI39O4D .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAEI39O4D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAEI39O4D .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uoAEI39O4D .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoAEI39O4D .navbar {
    height: 70px;
  }
  .cid-uoAEI39O4D .navbar.opened {
    height: auto;
  }
  .cid-uoAEI39O4D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoAEI39O4D .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uoAEI39O4D .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uoAEI39O4D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uoAEI39O4D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uoAEI39O4D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uoAEI39O4D .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uoAEI39O4D .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uoAEI39O4D .navbar-brand {
    margin-right: auto;
  }
  .cid-uoAEI39O4D .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uoAEI39O4D .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uoAEI39O4D .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uoAEI39O4D .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAEI39O4D .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uoAEI39O4D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uoAEI39O4D .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uoAEI39O4D .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uoAEI39O4D .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAEI39O4D .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uoAEI39O4D .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u7g88iH6cV {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7g88iH6cV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7g88iH6cV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7g88iH6cV .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u7g88iH6cV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u7g88iH6cV .container {
    padding: 0 16px;
  }
}
.cid-u7g88iH6cV .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-u7g88iH6cV .title-wrapper {
    padding: 0;
  }
}
.cid-u7g88iH6cV .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u7g88iH6cV .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u7g88iH6cV .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u7g88iH6cV .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u7g88iH6cV .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-u7g88iH6cV .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-u7g88iH6cV .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-u7g88iH6cV .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-u7g88iH6cV .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-u7g88iH6cV .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u7g88iH6cV .title-wrapper img {
    display: none;
  }
}
.cid-u7g88iH6cV .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-u7g88iH6cV .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-u7g88iH6cV .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-u7g88iH6cV .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-u7g88iH6cV .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-u7g88iH6cV .title-wrapper .line_1 {
    display: none;
  }
}
.cid-u7g88iH6cV .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-u7g88iH6cV .title-wrapper .line_2 {
    display: none;
  }
}
.cid-u7g88iH6cV .mbr-section-title {
  color: #08323C;
}
.cid-u7g88iH6cV .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-u7g88iH6cV .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-u7g88iH6cV .mbr-section-title,
.cid-u7g88iH6cV .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-u7g88j30v8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u7g88j30v8 .col-lg-2 {
    width: 20%;
  }
}
.cid-u7g88j30v8 .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u7g88j30v8 .item:hover img,
.cid-u7g88j30v8 .item:hover .item-img {
  border-radius: 0;
}
.cid-u7g88j30v8 img {
  border: 2px solid gray;
}
.cid-u7g88j30v8 img:hover {
  border-color: #2299aa;
}
.cid-u7g88j30v8 img,
.cid-u7g88j30v8 .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u7g88j30v8 h5 {
  margin: 0;
}
.cid-u7g88j30v8 .item:focus,
.cid-u7g88j30v8 span:focus {
  outline: none;
}
.cid-u7g88j30v8 .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7g88j30v8 .item-content {
  padding-top: 1rem;
}
.cid-u7g88j30v8 .mbr-section-title {
  color: #121212;
}
.cid-u7g88j30v8 .item-title {
  color: #000000;
}
.cid-u7g88j30v8 .item-subtitle {
  color: #000000;
}
.cid-u7g88j30v8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uiiokLYoAJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uiiokLYoAJ .col-lg-2 {
    width: 20%;
  }
}
.cid-uiiokLYoAJ .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uiiokLYoAJ .item:hover img,
.cid-uiiokLYoAJ .item:hover .item-img {
  border-radius: 0;
}
.cid-uiiokLYoAJ img {
  border: 2px solid gray;
}
.cid-uiiokLYoAJ img:hover {
  border-color: #2299aa;
}
.cid-uiiokLYoAJ img,
.cid-uiiokLYoAJ .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uiiokLYoAJ h5 {
  margin: 0;
}
.cid-uiiokLYoAJ .item:focus,
.cid-uiiokLYoAJ span:focus {
  outline: none;
}
.cid-uiiokLYoAJ .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uiiokLYoAJ .item-content {
  padding-top: 1rem;
}
.cid-uiiokLYoAJ .mbr-section-title {
  color: #121212;
}
.cid-uiiokLYoAJ .item-title {
  color: #000000;
}
.cid-uiiokLYoAJ .item-subtitle {
  color: #000000;
}
.cid-uiiokLYoAJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uiimAOuQdw {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uiimAOuQdw .col-lg-2 {
    width: 20%;
  }
}
.cid-uiimAOuQdw .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uiimAOuQdw .item:hover img,
.cid-uiimAOuQdw .item:hover .item-img {
  border-radius: 0;
}
.cid-uiimAOuQdw img {
  border: 2px solid gray;
}
.cid-uiimAOuQdw img:hover {
  border-color: #2299aa;
}
.cid-uiimAOuQdw img,
.cid-uiimAOuQdw .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uiimAOuQdw h5 {
  margin: 0;
}
.cid-uiimAOuQdw .item:focus,
.cid-uiimAOuQdw span:focus {
  outline: none;
}
.cid-uiimAOuQdw .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uiimAOuQdw .item-content {
  padding-top: 1rem;
}
.cid-uiimAOuQdw .mbr-section-title {
  color: #121212;
}
.cid-uiimAOuQdw .item-title {
  color: #000000;
}
.cid-uiimAOuQdw .item-subtitle {
  color: #000000;
}
.cid-uiimAOuQdw .mbr-section-subtitle {
  color: #000000;
}
.cid-u7g88k35ym {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u7g88k35ym .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7g88k35ym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB8E9KJikA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uB8E9KJikA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8E9KJikA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB8E9KJikA .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-uB8E9KJikA .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-uB8E9KJikA .container {
    max-width: 1400px;
  }
}
.cid-uB8E9KJikA .card {
  margin: auto;
}
.cid-uB8E9KJikA .card-title,
.cid-uB8E9KJikA .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uB8E9KJikA .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uB8E9KJikA .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-uB8E9KJikA .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uB8E9KJikA .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uB8E9KJikA .card-wrapper:hover .card-title,
.cid-uB8E9KJikA .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-uB8E9KJikA .card-title,
.cid-uB8E9KJikA .card-box {
  color: #f74660;
}
.cid-uoAF2jWcto {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uoAF2jWcto .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-uoAF2jWcto .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uoAF2jWcto .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uoAF2jWcto .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoAF2jWcto .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uoAF2jWcto .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAF2jWcto .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAF2jWcto .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uoAF2jWcto .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uoAF2jWcto .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAF2jWcto .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uoAF2jWcto .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uoAF2jWcto .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAF2jWcto .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uoAF2jWcto .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uoAF2jWcto .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uoAF2jWcto .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uoAF2jWcto .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uoAF2jWcto .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uoAF2jWcto .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uoAF2jWcto .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uoAF2jWcto .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uoAF2jWcto .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoAF2jWcto .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uoAF2jWcto .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uoAF2jWcto .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAF2jWcto .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uoAF2jWcto .nav-item:focus,
.cid-uoAF2jWcto .nav-link:focus {
  outline: none;
}
.cid-uoAF2jWcto .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAF2jWcto .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAF2jWcto .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAF2jWcto .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAF2jWcto .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAF2jWcto .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAF2jWcto .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uoAF2jWcto .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAF2jWcto .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAF2jWcto .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAF2jWcto .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uoAF2jWcto .navbar.collapsed {
  justify-content: center;
}
.cid-uoAF2jWcto .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAF2jWcto .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAF2jWcto .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoAF2jWcto .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAF2jWcto .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAF2jWcto .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-uoAF2jWcto .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAF2jWcto .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAF2jWcto .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uoAF2jWcto .navbar {
    min-height: 72px;
  }
  .cid-uoAF2jWcto .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uoAF2jWcto .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAF2jWcto .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAF2jWcto .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAF2jWcto .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAF2jWcto .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-uoAF2jWcto .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAF2jWcto .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uoAF2jWcto .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAF2jWcto .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoAF2jWcto .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uoAF2jWcto .dropdown-item.active,
.cid-uoAF2jWcto .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAF2jWcto .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAF2jWcto .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAF2jWcto .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAF2jWcto .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAF2jWcto .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uoAF2jWcto .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uoAF2jWcto ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAF2jWcto .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uoAF2jWcto .navbar-buttons {
    text-align: left;
  }
}
.cid-uoAF2jWcto button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAF2jWcto button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAF2jWcto button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAF2jWcto button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAF2jWcto button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAF2jWcto button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAF2jWcto nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAF2jWcto nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAF2jWcto nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAF2jWcto nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAF2jWcto .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAF2jWcto a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAF2jWcto .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uoAF2jWcto .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoAF2jWcto .navbar {
    height: 70px;
  }
  .cid-uoAF2jWcto .navbar.opened {
    height: auto;
  }
  .cid-uoAF2jWcto .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoAF2jWcto .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uoAF2jWcto .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uoAF2jWcto .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uoAF2jWcto .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uoAF2jWcto .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uoAF2jWcto .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uoAF2jWcto .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uoAF2jWcto .navbar-brand {
    margin-right: auto;
  }
  .cid-uoAF2jWcto .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uoAF2jWcto .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uoAF2jWcto .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uoAF2jWcto .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAF2jWcto .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uoAF2jWcto .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uoAF2jWcto .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uoAF2jWcto .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uoAF2jWcto .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAF2jWcto .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uoAF2jWcto .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u7g8lvE6iw {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7g8lvE6iw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7g8lvE6iw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7g8lvE6iw .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u7g8lvE6iw .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u7g8lvE6iw .container {
    padding: 0 16px;
  }
}
.cid-u7g8lvE6iw .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-u7g8lvE6iw .title-wrapper {
    padding: 0;
  }
}
.cid-u7g8lvE6iw .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u7g8lvE6iw .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u7g8lvE6iw .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u7g8lvE6iw .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u7g8lvE6iw .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-u7g8lvE6iw .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-u7g8lvE6iw .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-u7g8lvE6iw .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-u7g8lvE6iw .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-u7g8lvE6iw .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u7g8lvE6iw .title-wrapper img {
    display: none;
  }
}
.cid-u7g8lvE6iw .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-u7g8lvE6iw .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-u7g8lvE6iw .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-u7g8lvE6iw .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-u7g8lvE6iw .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-u7g8lvE6iw .title-wrapper .line_1 {
    display: none;
  }
}
.cid-u7g8lvE6iw .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-u7g8lvE6iw .title-wrapper .line_2 {
    display: none;
  }
}
.cid-u7g8lvE6iw .mbr-section-title {
  color: #08323C;
}
.cid-u7g8lvE6iw .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-u7g8lvE6iw .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-u7g8lvE6iw .mbr-section-title,
.cid-u7g8lvE6iw .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-u7g8lw2jqv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u7g8lw2jqv .col-lg-2 {
    width: 20%;
  }
}
.cid-u7g8lw2jqv .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u7g8lw2jqv .item:hover img,
.cid-u7g8lw2jqv .item:hover .item-img {
  border-radius: 0;
}
.cid-u7g8lw2jqv img {
  border: 2px solid gray;
}
.cid-u7g8lw2jqv img:hover {
  border-color: #2299aa;
}
.cid-u7g8lw2jqv img,
.cid-u7g8lw2jqv .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u7g8lw2jqv h5 {
  margin: 0;
}
.cid-u7g8lw2jqv .item:focus,
.cid-u7g8lw2jqv span:focus {
  outline: none;
}
.cid-u7g8lw2jqv .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7g8lw2jqv .item-content {
  padding-top: 1rem;
}
.cid-u7g8lw2jqv .mbr-section-title {
  color: #121212;
}
.cid-u7g8lw2jqv .item-title {
  color: #000000;
}
.cid-u7g8lw2jqv .item-subtitle {
  color: #000000;
}
.cid-u7g8lw2jqv .mbr-section-subtitle {
  color: #000000;
}
.cid-u7g8lx9VTG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u7g8lx9VTG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7g8lx9VTG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7g8lxoEnB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7g8lxoEnB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7g8lxoEnB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7g8lxoEnB .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-u7g8lxoEnB .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-u7g8lxoEnB .container {
    max-width: 1400px;
  }
}
.cid-u7g8lxoEnB .card {
  margin: auto;
}
.cid-u7g8lxoEnB .card-title,
.cid-u7g8lxoEnB .mbr-iconfont {
  transition: all 0.3s;
}
.cid-u7g8lxoEnB .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-u7g8lxoEnB .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-u7g8lxoEnB .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u7g8lxoEnB .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-u7g8lxoEnB .card-wrapper:hover .card-title,
.cid-u7g8lxoEnB .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-u7g8lxoEnB .card-title,
.cid-u7g8lxoEnB .card-box {
  color: #f74660;
}
.cid-uoAFhcKuYW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uoAFhcKuYW .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-uoAFhcKuYW .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uoAFhcKuYW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uoAFhcKuYW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoAFhcKuYW .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uoAFhcKuYW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAFhcKuYW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAFhcKuYW .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uoAFhcKuYW .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uoAFhcKuYW .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAFhcKuYW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uoAFhcKuYW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uoAFhcKuYW .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAFhcKuYW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uoAFhcKuYW .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uoAFhcKuYW .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uoAFhcKuYW .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uoAFhcKuYW .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uoAFhcKuYW .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uoAFhcKuYW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uoAFhcKuYW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uoAFhcKuYW .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uoAFhcKuYW .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoAFhcKuYW .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uoAFhcKuYW .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uoAFhcKuYW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAFhcKuYW .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uoAFhcKuYW .nav-item:focus,
.cid-uoAFhcKuYW .nav-link:focus {
  outline: none;
}
.cid-uoAFhcKuYW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAFhcKuYW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAFhcKuYW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAFhcKuYW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAFhcKuYW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAFhcKuYW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAFhcKuYW .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uoAFhcKuYW .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAFhcKuYW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAFhcKuYW .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAFhcKuYW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uoAFhcKuYW .navbar.collapsed {
  justify-content: center;
}
.cid-uoAFhcKuYW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAFhcKuYW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAFhcKuYW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoAFhcKuYW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAFhcKuYW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAFhcKuYW .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-uoAFhcKuYW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAFhcKuYW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAFhcKuYW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uoAFhcKuYW .navbar {
    min-height: 72px;
  }
  .cid-uoAFhcKuYW .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uoAFhcKuYW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAFhcKuYW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAFhcKuYW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAFhcKuYW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAFhcKuYW .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-uoAFhcKuYW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAFhcKuYW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uoAFhcKuYW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAFhcKuYW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoAFhcKuYW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uoAFhcKuYW .dropdown-item.active,
.cid-uoAFhcKuYW .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAFhcKuYW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAFhcKuYW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAFhcKuYW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAFhcKuYW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAFhcKuYW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uoAFhcKuYW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uoAFhcKuYW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAFhcKuYW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uoAFhcKuYW .navbar-buttons {
    text-align: left;
  }
}
.cid-uoAFhcKuYW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAFhcKuYW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAFhcKuYW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAFhcKuYW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAFhcKuYW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAFhcKuYW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAFhcKuYW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAFhcKuYW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAFhcKuYW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAFhcKuYW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAFhcKuYW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAFhcKuYW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAFhcKuYW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uoAFhcKuYW .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoAFhcKuYW .navbar {
    height: 70px;
  }
  .cid-uoAFhcKuYW .navbar.opened {
    height: auto;
  }
  .cid-uoAFhcKuYW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoAFhcKuYW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uoAFhcKuYW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uoAFhcKuYW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uoAFhcKuYW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uoAFhcKuYW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uoAFhcKuYW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uoAFhcKuYW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uoAFhcKuYW .navbar-brand {
    margin-right: auto;
  }
  .cid-uoAFhcKuYW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uoAFhcKuYW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uoAFhcKuYW .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uoAFhcKuYW .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAFhcKuYW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uoAFhcKuYW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uoAFhcKuYW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uoAFhcKuYW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uoAFhcKuYW .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAFhcKuYW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uoAFhcKuYW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u7g8vZYspV {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7g8vZYspV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7g8vZYspV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7g8vZYspV .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u7g8vZYspV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u7g8vZYspV .container {
    padding: 0 16px;
  }
}
.cid-u7g8vZYspV .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-u7g8vZYspV .title-wrapper {
    padding: 0;
  }
}
.cid-u7g8vZYspV .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u7g8vZYspV .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u7g8vZYspV .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u7g8vZYspV .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u7g8vZYspV .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-u7g8vZYspV .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-u7g8vZYspV .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-u7g8vZYspV .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-u7g8vZYspV .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-u7g8vZYspV .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u7g8vZYspV .title-wrapper img {
    display: none;
  }
}
.cid-u7g8vZYspV .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-u7g8vZYspV .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-u7g8vZYspV .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-u7g8vZYspV .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-u7g8vZYspV .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-u7g8vZYspV .title-wrapper .line_1 {
    display: none;
  }
}
.cid-u7g8vZYspV .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-u7g8vZYspV .title-wrapper .line_2 {
    display: none;
  }
}
.cid-u7g8vZYspV .mbr-section-title {
  color: #08323C;
}
.cid-u7g8vZYspV .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-u7g8vZYspV .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-u7g8vZYspV .mbr-section-title,
.cid-u7g8vZYspV .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-u7g8w0sHAk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u7g8w0sHAk .col-lg-2 {
    width: 20%;
  }
}
.cid-u7g8w0sHAk .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u7g8w0sHAk .item:hover img,
.cid-u7g8w0sHAk .item:hover .item-img {
  border-radius: 0;
}
.cid-u7g8w0sHAk img {
  border: 2px solid gray;
}
.cid-u7g8w0sHAk img:hover {
  border-color: #2299aa;
}
.cid-u7g8w0sHAk img,
.cid-u7g8w0sHAk .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u7g8w0sHAk h5 {
  margin: 0;
}
.cid-u7g8w0sHAk .item:focus,
.cid-u7g8w0sHAk span:focus {
  outline: none;
}
.cid-u7g8w0sHAk .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7g8w0sHAk .item-content {
  padding-top: 1rem;
}
.cid-u7g8w0sHAk .mbr-section-title {
  color: #121212;
}
.cid-u7g8w0sHAk .item-title {
  color: #000000;
}
.cid-u7g8w0sHAk .item-subtitle {
  color: #000000;
}
.cid-u7g8w0sHAk .mbr-section-subtitle {
  color: #000000;
}
.cid-u7g8w0Q0pD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u7g8w0Q0pD .col-lg-2 {
    width: 20%;
  }
}
.cid-u7g8w0Q0pD .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u7g8w0Q0pD .item:hover img,
.cid-u7g8w0Q0pD .item:hover .item-img {
  border-radius: 0;
}
.cid-u7g8w0Q0pD img {
  border: 2px solid gray;
}
.cid-u7g8w0Q0pD img:hover {
  border-color: #2299aa;
}
.cid-u7g8w0Q0pD img,
.cid-u7g8w0Q0pD .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u7g8w0Q0pD h5 {
  margin: 0;
}
.cid-u7g8w0Q0pD .item:focus,
.cid-u7g8w0Q0pD span:focus {
  outline: none;
}
.cid-u7g8w0Q0pD .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7g8w0Q0pD .item-content {
  padding-top: 1rem;
}
.cid-u7g8w0Q0pD .mbr-section-title {
  color: #121212;
}
.cid-u7g8w0Q0pD .item-title {
  color: #000000;
}
.cid-u7g8w0Q0pD .item-subtitle {
  color: #000000;
}
.cid-u7g8w0Q0pD .mbr-section-subtitle {
  color: #000000;
}
.cid-u7g8w1wJh8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u7g8w1wJh8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7g8w1wJh8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7g8w1KlTk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7g8w1KlTk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7g8w1KlTk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7g8w1KlTk .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-u7g8w1KlTk .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-u7g8w1KlTk .container {
    max-width: 1400px;
  }
}
.cid-u7g8w1KlTk .card {
  margin: auto;
}
.cid-u7g8w1KlTk .card-title,
.cid-u7g8w1KlTk .mbr-iconfont {
  transition: all 0.3s;
}
.cid-u7g8w1KlTk .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-u7g8w1KlTk .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-u7g8w1KlTk .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u7g8w1KlTk .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-u7g8w1KlTk .card-wrapper:hover .card-title,
.cid-u7g8w1KlTk .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-u7g8w1KlTk .card-title,
.cid-u7g8w1KlTk .card-box {
  color: #f74660;
}
.cid-uoAFv09LgA {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uoAFv09LgA .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-uoAFv09LgA .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uoAFv09LgA .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uoAFv09LgA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoAFv09LgA .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uoAFv09LgA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAFv09LgA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAFv09LgA .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uoAFv09LgA .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uoAFv09LgA .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAFv09LgA .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uoAFv09LgA .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uoAFv09LgA .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAFv09LgA .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uoAFv09LgA .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uoAFv09LgA .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uoAFv09LgA .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uoAFv09LgA .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uoAFv09LgA .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uoAFv09LgA .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uoAFv09LgA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uoAFv09LgA .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uoAFv09LgA .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoAFv09LgA .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uoAFv09LgA .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uoAFv09LgA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAFv09LgA .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uoAFv09LgA .nav-item:focus,
.cid-uoAFv09LgA .nav-link:focus {
  outline: none;
}
.cid-uoAFv09LgA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAFv09LgA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAFv09LgA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAFv09LgA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAFv09LgA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAFv09LgA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAFv09LgA .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uoAFv09LgA .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAFv09LgA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAFv09LgA .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAFv09LgA .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uoAFv09LgA .navbar.collapsed {
  justify-content: center;
}
.cid-uoAFv09LgA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAFv09LgA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAFv09LgA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoAFv09LgA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAFv09LgA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAFv09LgA .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-uoAFv09LgA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAFv09LgA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAFv09LgA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uoAFv09LgA .navbar {
    min-height: 72px;
  }
  .cid-uoAFv09LgA .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uoAFv09LgA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAFv09LgA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAFv09LgA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAFv09LgA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAFv09LgA .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-uoAFv09LgA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAFv09LgA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uoAFv09LgA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAFv09LgA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoAFv09LgA .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uoAFv09LgA .dropdown-item.active,
.cid-uoAFv09LgA .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAFv09LgA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAFv09LgA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAFv09LgA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAFv09LgA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAFv09LgA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uoAFv09LgA .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uoAFv09LgA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAFv09LgA .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uoAFv09LgA .navbar-buttons {
    text-align: left;
  }
}
.cid-uoAFv09LgA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAFv09LgA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAFv09LgA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAFv09LgA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAFv09LgA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAFv09LgA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAFv09LgA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAFv09LgA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAFv09LgA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAFv09LgA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAFv09LgA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAFv09LgA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAFv09LgA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uoAFv09LgA .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoAFv09LgA .navbar {
    height: 70px;
  }
  .cid-uoAFv09LgA .navbar.opened {
    height: auto;
  }
  .cid-uoAFv09LgA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoAFv09LgA .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uoAFv09LgA .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uoAFv09LgA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uoAFv09LgA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uoAFv09LgA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uoAFv09LgA .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uoAFv09LgA .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uoAFv09LgA .navbar-brand {
    margin-right: auto;
  }
  .cid-uoAFv09LgA .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uoAFv09LgA .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uoAFv09LgA .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uoAFv09LgA .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAFv09LgA .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uoAFv09LgA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uoAFv09LgA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uoAFv09LgA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uoAFv09LgA .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAFv09LgA .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uoAFv09LgA .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u7g8F9CDkG {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7g8F9CDkG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7g8F9CDkG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7g8F9CDkG .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u7g8F9CDkG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u7g8F9CDkG .container {
    padding: 0 16px;
  }
}
.cid-u7g8F9CDkG .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-u7g8F9CDkG .title-wrapper {
    padding: 0;
  }
}
.cid-u7g8F9CDkG .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u7g8F9CDkG .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u7g8F9CDkG .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u7g8F9CDkG .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u7g8F9CDkG .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-u7g8F9CDkG .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-u7g8F9CDkG .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-u7g8F9CDkG .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-u7g8F9CDkG .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-u7g8F9CDkG .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u7g8F9CDkG .title-wrapper img {
    display: none;
  }
}
.cid-u7g8F9CDkG .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-u7g8F9CDkG .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-u7g8F9CDkG .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-u7g8F9CDkG .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-u7g8F9CDkG .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-u7g8F9CDkG .title-wrapper .line_1 {
    display: none;
  }
}
.cid-u7g8F9CDkG .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-u7g8F9CDkG .title-wrapper .line_2 {
    display: none;
  }
}
.cid-u7g8F9CDkG .mbr-section-title {
  color: #08323C;
}
.cid-u7g8F9CDkG .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-u7g8F9CDkG .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-u7g8F9CDkG .mbr-section-title,
.cid-u7g8F9CDkG .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-u7g8Fa1MKb {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u7g8Fa1MKb .col-lg-2 {
    width: 20%;
  }
}
.cid-u7g8Fa1MKb .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u7g8Fa1MKb .item:hover img,
.cid-u7g8Fa1MKb .item:hover .item-img {
  border-radius: 0;
}
.cid-u7g8Fa1MKb img {
  border: 2px solid gray;
}
.cid-u7g8Fa1MKb img:hover {
  border-color: #2299aa;
}
.cid-u7g8Fa1MKb img,
.cid-u7g8Fa1MKb .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u7g8Fa1MKb h5 {
  margin: 0;
}
.cid-u7g8Fa1MKb .item:focus,
.cid-u7g8Fa1MKb span:focus {
  outline: none;
}
.cid-u7g8Fa1MKb .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7g8Fa1MKb .item-content {
  padding-top: 1rem;
}
.cid-u7g8Fa1MKb .mbr-section-title {
  color: #121212;
}
.cid-u7g8Fa1MKb .item-title {
  color: #000000;
}
.cid-u7g8Fa1MKb .item-subtitle {
  color: #000000;
}
.cid-u7g8Fa1MKb .mbr-section-subtitle {
  color: #000000;
}
.cid-u7g8FaoP50 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u7g8FaoP50 .col-lg-2 {
    width: 20%;
  }
}
.cid-u7g8FaoP50 .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u7g8FaoP50 .item:hover img,
.cid-u7g8FaoP50 .item:hover .item-img {
  border-radius: 0;
}
.cid-u7g8FaoP50 img {
  border: 2px solid gray;
}
.cid-u7g8FaoP50 img:hover {
  border-color: #2299aa;
}
.cid-u7g8FaoP50 img,
.cid-u7g8FaoP50 .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u7g8FaoP50 h5 {
  margin: 0;
}
.cid-u7g8FaoP50 .item:focus,
.cid-u7g8FaoP50 span:focus {
  outline: none;
}
.cid-u7g8FaoP50 .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7g8FaoP50 .item-content {
  padding-top: 1rem;
}
.cid-u7g8FaoP50 .mbr-section-title {
  color: #121212;
}
.cid-u7g8FaoP50 .item-title {
  color: #000000;
}
.cid-u7g8FaoP50 .item-subtitle {
  color: #000000;
}
.cid-u7g8FaoP50 .mbr-section-subtitle {
  color: #000000;
}
.cid-u7g8FaNwe3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u7g8FaNwe3 .col-lg-2 {
    width: 20%;
  }
}
.cid-u7g8FaNwe3 .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u7g8FaNwe3 .item:hover img,
.cid-u7g8FaNwe3 .item:hover .item-img {
  border-radius: 0;
}
.cid-u7g8FaNwe3 img {
  border: 2px solid gray;
}
.cid-u7g8FaNwe3 img:hover {
  border-color: #2299aa;
}
.cid-u7g8FaNwe3 img,
.cid-u7g8FaNwe3 .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u7g8FaNwe3 h5 {
  margin: 0;
}
.cid-u7g8FaNwe3 .item:focus,
.cid-u7g8FaNwe3 span:focus {
  outline: none;
}
.cid-u7g8FaNwe3 .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7g8FaNwe3 .item-content {
  padding-top: 1rem;
}
.cid-u7g8FaNwe3 .mbr-section-title {
  color: #121212;
}
.cid-u7g8FaNwe3 .item-title {
  color: #000000;
}
.cid-u7g8FaNwe3 .item-subtitle {
  color: #000000;
}
.cid-u7g8FaNwe3 .mbr-section-subtitle {
  color: #000000;
}
.cid-u7g8Fb9NbH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u7g8Fb9NbH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7g8Fb9NbH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7g8FbmhdH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7g8FbmhdH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7g8FbmhdH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7g8FbmhdH .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-u7g8FbmhdH .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-u7g8FbmhdH .container {
    max-width: 1400px;
  }
}
.cid-u7g8FbmhdH .card {
  margin: auto;
}
.cid-u7g8FbmhdH .card-title,
.cid-u7g8FbmhdH .mbr-iconfont {
  transition: all 0.3s;
}
.cid-u7g8FbmhdH .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-u7g8FbmhdH .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-u7g8FbmhdH .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u7g8FbmhdH .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-u7g8FbmhdH .card-wrapper:hover .card-title,
.cid-u7g8FbmhdH .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-u7g8FbmhdH .card-title,
.cid-u7g8FbmhdH .card-box {
  color: #f74660;
}
.cid-uoAGfo23n2 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uoAGfo23n2 .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-uoAGfo23n2 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uoAGfo23n2 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uoAGfo23n2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoAGfo23n2 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uoAGfo23n2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAGfo23n2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAGfo23n2 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uoAGfo23n2 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uoAGfo23n2 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAGfo23n2 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uoAGfo23n2 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uoAGfo23n2 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAGfo23n2 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uoAGfo23n2 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uoAGfo23n2 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uoAGfo23n2 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uoAGfo23n2 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uoAGfo23n2 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uoAGfo23n2 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uoAGfo23n2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uoAGfo23n2 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uoAGfo23n2 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoAGfo23n2 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uoAGfo23n2 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uoAGfo23n2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAGfo23n2 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uoAGfo23n2 .nav-item:focus,
.cid-uoAGfo23n2 .nav-link:focus {
  outline: none;
}
.cid-uoAGfo23n2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAGfo23n2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAGfo23n2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAGfo23n2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAGfo23n2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAGfo23n2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAGfo23n2 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uoAGfo23n2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAGfo23n2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAGfo23n2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAGfo23n2 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uoAGfo23n2 .navbar.collapsed {
  justify-content: center;
}
.cid-uoAGfo23n2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAGfo23n2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAGfo23n2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoAGfo23n2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAGfo23n2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAGfo23n2 .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-uoAGfo23n2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAGfo23n2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAGfo23n2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uoAGfo23n2 .navbar {
    min-height: 72px;
  }
  .cid-uoAGfo23n2 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uoAGfo23n2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAGfo23n2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAGfo23n2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAGfo23n2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAGfo23n2 .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-uoAGfo23n2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAGfo23n2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uoAGfo23n2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAGfo23n2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoAGfo23n2 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uoAGfo23n2 .dropdown-item.active,
.cid-uoAGfo23n2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAGfo23n2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAGfo23n2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAGfo23n2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAGfo23n2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAGfo23n2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uoAGfo23n2 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uoAGfo23n2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAGfo23n2 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uoAGfo23n2 .navbar-buttons {
    text-align: left;
  }
}
.cid-uoAGfo23n2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAGfo23n2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAGfo23n2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAGfo23n2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAGfo23n2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAGfo23n2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAGfo23n2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAGfo23n2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAGfo23n2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAGfo23n2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAGfo23n2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAGfo23n2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAGfo23n2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uoAGfo23n2 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoAGfo23n2 .navbar {
    height: 70px;
  }
  .cid-uoAGfo23n2 .navbar.opened {
    height: auto;
  }
  .cid-uoAGfo23n2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoAGfo23n2 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uoAGfo23n2 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uoAGfo23n2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uoAGfo23n2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uoAGfo23n2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uoAGfo23n2 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uoAGfo23n2 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uoAGfo23n2 .navbar-brand {
    margin-right: auto;
  }
  .cid-uoAGfo23n2 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uoAGfo23n2 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uoAGfo23n2 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uoAGfo23n2 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAGfo23n2 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uoAGfo23n2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uoAGfo23n2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uoAGfo23n2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uoAGfo23n2 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAGfo23n2 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uoAGfo23n2 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u7g93U1o4t {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7g93U1o4t .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7g93U1o4t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7g93U1o4t .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u7g93U1o4t .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u7g93U1o4t .container {
    padding: 0 16px;
  }
}
.cid-u7g93U1o4t .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-u7g93U1o4t .title-wrapper {
    padding: 0;
  }
}
.cid-u7g93U1o4t .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u7g93U1o4t .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u7g93U1o4t .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u7g93U1o4t .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u7g93U1o4t .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-u7g93U1o4t .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-u7g93U1o4t .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-u7g93U1o4t .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-u7g93U1o4t .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-u7g93U1o4t .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u7g93U1o4t .title-wrapper img {
    display: none;
  }
}
.cid-u7g93U1o4t .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-u7g93U1o4t .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-u7g93U1o4t .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-u7g93U1o4t .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-u7g93U1o4t .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-u7g93U1o4t .title-wrapper .line_1 {
    display: none;
  }
}
.cid-u7g93U1o4t .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-u7g93U1o4t .title-wrapper .line_2 {
    display: none;
  }
}
.cid-u7g93U1o4t .mbr-section-title {
  color: #08323C;
}
.cid-u7g93U1o4t .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-u7g93U1o4t .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-u7g93U1o4t .mbr-section-title,
.cid-u7g93U1o4t .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-u7g93Uojxg {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u7g93Uojxg .col-lg-2 {
    width: 20%;
  }
}
.cid-u7g93Uojxg .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u7g93Uojxg .item:hover img,
.cid-u7g93Uojxg .item:hover .item-img {
  border-radius: 0;
}
.cid-u7g93Uojxg img {
  border: 2px solid gray;
}
.cid-u7g93Uojxg img:hover {
  border-color: #2299aa;
}
.cid-u7g93Uojxg img,
.cid-u7g93Uojxg .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u7g93Uojxg h5 {
  margin: 0;
}
.cid-u7g93Uojxg .item:focus,
.cid-u7g93Uojxg span:focus {
  outline: none;
}
.cid-u7g93Uojxg .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7g93Uojxg .item-content {
  padding-top: 1rem;
}
.cid-u7g93Uojxg .mbr-section-title {
  color: #121212;
}
.cid-u7g93Uojxg .item-title {
  color: #000000;
}
.cid-u7g93Uojxg .item-subtitle {
  color: #000000;
}
.cid-u7g93Uojxg .mbr-section-subtitle {
  color: #000000;
}
.cid-u7g93UJ0fR {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u7g93UJ0fR .col-lg-2 {
    width: 20%;
  }
}
.cid-u7g93UJ0fR .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u7g93UJ0fR .item:hover img,
.cid-u7g93UJ0fR .item:hover .item-img {
  border-radius: 0;
}
.cid-u7g93UJ0fR img {
  border: 2px solid gray;
}
.cid-u7g93UJ0fR img:hover {
  border-color: #2299aa;
}
.cid-u7g93UJ0fR img,
.cid-u7g93UJ0fR .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u7g93UJ0fR h5 {
  margin: 0;
}
.cid-u7g93UJ0fR .item:focus,
.cid-u7g93UJ0fR span:focus {
  outline: none;
}
.cid-u7g93UJ0fR .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7g93UJ0fR .item-content {
  padding-top: 1rem;
}
.cid-u7g93UJ0fR .mbr-section-title {
  color: #121212;
}
.cid-u7g93UJ0fR .item-title {
  color: #000000;
}
.cid-u7g93UJ0fR .item-subtitle {
  color: #000000;
}
.cid-u7g93UJ0fR .mbr-section-subtitle {
  color: #000000;
}
.cid-u7g93Vt60s {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u7g93Vt60s .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7g93Vt60s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7g93VJ3eQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7g93VJ3eQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7g93VJ3eQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7g93VJ3eQ .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-u7g93VJ3eQ .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-u7g93VJ3eQ .container {
    max-width: 1400px;
  }
}
.cid-u7g93VJ3eQ .card {
  margin: auto;
}
.cid-u7g93VJ3eQ .card-title,
.cid-u7g93VJ3eQ .mbr-iconfont {
  transition: all 0.3s;
}
.cid-u7g93VJ3eQ .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-u7g93VJ3eQ .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-u7g93VJ3eQ .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u7g93VJ3eQ .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-u7g93VJ3eQ .card-wrapper:hover .card-title,
.cid-u7g93VJ3eQ .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-u7g93VJ3eQ .card-title,
.cid-u7g93VJ3eQ .card-box {
  color: #f74660;
}
.cid-uoAGWduSvR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uoAGWduSvR .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-uoAGWduSvR .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uoAGWduSvR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uoAGWduSvR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoAGWduSvR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uoAGWduSvR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAGWduSvR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAGWduSvR .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uoAGWduSvR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uoAGWduSvR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAGWduSvR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uoAGWduSvR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uoAGWduSvR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAGWduSvR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uoAGWduSvR .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uoAGWduSvR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uoAGWduSvR .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uoAGWduSvR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uoAGWduSvR .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uoAGWduSvR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uoAGWduSvR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uoAGWduSvR .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uoAGWduSvR .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoAGWduSvR .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uoAGWduSvR .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uoAGWduSvR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAGWduSvR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uoAGWduSvR .nav-item:focus,
.cid-uoAGWduSvR .nav-link:focus {
  outline: none;
}
.cid-uoAGWduSvR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAGWduSvR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAGWduSvR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAGWduSvR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAGWduSvR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAGWduSvR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAGWduSvR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uoAGWduSvR .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAGWduSvR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAGWduSvR .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAGWduSvR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uoAGWduSvR .navbar.collapsed {
  justify-content: center;
}
.cid-uoAGWduSvR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAGWduSvR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAGWduSvR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoAGWduSvR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAGWduSvR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAGWduSvR .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-uoAGWduSvR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAGWduSvR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAGWduSvR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uoAGWduSvR .navbar {
    min-height: 72px;
  }
  .cid-uoAGWduSvR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uoAGWduSvR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAGWduSvR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAGWduSvR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAGWduSvR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAGWduSvR .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-uoAGWduSvR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAGWduSvR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uoAGWduSvR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAGWduSvR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoAGWduSvR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uoAGWduSvR .dropdown-item.active,
.cid-uoAGWduSvR .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAGWduSvR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAGWduSvR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAGWduSvR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAGWduSvR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAGWduSvR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uoAGWduSvR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uoAGWduSvR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAGWduSvR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uoAGWduSvR .navbar-buttons {
    text-align: left;
  }
}
.cid-uoAGWduSvR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAGWduSvR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAGWduSvR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAGWduSvR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAGWduSvR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAGWduSvR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAGWduSvR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAGWduSvR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAGWduSvR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAGWduSvR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAGWduSvR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAGWduSvR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAGWduSvR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uoAGWduSvR .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoAGWduSvR .navbar {
    height: 70px;
  }
  .cid-uoAGWduSvR .navbar.opened {
    height: auto;
  }
  .cid-uoAGWduSvR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoAGWduSvR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uoAGWduSvR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uoAGWduSvR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uoAGWduSvR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uoAGWduSvR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uoAGWduSvR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uoAGWduSvR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uoAGWduSvR .navbar-brand {
    margin-right: auto;
  }
  .cid-uoAGWduSvR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uoAGWduSvR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uoAGWduSvR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uoAGWduSvR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAGWduSvR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uoAGWduSvR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uoAGWduSvR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uoAGWduSvR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uoAGWduSvR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAGWduSvR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uoAGWduSvR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u8FMzTpGh6 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8FMzTpGh6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8FMzTpGh6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8FMzTpGh6 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u8FMzTpGh6 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u8FMzTpGh6 .container {
    padding: 0 16px;
  }
}
.cid-u8FMzTpGh6 .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-u8FMzTpGh6 .title-wrapper {
    padding: 0;
  }
}
.cid-u8FMzTpGh6 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u8FMzTpGh6 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u8FMzTpGh6 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u8FMzTpGh6 .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u8FMzTpGh6 .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-u8FMzTpGh6 .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-u8FMzTpGh6 .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-u8FMzTpGh6 .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-u8FMzTpGh6 .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-u8FMzTpGh6 .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u8FMzTpGh6 .title-wrapper img {
    display: none;
  }
}
.cid-u8FMzTpGh6 .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-u8FMzTpGh6 .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-u8FMzTpGh6 .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-u8FMzTpGh6 .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-u8FMzTpGh6 .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-u8FMzTpGh6 .title-wrapper .line_1 {
    display: none;
  }
}
.cid-u8FMzTpGh6 .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-u8FMzTpGh6 .title-wrapper .line_2 {
    display: none;
  }
}
.cid-u8FMzTpGh6 .mbr-section-title {
  color: #08323C;
}
.cid-u8FMzTpGh6 .mbr-text {
  color: #f35e67;
  text-align: center;
}
.cid-u8FMzTpGh6 .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-u8FMzTpGh6 .mbr-section-title,
.cid-u8FMzTpGh6 .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-u8FMTlO7QI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8FMTlO7QI .mbr-text {
  color: #000000;
}
.cid-u8FMTlO7QI .list {
  color: #666666;
}
.cid-u8FMTlO7QI ul {
  list-style-position: inside;
  padding: 0;
}
.cid-u8FMTlO7QI li {
  padding-bottom: 0.5rem;
}
.cid-u8FMTlO7QI .mbr-section-subtitle {
  text-align: left;
  color: #f35e67;
}
.cid-u9eZ0IY4iC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9eZ0IY4iC .mbr-section-title {
  color: #f35e67;
}
.cid-u9eZ0IY4iC .mbr-text,
.cid-u9eZ0IY4iC .mbr-section-btn {
  color: #ffffff;
}
.cid-u9eZ0IY4iC .mbr-iconfont {
  font-size: 8rem;
  color: #000000;
}
.cid-u9eZ0IY4iC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9eZ0IY4iC h1 {
  line-height: 1.3;
}
.cid-u9kYwoMoyr {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9kYwoMoyr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9kYwoMoyr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9kYwoMoyr .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-u9kYwoMoyr .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u9kYwoMoyr .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-u9kYwoMoyr .mbr-section-title {
  color: #131313;
}
.cid-u9kYwoMoyr .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-u9kYwoMoyr .items-row {
  row-gap: 40px;
  margin: 5px -20px 0 !important;
}
@media (max-width: 767px) {
  .cid-u9kYwoMoyr .items-row {
    row-gap: 30px;
    margin: 0 -15px !important;
  }
}
.cid-u9kYwoMoyr .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
  padding: 0 20px !important;
}
.cid-u9kYwoMoyr .item-wrapper {
  width: 100%;
  padding: 13px 13px 42px;
  border: 2px solid #bbbbbb;
  box-shadow: 4px 4px 0 #bbbbbb;
  background: #ffffff;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-u9kYwoMoyr .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-u9kYwoMoyr .item-img img {
  width: 100%;
  aspect-ratio: 0.90625;
  object-fit: cover;
}
.cid-u9kYwoMoyr .item-content {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .cid-u9kYwoMoyr .item-content {
    margin-top: 20px;
  }
}
.cid-u9kYwoMoyr .card-title {
  color: #131313;
}
.cid-u9kYwoMoyr .card-text {
  margin-top: 5px;
  color: #FC7942;
}
.cid-u9kYwoMoyr .mbr-section-btn {
  margin-top: 5px;
}
.cid-u9kYwoMoyr .card-text,
.cid-u9kYwoMoyr .mbr-section-btn {
  color: #000000;
}
.cid-u9kYwoMoyr .card-title,
.cid-u9kYwoMoyr .iconfont-wrapper {
  color: #f35e67;
}
.cid-u9l8TL41mA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9l8TL41mA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9l8TL41mA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9l8TL41mA .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-u9l8TL41mA .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u9l8TL41mA .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-u9l8TL41mA .mbr-section-title {
  color: #131313;
}
.cid-u9l8TL41mA .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-u9l8TL41mA .items-row {
  row-gap: 40px;
  margin: 5px -20px 0 !important;
}
@media (max-width: 767px) {
  .cid-u9l8TL41mA .items-row {
    row-gap: 30px;
    margin: 0 -15px !important;
  }
}
.cid-u9l8TL41mA .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
  padding: 0 20px !important;
}
.cid-u9l8TL41mA .item-wrapper {
  width: 100%;
  padding: 13px 13px 42px;
  border: 2px solid #bbbbbb;
  box-shadow: 4px 4px 0 #bbbbbb;
  background: #ffffff;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-u9l8TL41mA .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-u9l8TL41mA .item-img img {
  width: 100%;
  aspect-ratio: 0.90625;
  object-fit: cover;
}
.cid-u9l8TL41mA .item-content {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .cid-u9l8TL41mA .item-content {
    margin-top: 20px;
  }
}
.cid-u9l8TL41mA .card-title {
  color: #131313;
}
.cid-u9l8TL41mA .card-text {
  margin-top: 5px;
  color: #FC7942;
}
.cid-u9l8TL41mA .mbr-section-btn {
  margin-top: 5px;
}
.cid-u9l8TL41mA .card-text,
.cid-u9l8TL41mA .mbr-section-btn {
  color: #000000;
}
.cid-u9l8TL41mA .card-title,
.cid-u9l8TL41mA .iconfont-wrapper {
  color: #f35e67;
}
.cid-u9ld8tdxmR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9ld8tdxmR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ld8tdxmR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ld8tdxmR .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-u9ld8tdxmR .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u9ld8tdxmR .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-u9ld8tdxmR .mbr-section-title {
  color: #131313;
}
.cid-u9ld8tdxmR .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-u9ld8tdxmR .items-row {
  row-gap: 40px;
  margin: 5px -20px 0 !important;
}
@media (max-width: 767px) {
  .cid-u9ld8tdxmR .items-row {
    row-gap: 30px;
    margin: 0 -15px !important;
  }
}
.cid-u9ld8tdxmR .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
  padding: 0 20px !important;
}
.cid-u9ld8tdxmR .item-wrapper {
  width: 100%;
  padding: 13px 13px 42px;
  border: 2px solid #bbbbbb;
  box-shadow: 4px 4px 0 #bbbbbb;
  background: #ffffff;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-u9ld8tdxmR .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-u9ld8tdxmR .item-img img {
  width: 100%;
  aspect-ratio: 0.90625;
  object-fit: cover;
}
.cid-u9ld8tdxmR .item-content {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .cid-u9ld8tdxmR .item-content {
    margin-top: 20px;
  }
}
.cid-u9ld8tdxmR .card-title {
  color: #131313;
}
.cid-u9ld8tdxmR .card-text {
  margin-top: 5px;
  color: #FC7942;
}
.cid-u9ld8tdxmR .mbr-section-btn {
  margin-top: 5px;
}
.cid-u9ld8tdxmR .card-text,
.cid-u9ld8tdxmR .mbr-section-btn {
  color: #000000;
}
.cid-u9ld8tdxmR .card-title,
.cid-u9ld8tdxmR .iconfont-wrapper {
  color: #f35e67;
}
.cid-u9lepGo4Ue {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9lepGo4Ue .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9lepGo4Ue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9lepGo4Ue .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-u9lepGo4Ue .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u9lepGo4Ue .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-u9lepGo4Ue .mbr-section-title {
  color: #131313;
}
.cid-u9lepGo4Ue .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-u9lepGo4Ue .items-row {
  row-gap: 40px;
  margin: 5px -20px 0 !important;
}
@media (max-width: 767px) {
  .cid-u9lepGo4Ue .items-row {
    row-gap: 30px;
    margin: 0 -15px !important;
  }
}
.cid-u9lepGo4Ue .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
  padding: 0 20px !important;
}
.cid-u9lepGo4Ue .item-wrapper {
  width: 100%;
  padding: 13px 13px 42px;
  border: 2px solid #bbbbbb;
  box-shadow: 4px 4px 0 #bbbbbb;
  background: #ffffff;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-u9lepGo4Ue .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-u9lepGo4Ue .item-img img {
  width: 100%;
  aspect-ratio: 0.90625;
  object-fit: cover;
}
.cid-u9lepGo4Ue .item-content {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .cid-u9lepGo4Ue .item-content {
    margin-top: 20px;
  }
}
.cid-u9lepGo4Ue .card-title {
  color: #131313;
}
.cid-u9lepGo4Ue .card-text {
  margin-top: 5px;
  color: #FC7942;
}
.cid-u9lepGo4Ue .mbr-section-btn {
  margin-top: 5px;
}
.cid-u9lepGo4Ue .card-text,
.cid-u9lepGo4Ue .mbr-section-btn {
  color: #000000;
}
.cid-u9lepGo4Ue .card-title,
.cid-u9lepGo4Ue .iconfont-wrapper {
  color: #f35e67;
}
.cid-u9ljxHDDxv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u9ljxHDDxv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ljxHDDxv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ljxHDDxv .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-u9ljxHDDxv .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u9ljxHDDxv .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-u9ljxHDDxv .mbr-section-title {
  color: #131313;
}
.cid-u9ljxHDDxv .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-u9ljxHDDxv .items-row {
  row-gap: 40px;
  margin: 5px -20px 0 !important;
}
@media (max-width: 767px) {
  .cid-u9ljxHDDxv .items-row {
    row-gap: 30px;
    margin: 0 -15px !important;
  }
}
.cid-u9ljxHDDxv .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
  padding: 0 20px !important;
}
.cid-u9ljxHDDxv .item-wrapper {
  width: 100%;
  padding: 13px 13px 42px;
  border: 2px solid #bbbbbb;
  box-shadow: 4px 4px 0 #bbbbbb;
  background: #ffffff;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-u9ljxHDDxv .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-u9ljxHDDxv .item-img img {
  width: 100%;
  aspect-ratio: 0.90625;
  object-fit: cover;
}
.cid-u9ljxHDDxv .item-content {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .cid-u9ljxHDDxv .item-content {
    margin-top: 20px;
  }
}
.cid-u9ljxHDDxv .card-title {
  color: #131313;
}
.cid-u9ljxHDDxv .card-text {
  margin-top: 5px;
  color: #FC7942;
}
.cid-u9ljxHDDxv .mbr-section-btn {
  margin-top: 5px;
}
.cid-u9ljxHDDxv .card-text,
.cid-u9ljxHDDxv .mbr-section-btn {
  color: #000000;
}
.cid-u9ljxHDDxv .card-title,
.cid-u9ljxHDDxv .iconfont-wrapper {
  color: #f35e67;
}
.cid-uoAVzGwRNp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoAVzGwRNp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoAVzGwRNp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoAVq4frjf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoAVq4frjf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoAVq4frjf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoAVq4frjf .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-uoAVq4frjf .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-uoAVq4frjf .container {
    max-width: 1400px;
  }
}
.cid-uoAVq4frjf .card {
  margin: auto;
}
.cid-uoAVq4frjf .card-title,
.cid-uoAVq4frjf .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uoAVq4frjf .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uoAVq4frjf .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-uoAVq4frjf .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uoAVq4frjf .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uoAVq4frjf .card-wrapper:hover .card-title,
.cid-uoAVq4frjf .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-uoAVq4frjf .card-title,
.cid-uoAVq4frjf .card-box {
  color: #f74660;
}
.cid-uoAEhvX2pw {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uoAEhvX2pw .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-uoAEhvX2pw .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uoAEhvX2pw .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uoAEhvX2pw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoAEhvX2pw .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uoAEhvX2pw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAEhvX2pw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAEhvX2pw .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uoAEhvX2pw .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uoAEhvX2pw .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAEhvX2pw .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uoAEhvX2pw .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uoAEhvX2pw .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAEhvX2pw .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uoAEhvX2pw .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uoAEhvX2pw .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uoAEhvX2pw .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uoAEhvX2pw .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uoAEhvX2pw .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uoAEhvX2pw .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uoAEhvX2pw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uoAEhvX2pw .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uoAEhvX2pw .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoAEhvX2pw .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uoAEhvX2pw .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uoAEhvX2pw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAEhvX2pw .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uoAEhvX2pw .nav-item:focus,
.cid-uoAEhvX2pw .nav-link:focus {
  outline: none;
}
.cid-uoAEhvX2pw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAEhvX2pw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAEhvX2pw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAEhvX2pw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAEhvX2pw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAEhvX2pw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAEhvX2pw .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uoAEhvX2pw .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAEhvX2pw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAEhvX2pw .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAEhvX2pw .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uoAEhvX2pw .navbar.collapsed {
  justify-content: center;
}
.cid-uoAEhvX2pw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAEhvX2pw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAEhvX2pw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoAEhvX2pw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAEhvX2pw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAEhvX2pw .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-uoAEhvX2pw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAEhvX2pw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAEhvX2pw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uoAEhvX2pw .navbar {
    min-height: 72px;
  }
  .cid-uoAEhvX2pw .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uoAEhvX2pw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAEhvX2pw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAEhvX2pw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAEhvX2pw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAEhvX2pw .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-uoAEhvX2pw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAEhvX2pw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uoAEhvX2pw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAEhvX2pw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoAEhvX2pw .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uoAEhvX2pw .dropdown-item.active,
.cid-uoAEhvX2pw .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAEhvX2pw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAEhvX2pw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAEhvX2pw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAEhvX2pw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAEhvX2pw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uoAEhvX2pw .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uoAEhvX2pw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAEhvX2pw .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uoAEhvX2pw .navbar-buttons {
    text-align: left;
  }
}
.cid-uoAEhvX2pw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAEhvX2pw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAEhvX2pw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAEhvX2pw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAEhvX2pw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAEhvX2pw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAEhvX2pw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAEhvX2pw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAEhvX2pw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAEhvX2pw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAEhvX2pw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAEhvX2pw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAEhvX2pw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uoAEhvX2pw .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoAEhvX2pw .navbar {
    height: 70px;
  }
  .cid-uoAEhvX2pw .navbar.opened {
    height: auto;
  }
  .cid-uoAEhvX2pw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoAEhvX2pw .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uoAEhvX2pw .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uoAEhvX2pw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uoAEhvX2pw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uoAEhvX2pw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uoAEhvX2pw .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uoAEhvX2pw .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uoAEhvX2pw .navbar-brand {
    margin-right: auto;
  }
  .cid-uoAEhvX2pw .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uoAEhvX2pw .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uoAEhvX2pw .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uoAEhvX2pw .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAEhvX2pw .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uoAEhvX2pw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uoAEhvX2pw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uoAEhvX2pw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uoAEhvX2pw .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAEhvX2pw .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uoAEhvX2pw .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u8RGuBDDQ0 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8RGuBDDQ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8RGuBDDQ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8RGuBDDQ0 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u8RGuBDDQ0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u8RGuBDDQ0 .container {
    padding: 0 16px;
  }
}
.cid-u8RGuBDDQ0 .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-u8RGuBDDQ0 .title-wrapper {
    padding: 0;
  }
}
.cid-u8RGuBDDQ0 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u8RGuBDDQ0 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u8RGuBDDQ0 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u8RGuBDDQ0 .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u8RGuBDDQ0 .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-u8RGuBDDQ0 .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-u8RGuBDDQ0 .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-u8RGuBDDQ0 .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-u8RGuBDDQ0 .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-u8RGuBDDQ0 .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u8RGuBDDQ0 .title-wrapper img {
    display: none;
  }
}
.cid-u8RGuBDDQ0 .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-u8RGuBDDQ0 .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-u8RGuBDDQ0 .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-u8RGuBDDQ0 .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-u8RGuBDDQ0 .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-u8RGuBDDQ0 .title-wrapper .line_1 {
    display: none;
  }
}
.cid-u8RGuBDDQ0 .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-u8RGuBDDQ0 .title-wrapper .line_2 {
    display: none;
  }
}
.cid-u8RGuBDDQ0 .mbr-section-title {
  color: #08323C;
}
.cid-u8RGuBDDQ0 .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-u8RGuBDDQ0 .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-u8RGuBDDQ0 .mbr-section-title,
.cid-u8RGuBDDQ0 .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-u8RGOsfVhr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u8RGOsfVhr .col-lg-2 {
    width: 20%;
  }
}
.cid-u8RGOsfVhr .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u8RGOsfVhr .item:hover img,
.cid-u8RGOsfVhr .item:hover .item-img {
  border-radius: 0;
}
.cid-u8RGOsfVhr img {
  border: 2px solid gray;
}
.cid-u8RGOsfVhr img:hover {
  border-color: #2299aa;
}
.cid-u8RGOsfVhr img,
.cid-u8RGOsfVhr .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u8RGOsfVhr h5 {
  margin: 0;
}
.cid-u8RGOsfVhr .item:focus,
.cid-u8RGOsfVhr span:focus {
  outline: none;
}
.cid-u8RGOsfVhr .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u8RGOsfVhr .item-content {
  padding-top: 1rem;
}
.cid-u8RGOsfVhr .mbr-section-title {
  color: #121212;
}
.cid-u8RGOsfVhr .item-title {
  color: #000000;
}
.cid-u8RGOsfVhr .item-subtitle {
  color: #000000;
}
.cid-u8RGOsfVhr .mbr-section-subtitle {
  color: #000000;
}
.cid-u8RGuCvda2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u8RGuCvda2 .col-lg-2 {
    width: 20%;
  }
}
.cid-u8RGuCvda2 .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u8RGuCvda2 .item:hover img,
.cid-u8RGuCvda2 .item:hover .item-img {
  border-radius: 0;
}
.cid-u8RGuCvda2 img {
  border: 2px solid gray;
}
.cid-u8RGuCvda2 img:hover {
  border-color: #2299aa;
}
.cid-u8RGuCvda2 img,
.cid-u8RGuCvda2 .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u8RGuCvda2 h5 {
  margin: 0;
}
.cid-u8RGuCvda2 .item:focus,
.cid-u8RGuCvda2 span:focus {
  outline: none;
}
.cid-u8RGuCvda2 .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u8RGuCvda2 .item-content {
  padding-top: 1rem;
}
.cid-u8RGuCvda2 .mbr-section-title {
  color: #121212;
}
.cid-u8RGuCvda2 .item-title {
  color: #000000;
}
.cid-u8RGuCvda2 .item-subtitle {
  color: #000000;
}
.cid-u8RGuCvda2 .mbr-section-subtitle {
  color: #000000;
}
.cid-u8RGuCRi7S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u8RGuCRi7S .col-lg-2 {
    width: 20%;
  }
}
.cid-u8RGuCRi7S .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u8RGuCRi7S .item:hover img,
.cid-u8RGuCRi7S .item:hover .item-img {
  border-radius: 0;
}
.cid-u8RGuCRi7S img {
  border: 2px solid gray;
}
.cid-u8RGuCRi7S img:hover {
  border-color: #2299aa;
}
.cid-u8RGuCRi7S img,
.cid-u8RGuCRi7S .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u8RGuCRi7S h5 {
  margin: 0;
}
.cid-u8RGuCRi7S .item:focus,
.cid-u8RGuCRi7S span:focus {
  outline: none;
}
.cid-u8RGuCRi7S .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u8RGuCRi7S .item-content {
  padding-top: 1rem;
}
.cid-u8RGuCRi7S .mbr-section-title {
  color: #121212;
}
.cid-u8RGuCRi7S .item-title {
  color: #000000;
}
.cid-u8RGuCRi7S .item-subtitle {
  color: #000000;
}
.cid-u8RGuCRi7S .mbr-section-subtitle {
  color: #000000;
}
.cid-u8RGuDlhyW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u8RGuDlhyW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8RGuDlhyW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB8DjWbzJJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uB8DjWbzJJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8DjWbzJJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB8DjWbzJJ .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-uB8DjWbzJJ .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-uB8DjWbzJJ .container {
    max-width: 1400px;
  }
}
.cid-uB8DjWbzJJ .card {
  margin: auto;
}
.cid-uB8DjWbzJJ .card-title,
.cid-uB8DjWbzJJ .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uB8DjWbzJJ .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uB8DjWbzJJ .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-uB8DjWbzJJ .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uB8DjWbzJJ .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uB8DjWbzJJ .card-wrapper:hover .card-title,
.cid-uB8DjWbzJJ .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-uB8DjWbzJJ .card-title,
.cid-uB8DjWbzJJ .card-box {
  color: #f74660;
}
.cid-uoAEo4P0Hv {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uoAEo4P0Hv .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-uoAEo4P0Hv .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uoAEo4P0Hv .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uoAEo4P0Hv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoAEo4P0Hv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uoAEo4P0Hv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAEo4P0Hv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAEo4P0Hv .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uoAEo4P0Hv .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uoAEo4P0Hv .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAEo4P0Hv .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uoAEo4P0Hv .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uoAEo4P0Hv .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAEo4P0Hv .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uoAEo4P0Hv .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uoAEo4P0Hv .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uoAEo4P0Hv .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uoAEo4P0Hv .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uoAEo4P0Hv .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uoAEo4P0Hv .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uoAEo4P0Hv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uoAEo4P0Hv .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uoAEo4P0Hv .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoAEo4P0Hv .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uoAEo4P0Hv .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uoAEo4P0Hv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAEo4P0Hv .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uoAEo4P0Hv .nav-item:focus,
.cid-uoAEo4P0Hv .nav-link:focus {
  outline: none;
}
.cid-uoAEo4P0Hv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAEo4P0Hv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAEo4P0Hv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAEo4P0Hv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAEo4P0Hv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAEo4P0Hv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAEo4P0Hv .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uoAEo4P0Hv .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAEo4P0Hv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAEo4P0Hv .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAEo4P0Hv .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uoAEo4P0Hv .navbar.collapsed {
  justify-content: center;
}
.cid-uoAEo4P0Hv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAEo4P0Hv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAEo4P0Hv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoAEo4P0Hv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAEo4P0Hv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAEo4P0Hv .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-uoAEo4P0Hv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAEo4P0Hv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAEo4P0Hv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uoAEo4P0Hv .navbar {
    min-height: 72px;
  }
  .cid-uoAEo4P0Hv .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uoAEo4P0Hv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAEo4P0Hv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAEo4P0Hv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAEo4P0Hv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAEo4P0Hv .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-uoAEo4P0Hv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAEo4P0Hv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uoAEo4P0Hv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAEo4P0Hv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoAEo4P0Hv .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uoAEo4P0Hv .dropdown-item.active,
.cid-uoAEo4P0Hv .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAEo4P0Hv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAEo4P0Hv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAEo4P0Hv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAEo4P0Hv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAEo4P0Hv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uoAEo4P0Hv .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uoAEo4P0Hv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAEo4P0Hv .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uoAEo4P0Hv .navbar-buttons {
    text-align: left;
  }
}
.cid-uoAEo4P0Hv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAEo4P0Hv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAEo4P0Hv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAEo4P0Hv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAEo4P0Hv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAEo4P0Hv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAEo4P0Hv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAEo4P0Hv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAEo4P0Hv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAEo4P0Hv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAEo4P0Hv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAEo4P0Hv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAEo4P0Hv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uoAEo4P0Hv .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoAEo4P0Hv .navbar {
    height: 70px;
  }
  .cid-uoAEo4P0Hv .navbar.opened {
    height: auto;
  }
  .cid-uoAEo4P0Hv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoAEo4P0Hv .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uoAEo4P0Hv .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uoAEo4P0Hv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uoAEo4P0Hv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uoAEo4P0Hv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uoAEo4P0Hv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uoAEo4P0Hv .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uoAEo4P0Hv .navbar-brand {
    margin-right: auto;
  }
  .cid-uoAEo4P0Hv .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uoAEo4P0Hv .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uoAEo4P0Hv .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uoAEo4P0Hv .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAEo4P0Hv .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uoAEo4P0Hv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uoAEo4P0Hv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uoAEo4P0Hv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uoAEo4P0Hv .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAEo4P0Hv .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uoAEo4P0Hv .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u8RKlqFFkq {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8RKlqFFkq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8RKlqFFkq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8RKlqFFkq .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u8RKlqFFkq .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u8RKlqFFkq .container {
    padding: 0 16px;
  }
}
.cid-u8RKlqFFkq .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-u8RKlqFFkq .title-wrapper {
    padding: 0;
  }
}
.cid-u8RKlqFFkq .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u8RKlqFFkq .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u8RKlqFFkq .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u8RKlqFFkq .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u8RKlqFFkq .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-u8RKlqFFkq .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-u8RKlqFFkq .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-u8RKlqFFkq .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-u8RKlqFFkq .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-u8RKlqFFkq .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u8RKlqFFkq .title-wrapper img {
    display: none;
  }
}
.cid-u8RKlqFFkq .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-u8RKlqFFkq .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-u8RKlqFFkq .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-u8RKlqFFkq .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-u8RKlqFFkq .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-u8RKlqFFkq .title-wrapper .line_1 {
    display: none;
  }
}
.cid-u8RKlqFFkq .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-u8RKlqFFkq .title-wrapper .line_2 {
    display: none;
  }
}
.cid-u8RKlqFFkq .mbr-section-title {
  color: #08323C;
}
.cid-u8RKlqFFkq .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-u8RKlqFFkq .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-u8RKlqFFkq .mbr-section-title,
.cid-u8RKlqFFkq .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-u8RKlr2XWG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u8RKlr2XWG .col-lg-2 {
    width: 20%;
  }
}
.cid-u8RKlr2XWG .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u8RKlr2XWG .item:hover img,
.cid-u8RKlr2XWG .item:hover .item-img {
  border-radius: 0;
}
.cid-u8RKlr2XWG img {
  border: 2px solid gray;
}
.cid-u8RKlr2XWG img:hover {
  border-color: #2299aa;
}
.cid-u8RKlr2XWG img,
.cid-u8RKlr2XWG .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u8RKlr2XWG h5 {
  margin: 0;
}
.cid-u8RKlr2XWG .item:focus,
.cid-u8RKlr2XWG span:focus {
  outline: none;
}
.cid-u8RKlr2XWG .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u8RKlr2XWG .item-content {
  padding-top: 1rem;
}
.cid-u8RKlr2XWG .mbr-section-title {
  color: #121212;
}
.cid-u8RKlr2XWG .item-title {
  color: #000000;
}
.cid-u8RKlr2XWG .item-subtitle {
  color: #000000;
}
.cid-u8RKlr2XWG .mbr-section-subtitle {
  color: #000000;
}
.cid-u8RKlrq5pg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u8RKlrq5pg .col-lg-2 {
    width: 20%;
  }
}
.cid-u8RKlrq5pg .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u8RKlrq5pg .item:hover img,
.cid-u8RKlrq5pg .item:hover .item-img {
  border-radius: 0;
}
.cid-u8RKlrq5pg img {
  border: 2px solid gray;
}
.cid-u8RKlrq5pg img:hover {
  border-color: #2299aa;
}
.cid-u8RKlrq5pg img,
.cid-u8RKlrq5pg .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u8RKlrq5pg h5 {
  margin: 0;
}
.cid-u8RKlrq5pg .item:focus,
.cid-u8RKlrq5pg span:focus {
  outline: none;
}
.cid-u8RKlrq5pg .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u8RKlrq5pg .item-content {
  padding-top: 1rem;
}
.cid-u8RKlrq5pg .mbr-section-title {
  color: #121212;
}
.cid-u8RKlrq5pg .item-title {
  color: #000000;
}
.cid-u8RKlrq5pg .item-subtitle {
  color: #000000;
}
.cid-u8RKlrq5pg .mbr-section-subtitle {
  color: #000000;
}
.cid-u8RKlrQeT9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u8RKlrQeT9 .col-lg-2 {
    width: 20%;
  }
}
.cid-u8RKlrQeT9 .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u8RKlrQeT9 .item:hover img,
.cid-u8RKlrQeT9 .item:hover .item-img {
  border-radius: 0;
}
.cid-u8RKlrQeT9 img {
  border: 2px solid gray;
}
.cid-u8RKlrQeT9 img:hover {
  border-color: #2299aa;
}
.cid-u8RKlrQeT9 img,
.cid-u8RKlrQeT9 .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u8RKlrQeT9 h5 {
  margin: 0;
}
.cid-u8RKlrQeT9 .item:focus,
.cid-u8RKlrQeT9 span:focus {
  outline: none;
}
.cid-u8RKlrQeT9 .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u8RKlrQeT9 .item-content {
  padding-top: 1rem;
}
.cid-u8RKlrQeT9 .mbr-section-title {
  color: #121212;
}
.cid-u8RKlrQeT9 .item-title {
  color: #000000;
}
.cid-u8RKlrQeT9 .item-subtitle {
  color: #000000;
}
.cid-u8RKlrQeT9 .mbr-section-subtitle {
  color: #000000;
}
.cid-u8RKlseyFR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u8RKlseyFR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8RKlseyFR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8RKlsue2m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8RKlsue2m .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8RKlsue2m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8RKlsue2m .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-u8RKlsue2m .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-u8RKlsue2m .container {
    max-width: 1400px;
  }
}
.cid-u8RKlsue2m .card {
  margin: auto;
}
.cid-u8RKlsue2m .card-title,
.cid-u8RKlsue2m .mbr-iconfont {
  transition: all 0.3s;
}
.cid-u8RKlsue2m .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-u8RKlsue2m .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-u8RKlsue2m .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u8RKlsue2m .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-u8RKlsue2m .card-wrapper:hover .card-title,
.cid-u8RKlsue2m .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-u8RKlsue2m .card-title,
.cid-u8RKlsue2m .card-box {
  color: #f74660;
}
.cid-uoAEsIBApT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uoAEsIBApT .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-uoAEsIBApT .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uoAEsIBApT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uoAEsIBApT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoAEsIBApT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uoAEsIBApT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAEsIBApT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAEsIBApT .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uoAEsIBApT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uoAEsIBApT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAEsIBApT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uoAEsIBApT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uoAEsIBApT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAEsIBApT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uoAEsIBApT .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uoAEsIBApT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uoAEsIBApT .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uoAEsIBApT .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uoAEsIBApT .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uoAEsIBApT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uoAEsIBApT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uoAEsIBApT .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uoAEsIBApT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoAEsIBApT .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uoAEsIBApT .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uoAEsIBApT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAEsIBApT .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uoAEsIBApT .nav-item:focus,
.cid-uoAEsIBApT .nav-link:focus {
  outline: none;
}
.cid-uoAEsIBApT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAEsIBApT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAEsIBApT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAEsIBApT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAEsIBApT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAEsIBApT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAEsIBApT .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uoAEsIBApT .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAEsIBApT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAEsIBApT .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAEsIBApT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uoAEsIBApT .navbar.collapsed {
  justify-content: center;
}
.cid-uoAEsIBApT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAEsIBApT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAEsIBApT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoAEsIBApT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAEsIBApT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAEsIBApT .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-uoAEsIBApT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAEsIBApT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAEsIBApT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uoAEsIBApT .navbar {
    min-height: 72px;
  }
  .cid-uoAEsIBApT .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uoAEsIBApT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAEsIBApT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAEsIBApT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAEsIBApT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAEsIBApT .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-uoAEsIBApT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAEsIBApT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uoAEsIBApT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAEsIBApT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoAEsIBApT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uoAEsIBApT .dropdown-item.active,
.cid-uoAEsIBApT .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAEsIBApT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAEsIBApT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAEsIBApT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAEsIBApT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAEsIBApT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uoAEsIBApT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uoAEsIBApT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAEsIBApT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uoAEsIBApT .navbar-buttons {
    text-align: left;
  }
}
.cid-uoAEsIBApT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAEsIBApT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAEsIBApT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAEsIBApT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAEsIBApT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAEsIBApT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAEsIBApT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAEsIBApT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAEsIBApT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAEsIBApT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAEsIBApT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAEsIBApT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAEsIBApT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uoAEsIBApT .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoAEsIBApT .navbar {
    height: 70px;
  }
  .cid-uoAEsIBApT .navbar.opened {
    height: auto;
  }
  .cid-uoAEsIBApT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoAEsIBApT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uoAEsIBApT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uoAEsIBApT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uoAEsIBApT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uoAEsIBApT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uoAEsIBApT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uoAEsIBApT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uoAEsIBApT .navbar-brand {
    margin-right: auto;
  }
  .cid-uoAEsIBApT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uoAEsIBApT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uoAEsIBApT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uoAEsIBApT .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAEsIBApT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uoAEsIBApT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uoAEsIBApT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uoAEsIBApT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uoAEsIBApT .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAEsIBApT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uoAEsIBApT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u7g7PAjvCl {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7g7PAjvCl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7g7PAjvCl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7g7PAjvCl .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u7g7PAjvCl .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u7g7PAjvCl .container {
    padding: 0 16px;
  }
}
.cid-u7g7PAjvCl .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-u7g7PAjvCl .title-wrapper {
    padding: 0;
  }
}
.cid-u7g7PAjvCl .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u7g7PAjvCl .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u7g7PAjvCl .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u7g7PAjvCl .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u7g7PAjvCl .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-u7g7PAjvCl .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-u7g7PAjvCl .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-u7g7PAjvCl .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-u7g7PAjvCl .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-u7g7PAjvCl .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u7g7PAjvCl .title-wrapper img {
    display: none;
  }
}
.cid-u7g7PAjvCl .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-u7g7PAjvCl .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-u7g7PAjvCl .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-u7g7PAjvCl .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-u7g7PAjvCl .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-u7g7PAjvCl .title-wrapper .line_1 {
    display: none;
  }
}
.cid-u7g7PAjvCl .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-u7g7PAjvCl .title-wrapper .line_2 {
    display: none;
  }
}
.cid-u7g7PAjvCl .mbr-section-title {
  color: #08323C;
}
.cid-u7g7PAjvCl .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-u7g7PAjvCl .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-u7g7PAjvCl .mbr-section-title,
.cid-u7g7PAjvCl .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-u7g7PB1pXR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u7g7PB1pXR .col-lg-2 {
    width: 20%;
  }
}
.cid-u7g7PB1pXR .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u7g7PB1pXR .item:hover img,
.cid-u7g7PB1pXR .item:hover .item-img {
  border-radius: 0;
}
.cid-u7g7PB1pXR img {
  border: 2px solid gray;
}
.cid-u7g7PB1pXR img:hover {
  border-color: #2299aa;
}
.cid-u7g7PB1pXR img,
.cid-u7g7PB1pXR .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u7g7PB1pXR h5 {
  margin: 0;
}
.cid-u7g7PB1pXR .item:focus,
.cid-u7g7PB1pXR span:focus {
  outline: none;
}
.cid-u7g7PB1pXR .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7g7PB1pXR .item-content {
  padding-top: 1rem;
}
.cid-u7g7PB1pXR .mbr-section-title {
  color: #121212;
}
.cid-u7g7PB1pXR .item-title {
  color: #000000;
}
.cid-u7g7PB1pXR .item-subtitle {
  color: #000000;
}
.cid-u7g7PB1pXR .mbr-section-subtitle {
  color: #000000;
}
.cid-u7g7PBYg31 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u7g7PBYg31 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7g7PBYg31 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB8DE8HBxw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uB8DE8HBxw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8DE8HBxw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB8DE8HBxw .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-uB8DE8HBxw .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-uB8DE8HBxw .container {
    max-width: 1400px;
  }
}
.cid-uB8DE8HBxw .card {
  margin: auto;
}
.cid-uB8DE8HBxw .card-title,
.cid-uB8DE8HBxw .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uB8DE8HBxw .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uB8DE8HBxw .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-uB8DE8HBxw .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uB8DE8HBxw .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uB8DE8HBxw .card-wrapper:hover .card-title,
.cid-uB8DE8HBxw .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-uB8DE8HBxw .card-title,
.cid-uB8DE8HBxw .card-box {
  color: #f74660;
}
.cid-uoAExWT2d6 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uoAExWT2d6 .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-uoAExWT2d6 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uoAExWT2d6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uoAExWT2d6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoAExWT2d6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uoAExWT2d6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAExWT2d6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAExWT2d6 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uoAExWT2d6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uoAExWT2d6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAExWT2d6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uoAExWT2d6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uoAExWT2d6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAExWT2d6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uoAExWT2d6 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uoAExWT2d6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uoAExWT2d6 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uoAExWT2d6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uoAExWT2d6 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uoAExWT2d6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uoAExWT2d6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uoAExWT2d6 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uoAExWT2d6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoAExWT2d6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uoAExWT2d6 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uoAExWT2d6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAExWT2d6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uoAExWT2d6 .nav-item:focus,
.cid-uoAExWT2d6 .nav-link:focus {
  outline: none;
}
.cid-uoAExWT2d6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAExWT2d6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAExWT2d6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAExWT2d6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAExWT2d6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAExWT2d6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAExWT2d6 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uoAExWT2d6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAExWT2d6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAExWT2d6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAExWT2d6 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uoAExWT2d6 .navbar.collapsed {
  justify-content: center;
}
.cid-uoAExWT2d6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAExWT2d6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAExWT2d6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoAExWT2d6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAExWT2d6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAExWT2d6 .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-uoAExWT2d6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAExWT2d6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAExWT2d6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uoAExWT2d6 .navbar {
    min-height: 72px;
  }
  .cid-uoAExWT2d6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uoAExWT2d6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAExWT2d6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAExWT2d6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAExWT2d6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAExWT2d6 .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-uoAExWT2d6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAExWT2d6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uoAExWT2d6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAExWT2d6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoAExWT2d6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uoAExWT2d6 .dropdown-item.active,
.cid-uoAExWT2d6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAExWT2d6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAExWT2d6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAExWT2d6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAExWT2d6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAExWT2d6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uoAExWT2d6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uoAExWT2d6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAExWT2d6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uoAExWT2d6 .navbar-buttons {
    text-align: left;
  }
}
.cid-uoAExWT2d6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAExWT2d6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAExWT2d6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAExWT2d6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAExWT2d6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAExWT2d6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAExWT2d6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAExWT2d6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAExWT2d6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAExWT2d6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAExWT2d6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAExWT2d6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAExWT2d6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uoAExWT2d6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoAExWT2d6 .navbar {
    height: 70px;
  }
  .cid-uoAExWT2d6 .navbar.opened {
    height: auto;
  }
  .cid-uoAExWT2d6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoAExWT2d6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uoAExWT2d6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uoAExWT2d6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uoAExWT2d6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uoAExWT2d6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uoAExWT2d6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uoAExWT2d6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uoAExWT2d6 .navbar-brand {
    margin-right: auto;
  }
  .cid-uoAExWT2d6 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uoAExWT2d6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uoAExWT2d6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uoAExWT2d6 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAExWT2d6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uoAExWT2d6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uoAExWT2d6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uoAExWT2d6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uoAExWT2d6 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAExWT2d6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uoAExWT2d6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u8XOXzafEl {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8XOXzafEl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8XOXzafEl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8XOXzafEl .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u8XOXzafEl .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u8XOXzafEl .container {
    padding: 0 16px;
  }
}
.cid-u8XOXzafEl .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-u8XOXzafEl .title-wrapper {
    padding: 0;
  }
}
.cid-u8XOXzafEl .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u8XOXzafEl .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u8XOXzafEl .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u8XOXzafEl .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u8XOXzafEl .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-u8XOXzafEl .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-u8XOXzafEl .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-u8XOXzafEl .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-u8XOXzafEl .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-u8XOXzafEl .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u8XOXzafEl .title-wrapper img {
    display: none;
  }
}
.cid-u8XOXzafEl .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-u8XOXzafEl .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-u8XOXzafEl .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-u8XOXzafEl .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-u8XOXzafEl .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-u8XOXzafEl .title-wrapper .line_1 {
    display: none;
  }
}
.cid-u8XOXzafEl .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-u8XOXzafEl .title-wrapper .line_2 {
    display: none;
  }
}
.cid-u8XOXzafEl .mbr-section-title {
  color: #08323C;
}
.cid-u8XOXzafEl .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-u8XOXzafEl .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-u8XOXzafEl .mbr-section-title,
.cid-u8XOXzafEl .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-u8XOXzO811 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u8XOXzO811 .col-lg-2 {
    width: 20%;
  }
}
.cid-u8XOXzO811 .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u8XOXzO811 .item:hover img,
.cid-u8XOXzO811 .item:hover .item-img {
  border-radius: 0;
}
.cid-u8XOXzO811 img {
  border: 2px solid gray;
}
.cid-u8XOXzO811 img:hover {
  border-color: #2299aa;
}
.cid-u8XOXzO811 img,
.cid-u8XOXzO811 .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u8XOXzO811 h5 {
  margin: 0;
}
.cid-u8XOXzO811 .item:focus,
.cid-u8XOXzO811 span:focus {
  outline: none;
}
.cid-u8XOXzO811 .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u8XOXzO811 .item-content {
  padding-top: 1rem;
}
.cid-u8XOXzO811 .mbr-section-title {
  color: #121212;
}
.cid-u8XOXzO811 .item-title {
  color: #000000;
}
.cid-u8XOXzO811 .item-subtitle {
  color: #000000;
}
.cid-u8XOXzO811 .mbr-section-subtitle {
  color: #000000;
}
.cid-u8XQDAMVPW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u8XQDAMVPW .col-lg-2 {
    width: 20%;
  }
}
.cid-u8XQDAMVPW .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u8XQDAMVPW .item:hover img,
.cid-u8XQDAMVPW .item:hover .item-img {
  border-radius: 0;
}
.cid-u8XQDAMVPW img {
  border: 2px solid gray;
}
.cid-u8XQDAMVPW img:hover {
  border-color: #2299aa;
}
.cid-u8XQDAMVPW img,
.cid-u8XQDAMVPW .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u8XQDAMVPW h5 {
  margin: 0;
}
.cid-u8XQDAMVPW .item:focus,
.cid-u8XQDAMVPW span:focus {
  outline: none;
}
.cid-u8XQDAMVPW .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u8XQDAMVPW .item-content {
  padding-top: 1rem;
}
.cid-u8XQDAMVPW .mbr-section-title {
  color: #121212;
}
.cid-u8XQDAMVPW .item-title {
  color: #000000;
}
.cid-u8XQDAMVPW .item-subtitle {
  color: #000000;
}
.cid-u8XQDAMVPW .mbr-section-subtitle {
  color: #000000;
}
.cid-u8XOXAdavv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u8XOXAdavv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8XOXAdavv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB8E3eDP5Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uB8E3eDP5Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8E3eDP5Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB8E3eDP5Z .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-uB8E3eDP5Z .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-uB8E3eDP5Z .container {
    max-width: 1400px;
  }
}
.cid-uB8E3eDP5Z .card {
  margin: auto;
}
.cid-uB8E3eDP5Z .card-title,
.cid-uB8E3eDP5Z .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uB8E3eDP5Z .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uB8E3eDP5Z .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-uB8E3eDP5Z .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uB8E3eDP5Z .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uB8E3eDP5Z .card-wrapper:hover .card-title,
.cid-uB8E3eDP5Z .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-uB8E3eDP5Z .card-title,
.cid-uB8E3eDP5Z .card-box {
  color: #f74660;
}
.cid-uoAEDiTdVF {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uoAEDiTdVF .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-uoAEDiTdVF .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uoAEDiTdVF .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uoAEDiTdVF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoAEDiTdVF .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uoAEDiTdVF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAEDiTdVF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAEDiTdVF .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uoAEDiTdVF .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uoAEDiTdVF .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAEDiTdVF .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uoAEDiTdVF .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uoAEDiTdVF .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAEDiTdVF .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uoAEDiTdVF .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uoAEDiTdVF .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uoAEDiTdVF .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uoAEDiTdVF .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uoAEDiTdVF .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uoAEDiTdVF .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uoAEDiTdVF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uoAEDiTdVF .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uoAEDiTdVF .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoAEDiTdVF .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uoAEDiTdVF .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uoAEDiTdVF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAEDiTdVF .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uoAEDiTdVF .nav-item:focus,
.cid-uoAEDiTdVF .nav-link:focus {
  outline: none;
}
.cid-uoAEDiTdVF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAEDiTdVF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAEDiTdVF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAEDiTdVF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAEDiTdVF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAEDiTdVF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAEDiTdVF .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uoAEDiTdVF .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAEDiTdVF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAEDiTdVF .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAEDiTdVF .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uoAEDiTdVF .navbar.collapsed {
  justify-content: center;
}
.cid-uoAEDiTdVF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAEDiTdVF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAEDiTdVF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoAEDiTdVF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAEDiTdVF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAEDiTdVF .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-uoAEDiTdVF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAEDiTdVF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAEDiTdVF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uoAEDiTdVF .navbar {
    min-height: 72px;
  }
  .cid-uoAEDiTdVF .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uoAEDiTdVF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAEDiTdVF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAEDiTdVF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAEDiTdVF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAEDiTdVF .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-uoAEDiTdVF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAEDiTdVF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uoAEDiTdVF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAEDiTdVF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoAEDiTdVF .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uoAEDiTdVF .dropdown-item.active,
.cid-uoAEDiTdVF .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAEDiTdVF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAEDiTdVF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAEDiTdVF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAEDiTdVF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAEDiTdVF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uoAEDiTdVF .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uoAEDiTdVF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAEDiTdVF .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uoAEDiTdVF .navbar-buttons {
    text-align: left;
  }
}
.cid-uoAEDiTdVF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAEDiTdVF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAEDiTdVF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAEDiTdVF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAEDiTdVF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAEDiTdVF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAEDiTdVF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAEDiTdVF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAEDiTdVF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAEDiTdVF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAEDiTdVF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAEDiTdVF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAEDiTdVF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uoAEDiTdVF .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoAEDiTdVF .navbar {
    height: 70px;
  }
  .cid-uoAEDiTdVF .navbar.opened {
    height: auto;
  }
  .cid-uoAEDiTdVF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoAEDiTdVF .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uoAEDiTdVF .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uoAEDiTdVF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uoAEDiTdVF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uoAEDiTdVF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uoAEDiTdVF .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uoAEDiTdVF .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uoAEDiTdVF .navbar-brand {
    margin-right: auto;
  }
  .cid-uoAEDiTdVF .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uoAEDiTdVF .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uoAEDiTdVF .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uoAEDiTdVF .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAEDiTdVF .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uoAEDiTdVF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uoAEDiTdVF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uoAEDiTdVF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uoAEDiTdVF .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAEDiTdVF .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uoAEDiTdVF .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u8XS26TBCv {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8XS26TBCv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8XS26TBCv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8XS26TBCv .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u8XS26TBCv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u8XS26TBCv .container {
    padding: 0 16px;
  }
}
.cid-u8XS26TBCv .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-u8XS26TBCv .title-wrapper {
    padding: 0;
  }
}
.cid-u8XS26TBCv .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u8XS26TBCv .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u8XS26TBCv .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u8XS26TBCv .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u8XS26TBCv .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-u8XS26TBCv .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-u8XS26TBCv .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-u8XS26TBCv .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-u8XS26TBCv .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-u8XS26TBCv .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u8XS26TBCv .title-wrapper img {
    display: none;
  }
}
.cid-u8XS26TBCv .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-u8XS26TBCv .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-u8XS26TBCv .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-u8XS26TBCv .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-u8XS26TBCv .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-u8XS26TBCv .title-wrapper .line_1 {
    display: none;
  }
}
.cid-u8XS26TBCv .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-u8XS26TBCv .title-wrapper .line_2 {
    display: none;
  }
}
.cid-u8XS26TBCv .mbr-section-title {
  color: #08323C;
}
.cid-u8XS26TBCv .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-u8XS26TBCv .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-u8XS26TBCv .mbr-section-title,
.cid-u8XS26TBCv .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-u8XS27u6yA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u8XS27u6yA .col-lg-2 {
    width: 20%;
  }
}
.cid-u8XS27u6yA .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u8XS27u6yA .item:hover img,
.cid-u8XS27u6yA .item:hover .item-img {
  border-radius: 0;
}
.cid-u8XS27u6yA img {
  border: 2px solid gray;
}
.cid-u8XS27u6yA img:hover {
  border-color: #2299aa;
}
.cid-u8XS27u6yA img,
.cid-u8XS27u6yA .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u8XS27u6yA h5 {
  margin: 0;
}
.cid-u8XS27u6yA .item:focus,
.cid-u8XS27u6yA span:focus {
  outline: none;
}
.cid-u8XS27u6yA .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u8XS27u6yA .item-content {
  padding-top: 1rem;
}
.cid-u8XS27u6yA .mbr-section-title {
  color: #121212;
}
.cid-u8XS27u6yA .item-title {
  color: #000000;
}
.cid-u8XS27u6yA .item-subtitle {
  color: #000000;
}
.cid-u8XS27u6yA .mbr-section-subtitle {
  color: #000000;
}
.cid-u8XS27QXuB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u8XS27QXuB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8XS27QXuB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8XS282sdF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8XS282sdF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8XS282sdF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8XS282sdF .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-u8XS282sdF .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-u8XS282sdF .container {
    max-width: 1400px;
  }
}
.cid-u8XS282sdF .card {
  margin: auto;
}
.cid-u8XS282sdF .card-title,
.cid-u8XS282sdF .mbr-iconfont {
  transition: all 0.3s;
}
.cid-u8XS282sdF .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-u8XS282sdF .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-u8XS282sdF .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u8XS282sdF .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-u8XS282sdF .card-wrapper:hover .card-title,
.cid-u8XS282sdF .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-u8XS282sdF .card-title,
.cid-u8XS282sdF .card-box {
  color: #f74660;
}
.cid-uowfrL4XlM {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uowfrL4XlM .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-uowfrL4XlM .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uowfrL4XlM .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uowfrL4XlM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uowfrL4XlM .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uowfrL4XlM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uowfrL4XlM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uowfrL4XlM .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uowfrL4XlM .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uowfrL4XlM .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uowfrL4XlM .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uowfrL4XlM .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uowfrL4XlM .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uowfrL4XlM .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uowfrL4XlM .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uowfrL4XlM .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uowfrL4XlM .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uowfrL4XlM .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uowfrL4XlM .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uowfrL4XlM .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uowfrL4XlM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uowfrL4XlM .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uowfrL4XlM .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uowfrL4XlM .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uowfrL4XlM .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uowfrL4XlM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uowfrL4XlM .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uowfrL4XlM .nav-item:focus,
.cid-uowfrL4XlM .nav-link:focus {
  outline: none;
}
.cid-uowfrL4XlM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uowfrL4XlM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uowfrL4XlM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uowfrL4XlM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uowfrL4XlM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uowfrL4XlM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uowfrL4XlM .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uowfrL4XlM .navbar.opened {
  transition: all 0.3s;
}
.cid-uowfrL4XlM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uowfrL4XlM .navbar .navbar-logo img {
  width: auto;
}
.cid-uowfrL4XlM .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uowfrL4XlM .navbar.collapsed {
  justify-content: center;
}
.cid-uowfrL4XlM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uowfrL4XlM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uowfrL4XlM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uowfrL4XlM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uowfrL4XlM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uowfrL4XlM .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-uowfrL4XlM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uowfrL4XlM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uowfrL4XlM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uowfrL4XlM .navbar {
    min-height: 72px;
  }
  .cid-uowfrL4XlM .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uowfrL4XlM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uowfrL4XlM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uowfrL4XlM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uowfrL4XlM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uowfrL4XlM .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-uowfrL4XlM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uowfrL4XlM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uowfrL4XlM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uowfrL4XlM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uowfrL4XlM .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uowfrL4XlM .dropdown-item.active,
.cid-uowfrL4XlM .dropdown-item:active {
  background-color: transparent;
}
.cid-uowfrL4XlM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uowfrL4XlM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uowfrL4XlM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uowfrL4XlM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uowfrL4XlM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uowfrL4XlM .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uowfrL4XlM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uowfrL4XlM .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uowfrL4XlM .navbar-buttons {
    text-align: left;
  }
}
.cid-uowfrL4XlM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uowfrL4XlM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uowfrL4XlM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uowfrL4XlM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uowfrL4XlM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uowfrL4XlM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uowfrL4XlM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uowfrL4XlM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uowfrL4XlM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uowfrL4XlM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uowfrL4XlM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uowfrL4XlM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uowfrL4XlM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uowfrL4XlM .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uowfrL4XlM .navbar {
    height: 70px;
  }
  .cid-uowfrL4XlM .navbar.opened {
    height: auto;
  }
  .cid-uowfrL4XlM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uowfrL4XlM .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uowfrL4XlM .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uowfrL4XlM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uowfrL4XlM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uowfrL4XlM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uowfrL4XlM .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uowfrL4XlM .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uowfrL4XlM .navbar-brand {
    margin-right: auto;
  }
  .cid-uowfrL4XlM .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uowfrL4XlM .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uowfrL4XlM .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uowfrL4XlM .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uowfrL4XlM .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uowfrL4XlM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uowfrL4XlM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uowfrL4XlM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uowfrL4XlM .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uowfrL4XlM .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uowfrL4XlM .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u9f07n0mKI {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9f07n0mKI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9f07n0mKI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9f07n0mKI .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u9f07n0mKI .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u9f07n0mKI .container {
    padding: 0 16px;
  }
}
.cid-u9f07n0mKI .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-u9f07n0mKI .title-wrapper {
    padding: 0;
  }
}
.cid-u9f07n0mKI .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u9f07n0mKI .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u9f07n0mKI .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u9f07n0mKI .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u9f07n0mKI .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-u9f07n0mKI .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-u9f07n0mKI .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-u9f07n0mKI .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-u9f07n0mKI .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-u9f07n0mKI .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u9f07n0mKI .title-wrapper img {
    display: none;
  }
}
.cid-u9f07n0mKI .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-u9f07n0mKI .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-u9f07n0mKI .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-u9f07n0mKI .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-u9f07n0mKI .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-u9f07n0mKI .title-wrapper .line_1 {
    display: none;
  }
}
.cid-u9f07n0mKI .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-u9f07n0mKI .title-wrapper .line_2 {
    display: none;
  }
}
.cid-u9f07n0mKI .mbr-section-title {
  color: #08323C;
}
.cid-u9f07n0mKI .mbr-text {
  color: #f35e67;
  text-align: center;
}
.cid-u9f07n0mKI .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-u9f07n0mKI .mbr-section-title,
.cid-u9f07n0mKI .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-u9f0WoUviF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9f0WoUviF .mbr-text {
  color: #000000;
}
.cid-u9f0WoUviF .list {
  color: #666666;
}
.cid-u9f0WoUviF ul {
  list-style-position: inside;
  padding: 0;
}
.cid-u9f0WoUviF li {
  padding-bottom: 0.5rem;
}
.cid-u9f0WoUviF .mbr-section-subtitle {
  text-align: left;
  color: #f35e67;
}
.cid-uoB0kkAJFR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uoB0kkAJFR .col-lg-2 {
    width: 20%;
  }
}
.cid-uoB0kkAJFR .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uoB0kkAJFR .item:hover img,
.cid-uoB0kkAJFR .item:hover .item-img {
  border-radius: 0;
}
.cid-uoB0kkAJFR img {
  border: 2px solid gray;
}
.cid-uoB0kkAJFR img:hover {
  border-color: #2299aa;
}
.cid-uoB0kkAJFR img,
.cid-uoB0kkAJFR .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uoB0kkAJFR h5 {
  margin: 0;
}
.cid-uoB0kkAJFR .item:focus,
.cid-uoB0kkAJFR span:focus {
  outline: none;
}
.cid-uoB0kkAJFR .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uoB0kkAJFR .item-content {
  padding-top: 1rem;
}
.cid-uoB0kkAJFR .mbr-section-title {
  color: #121212;
}
.cid-uoB0kkAJFR .item-title {
  color: #000000;
}
.cid-uoB0kkAJFR .item-subtitle {
  color: #000000;
}
.cid-uoB0kkAJFR .mbr-section-subtitle {
  color: #666666;
}
.cid-u9f3Kk3JfK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u9f3Kk3JfK .col-lg-2 {
    width: 20%;
  }
}
.cid-u9f3Kk3JfK .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u9f3Kk3JfK .item:hover img,
.cid-u9f3Kk3JfK .item:hover .item-img {
  border-radius: 0;
}
.cid-u9f3Kk3JfK img {
  border: 2px solid gray;
}
.cid-u9f3Kk3JfK img:hover {
  border-color: #2299aa;
}
.cid-u9f3Kk3JfK img,
.cid-u9f3Kk3JfK .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u9f3Kk3JfK h5 {
  margin: 0;
}
.cid-u9f3Kk3JfK .item:focus,
.cid-u9f3Kk3JfK span:focus {
  outline: none;
}
.cid-u9f3Kk3JfK .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9f3Kk3JfK .item-content {
  padding-top: 1rem;
}
.cid-u9f3Kk3JfK .mbr-section-title {
  color: #121212;
}
.cid-u9f3Kk3JfK .item-title {
  color: #000000;
}
.cid-u9f3Kk3JfK .item-subtitle {
  color: #000000;
}
.cid-u9f3Kk3JfK .mbr-section-subtitle {
  color: #666666;
}
.cid-u9f5lOtMSZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9f5lOtMSZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9f5lOtMSZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9f5lOtMSZ .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-u9f5lOtMSZ .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-u9f5lOtMSZ .container {
    max-width: 1400px;
  }
}
.cid-u9f5lOtMSZ .card {
  margin: auto;
}
.cid-u9f5lOtMSZ .card-title,
.cid-u9f5lOtMSZ .mbr-iconfont {
  transition: all 0.3s;
}
.cid-u9f5lOtMSZ .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-u9f5lOtMSZ .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-u9f5lOtMSZ .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u9f5lOtMSZ .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-u9f5lOtMSZ .card-wrapper:hover .card-title,
.cid-u9f5lOtMSZ .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-u9f5lOtMSZ .card-title,
.cid-u9f5lOtMSZ .card-box {
  color: #f74660;
}
.cid-uoAENt1Hjq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uoAENt1Hjq .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-uoAENt1Hjq .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uoAENt1Hjq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uoAENt1Hjq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoAENt1Hjq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uoAENt1Hjq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAENt1Hjq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAENt1Hjq .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uoAENt1Hjq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uoAENt1Hjq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAENt1Hjq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uoAENt1Hjq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uoAENt1Hjq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAENt1Hjq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uoAENt1Hjq .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uoAENt1Hjq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uoAENt1Hjq .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uoAENt1Hjq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uoAENt1Hjq .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uoAENt1Hjq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uoAENt1Hjq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uoAENt1Hjq .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uoAENt1Hjq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoAENt1Hjq .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uoAENt1Hjq .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uoAENt1Hjq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAENt1Hjq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uoAENt1Hjq .nav-item:focus,
.cid-uoAENt1Hjq .nav-link:focus {
  outline: none;
}
.cid-uoAENt1Hjq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAENt1Hjq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAENt1Hjq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAENt1Hjq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAENt1Hjq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAENt1Hjq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAENt1Hjq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uoAENt1Hjq .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAENt1Hjq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAENt1Hjq .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAENt1Hjq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uoAENt1Hjq .navbar.collapsed {
  justify-content: center;
}
.cid-uoAENt1Hjq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAENt1Hjq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAENt1Hjq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoAENt1Hjq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAENt1Hjq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAENt1Hjq .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-uoAENt1Hjq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAENt1Hjq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAENt1Hjq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uoAENt1Hjq .navbar {
    min-height: 72px;
  }
  .cid-uoAENt1Hjq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uoAENt1Hjq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAENt1Hjq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAENt1Hjq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAENt1Hjq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAENt1Hjq .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-uoAENt1Hjq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAENt1Hjq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uoAENt1Hjq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAENt1Hjq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoAENt1Hjq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uoAENt1Hjq .dropdown-item.active,
.cid-uoAENt1Hjq .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAENt1Hjq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAENt1Hjq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAENt1Hjq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAENt1Hjq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAENt1Hjq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uoAENt1Hjq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uoAENt1Hjq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAENt1Hjq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uoAENt1Hjq .navbar-buttons {
    text-align: left;
  }
}
.cid-uoAENt1Hjq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAENt1Hjq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAENt1Hjq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAENt1Hjq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAENt1Hjq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAENt1Hjq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAENt1Hjq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAENt1Hjq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAENt1Hjq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAENt1Hjq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAENt1Hjq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAENt1Hjq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAENt1Hjq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uoAENt1Hjq .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoAENt1Hjq .navbar {
    height: 70px;
  }
  .cid-uoAENt1Hjq .navbar.opened {
    height: auto;
  }
  .cid-uoAENt1Hjq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoAENt1Hjq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uoAENt1Hjq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uoAENt1Hjq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uoAENt1Hjq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uoAENt1Hjq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uoAENt1Hjq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uoAENt1Hjq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uoAENt1Hjq .navbar-brand {
    margin-right: auto;
  }
  .cid-uoAENt1Hjq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uoAENt1Hjq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uoAENt1Hjq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uoAENt1Hjq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAENt1Hjq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uoAENt1Hjq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uoAENt1Hjq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uoAENt1Hjq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uoAENt1Hjq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAENt1Hjq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uoAENt1Hjq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ua5Cn4Fvmd {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ua5Cn4Fvmd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua5Cn4Fvmd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua5Cn4Fvmd .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ua5Cn4Fvmd .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ua5Cn4Fvmd .container {
    padding: 0 16px;
  }
}
.cid-ua5Cn4Fvmd .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-ua5Cn4Fvmd .title-wrapper {
    padding: 0;
  }
}
.cid-ua5Cn4Fvmd .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ua5Cn4Fvmd .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-ua5Cn4Fvmd .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ua5Cn4Fvmd .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ua5Cn4Fvmd .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-ua5Cn4Fvmd .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-ua5Cn4Fvmd .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-ua5Cn4Fvmd .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-ua5Cn4Fvmd .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-ua5Cn4Fvmd .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ua5Cn4Fvmd .title-wrapper img {
    display: none;
  }
}
.cid-ua5Cn4Fvmd .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-ua5Cn4Fvmd .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-ua5Cn4Fvmd .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-ua5Cn4Fvmd .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-ua5Cn4Fvmd .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-ua5Cn4Fvmd .title-wrapper .line_1 {
    display: none;
  }
}
.cid-ua5Cn4Fvmd .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-ua5Cn4Fvmd .title-wrapper .line_2 {
    display: none;
  }
}
.cid-ua5Cn4Fvmd .mbr-section-title {
  color: #08323C;
}
.cid-ua5Cn4Fvmd .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-ua5Cn4Fvmd .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-ua5Cn4Fvmd .mbr-section-title,
.cid-ua5Cn4Fvmd .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-ua5Cn52uVl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ua5Cn52uVl .col-lg-2 {
    width: 20%;
  }
}
.cid-ua5Cn52uVl .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ua5Cn52uVl .item:hover img,
.cid-ua5Cn52uVl .item:hover .item-img {
  border-radius: 0;
}
.cid-ua5Cn52uVl img {
  border: 2px solid gray;
}
.cid-ua5Cn52uVl img:hover {
  border-color: #2299aa;
}
.cid-ua5Cn52uVl img,
.cid-ua5Cn52uVl .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ua5Cn52uVl h5 {
  margin: 0;
}
.cid-ua5Cn52uVl .item:focus,
.cid-ua5Cn52uVl span:focus {
  outline: none;
}
.cid-ua5Cn52uVl .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ua5Cn52uVl .item-content {
  padding-top: 1rem;
}
.cid-ua5Cn52uVl .mbr-section-title {
  color: #121212;
}
.cid-ua5Cn52uVl .item-title {
  color: #000000;
}
.cid-ua5Cn52uVl .item-subtitle {
  color: #000000;
}
.cid-ua5Cn52uVl .mbr-section-subtitle {
  color: #000000;
}
.cid-ua5DD9iDYN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ua5DD9iDYN .col-lg-2 {
    width: 20%;
  }
}
.cid-ua5DD9iDYN .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ua5DD9iDYN .item:hover img,
.cid-ua5DD9iDYN .item:hover .item-img {
  border-radius: 0;
}
.cid-ua5DD9iDYN img {
  border: 2px solid gray;
}
.cid-ua5DD9iDYN img:hover {
  border-color: #2299aa;
}
.cid-ua5DD9iDYN img,
.cid-ua5DD9iDYN .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ua5DD9iDYN h5 {
  margin: 0;
}
.cid-ua5DD9iDYN .item:focus,
.cid-ua5DD9iDYN span:focus {
  outline: none;
}
.cid-ua5DD9iDYN .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ua5DD9iDYN .item-content {
  padding-top: 1rem;
}
.cid-ua5DD9iDYN .mbr-section-title {
  color: #121212;
}
.cid-ua5DD9iDYN .item-title {
  color: #000000;
}
.cid-ua5DD9iDYN .item-subtitle {
  color: #000000;
}
.cid-ua5DD9iDYN .mbr-section-subtitle {
  color: #000000;
}
.cid-ua5DDKsnQF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ua5DDKsnQF .col-lg-2 {
    width: 20%;
  }
}
.cid-ua5DDKsnQF .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ua5DDKsnQF .item:hover img,
.cid-ua5DDKsnQF .item:hover .item-img {
  border-radius: 0;
}
.cid-ua5DDKsnQF img {
  border: 2px solid gray;
}
.cid-ua5DDKsnQF img:hover {
  border-color: #2299aa;
}
.cid-ua5DDKsnQF img,
.cid-ua5DDKsnQF .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ua5DDKsnQF h5 {
  margin: 0;
}
.cid-ua5DDKsnQF .item:focus,
.cid-ua5DDKsnQF span:focus {
  outline: none;
}
.cid-ua5DDKsnQF .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ua5DDKsnQF .item-content {
  padding-top: 1rem;
}
.cid-ua5DDKsnQF .mbr-section-title {
  color: #121212;
}
.cid-ua5DDKsnQF .item-title {
  color: #000000;
}
.cid-ua5DDKsnQF .item-subtitle {
  color: #000000;
}
.cid-ua5DDKsnQF .mbr-section-subtitle {
  color: #000000;
}
.cid-ua5Cn5rKr4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ua5Cn5rKr4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua5Cn5rKr4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB8EsaFgqv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uB8EsaFgqv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8EsaFgqv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB8EsaFgqv .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-uB8EsaFgqv .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-uB8EsaFgqv .container {
    max-width: 1400px;
  }
}
.cid-uB8EsaFgqv .card {
  margin: auto;
}
.cid-uB8EsaFgqv .card-title,
.cid-uB8EsaFgqv .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uB8EsaFgqv .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uB8EsaFgqv .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-uB8EsaFgqv .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uB8EsaFgqv .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uB8EsaFgqv .card-wrapper:hover .card-title,
.cid-uB8EsaFgqv .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-uB8EsaFgqv .card-title,
.cid-uB8EsaFgqv .card-box {
  color: #f74660;
}
.cid-uoAESM0YbG {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uoAESM0YbG .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-uoAESM0YbG .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uoAESM0YbG .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uoAESM0YbG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoAESM0YbG .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uoAESM0YbG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAESM0YbG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAESM0YbG .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uoAESM0YbG .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uoAESM0YbG .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAESM0YbG .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uoAESM0YbG .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uoAESM0YbG .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAESM0YbG .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uoAESM0YbG .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uoAESM0YbG .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uoAESM0YbG .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uoAESM0YbG .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uoAESM0YbG .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uoAESM0YbG .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uoAESM0YbG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uoAESM0YbG .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uoAESM0YbG .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoAESM0YbG .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uoAESM0YbG .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uoAESM0YbG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAESM0YbG .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uoAESM0YbG .nav-item:focus,
.cid-uoAESM0YbG .nav-link:focus {
  outline: none;
}
.cid-uoAESM0YbG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAESM0YbG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAESM0YbG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAESM0YbG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAESM0YbG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAESM0YbG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAESM0YbG .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uoAESM0YbG .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAESM0YbG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAESM0YbG .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAESM0YbG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uoAESM0YbG .navbar.collapsed {
  justify-content: center;
}
.cid-uoAESM0YbG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAESM0YbG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAESM0YbG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoAESM0YbG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAESM0YbG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAESM0YbG .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-uoAESM0YbG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAESM0YbG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAESM0YbG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uoAESM0YbG .navbar {
    min-height: 72px;
  }
  .cid-uoAESM0YbG .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uoAESM0YbG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAESM0YbG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAESM0YbG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAESM0YbG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAESM0YbG .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-uoAESM0YbG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAESM0YbG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uoAESM0YbG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAESM0YbG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoAESM0YbG .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uoAESM0YbG .dropdown-item.active,
.cid-uoAESM0YbG .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAESM0YbG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAESM0YbG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAESM0YbG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAESM0YbG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAESM0YbG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uoAESM0YbG .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uoAESM0YbG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAESM0YbG .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uoAESM0YbG .navbar-buttons {
    text-align: left;
  }
}
.cid-uoAESM0YbG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAESM0YbG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAESM0YbG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAESM0YbG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAESM0YbG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAESM0YbG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAESM0YbG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAESM0YbG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAESM0YbG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAESM0YbG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAESM0YbG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAESM0YbG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAESM0YbG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uoAESM0YbG .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoAESM0YbG .navbar {
    height: 70px;
  }
  .cid-uoAESM0YbG .navbar.opened {
    height: auto;
  }
  .cid-uoAESM0YbG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoAESM0YbG .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uoAESM0YbG .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uoAESM0YbG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uoAESM0YbG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uoAESM0YbG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uoAESM0YbG .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uoAESM0YbG .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uoAESM0YbG .navbar-brand {
    margin-right: auto;
  }
  .cid-uoAESM0YbG .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uoAESM0YbG .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uoAESM0YbG .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uoAESM0YbG .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAESM0YbG .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uoAESM0YbG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uoAESM0YbG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uoAESM0YbG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uoAESM0YbG .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAESM0YbG .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uoAESM0YbG .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ua5Kc06hfI {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ua5Kc06hfI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua5Kc06hfI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua5Kc06hfI .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ua5Kc06hfI .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ua5Kc06hfI .container {
    padding: 0 16px;
  }
}
.cid-ua5Kc06hfI .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-ua5Kc06hfI .title-wrapper {
    padding: 0;
  }
}
.cid-ua5Kc06hfI .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ua5Kc06hfI .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-ua5Kc06hfI .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ua5Kc06hfI .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ua5Kc06hfI .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-ua5Kc06hfI .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-ua5Kc06hfI .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-ua5Kc06hfI .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-ua5Kc06hfI .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-ua5Kc06hfI .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ua5Kc06hfI .title-wrapper img {
    display: none;
  }
}
.cid-ua5Kc06hfI .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-ua5Kc06hfI .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-ua5Kc06hfI .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-ua5Kc06hfI .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-ua5Kc06hfI .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-ua5Kc06hfI .title-wrapper .line_1 {
    display: none;
  }
}
.cid-ua5Kc06hfI .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-ua5Kc06hfI .title-wrapper .line_2 {
    display: none;
  }
}
.cid-ua5Kc06hfI .mbr-section-title {
  color: #08323C;
}
.cid-ua5Kc06hfI .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-ua5Kc06hfI .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-ua5Kc06hfI .mbr-section-title,
.cid-ua5Kc06hfI .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-ua5Kc0t4Lg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ua5Kc0t4Lg .col-lg-2 {
    width: 20%;
  }
}
.cid-ua5Kc0t4Lg .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ua5Kc0t4Lg .item:hover img,
.cid-ua5Kc0t4Lg .item:hover .item-img {
  border-radius: 0;
}
.cid-ua5Kc0t4Lg img {
  border: 2px solid gray;
}
.cid-ua5Kc0t4Lg img:hover {
  border-color: #2299aa;
}
.cid-ua5Kc0t4Lg img,
.cid-ua5Kc0t4Lg .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ua5Kc0t4Lg h5 {
  margin: 0;
}
.cid-ua5Kc0t4Lg .item:focus,
.cid-ua5Kc0t4Lg span:focus {
  outline: none;
}
.cid-ua5Kc0t4Lg .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ua5Kc0t4Lg .item-content {
  padding-top: 1rem;
}
.cid-ua5Kc0t4Lg .mbr-section-title {
  color: #121212;
}
.cid-ua5Kc0t4Lg .item-title {
  color: #000000;
}
.cid-ua5Kc0t4Lg .item-subtitle {
  color: #000000;
}
.cid-ua5Kc0t4Lg .mbr-section-subtitle {
  color: #000000;
}
.cid-ua5Kc1aviU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ua5Kc1aviU .col-lg-2 {
    width: 20%;
  }
}
.cid-ua5Kc1aviU .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ua5Kc1aviU .item:hover img,
.cid-ua5Kc1aviU .item:hover .item-img {
  border-radius: 0;
}
.cid-ua5Kc1aviU img {
  border: 2px solid gray;
}
.cid-ua5Kc1aviU img:hover {
  border-color: #2299aa;
}
.cid-ua5Kc1aviU img,
.cid-ua5Kc1aviU .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ua5Kc1aviU h5 {
  margin: 0;
}
.cid-ua5Kc1aviU .item:focus,
.cid-ua5Kc1aviU span:focus {
  outline: none;
}
.cid-ua5Kc1aviU .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ua5Kc1aviU .item-content {
  padding-top: 1rem;
}
.cid-ua5Kc1aviU .mbr-section-title {
  color: #121212;
}
.cid-ua5Kc1aviU .item-title {
  color: #000000;
}
.cid-ua5Kc1aviU .item-subtitle {
  color: #000000;
}
.cid-ua5Kc1aviU .mbr-section-subtitle {
  color: #000000;
}
.cid-ua5Kc1y4my {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ua5Kc1y4my .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua5Kc1y4my .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua5Kc1O24b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ua5Kc1O24b .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua5Kc1O24b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua5Kc1O24b .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-ua5Kc1O24b .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-ua5Kc1O24b .container {
    max-width: 1400px;
  }
}
.cid-ua5Kc1O24b .card {
  margin: auto;
}
.cid-ua5Kc1O24b .card-title,
.cid-ua5Kc1O24b .mbr-iconfont {
  transition: all 0.3s;
}
.cid-ua5Kc1O24b .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-ua5Kc1O24b .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-ua5Kc1O24b .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ua5Kc1O24b .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-ua5Kc1O24b .card-wrapper:hover .card-title,
.cid-ua5Kc1O24b .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-ua5Kc1O24b .card-title,
.cid-ua5Kc1O24b .card-box {
  color: #f74660;
}
.cid-uoAFbK0N67 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uoAFbK0N67 .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-uoAFbK0N67 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uoAFbK0N67 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uoAFbK0N67 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoAFbK0N67 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uoAFbK0N67 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAFbK0N67 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAFbK0N67 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uoAFbK0N67 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uoAFbK0N67 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAFbK0N67 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uoAFbK0N67 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uoAFbK0N67 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAFbK0N67 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uoAFbK0N67 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uoAFbK0N67 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uoAFbK0N67 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uoAFbK0N67 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uoAFbK0N67 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uoAFbK0N67 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uoAFbK0N67 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uoAFbK0N67 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uoAFbK0N67 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoAFbK0N67 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uoAFbK0N67 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uoAFbK0N67 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAFbK0N67 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uoAFbK0N67 .nav-item:focus,
.cid-uoAFbK0N67 .nav-link:focus {
  outline: none;
}
.cid-uoAFbK0N67 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAFbK0N67 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAFbK0N67 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAFbK0N67 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAFbK0N67 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAFbK0N67 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAFbK0N67 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uoAFbK0N67 .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAFbK0N67 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAFbK0N67 .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAFbK0N67 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uoAFbK0N67 .navbar.collapsed {
  justify-content: center;
}
.cid-uoAFbK0N67 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAFbK0N67 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAFbK0N67 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoAFbK0N67 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAFbK0N67 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAFbK0N67 .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-uoAFbK0N67 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAFbK0N67 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAFbK0N67 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uoAFbK0N67 .navbar {
    min-height: 72px;
  }
  .cid-uoAFbK0N67 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uoAFbK0N67 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAFbK0N67 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAFbK0N67 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAFbK0N67 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAFbK0N67 .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-uoAFbK0N67 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAFbK0N67 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uoAFbK0N67 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAFbK0N67 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoAFbK0N67 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uoAFbK0N67 .dropdown-item.active,
.cid-uoAFbK0N67 .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAFbK0N67 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAFbK0N67 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAFbK0N67 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAFbK0N67 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAFbK0N67 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uoAFbK0N67 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uoAFbK0N67 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAFbK0N67 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uoAFbK0N67 .navbar-buttons {
    text-align: left;
  }
}
.cid-uoAFbK0N67 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAFbK0N67 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAFbK0N67 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAFbK0N67 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAFbK0N67 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAFbK0N67 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAFbK0N67 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAFbK0N67 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAFbK0N67 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAFbK0N67 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAFbK0N67 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAFbK0N67 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAFbK0N67 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uoAFbK0N67 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoAFbK0N67 .navbar {
    height: 70px;
  }
  .cid-uoAFbK0N67 .navbar.opened {
    height: auto;
  }
  .cid-uoAFbK0N67 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoAFbK0N67 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uoAFbK0N67 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uoAFbK0N67 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uoAFbK0N67 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uoAFbK0N67 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uoAFbK0N67 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uoAFbK0N67 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uoAFbK0N67 .navbar-brand {
    margin-right: auto;
  }
  .cid-uoAFbK0N67 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uoAFbK0N67 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uoAFbK0N67 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uoAFbK0N67 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAFbK0N67 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uoAFbK0N67 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uoAFbK0N67 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uoAFbK0N67 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uoAFbK0N67 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAFbK0N67 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uoAFbK0N67 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uabAQE2F9o {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uabAQE2F9o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uabAQE2F9o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uabAQE2F9o .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uabAQE2F9o .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uabAQE2F9o .container {
    padding: 0 16px;
  }
}
.cid-uabAQE2F9o .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-uabAQE2F9o .title-wrapper {
    padding: 0;
  }
}
.cid-uabAQE2F9o .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uabAQE2F9o .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uabAQE2F9o .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uabAQE2F9o .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uabAQE2F9o .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-uabAQE2F9o .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-uabAQE2F9o .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-uabAQE2F9o .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uabAQE2F9o .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-uabAQE2F9o .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uabAQE2F9o .title-wrapper img {
    display: none;
  }
}
.cid-uabAQE2F9o .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-uabAQE2F9o .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-uabAQE2F9o .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-uabAQE2F9o .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-uabAQE2F9o .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-uabAQE2F9o .title-wrapper .line_1 {
    display: none;
  }
}
.cid-uabAQE2F9o .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-uabAQE2F9o .title-wrapper .line_2 {
    display: none;
  }
}
.cid-uabAQE2F9o .mbr-section-title {
  color: #08323C;
}
.cid-uabAQE2F9o .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-uabAQE2F9o .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-uabAQE2F9o .mbr-section-title,
.cid-uabAQE2F9o .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-uabAQEuHpW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uabAQEuHpW .col-lg-2 {
    width: 20%;
  }
}
.cid-uabAQEuHpW .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uabAQEuHpW .item:hover img,
.cid-uabAQEuHpW .item:hover .item-img {
  border-radius: 0;
}
.cid-uabAQEuHpW img {
  border: 2px solid gray;
}
.cid-uabAQEuHpW img:hover {
  border-color: #2299aa;
}
.cid-uabAQEuHpW img,
.cid-uabAQEuHpW .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uabAQEuHpW h5 {
  margin: 0;
}
.cid-uabAQEuHpW .item:focus,
.cid-uabAQEuHpW span:focus {
  outline: none;
}
.cid-uabAQEuHpW .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uabAQEuHpW .item-content {
  padding-top: 1rem;
}
.cid-uabAQEuHpW .mbr-section-title {
  color: #121212;
}
.cid-uabAQEuHpW .item-title {
  color: #000000;
}
.cid-uabAQEuHpW .item-subtitle {
  color: #000000;
}
.cid-uabAQEuHpW .mbr-section-subtitle {
  color: #000000;
}
.cid-uabBFsS9fa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uabBFsS9fa .col-lg-2 {
    width: 20%;
  }
}
.cid-uabBFsS9fa .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uabBFsS9fa .item:hover img,
.cid-uabBFsS9fa .item:hover .item-img {
  border-radius: 0;
}
.cid-uabBFsS9fa img {
  border: 2px solid gray;
}
.cid-uabBFsS9fa img:hover {
  border-color: #2299aa;
}
.cid-uabBFsS9fa img,
.cid-uabBFsS9fa .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uabBFsS9fa h5 {
  margin: 0;
}
.cid-uabBFsS9fa .item:focus,
.cid-uabBFsS9fa span:focus {
  outline: none;
}
.cid-uabBFsS9fa .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uabBFsS9fa .item-content {
  padding-top: 1rem;
}
.cid-uabBFsS9fa .mbr-section-title {
  color: #121212;
}
.cid-uabBFsS9fa .item-title {
  color: #000000;
}
.cid-uabBFsS9fa .item-subtitle {
  color: #000000;
}
.cid-uabBFsS9fa .mbr-section-subtitle {
  color: #000000;
}
.cid-uabAQEPkbJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uabAQEPkbJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uabAQEPkbJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uabAQF1Awd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uabAQF1Awd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uabAQF1Awd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uabAQF1Awd .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-uabAQF1Awd .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-uabAQF1Awd .container {
    max-width: 1400px;
  }
}
.cid-uabAQF1Awd .card {
  margin: auto;
}
.cid-uabAQF1Awd .card-title,
.cid-uabAQF1Awd .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uabAQF1Awd .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uabAQF1Awd .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-uabAQF1Awd .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uabAQF1Awd .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uabAQF1Awd .card-wrapper:hover .card-title,
.cid-uabAQF1Awd .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-uabAQF1Awd .card-title,
.cid-uabAQF1Awd .card-box {
  color: #f74660;
}
.cid-uoAF7oeQnF {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uoAF7oeQnF .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-uoAF7oeQnF .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uoAF7oeQnF .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uoAF7oeQnF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoAF7oeQnF .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uoAF7oeQnF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAF7oeQnF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAF7oeQnF .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uoAF7oeQnF .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uoAF7oeQnF .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAF7oeQnF .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uoAF7oeQnF .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uoAF7oeQnF .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAF7oeQnF .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uoAF7oeQnF .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uoAF7oeQnF .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uoAF7oeQnF .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uoAF7oeQnF .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uoAF7oeQnF .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uoAF7oeQnF .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uoAF7oeQnF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uoAF7oeQnF .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uoAF7oeQnF .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoAF7oeQnF .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uoAF7oeQnF .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uoAF7oeQnF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAF7oeQnF .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uoAF7oeQnF .nav-item:focus,
.cid-uoAF7oeQnF .nav-link:focus {
  outline: none;
}
.cid-uoAF7oeQnF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAF7oeQnF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAF7oeQnF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAF7oeQnF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAF7oeQnF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAF7oeQnF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAF7oeQnF .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uoAF7oeQnF .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAF7oeQnF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAF7oeQnF .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAF7oeQnF .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uoAF7oeQnF .navbar.collapsed {
  justify-content: center;
}
.cid-uoAF7oeQnF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAF7oeQnF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAF7oeQnF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoAF7oeQnF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAF7oeQnF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAF7oeQnF .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-uoAF7oeQnF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAF7oeQnF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAF7oeQnF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uoAF7oeQnF .navbar {
    min-height: 72px;
  }
  .cid-uoAF7oeQnF .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uoAF7oeQnF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAF7oeQnF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAF7oeQnF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAF7oeQnF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAF7oeQnF .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-uoAF7oeQnF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAF7oeQnF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uoAF7oeQnF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAF7oeQnF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoAF7oeQnF .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uoAF7oeQnF .dropdown-item.active,
.cid-uoAF7oeQnF .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAF7oeQnF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAF7oeQnF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAF7oeQnF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAF7oeQnF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAF7oeQnF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uoAF7oeQnF .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uoAF7oeQnF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAF7oeQnF .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uoAF7oeQnF .navbar-buttons {
    text-align: left;
  }
}
.cid-uoAF7oeQnF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAF7oeQnF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAF7oeQnF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAF7oeQnF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAF7oeQnF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAF7oeQnF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAF7oeQnF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAF7oeQnF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAF7oeQnF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAF7oeQnF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAF7oeQnF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAF7oeQnF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAF7oeQnF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uoAF7oeQnF .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoAF7oeQnF .navbar {
    height: 70px;
  }
  .cid-uoAF7oeQnF .navbar.opened {
    height: auto;
  }
  .cid-uoAF7oeQnF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoAF7oeQnF .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uoAF7oeQnF .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uoAF7oeQnF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uoAF7oeQnF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uoAF7oeQnF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uoAF7oeQnF .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uoAF7oeQnF .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uoAF7oeQnF .navbar-brand {
    margin-right: auto;
  }
  .cid-uoAF7oeQnF .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uoAF7oeQnF .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uoAF7oeQnF .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uoAF7oeQnF .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAF7oeQnF .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uoAF7oeQnF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uoAF7oeQnF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uoAF7oeQnF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uoAF7oeQnF .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAF7oeQnF .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uoAF7oeQnF .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uabCWUpTaw {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uabCWUpTaw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uabCWUpTaw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uabCWUpTaw .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uabCWUpTaw .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uabCWUpTaw .container {
    padding: 0 16px;
  }
}
.cid-uabCWUpTaw .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-uabCWUpTaw .title-wrapper {
    padding: 0;
  }
}
.cid-uabCWUpTaw .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uabCWUpTaw .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uabCWUpTaw .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uabCWUpTaw .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uabCWUpTaw .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-uabCWUpTaw .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-uabCWUpTaw .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-uabCWUpTaw .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uabCWUpTaw .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-uabCWUpTaw .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uabCWUpTaw .title-wrapper img {
    display: none;
  }
}
.cid-uabCWUpTaw .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-uabCWUpTaw .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-uabCWUpTaw .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-uabCWUpTaw .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-uabCWUpTaw .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-uabCWUpTaw .title-wrapper .line_1 {
    display: none;
  }
}
.cid-uabCWUpTaw .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-uabCWUpTaw .title-wrapper .line_2 {
    display: none;
  }
}
.cid-uabCWUpTaw .mbr-section-title {
  color: #08323C;
}
.cid-uabCWUpTaw .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-uabCWUpTaw .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-uabCWUpTaw .mbr-section-title,
.cid-uabCWUpTaw .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-uabCWUVo7M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uabCWUVo7M .col-lg-2 {
    width: 20%;
  }
}
.cid-uabCWUVo7M .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uabCWUVo7M .item:hover img,
.cid-uabCWUVo7M .item:hover .item-img {
  border-radius: 0;
}
.cid-uabCWUVo7M img {
  border: 2px solid gray;
}
.cid-uabCWUVo7M img:hover {
  border-color: #2299aa;
}
.cid-uabCWUVo7M img,
.cid-uabCWUVo7M .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uabCWUVo7M h5 {
  margin: 0;
}
.cid-uabCWUVo7M .item:focus,
.cid-uabCWUVo7M span:focus {
  outline: none;
}
.cid-uabCWUVo7M .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uabCWUVo7M .item-content {
  padding-top: 1rem;
}
.cid-uabCWUVo7M .mbr-section-title {
  color: #121212;
}
.cid-uabCWUVo7M .item-title {
  color: #000000;
}
.cid-uabCWUVo7M .item-subtitle {
  color: #000000;
}
.cid-uabCWUVo7M .mbr-section-subtitle {
  color: #000000;
}
.cid-uabCWVgXdT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uabCWVgXdT .col-lg-2 {
    width: 20%;
  }
}
.cid-uabCWVgXdT .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uabCWVgXdT .item:hover img,
.cid-uabCWVgXdT .item:hover .item-img {
  border-radius: 0;
}
.cid-uabCWVgXdT img {
  border: 2px solid gray;
}
.cid-uabCWVgXdT img:hover {
  border-color: #2299aa;
}
.cid-uabCWVgXdT img,
.cid-uabCWVgXdT .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uabCWVgXdT h5 {
  margin: 0;
}
.cid-uabCWVgXdT .item:focus,
.cid-uabCWVgXdT span:focus {
  outline: none;
}
.cid-uabCWVgXdT .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uabCWVgXdT .item-content {
  padding-top: 1rem;
}
.cid-uabCWVgXdT .mbr-section-title {
  color: #121212;
}
.cid-uabCWVgXdT .item-title {
  color: #000000;
}
.cid-uabCWVgXdT .item-subtitle {
  color: #000000;
}
.cid-uabCWVgXdT .mbr-section-subtitle {
  color: #000000;
}
.cid-uabCWVzUE2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uabCWVzUE2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uabCWVzUE2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uabCWVMAnm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uabCWVMAnm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uabCWVMAnm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uabCWVMAnm .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-uabCWVMAnm .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-uabCWVMAnm .container {
    max-width: 1400px;
  }
}
.cid-uabCWVMAnm .card {
  margin: auto;
}
.cid-uabCWVMAnm .card-title,
.cid-uabCWVMAnm .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uabCWVMAnm .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uabCWVMAnm .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-uabCWVMAnm .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uabCWVMAnm .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uabCWVMAnm .card-wrapper:hover .card-title,
.cid-uabCWVMAnm .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-uabCWVMAnm .card-title,
.cid-uabCWVMAnm .card-box {
  color: #f74660;
}
.cid-ubZ6DSFYeR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ubZ6DSFYeR .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-ubZ6DSFYeR .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ubZ6DSFYeR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ubZ6DSFYeR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubZ6DSFYeR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ubZ6DSFYeR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubZ6DSFYeR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubZ6DSFYeR .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ubZ6DSFYeR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ubZ6DSFYeR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ubZ6DSFYeR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ubZ6DSFYeR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ubZ6DSFYeR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ubZ6DSFYeR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ubZ6DSFYeR .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ubZ6DSFYeR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ubZ6DSFYeR .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ubZ6DSFYeR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ubZ6DSFYeR .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ubZ6DSFYeR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ubZ6DSFYeR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ubZ6DSFYeR .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ubZ6DSFYeR .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubZ6DSFYeR .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ubZ6DSFYeR .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ubZ6DSFYeR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubZ6DSFYeR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-ubZ6DSFYeR .nav-item:focus,
.cid-ubZ6DSFYeR .nav-link:focus {
  outline: none;
}
.cid-ubZ6DSFYeR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubZ6DSFYeR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubZ6DSFYeR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubZ6DSFYeR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubZ6DSFYeR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubZ6DSFYeR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubZ6DSFYeR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ubZ6DSFYeR .navbar.opened {
  transition: all 0.3s;
}
.cid-ubZ6DSFYeR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubZ6DSFYeR .navbar .navbar-logo img {
  width: auto;
}
.cid-ubZ6DSFYeR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ubZ6DSFYeR .navbar.collapsed {
  justify-content: center;
}
.cid-ubZ6DSFYeR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubZ6DSFYeR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubZ6DSFYeR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ubZ6DSFYeR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubZ6DSFYeR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubZ6DSFYeR .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-ubZ6DSFYeR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubZ6DSFYeR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubZ6DSFYeR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ubZ6DSFYeR .navbar {
    min-height: 72px;
  }
  .cid-ubZ6DSFYeR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ubZ6DSFYeR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubZ6DSFYeR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubZ6DSFYeR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubZ6DSFYeR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubZ6DSFYeR .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-ubZ6DSFYeR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubZ6DSFYeR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ubZ6DSFYeR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubZ6DSFYeR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubZ6DSFYeR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ubZ6DSFYeR .dropdown-item.active,
.cid-ubZ6DSFYeR .dropdown-item:active {
  background-color: transparent;
}
.cid-ubZ6DSFYeR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubZ6DSFYeR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubZ6DSFYeR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubZ6DSFYeR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubZ6DSFYeR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ubZ6DSFYeR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ubZ6DSFYeR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubZ6DSFYeR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ubZ6DSFYeR .navbar-buttons {
    text-align: left;
  }
}
.cid-ubZ6DSFYeR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubZ6DSFYeR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ubZ6DSFYeR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubZ6DSFYeR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubZ6DSFYeR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubZ6DSFYeR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubZ6DSFYeR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubZ6DSFYeR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubZ6DSFYeR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubZ6DSFYeR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubZ6DSFYeR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ubZ6DSFYeR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubZ6DSFYeR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ubZ6DSFYeR .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubZ6DSFYeR .navbar {
    height: 70px;
  }
  .cid-ubZ6DSFYeR .navbar.opened {
    height: auto;
  }
  .cid-ubZ6DSFYeR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubZ6DSFYeR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ubZ6DSFYeR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ubZ6DSFYeR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ubZ6DSFYeR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ubZ6DSFYeR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ubZ6DSFYeR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ubZ6DSFYeR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ubZ6DSFYeR .navbar-brand {
    margin-right: auto;
  }
  .cid-ubZ6DSFYeR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ubZ6DSFYeR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ubZ6DSFYeR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ubZ6DSFYeR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ubZ6DSFYeR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ubZ6DSFYeR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ubZ6DSFYeR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ubZ6DSFYeR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ubZ6DSFYeR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ubZ6DSFYeR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ubZ6DSFYeR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubZ8zriIkI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubZ8zriIkI .item-subtitle a {
  font-weight: 600;
}
.cid-ubZ8zriIkI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ubZ8zriIkI .item:hover img {
  transform: scale(1.05);
}
.cid-ubZ8zriIkI .item-img {
  overflow: hidden;
}
.cid-ubZ8zriIkI img,
.cid-ubZ8zriIkI .item-img {
  width: 100%;
  transition: all 1s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ubZ8zriIkI h5 {
  margin: 0;
}
.cid-ubZ8zriIkI .item:focus,
.cid-ubZ8zriIkI span:focus {
  outline: none;
}
.cid-ubZ8zriIkI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ubZ8zriIkI .item-content {
  padding-top: 2rem;
}
.cid-ubZ8zriIkI .mbr-section-title {
  color: #232323;
}
.cid-ubZ8zriIkI .item-title {
  color: #000000;
}
.cid-ubZ8zriIkI .item-subtitle {
  color: #ff6666;
}
.cid-ubZ8zriIkI .mbr-text,
.cid-ubZ8zriIkI .mbr-section-btn {
  text-align: left;
}
.cid-ubZ8A07BJH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubZ8A07BJH .item-subtitle a {
  font-weight: 600;
}
.cid-ubZ8A07BJH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ubZ8A07BJH .item:hover img {
  transform: scale(1.05);
}
.cid-ubZ8A07BJH .item-img {
  overflow: hidden;
}
.cid-ubZ8A07BJH img,
.cid-ubZ8A07BJH .item-img {
  width: 100%;
  transition: all 1s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ubZ8A07BJH h5 {
  margin: 0;
}
.cid-ubZ8A07BJH .item:focus,
.cid-ubZ8A07BJH span:focus {
  outline: none;
}
.cid-ubZ8A07BJH .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ubZ8A07BJH .item-content {
  padding-top: 2rem;
}
.cid-ubZ8A07BJH .mbr-section-title {
  color: #232323;
}
.cid-ubZ8A07BJH .item-title {
  color: #000000;
}
.cid-ubZ8A07BJH .item-subtitle {
  color: #ff6666;
}
.cid-vcdN4ehRZ4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcdN4ehRZ4 .item-subtitle a {
  font-weight: 600;
}
.cid-vcdN4ehRZ4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vcdN4ehRZ4 .item:hover img {
  transform: scale(1.05);
}
.cid-vcdN4ehRZ4 .item-img {
  overflow: hidden;
}
.cid-vcdN4ehRZ4 img,
.cid-vcdN4ehRZ4 .item-img {
  width: 100%;
  transition: all 1s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vcdN4ehRZ4 h5 {
  margin: 0;
}
.cid-vcdN4ehRZ4 .item:focus,
.cid-vcdN4ehRZ4 span:focus {
  outline: none;
}
.cid-vcdN4ehRZ4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vcdN4ehRZ4 .item-content {
  padding-top: 2rem;
}
.cid-vcdN4ehRZ4 .mbr-section-title {
  color: #232323;
}
.cid-vcdN4ehRZ4 .item-title {
  color: #000000;
}
.cid-vcdN4ehRZ4 .item-subtitle {
  color: #f35e67;
}
.cid-ucmiJ37FT5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucmiJ37FT5 .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-ucmiJ37FT5 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ucmiJ37FT5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucmiJ37FT5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucmiJ37FT5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ucmiJ37FT5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucmiJ37FT5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucmiJ37FT5 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ucmiJ37FT5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ucmiJ37FT5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ucmiJ37FT5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucmiJ37FT5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucmiJ37FT5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ucmiJ37FT5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucmiJ37FT5 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ucmiJ37FT5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucmiJ37FT5 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucmiJ37FT5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ucmiJ37FT5 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ucmiJ37FT5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucmiJ37FT5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ucmiJ37FT5 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ucmiJ37FT5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucmiJ37FT5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ucmiJ37FT5 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ucmiJ37FT5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucmiJ37FT5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-ucmiJ37FT5 .nav-item:focus,
.cid-ucmiJ37FT5 .nav-link:focus {
  outline: none;
}
.cid-ucmiJ37FT5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucmiJ37FT5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucmiJ37FT5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucmiJ37FT5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucmiJ37FT5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucmiJ37FT5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucmiJ37FT5 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ucmiJ37FT5 .navbar.opened {
  transition: all 0.3s;
}
.cid-ucmiJ37FT5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucmiJ37FT5 .navbar .navbar-logo img {
  width: auto;
}
.cid-ucmiJ37FT5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucmiJ37FT5 .navbar.collapsed {
  justify-content: center;
}
.cid-ucmiJ37FT5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucmiJ37FT5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucmiJ37FT5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ucmiJ37FT5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucmiJ37FT5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucmiJ37FT5 .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-ucmiJ37FT5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucmiJ37FT5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucmiJ37FT5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucmiJ37FT5 .navbar {
    min-height: 72px;
  }
  .cid-ucmiJ37FT5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucmiJ37FT5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucmiJ37FT5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucmiJ37FT5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucmiJ37FT5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucmiJ37FT5 .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-ucmiJ37FT5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucmiJ37FT5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucmiJ37FT5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucmiJ37FT5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucmiJ37FT5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucmiJ37FT5 .dropdown-item.active,
.cid-ucmiJ37FT5 .dropdown-item:active {
  background-color: transparent;
}
.cid-ucmiJ37FT5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucmiJ37FT5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucmiJ37FT5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucmiJ37FT5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucmiJ37FT5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucmiJ37FT5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucmiJ37FT5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucmiJ37FT5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucmiJ37FT5 .navbar-buttons {
    text-align: left;
  }
}
.cid-ucmiJ37FT5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucmiJ37FT5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucmiJ37FT5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucmiJ37FT5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucmiJ37FT5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucmiJ37FT5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucmiJ37FT5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucmiJ37FT5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucmiJ37FT5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucmiJ37FT5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucmiJ37FT5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucmiJ37FT5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucmiJ37FT5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucmiJ37FT5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucmiJ37FT5 .navbar {
    height: 70px;
  }
  .cid-ucmiJ37FT5 .navbar.opened {
    height: auto;
  }
  .cid-ucmiJ37FT5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucmiJ37FT5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucmiJ37FT5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucmiJ37FT5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucmiJ37FT5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ucmiJ37FT5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucmiJ37FT5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucmiJ37FT5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucmiJ37FT5 .navbar-brand {
    margin-right: auto;
  }
  .cid-ucmiJ37FT5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ucmiJ37FT5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucmiJ37FT5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucmiJ37FT5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucmiJ37FT5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucmiJ37FT5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucmiJ37FT5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ucmiJ37FT5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucmiJ37FT5 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucmiJ37FT5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucmiJ37FT5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uqRcBsJPvr {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f8e7d2;
}
.cid-uqRcBsJPvr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqRcBsJPvr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqRcBsJPvr .items-wrapper {
  justify-content: flex-end;
}
.cid-uqRcBsJPvr .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uqRcBsJPvr .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uqRcBsJPvr .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-uqRcBsJPvr .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uqRcBsJPvr .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uqRcBsJPvr .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uqRcBsJPvr .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uqRcBsJPvr .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uqRcBsJPvr .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uqRcBsJPvr .content-wrapper {
    padding-left: 0;
  }
}
.cid-uqRcBsJPvr .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uqRcBsJPvr .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uqRcBsJPvr .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uqRcBsJPvr .mbr-desc {
  color: #ff6666;
}
.cid-uqRcBsJPvr .mbr-section-title {
  color: #272b2e;
}
.cid-uqRcBsJPvr .mbr-text,
.cid-uqRcBsJPvr .text-wrapper {
  color: #272b2e;
}
.cid-uqRcBsJPvr .mbr-section-title,
.cid-uqRcBsJPvr .mbr-section-btn {
  color: #ff6666;
}
.cid-usbJMVuJxf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f8e7d2;
}
.cid-usbJMVuJxf .mbr-text {
  color: #000000;
}
.cid-usbJMVuJxf .list {
  color: #666666;
}
.cid-usbJMVuJxf ul {
  list-style-position: inside;
  padding: 0;
}
.cid-usbJMVuJxf li {
  padding-bottom: 0.5rem;
}
.cid-uqRcCRTfee {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8e7d2;
}
.cid-uqRcCRTfee .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqRcCRTfee .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqRcCRTfee .items-wrapper {
  justify-content: flex-end;
}
.cid-uqRcCRTfee .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uqRcCRTfee .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uqRcCRTfee .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-uqRcCRTfee .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uqRcCRTfee .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uqRcCRTfee .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uqRcCRTfee .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uqRcCRTfee .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uqRcCRTfee .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uqRcCRTfee .content-wrapper {
    padding-left: 0;
  }
}
.cid-uqRcCRTfee .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uqRcCRTfee .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uqRcCRTfee .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uqRcCRTfee .mbr-desc {
  color: #ff6666;
}
.cid-uqRcCRTfee .mbr-section-title {
  color: #272b2e;
}
.cid-uqRcCRTfee .mbr-text,
.cid-uqRcCRTfee .text-wrapper {
  color: #272b2e;
}
.cid-uqRcCRTfee .mbr-section-title,
.cid-uqRcCRTfee .mbr-section-btn {
  color: #ff6666;
}
.cid-usbJFYDeej {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8e7d2;
}
.cid-usbJFYDeej .img-wrapper {
  text-align: center;
}
.cid-usbJFYDeej .card-title {
  padding-top: 1.5rem;
  color: #ff6666;
}
.cid-usbJFYDeej img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-usbJFYDeej .row {
  align-items: flex-start;
}
.cid-usbJFYDeej .card-wrapper {
  border-radius: 4px;
  background: #f8e7d2;
}
@media (max-width: 992px) {
  .cid-usbJFYDeej .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-usbJFYDeej .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-usbJFYDeej .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-usbJFYDeej .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-usbJFYDeej .title {
  color: #f57174;
}
.cid-ud1draH41X {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ud1draH41X .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-ud1draH41X .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ud1draH41X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ud1draH41X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud1draH41X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ud1draH41X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud1draH41X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud1draH41X .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ud1draH41X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ud1draH41X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ud1draH41X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ud1draH41X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ud1draH41X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ud1draH41X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ud1draH41X .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ud1draH41X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ud1draH41X .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ud1draH41X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ud1draH41X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ud1draH41X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ud1draH41X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ud1draH41X .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ud1draH41X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ud1draH41X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ud1draH41X .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ud1draH41X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud1draH41X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-ud1draH41X .nav-item:focus,
.cid-ud1draH41X .nav-link:focus {
  outline: none;
}
.cid-ud1draH41X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ud1draH41X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud1draH41X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ud1draH41X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ud1draH41X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud1draH41X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud1draH41X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ud1draH41X .navbar.opened {
  transition: all 0.3s;
}
.cid-ud1draH41X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ud1draH41X .navbar .navbar-logo img {
  width: auto;
}
.cid-ud1draH41X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ud1draH41X .navbar.collapsed {
  justify-content: center;
}
.cid-ud1draH41X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud1draH41X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud1draH41X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ud1draH41X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud1draH41X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud1draH41X .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-ud1draH41X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud1draH41X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud1draH41X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ud1draH41X .navbar {
    min-height: 72px;
  }
  .cid-ud1draH41X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ud1draH41X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud1draH41X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud1draH41X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud1draH41X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud1draH41X .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-ud1draH41X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud1draH41X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ud1draH41X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ud1draH41X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud1draH41X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ud1draH41X .dropdown-item.active,
.cid-ud1draH41X .dropdown-item:active {
  background-color: transparent;
}
.cid-ud1draH41X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud1draH41X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud1draH41X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud1draH41X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ud1draH41X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ud1draH41X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ud1draH41X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ud1draH41X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ud1draH41X .navbar-buttons {
    text-align: left;
  }
}
.cid-ud1draH41X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ud1draH41X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ud1draH41X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud1draH41X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud1draH41X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud1draH41X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud1draH41X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud1draH41X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud1draH41X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud1draH41X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud1draH41X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ud1draH41X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ud1draH41X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ud1draH41X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud1draH41X .navbar {
    height: 70px;
  }
  .cid-ud1draH41X .navbar.opened {
    height: auto;
  }
  .cid-ud1draH41X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud1draH41X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ud1draH41X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ud1draH41X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ud1draH41X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ud1draH41X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ud1draH41X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ud1draH41X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ud1draH41X .navbar-brand {
    margin-right: auto;
  }
  .cid-ud1draH41X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ud1draH41X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ud1draH41X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ud1draH41X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ud1draH41X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ud1draH41X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ud1draH41X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ud1draH41X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ud1draH41X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ud1draH41X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ud1draH41X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ud197oznhF {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ud197oznhF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud197oznhF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud197oznhF .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ud197oznhF .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ud197oznhF .container {
    padding: 0 16px;
  }
}
.cid-ud197oznhF .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-ud197oznhF .title-wrapper {
    padding: 0;
  }
}
.cid-ud197oznhF .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ud197oznhF .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-ud197oznhF .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ud197oznhF .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ud197oznhF .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-ud197oznhF .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-ud197oznhF .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-ud197oznhF .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-ud197oznhF .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-ud197oznhF .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ud197oznhF .title-wrapper img {
    display: none;
  }
}
.cid-ud197oznhF .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-ud197oznhF .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-ud197oznhF .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-ud197oznhF .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-ud197oznhF .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-ud197oznhF .title-wrapper .line_1 {
    display: none;
  }
}
.cid-ud197oznhF .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-ud197oznhF .title-wrapper .line_2 {
    display: none;
  }
}
.cid-ud197oznhF .mbr-section-title {
  color: #08323C;
}
.cid-ud197oznhF .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-ud197oznhF .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-ud197oznhF .mbr-section-title,
.cid-ud197oznhF .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-uvdclZwtAw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvdclZwtAw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvdclZwtAw .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-uvdclZwtAw .container {
    padding: 0 24px;
  }
}
.cid-uvdclZwtAw .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-uvdclZwtAw .image-wrapper {
  height: 100%;
}
.cid-uvdclZwtAw .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uvdclZwtAw .image-wrapper img {
    height: 350px;
  }
}
.cid-uvdclZwtAw .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvdclZwtAw .content-wrapper {
    padding: 24px;
  }
}
.cid-uvdclZwtAw .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uvdclZwtAw .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uvdclZwtAw .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uvdclZwtAw .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uvdclZwtAw .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-uvdclZwtAw .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uvdclZwtAw .mbr-section-title {
  color: #141414;
}
.cid-uvdclZwtAw .mbr-text {
  color: #141414;
}
.cid-uvdclZwtAw .mbr-section-title,
.cid-uvdclZwtAw .title-wrapper,
.cid-uvdclZwtAw .mbr-section-btn {
  color: #f35e67;
}
.cid-uguQCel2kz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uguQCel2kz .mbr-text {
  color: #000000;
}
.cid-uguQCel2kz .list {
  color: #666666;
}
.cid-uguQCel2kz ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uguQCel2kz li {
  padding-bottom: 0.5rem;
}
.cid-ugv2doxCeC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugv2doxCeC .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-ugv2doxCeC img,
.cid-ugv2doxCeC .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ugv2doxCeC .item:focus,
.cid-ugv2doxCeC span:focus {
  outline: none;
}
.cid-ugv2doxCeC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugv2doxCeC .item {
    margin-bottom: 1rem;
  }
}
.cid-ugv2doxCeC .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ugv2doxCeC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ugv2doxCeC .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ugv2doxCeC .mbr-text,
.cid-ugv2doxCeC .mbr-section-btn {
  color: #838383;
  text-align: left;
}
.cid-ugv2doxCeC .item-title {
  color: #000000;
  text-align: left;
}
.cid-ugv2doxCeC .mbr-section-subtitle {
  color: #838383;
  text-align: left;
}
.cid-uguW62MNrY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-uguW62MNrY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uguW62MNrY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uguW62MNrY .mbr-section-title {
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.5rem;
}
.cid-uguW62MNrY .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uguW62MNrY .team-card:hover {
  transform: translateY(-10px);
}
@media (max-width: 991px) {
  .cid-uguW62MNrY .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uguW62MNrY .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 0.3rem;
  height: 200px;
  object-fit: cover;
}
.cid-uguW62MNrY .social-row {
  text-align: center;
}
.cid-uguW62MNrY .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uguW62MNrY .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uguW62MNrY .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uguW62MNrY .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uguW62MNrY .mbr-role,
.cid-uguW62MNrY .social-row {
  color: #353535;
}
.cid-ud197qhydY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ud197qhydY .mbr-text {
  color: #000000;
}
.cid-ud197qhydY .list {
  color: #666666;
}
.cid-ud197qhydY ul {
  list-style-position: inside;
  padding: 0;
}
.cid-ud197qhydY li {
  padding-bottom: 0.5rem;
}
.cid-ud197qhydY .mbr-section-subtitle {
  text-align: left;
  color: #f35e67;
}
.cid-uB8znO3LuL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uB8znO3LuL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB8znO3LuL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB8znO3LuL .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-uB8znO3LuL .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-uB8znO3LuL .container {
    max-width: 1400px;
  }
}
.cid-uB8znO3LuL .card {
  margin: auto;
}
.cid-uB8znO3LuL .card-title,
.cid-uB8znO3LuL .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uB8znO3LuL .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uB8znO3LuL .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-uB8znO3LuL .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uB8znO3LuL .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uB8znO3LuL .card-wrapper:hover .card-title,
.cid-uB8znO3LuL .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-uB8znO3LuL .card-title,
.cid-uB8znO3LuL .card-box {
  color: #f74660;
}
.cid-uoAFlNaKq5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uoAFlNaKq5 .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-uoAFlNaKq5 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uoAFlNaKq5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uoAFlNaKq5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoAFlNaKq5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uoAFlNaKq5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAFlNaKq5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAFlNaKq5 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uoAFlNaKq5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uoAFlNaKq5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAFlNaKq5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uoAFlNaKq5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uoAFlNaKq5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAFlNaKq5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uoAFlNaKq5 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uoAFlNaKq5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uoAFlNaKq5 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uoAFlNaKq5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uoAFlNaKq5 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uoAFlNaKq5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uoAFlNaKq5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uoAFlNaKq5 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uoAFlNaKq5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoAFlNaKq5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uoAFlNaKq5 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uoAFlNaKq5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAFlNaKq5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uoAFlNaKq5 .nav-item:focus,
.cid-uoAFlNaKq5 .nav-link:focus {
  outline: none;
}
.cid-uoAFlNaKq5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAFlNaKq5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAFlNaKq5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAFlNaKq5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAFlNaKq5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAFlNaKq5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAFlNaKq5 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uoAFlNaKq5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAFlNaKq5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAFlNaKq5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAFlNaKq5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uoAFlNaKq5 .navbar.collapsed {
  justify-content: center;
}
.cid-uoAFlNaKq5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAFlNaKq5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAFlNaKq5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoAFlNaKq5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAFlNaKq5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAFlNaKq5 .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-uoAFlNaKq5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAFlNaKq5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAFlNaKq5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uoAFlNaKq5 .navbar {
    min-height: 72px;
  }
  .cid-uoAFlNaKq5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uoAFlNaKq5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAFlNaKq5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAFlNaKq5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAFlNaKq5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAFlNaKq5 .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-uoAFlNaKq5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAFlNaKq5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uoAFlNaKq5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAFlNaKq5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoAFlNaKq5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uoAFlNaKq5 .dropdown-item.active,
.cid-uoAFlNaKq5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAFlNaKq5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAFlNaKq5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAFlNaKq5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAFlNaKq5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAFlNaKq5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uoAFlNaKq5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uoAFlNaKq5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAFlNaKq5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uoAFlNaKq5 .navbar-buttons {
    text-align: left;
  }
}
.cid-uoAFlNaKq5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAFlNaKq5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAFlNaKq5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAFlNaKq5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAFlNaKq5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAFlNaKq5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAFlNaKq5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAFlNaKq5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAFlNaKq5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAFlNaKq5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAFlNaKq5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAFlNaKq5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAFlNaKq5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uoAFlNaKq5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoAFlNaKq5 .navbar {
    height: 70px;
  }
  .cid-uoAFlNaKq5 .navbar.opened {
    height: auto;
  }
  .cid-uoAFlNaKq5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoAFlNaKq5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uoAFlNaKq5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uoAFlNaKq5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uoAFlNaKq5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uoAFlNaKq5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uoAFlNaKq5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uoAFlNaKq5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uoAFlNaKq5 .navbar-brand {
    margin-right: auto;
  }
  .cid-uoAFlNaKq5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uoAFlNaKq5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uoAFlNaKq5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uoAFlNaKq5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAFlNaKq5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uoAFlNaKq5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uoAFlNaKq5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uoAFlNaKq5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uoAFlNaKq5 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAFlNaKq5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uoAFlNaKq5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uijaxKOs63 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uijaxKOs63 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uijaxKOs63 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uijaxKOs63 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uijaxKOs63 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uijaxKOs63 .container {
    padding: 0 16px;
  }
}
.cid-uijaxKOs63 .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-uijaxKOs63 .title-wrapper {
    padding: 0;
  }
}
.cid-uijaxKOs63 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uijaxKOs63 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uijaxKOs63 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uijaxKOs63 .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uijaxKOs63 .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-uijaxKOs63 .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-uijaxKOs63 .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-uijaxKOs63 .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uijaxKOs63 .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-uijaxKOs63 .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uijaxKOs63 .title-wrapper img {
    display: none;
  }
}
.cid-uijaxKOs63 .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-uijaxKOs63 .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-uijaxKOs63 .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-uijaxKOs63 .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-uijaxKOs63 .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-uijaxKOs63 .title-wrapper .line_1 {
    display: none;
  }
}
.cid-uijaxKOs63 .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-uijaxKOs63 .title-wrapper .line_2 {
    display: none;
  }
}
.cid-uijaxKOs63 .mbr-section-title {
  color: #08323C;
}
.cid-uijaxKOs63 .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-uijaxKOs63 .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-uijaxKOs63 .mbr-section-title,
.cid-uijaxKOs63 .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-uijaxLxopx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uijaxLxopx .col-lg-2 {
    width: 20%;
  }
}
.cid-uijaxLxopx .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uijaxLxopx .item:hover img,
.cid-uijaxLxopx .item:hover .item-img {
  border-radius: 0;
}
.cid-uijaxLxopx img {
  border: 2px solid gray;
}
.cid-uijaxLxopx img:hover {
  border-color: #2299aa;
}
.cid-uijaxLxopx img,
.cid-uijaxLxopx .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uijaxLxopx h5 {
  margin: 0;
}
.cid-uijaxLxopx .item:focus,
.cid-uijaxLxopx span:focus {
  outline: none;
}
.cid-uijaxLxopx .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uijaxLxopx .item-content {
  padding-top: 1rem;
}
.cid-uijaxLxopx .mbr-section-title {
  color: #121212;
}
.cid-uijaxLxopx .item-title {
  color: #000000;
}
.cid-uijaxLxopx .item-subtitle {
  color: #000000;
}
.cid-uijaxLxopx .mbr-section-subtitle {
  color: #000000;
}
.cid-uijaxLVXvE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uijaxLVXvE .col-lg-2 {
    width: 20%;
  }
}
.cid-uijaxLVXvE .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uijaxLVXvE .item:hover img,
.cid-uijaxLVXvE .item:hover .item-img {
  border-radius: 0;
}
.cid-uijaxLVXvE img {
  border: 2px solid gray;
}
.cid-uijaxLVXvE img:hover {
  border-color: #2299aa;
}
.cid-uijaxLVXvE img,
.cid-uijaxLVXvE .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uijaxLVXvE h5 {
  margin: 0;
}
.cid-uijaxLVXvE .item:focus,
.cid-uijaxLVXvE span:focus {
  outline: none;
}
.cid-uijaxLVXvE .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uijaxLVXvE .item-content {
  padding-top: 1rem;
}
.cid-uijaxLVXvE .mbr-section-title {
  color: #121212;
}
.cid-uijaxLVXvE .item-title {
  color: #000000;
}
.cid-uijaxLVXvE .item-subtitle {
  color: #000000;
}
.cid-uijaxLVXvE .mbr-section-subtitle {
  color: #000000;
}
.cid-uijaxMgKnr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uijaxMgKnr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uijaxMgKnr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uijaxMrhX5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uijaxMrhX5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uijaxMrhX5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uijaxMrhX5 .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-uijaxMrhX5 .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-uijaxMrhX5 .container {
    max-width: 1400px;
  }
}
.cid-uijaxMrhX5 .card {
  margin: auto;
}
.cid-uijaxMrhX5 .card-title,
.cid-uijaxMrhX5 .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uijaxMrhX5 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uijaxMrhX5 .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-uijaxMrhX5 .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uijaxMrhX5 .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uijaxMrhX5 .card-wrapper:hover .card-title,
.cid-uijaxMrhX5 .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-uijaxMrhX5 .card-title,
.cid-uijaxMrhX5 .card-box {
  color: #f74660;
}
.cid-uoAFq8zXOd {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uoAFq8zXOd .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-uoAFq8zXOd .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uoAFq8zXOd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uoAFq8zXOd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoAFq8zXOd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uoAFq8zXOd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAFq8zXOd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAFq8zXOd .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uoAFq8zXOd .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uoAFq8zXOd .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAFq8zXOd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uoAFq8zXOd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uoAFq8zXOd .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAFq8zXOd .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uoAFq8zXOd .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uoAFq8zXOd .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uoAFq8zXOd .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uoAFq8zXOd .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uoAFq8zXOd .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uoAFq8zXOd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uoAFq8zXOd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uoAFq8zXOd .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uoAFq8zXOd .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoAFq8zXOd .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uoAFq8zXOd .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uoAFq8zXOd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAFq8zXOd .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uoAFq8zXOd .nav-item:focus,
.cid-uoAFq8zXOd .nav-link:focus {
  outline: none;
}
.cid-uoAFq8zXOd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAFq8zXOd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAFq8zXOd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAFq8zXOd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAFq8zXOd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAFq8zXOd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAFq8zXOd .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uoAFq8zXOd .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAFq8zXOd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAFq8zXOd .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAFq8zXOd .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uoAFq8zXOd .navbar.collapsed {
  justify-content: center;
}
.cid-uoAFq8zXOd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAFq8zXOd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAFq8zXOd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoAFq8zXOd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAFq8zXOd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAFq8zXOd .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-uoAFq8zXOd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAFq8zXOd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAFq8zXOd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uoAFq8zXOd .navbar {
    min-height: 72px;
  }
  .cid-uoAFq8zXOd .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uoAFq8zXOd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAFq8zXOd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAFq8zXOd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAFq8zXOd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAFq8zXOd .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-uoAFq8zXOd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAFq8zXOd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uoAFq8zXOd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAFq8zXOd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoAFq8zXOd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uoAFq8zXOd .dropdown-item.active,
.cid-uoAFq8zXOd .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAFq8zXOd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAFq8zXOd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAFq8zXOd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAFq8zXOd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAFq8zXOd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uoAFq8zXOd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uoAFq8zXOd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAFq8zXOd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uoAFq8zXOd .navbar-buttons {
    text-align: left;
  }
}
.cid-uoAFq8zXOd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAFq8zXOd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAFq8zXOd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAFq8zXOd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAFq8zXOd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAFq8zXOd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAFq8zXOd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAFq8zXOd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAFq8zXOd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAFq8zXOd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAFq8zXOd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAFq8zXOd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAFq8zXOd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uoAFq8zXOd .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoAFq8zXOd .navbar {
    height: 70px;
  }
  .cid-uoAFq8zXOd .navbar.opened {
    height: auto;
  }
  .cid-uoAFq8zXOd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoAFq8zXOd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uoAFq8zXOd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uoAFq8zXOd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uoAFq8zXOd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uoAFq8zXOd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uoAFq8zXOd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uoAFq8zXOd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uoAFq8zXOd .navbar-brand {
    margin-right: auto;
  }
  .cid-uoAFq8zXOd .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uoAFq8zXOd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uoAFq8zXOd .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uoAFq8zXOd .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAFq8zXOd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uoAFq8zXOd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uoAFq8zXOd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uoAFq8zXOd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uoAFq8zXOd .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAFq8zXOd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uoAFq8zXOd .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uijcIIbV07 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uijcIIbV07 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uijcIIbV07 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uijcIIbV07 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uijcIIbV07 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uijcIIbV07 .container {
    padding: 0 16px;
  }
}
.cid-uijcIIbV07 .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-uijcIIbV07 .title-wrapper {
    padding: 0;
  }
}
.cid-uijcIIbV07 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uijcIIbV07 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uijcIIbV07 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uijcIIbV07 .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uijcIIbV07 .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-uijcIIbV07 .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-uijcIIbV07 .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-uijcIIbV07 .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uijcIIbV07 .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-uijcIIbV07 .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uijcIIbV07 .title-wrapper img {
    display: none;
  }
}
.cid-uijcIIbV07 .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-uijcIIbV07 .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-uijcIIbV07 .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-uijcIIbV07 .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-uijcIIbV07 .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-uijcIIbV07 .title-wrapper .line_1 {
    display: none;
  }
}
.cid-uijcIIbV07 .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-uijcIIbV07 .title-wrapper .line_2 {
    display: none;
  }
}
.cid-uijcIIbV07 .mbr-section-title {
  color: #08323C;
}
.cid-uijcIIbV07 .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-uijcIIbV07 .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-uijcIIbV07 .mbr-section-title,
.cid-uijcIIbV07 .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-uijcIIXGfG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uijcIIXGfG .col-lg-2 {
    width: 20%;
  }
}
.cid-uijcIIXGfG .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uijcIIXGfG .item:hover img,
.cid-uijcIIXGfG .item:hover .item-img {
  border-radius: 0;
}
.cid-uijcIIXGfG img {
  border: 2px solid gray;
}
.cid-uijcIIXGfG img:hover {
  border-color: #2299aa;
}
.cid-uijcIIXGfG img,
.cid-uijcIIXGfG .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uijcIIXGfG h5 {
  margin: 0;
}
.cid-uijcIIXGfG .item:focus,
.cid-uijcIIXGfG span:focus {
  outline: none;
}
.cid-uijcIIXGfG .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uijcIIXGfG .item-content {
  padding-top: 1rem;
}
.cid-uijcIIXGfG .mbr-section-title {
  color: #121212;
}
.cid-uijcIIXGfG .item-title {
  color: #000000;
}
.cid-uijcIIXGfG .item-subtitle {
  color: #000000;
}
.cid-uijcIIXGfG .mbr-section-subtitle {
  color: #000000;
}
.cid-uijcIJlGLX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uijcIJlGLX .col-lg-2 {
    width: 20%;
  }
}
.cid-uijcIJlGLX .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uijcIJlGLX .item:hover img,
.cid-uijcIJlGLX .item:hover .item-img {
  border-radius: 0;
}
.cid-uijcIJlGLX img {
  border: 2px solid gray;
}
.cid-uijcIJlGLX img:hover {
  border-color: #2299aa;
}
.cid-uijcIJlGLX img,
.cid-uijcIJlGLX .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uijcIJlGLX h5 {
  margin: 0;
}
.cid-uijcIJlGLX .item:focus,
.cid-uijcIJlGLX span:focus {
  outline: none;
}
.cid-uijcIJlGLX .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uijcIJlGLX .item-content {
  padding-top: 1rem;
}
.cid-uijcIJlGLX .mbr-section-title {
  color: #121212;
}
.cid-uijcIJlGLX .item-title {
  color: #000000;
}
.cid-uijcIJlGLX .item-subtitle {
  color: #000000;
}
.cid-uijcIJlGLX .mbr-section-subtitle {
  color: #000000;
}
.cid-uijcIJEAg8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uijcIJEAg8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uijcIJEAg8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uijcIJPfhm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uijcIJPfhm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uijcIJPfhm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uijcIJPfhm .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-uijcIJPfhm .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-uijcIJPfhm .container {
    max-width: 1400px;
  }
}
.cid-uijcIJPfhm .card {
  margin: auto;
}
.cid-uijcIJPfhm .card-title,
.cid-uijcIJPfhm .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uijcIJPfhm .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uijcIJPfhm .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-uijcIJPfhm .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uijcIJPfhm .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uijcIJPfhm .card-wrapper:hover .card-title,
.cid-uijcIJPfhm .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-uijcIJPfhm .card-title,
.cid-uijcIJPfhm .card-box {
  color: #f74660;
}
.cid-uoAFJhjoKP {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uoAFJhjoKP .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-uoAFJhjoKP .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uoAFJhjoKP .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uoAFJhjoKP .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoAFJhjoKP .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uoAFJhjoKP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAFJhjoKP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAFJhjoKP .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uoAFJhjoKP .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uoAFJhjoKP .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAFJhjoKP .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uoAFJhjoKP .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uoAFJhjoKP .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAFJhjoKP .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uoAFJhjoKP .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uoAFJhjoKP .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uoAFJhjoKP .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uoAFJhjoKP .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uoAFJhjoKP .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uoAFJhjoKP .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uoAFJhjoKP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uoAFJhjoKP .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uoAFJhjoKP .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoAFJhjoKP .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uoAFJhjoKP .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uoAFJhjoKP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAFJhjoKP .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uoAFJhjoKP .nav-item:focus,
.cid-uoAFJhjoKP .nav-link:focus {
  outline: none;
}
.cid-uoAFJhjoKP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAFJhjoKP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAFJhjoKP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAFJhjoKP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAFJhjoKP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAFJhjoKP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAFJhjoKP .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uoAFJhjoKP .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAFJhjoKP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAFJhjoKP .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAFJhjoKP .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uoAFJhjoKP .navbar.collapsed {
  justify-content: center;
}
.cid-uoAFJhjoKP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAFJhjoKP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAFJhjoKP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoAFJhjoKP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAFJhjoKP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAFJhjoKP .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-uoAFJhjoKP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAFJhjoKP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAFJhjoKP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uoAFJhjoKP .navbar {
    min-height: 72px;
  }
  .cid-uoAFJhjoKP .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uoAFJhjoKP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAFJhjoKP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAFJhjoKP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAFJhjoKP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAFJhjoKP .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-uoAFJhjoKP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAFJhjoKP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uoAFJhjoKP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAFJhjoKP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoAFJhjoKP .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uoAFJhjoKP .dropdown-item.active,
.cid-uoAFJhjoKP .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAFJhjoKP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAFJhjoKP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAFJhjoKP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAFJhjoKP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAFJhjoKP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uoAFJhjoKP .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uoAFJhjoKP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAFJhjoKP .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uoAFJhjoKP .navbar-buttons {
    text-align: left;
  }
}
.cid-uoAFJhjoKP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAFJhjoKP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAFJhjoKP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAFJhjoKP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAFJhjoKP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAFJhjoKP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAFJhjoKP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAFJhjoKP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAFJhjoKP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAFJhjoKP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAFJhjoKP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAFJhjoKP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAFJhjoKP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uoAFJhjoKP .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoAFJhjoKP .navbar {
    height: 70px;
  }
  .cid-uoAFJhjoKP .navbar.opened {
    height: auto;
  }
  .cid-uoAFJhjoKP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoAFJhjoKP .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uoAFJhjoKP .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uoAFJhjoKP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uoAFJhjoKP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uoAFJhjoKP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uoAFJhjoKP .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uoAFJhjoKP .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uoAFJhjoKP .navbar-brand {
    margin-right: auto;
  }
  .cid-uoAFJhjoKP .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uoAFJhjoKP .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uoAFJhjoKP .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uoAFJhjoKP .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAFJhjoKP .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uoAFJhjoKP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uoAFJhjoKP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uoAFJhjoKP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uoAFJhjoKP .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAFJhjoKP .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uoAFJhjoKP .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uiFbqjlEtU {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uiFbqjlEtU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFbqjlEtU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiFbqjlEtU .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uiFbqjlEtU .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uiFbqjlEtU .container {
    padding: 0 16px;
  }
}
.cid-uiFbqjlEtU .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-uiFbqjlEtU .title-wrapper {
    padding: 0;
  }
}
.cid-uiFbqjlEtU .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uiFbqjlEtU .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uiFbqjlEtU .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uiFbqjlEtU .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uiFbqjlEtU .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-uiFbqjlEtU .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-uiFbqjlEtU .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-uiFbqjlEtU .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uiFbqjlEtU .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-uiFbqjlEtU .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uiFbqjlEtU .title-wrapper img {
    display: none;
  }
}
.cid-uiFbqjlEtU .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-uiFbqjlEtU .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-uiFbqjlEtU .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-uiFbqjlEtU .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-uiFbqjlEtU .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-uiFbqjlEtU .title-wrapper .line_1 {
    display: none;
  }
}
.cid-uiFbqjlEtU .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-uiFbqjlEtU .title-wrapper .line_2 {
    display: none;
  }
}
.cid-uiFbqjlEtU .mbr-section-title {
  color: #08323C;
}
.cid-uiFbqjlEtU .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-uiFbqjlEtU .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-uiFbqjlEtU .mbr-section-title,
.cid-uiFbqjlEtU .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-uiFekKbbaG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uiFekKbbaG .col-lg-2 {
    width: 20%;
  }
}
.cid-uiFekKbbaG .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uiFekKbbaG .item:hover img,
.cid-uiFekKbbaG .item:hover .item-img {
  border-radius: 0;
}
.cid-uiFekKbbaG img {
  border: 2px solid gray;
}
.cid-uiFekKbbaG img:hover {
  border-color: #2299aa;
}
.cid-uiFekKbbaG img,
.cid-uiFekKbbaG .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uiFekKbbaG h5 {
  margin: 0;
}
.cid-uiFekKbbaG .item:focus,
.cid-uiFekKbbaG span:focus {
  outline: none;
}
.cid-uiFekKbbaG .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uiFekKbbaG .item-content {
  padding-top: 1rem;
}
.cid-uiFekKbbaG .mbr-section-title {
  color: #121212;
}
.cid-uiFekKbbaG .item-title {
  color: #000000;
}
.cid-uiFekKbbaG .item-subtitle {
  color: #000000;
}
.cid-uiFekKbbaG .mbr-section-subtitle {
  color: #000000;
}
.cid-uiFjGoLU28 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uiFjGoLU28 .col-lg-2 {
    width: 20%;
  }
}
.cid-uiFjGoLU28 .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uiFjGoLU28 .item:hover img,
.cid-uiFjGoLU28 .item:hover .item-img {
  border-radius: 0;
}
.cid-uiFjGoLU28 img {
  border: 2px solid gray;
}
.cid-uiFjGoLU28 img:hover {
  border-color: #2299aa;
}
.cid-uiFjGoLU28 img,
.cid-uiFjGoLU28 .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uiFjGoLU28 h5 {
  margin: 0;
}
.cid-uiFjGoLU28 .item:focus,
.cid-uiFjGoLU28 span:focus {
  outline: none;
}
.cid-uiFjGoLU28 .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uiFjGoLU28 .item-content {
  padding-top: 1rem;
}
.cid-uiFjGoLU28 .mbr-section-title {
  color: #121212;
}
.cid-uiFjGoLU28 .item-title {
  color: #000000;
}
.cid-uiFjGoLU28 .item-subtitle {
  color: #000000;
}
.cid-uiFjGoLU28 .mbr-section-subtitle {
  color: #000000;
}
.cid-uiFnSWMzgR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uiFnSWMzgR .col-lg-2 {
    width: 20%;
  }
}
.cid-uiFnSWMzgR .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uiFnSWMzgR .item:hover img,
.cid-uiFnSWMzgR .item:hover .item-img {
  border-radius: 0;
}
.cid-uiFnSWMzgR img {
  border: 2px solid gray;
}
.cid-uiFnSWMzgR img:hover {
  border-color: #2299aa;
}
.cid-uiFnSWMzgR img,
.cid-uiFnSWMzgR .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uiFnSWMzgR h5 {
  margin: 0;
}
.cid-uiFnSWMzgR .item:focus,
.cid-uiFnSWMzgR span:focus {
  outline: none;
}
.cid-uiFnSWMzgR .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uiFnSWMzgR .item-content {
  padding-top: 1rem;
}
.cid-uiFnSWMzgR .mbr-section-title {
  color: #000000;
}
.cid-uiFnSWMzgR .item-title {
  color: #000000;
  text-align: left;
}
.cid-uiFnSWMzgR .item-subtitle {
  color: #000000;
}
.cid-uiFnSWMzgR .mbr-section-subtitle {
  color: #000000;
}
.cid-uiFbqkLqRl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uiFbqkLqRl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFbqkLqRl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiFbqkXI3A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uiFbqkXI3A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFbqkXI3A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiFbqkXI3A .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-uiFbqkXI3A .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-uiFbqkXI3A .container {
    max-width: 1400px;
  }
}
.cid-uiFbqkXI3A .card {
  margin: auto;
}
.cid-uiFbqkXI3A .card-title,
.cid-uiFbqkXI3A .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uiFbqkXI3A .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uiFbqkXI3A .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-uiFbqkXI3A .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uiFbqkXI3A .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uiFbqkXI3A .card-wrapper:hover .card-title,
.cid-uiFbqkXI3A .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-uiFbqkXI3A .card-title,
.cid-uiFbqkXI3A .card-box {
  color: #f74660;
}
.cid-uoAFNVR0hC {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uoAFNVR0hC .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-uoAFNVR0hC .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uoAFNVR0hC .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uoAFNVR0hC .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoAFNVR0hC .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uoAFNVR0hC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAFNVR0hC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAFNVR0hC .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uoAFNVR0hC .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uoAFNVR0hC .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAFNVR0hC .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uoAFNVR0hC .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uoAFNVR0hC .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAFNVR0hC .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uoAFNVR0hC .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uoAFNVR0hC .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uoAFNVR0hC .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uoAFNVR0hC .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uoAFNVR0hC .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uoAFNVR0hC .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uoAFNVR0hC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uoAFNVR0hC .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uoAFNVR0hC .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoAFNVR0hC .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uoAFNVR0hC .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uoAFNVR0hC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAFNVR0hC .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uoAFNVR0hC .nav-item:focus,
.cid-uoAFNVR0hC .nav-link:focus {
  outline: none;
}
.cid-uoAFNVR0hC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAFNVR0hC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAFNVR0hC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAFNVR0hC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAFNVR0hC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAFNVR0hC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAFNVR0hC .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uoAFNVR0hC .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAFNVR0hC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAFNVR0hC .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAFNVR0hC .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uoAFNVR0hC .navbar.collapsed {
  justify-content: center;
}
.cid-uoAFNVR0hC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAFNVR0hC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAFNVR0hC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoAFNVR0hC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAFNVR0hC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAFNVR0hC .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-uoAFNVR0hC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAFNVR0hC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAFNVR0hC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uoAFNVR0hC .navbar {
    min-height: 72px;
  }
  .cid-uoAFNVR0hC .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uoAFNVR0hC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAFNVR0hC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAFNVR0hC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAFNVR0hC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAFNVR0hC .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-uoAFNVR0hC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAFNVR0hC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uoAFNVR0hC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAFNVR0hC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoAFNVR0hC .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uoAFNVR0hC .dropdown-item.active,
.cid-uoAFNVR0hC .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAFNVR0hC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAFNVR0hC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAFNVR0hC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAFNVR0hC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAFNVR0hC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uoAFNVR0hC .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uoAFNVR0hC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAFNVR0hC .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uoAFNVR0hC .navbar-buttons {
    text-align: left;
  }
}
.cid-uoAFNVR0hC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAFNVR0hC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAFNVR0hC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAFNVR0hC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAFNVR0hC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAFNVR0hC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAFNVR0hC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAFNVR0hC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAFNVR0hC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAFNVR0hC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAFNVR0hC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAFNVR0hC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAFNVR0hC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uoAFNVR0hC .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoAFNVR0hC .navbar {
    height: 70px;
  }
  .cid-uoAFNVR0hC .navbar.opened {
    height: auto;
  }
  .cid-uoAFNVR0hC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoAFNVR0hC .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uoAFNVR0hC .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uoAFNVR0hC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uoAFNVR0hC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uoAFNVR0hC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uoAFNVR0hC .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uoAFNVR0hC .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uoAFNVR0hC .navbar-brand {
    margin-right: auto;
  }
  .cid-uoAFNVR0hC .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uoAFNVR0hC .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uoAFNVR0hC .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uoAFNVR0hC .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAFNVR0hC .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uoAFNVR0hC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uoAFNVR0hC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uoAFNVR0hC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uoAFNVR0hC .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAFNVR0hC .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uoAFNVR0hC .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uiFbwlrZWB {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uiFbwlrZWB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFbwlrZWB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiFbwlrZWB .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uiFbwlrZWB .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uiFbwlrZWB .container {
    padding: 0 16px;
  }
}
.cid-uiFbwlrZWB .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-uiFbwlrZWB .title-wrapper {
    padding: 0;
  }
}
.cid-uiFbwlrZWB .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uiFbwlrZWB .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uiFbwlrZWB .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uiFbwlrZWB .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uiFbwlrZWB .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-uiFbwlrZWB .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-uiFbwlrZWB .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-uiFbwlrZWB .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uiFbwlrZWB .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-uiFbwlrZWB .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uiFbwlrZWB .title-wrapper img {
    display: none;
  }
}
.cid-uiFbwlrZWB .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-uiFbwlrZWB .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-uiFbwlrZWB .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-uiFbwlrZWB .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-uiFbwlrZWB .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-uiFbwlrZWB .title-wrapper .line_1 {
    display: none;
  }
}
.cid-uiFbwlrZWB .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-uiFbwlrZWB .title-wrapper .line_2 {
    display: none;
  }
}
.cid-uiFbwlrZWB .mbr-section-title {
  color: #08323C;
}
.cid-uiFbwlrZWB .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-uiFbwlrZWB .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-uiFbwlrZWB .mbr-section-title,
.cid-uiFbwlrZWB .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-uiFbwmdwQA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uiFbwmdwQA .col-lg-2 {
    width: 20%;
  }
}
.cid-uiFbwmdwQA .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uiFbwmdwQA .item:hover img,
.cid-uiFbwmdwQA .item:hover .item-img {
  border-radius: 0;
}
.cid-uiFbwmdwQA img {
  border: 2px solid gray;
}
.cid-uiFbwmdwQA img:hover {
  border-color: #2299aa;
}
.cid-uiFbwmdwQA img,
.cid-uiFbwmdwQA .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uiFbwmdwQA h5 {
  margin: 0;
}
.cid-uiFbwmdwQA .item:focus,
.cid-uiFbwmdwQA span:focus {
  outline: none;
}
.cid-uiFbwmdwQA .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uiFbwmdwQA .item-content {
  padding-top: 1rem;
}
.cid-uiFbwmdwQA .mbr-section-title {
  color: #121212;
}
.cid-uiFbwmdwQA .item-title {
  color: #000000;
}
.cid-uiFbwmdwQA .item-subtitle {
  color: #000000;
}
.cid-uiFbwmdwQA .mbr-section-subtitle {
  color: #000000;
}
.cid-uiFbwmBWHU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uiFbwmBWHU .col-lg-2 {
    width: 20%;
  }
}
.cid-uiFbwmBWHU .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uiFbwmBWHU .item:hover img,
.cid-uiFbwmBWHU .item:hover .item-img {
  border-radius: 0;
}
.cid-uiFbwmBWHU img {
  border: 2px solid gray;
}
.cid-uiFbwmBWHU img:hover {
  border-color: #2299aa;
}
.cid-uiFbwmBWHU img,
.cid-uiFbwmBWHU .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uiFbwmBWHU h5 {
  margin: 0;
}
.cid-uiFbwmBWHU .item:focus,
.cid-uiFbwmBWHU span:focus {
  outline: none;
}
.cid-uiFbwmBWHU .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uiFbwmBWHU .item-content {
  padding-top: 1rem;
}
.cid-uiFbwmBWHU .mbr-section-title {
  color: #121212;
}
.cid-uiFbwmBWHU .item-title {
  color: #000000;
}
.cid-uiFbwmBWHU .item-subtitle {
  color: #000000;
}
.cid-uiFbwmBWHU .mbr-section-subtitle {
  color: #000000;
}
.cid-uj8GqnKNoZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uj8GqnKNoZ .col-lg-2 {
    width: 20%;
  }
}
.cid-uj8GqnKNoZ .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uj8GqnKNoZ .item:hover img,
.cid-uj8GqnKNoZ .item:hover .item-img {
  border-radius: 0;
}
.cid-uj8GqnKNoZ img {
  border: 2px solid gray;
}
.cid-uj8GqnKNoZ img:hover {
  border-color: #2299aa;
}
.cid-uj8GqnKNoZ img,
.cid-uj8GqnKNoZ .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uj8GqnKNoZ h5 {
  margin: 0;
}
.cid-uj8GqnKNoZ .item:focus,
.cid-uj8GqnKNoZ span:focus {
  outline: none;
}
.cid-uj8GqnKNoZ .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uj8GqnKNoZ .item-content {
  padding-top: 1rem;
}
.cid-uj8GqnKNoZ .mbr-section-title {
  color: #121212;
}
.cid-uj8GqnKNoZ .item-title {
  color: #000000;
}
.cid-uj8GqnKNoZ .item-subtitle {
  color: #000000;
}
.cid-uj8GqnKNoZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uiFbwndQPq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uiFbwndQPq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFbwndQPq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiFbwnrK2h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uiFbwnrK2h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFbwnrK2h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiFbwnrK2h .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-uiFbwnrK2h .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-uiFbwnrK2h .container {
    max-width: 1400px;
  }
}
.cid-uiFbwnrK2h .card {
  margin: auto;
}
.cid-uiFbwnrK2h .card-title,
.cid-uiFbwnrK2h .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uiFbwnrK2h .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uiFbwnrK2h .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-uiFbwnrK2h .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uiFbwnrK2h .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uiFbwnrK2h .card-wrapper:hover .card-title,
.cid-uiFbwnrK2h .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-uiFbwnrK2h .card-title,
.cid-uiFbwnrK2h .card-box {
  color: #f74660;
}
.cid-uoAG8zwfQW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uoAG8zwfQW .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-uoAG8zwfQW .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uoAG8zwfQW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uoAG8zwfQW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoAG8zwfQW .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uoAG8zwfQW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAG8zwfQW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAG8zwfQW .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uoAG8zwfQW .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uoAG8zwfQW .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAG8zwfQW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uoAG8zwfQW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uoAG8zwfQW .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAG8zwfQW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uoAG8zwfQW .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uoAG8zwfQW .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uoAG8zwfQW .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uoAG8zwfQW .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uoAG8zwfQW .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uoAG8zwfQW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uoAG8zwfQW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uoAG8zwfQW .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uoAG8zwfQW .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoAG8zwfQW .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uoAG8zwfQW .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uoAG8zwfQW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAG8zwfQW .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uoAG8zwfQW .nav-item:focus,
.cid-uoAG8zwfQW .nav-link:focus {
  outline: none;
}
.cid-uoAG8zwfQW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAG8zwfQW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAG8zwfQW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAG8zwfQW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAG8zwfQW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAG8zwfQW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAG8zwfQW .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uoAG8zwfQW .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAG8zwfQW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAG8zwfQW .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAG8zwfQW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uoAG8zwfQW .navbar.collapsed {
  justify-content: center;
}
.cid-uoAG8zwfQW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAG8zwfQW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAG8zwfQW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoAG8zwfQW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAG8zwfQW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAG8zwfQW .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-uoAG8zwfQW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAG8zwfQW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAG8zwfQW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uoAG8zwfQW .navbar {
    min-height: 72px;
  }
  .cid-uoAG8zwfQW .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uoAG8zwfQW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAG8zwfQW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAG8zwfQW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAG8zwfQW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAG8zwfQW .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-uoAG8zwfQW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAG8zwfQW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uoAG8zwfQW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAG8zwfQW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoAG8zwfQW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uoAG8zwfQW .dropdown-item.active,
.cid-uoAG8zwfQW .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAG8zwfQW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAG8zwfQW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAG8zwfQW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAG8zwfQW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAG8zwfQW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uoAG8zwfQW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uoAG8zwfQW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAG8zwfQW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uoAG8zwfQW .navbar-buttons {
    text-align: left;
  }
}
.cid-uoAG8zwfQW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAG8zwfQW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAG8zwfQW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAG8zwfQW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAG8zwfQW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAG8zwfQW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAG8zwfQW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAG8zwfQW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAG8zwfQW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAG8zwfQW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAG8zwfQW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAG8zwfQW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAG8zwfQW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uoAG8zwfQW .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoAG8zwfQW .navbar {
    height: 70px;
  }
  .cid-uoAG8zwfQW .navbar.opened {
    height: auto;
  }
  .cid-uoAG8zwfQW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoAG8zwfQW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uoAG8zwfQW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uoAG8zwfQW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uoAG8zwfQW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uoAG8zwfQW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uoAG8zwfQW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uoAG8zwfQW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uoAG8zwfQW .navbar-brand {
    margin-right: auto;
  }
  .cid-uoAG8zwfQW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uoAG8zwfQW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uoAG8zwfQW .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uoAG8zwfQW .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAG8zwfQW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uoAG8zwfQW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uoAG8zwfQW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uoAG8zwfQW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uoAG8zwfQW .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAG8zwfQW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uoAG8zwfQW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uj8KtkMdIS {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uj8KtkMdIS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj8KtkMdIS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj8KtkMdIS .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uj8KtkMdIS .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uj8KtkMdIS .container {
    padding: 0 16px;
  }
}
.cid-uj8KtkMdIS .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-uj8KtkMdIS .title-wrapper {
    padding: 0;
  }
}
.cid-uj8KtkMdIS .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uj8KtkMdIS .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uj8KtkMdIS .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uj8KtkMdIS .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uj8KtkMdIS .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-uj8KtkMdIS .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-uj8KtkMdIS .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-uj8KtkMdIS .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uj8KtkMdIS .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-uj8KtkMdIS .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uj8KtkMdIS .title-wrapper img {
    display: none;
  }
}
.cid-uj8KtkMdIS .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-uj8KtkMdIS .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-uj8KtkMdIS .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-uj8KtkMdIS .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-uj8KtkMdIS .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-uj8KtkMdIS .title-wrapper .line_1 {
    display: none;
  }
}
.cid-uj8KtkMdIS .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-uj8KtkMdIS .title-wrapper .line_2 {
    display: none;
  }
}
.cid-uj8KtkMdIS .mbr-section-title {
  color: #08323C;
}
.cid-uj8KtkMdIS .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-uj8KtkMdIS .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-uj8KtkMdIS .mbr-section-title,
.cid-uj8KtkMdIS .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-ukOujkXREU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ukOujkXREU .col-lg-2 {
    width: 20%;
  }
}
.cid-ukOujkXREU .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ukOujkXREU .item:hover img,
.cid-ukOujkXREU .item:hover .item-img {
  border-radius: 0;
}
.cid-ukOujkXREU img {
  border: 2px solid gray;
}
.cid-ukOujkXREU img:hover {
  border-color: #2299aa;
}
.cid-ukOujkXREU img,
.cid-ukOujkXREU .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ukOujkXREU h5 {
  margin: 0;
}
.cid-ukOujkXREU .item:focus,
.cid-ukOujkXREU span:focus {
  outline: none;
}
.cid-ukOujkXREU .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ukOujkXREU .item-content {
  padding-top: 1rem;
}
.cid-ukOujkXREU .mbr-section-title {
  color: #121212;
}
.cid-ukOujkXREU .item-title {
  color: #000000;
}
.cid-ukOujkXREU .item-subtitle {
  color: #000000;
}
.cid-ukOujkXREU .mbr-section-subtitle {
  color: #000000;
}
.cid-ukOtLMrXIB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ukOtLMrXIB .col-lg-2 {
    width: 20%;
  }
}
.cid-ukOtLMrXIB .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ukOtLMrXIB .item:hover img,
.cid-ukOtLMrXIB .item:hover .item-img {
  border-radius: 0;
}
.cid-ukOtLMrXIB img {
  border: 2px solid gray;
}
.cid-ukOtLMrXIB img:hover {
  border-color: #2299aa;
}
.cid-ukOtLMrXIB img,
.cid-ukOtLMrXIB .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ukOtLMrXIB h5 {
  margin: 0;
}
.cid-ukOtLMrXIB .item:focus,
.cid-ukOtLMrXIB span:focus {
  outline: none;
}
.cid-ukOtLMrXIB .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ukOtLMrXIB .item-content {
  padding-top: 1rem;
}
.cid-ukOtLMrXIB .mbr-section-title {
  color: #121212;
}
.cid-ukOtLMrXIB .item-title {
  color: #000000;
}
.cid-ukOtLMrXIB .item-subtitle {
  color: #000000;
}
.cid-ukOtLMrXIB .mbr-section-subtitle {
  color: #000000;
}
.cid-ukOL0vD7sd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ukOL0vD7sd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukOL0vD7sd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj8Ktn3yzl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uj8Ktn3yzl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj8Ktn3yzl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj8Ktn3yzl .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-uj8Ktn3yzl .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-uj8Ktn3yzl .container {
    max-width: 1400px;
  }
}
.cid-uj8Ktn3yzl .card {
  margin: auto;
}
.cid-uj8Ktn3yzl .card-title,
.cid-uj8Ktn3yzl .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uj8Ktn3yzl .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uj8Ktn3yzl .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-uj8Ktn3yzl .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uj8Ktn3yzl .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uj8Ktn3yzl .card-wrapper:hover .card-title,
.cid-uj8Ktn3yzl .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-uj8Ktn3yzl .card-title,
.cid-uj8Ktn3yzl .card-box {
  color: #f74660;
}
.cid-uoAG2YVbGZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uoAG2YVbGZ .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-uoAG2YVbGZ .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uoAG2YVbGZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uoAG2YVbGZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoAG2YVbGZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uoAG2YVbGZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAG2YVbGZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAG2YVbGZ .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uoAG2YVbGZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uoAG2YVbGZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAG2YVbGZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uoAG2YVbGZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uoAG2YVbGZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAG2YVbGZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uoAG2YVbGZ .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uoAG2YVbGZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uoAG2YVbGZ .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uoAG2YVbGZ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uoAG2YVbGZ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uoAG2YVbGZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uoAG2YVbGZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uoAG2YVbGZ .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uoAG2YVbGZ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoAG2YVbGZ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uoAG2YVbGZ .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uoAG2YVbGZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAG2YVbGZ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uoAG2YVbGZ .nav-item:focus,
.cid-uoAG2YVbGZ .nav-link:focus {
  outline: none;
}
.cid-uoAG2YVbGZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAG2YVbGZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAG2YVbGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAG2YVbGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAG2YVbGZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAG2YVbGZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAG2YVbGZ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uoAG2YVbGZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAG2YVbGZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAG2YVbGZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAG2YVbGZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uoAG2YVbGZ .navbar.collapsed {
  justify-content: center;
}
.cid-uoAG2YVbGZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAG2YVbGZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAG2YVbGZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoAG2YVbGZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAG2YVbGZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAG2YVbGZ .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-uoAG2YVbGZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAG2YVbGZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAG2YVbGZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uoAG2YVbGZ .navbar {
    min-height: 72px;
  }
  .cid-uoAG2YVbGZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uoAG2YVbGZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAG2YVbGZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAG2YVbGZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAG2YVbGZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAG2YVbGZ .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-uoAG2YVbGZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAG2YVbGZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uoAG2YVbGZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAG2YVbGZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoAG2YVbGZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uoAG2YVbGZ .dropdown-item.active,
.cid-uoAG2YVbGZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAG2YVbGZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAG2YVbGZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAG2YVbGZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAG2YVbGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAG2YVbGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uoAG2YVbGZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uoAG2YVbGZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAG2YVbGZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uoAG2YVbGZ .navbar-buttons {
    text-align: left;
  }
}
.cid-uoAG2YVbGZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAG2YVbGZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAG2YVbGZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAG2YVbGZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAG2YVbGZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAG2YVbGZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAG2YVbGZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAG2YVbGZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAG2YVbGZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAG2YVbGZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAG2YVbGZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAG2YVbGZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAG2YVbGZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uoAG2YVbGZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoAG2YVbGZ .navbar {
    height: 70px;
  }
  .cid-uoAG2YVbGZ .navbar.opened {
    height: auto;
  }
  .cid-uoAG2YVbGZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoAG2YVbGZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uoAG2YVbGZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uoAG2YVbGZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uoAG2YVbGZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uoAG2YVbGZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uoAG2YVbGZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uoAG2YVbGZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uoAG2YVbGZ .navbar-brand {
    margin-right: auto;
  }
  .cid-uoAG2YVbGZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uoAG2YVbGZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uoAG2YVbGZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uoAG2YVbGZ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAG2YVbGZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uoAG2YVbGZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uoAG2YVbGZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uoAG2YVbGZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uoAG2YVbGZ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAG2YVbGZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uoAG2YVbGZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u7g8RfxUfW {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7g8RfxUfW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7g8RfxUfW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7g8RfxUfW .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u7g8RfxUfW .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u7g8RfxUfW .container {
    padding: 0 16px;
  }
}
.cid-u7g8RfxUfW .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-u7g8RfxUfW .title-wrapper {
    padding: 0;
  }
}
.cid-u7g8RfxUfW .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u7g8RfxUfW .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u7g8RfxUfW .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u7g8RfxUfW .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u7g8RfxUfW .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-u7g8RfxUfW .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-u7g8RfxUfW .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-u7g8RfxUfW .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-u7g8RfxUfW .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-u7g8RfxUfW .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u7g8RfxUfW .title-wrapper img {
    display: none;
  }
}
.cid-u7g8RfxUfW .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-u7g8RfxUfW .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-u7g8RfxUfW .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-u7g8RfxUfW .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-u7g8RfxUfW .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-u7g8RfxUfW .title-wrapper .line_1 {
    display: none;
  }
}
.cid-u7g8RfxUfW .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-u7g8RfxUfW .title-wrapper .line_2 {
    display: none;
  }
}
.cid-u7g8RfxUfW .mbr-section-title {
  color: #08323C;
}
.cid-u7g8RfxUfW .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-u7g8RfxUfW .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-u7g8RfxUfW .mbr-section-title,
.cid-u7g8RfxUfW .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-u7g8RfV3Hd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u7g8RfV3Hd .col-lg-2 {
    width: 20%;
  }
}
.cid-u7g8RfV3Hd .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u7g8RfV3Hd .item:hover img,
.cid-u7g8RfV3Hd .item:hover .item-img {
  border-radius: 0;
}
.cid-u7g8RfV3Hd img {
  border: 2px solid gray;
}
.cid-u7g8RfV3Hd img:hover {
  border-color: #2299aa;
}
.cid-u7g8RfV3Hd img,
.cid-u7g8RfV3Hd .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u7g8RfV3Hd h5 {
  margin: 0;
}
.cid-u7g8RfV3Hd .item:focus,
.cid-u7g8RfV3Hd span:focus {
  outline: none;
}
.cid-u7g8RfV3Hd .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7g8RfV3Hd .item-content {
  padding-top: 1rem;
}
.cid-u7g8RfV3Hd .mbr-section-title {
  color: #121212;
}
.cid-u7g8RfV3Hd .item-title {
  color: #000000;
}
.cid-u7g8RfV3Hd .item-subtitle {
  color: #000000;
}
.cid-u7g8RfV3Hd .mbr-section-subtitle {
  color: #000000;
}
.cid-ujefIfH0A8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujefIfH0A8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujefIfH0A8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujefIfH0A8 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ujefIfH0A8 .container-fluid {
    padding: 0 34px;
  }
}
@media (max-width: 768px) {
  .cid-ujefIfH0A8 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ujefIfH0A8 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ujefIfH0A8 .container {
    padding: 0 16px;
  }
}
.cid-ujefIfH0A8 .row {
  justify-content: center;
  margin: 0;
}
.cid-ujefIfH0A8 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujefIfH0A8 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ujefIfH0A8 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ujefIfH0A8 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujefIfH0A8 .item {
  margin-bottom: 64px;
  padding: 0 32px;
}
@media (max-width: 1200px) {
  .cid-ujefIfH0A8 .item {
    padding: 0 16px;
    margin-bottom: 32px;
  }
}
.cid-ujefIfH0A8 .item a:focus .item-wrapper .item-img .image-wrap img,
.cid-ujefIfH0A8 .item a:hover .item-wrapper .item-img .image-wrap img {
  transform: scale(1.05);
}
.cid-ujefIfH0A8 .item a .item-wrapper .item-img {
  border: 1px solid #ffffff;
  border-radius: 1rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-ujefIfH0A8 .item a .item-wrapper .item-img .image-wrap {
  overflow: hidden;
  border-radius: 1rem;
}
.cid-ujefIfH0A8 .item a .item-wrapper .item-img .image-wrap img {
  height: 350px;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-ujefIfH0A8 .item a .item-wrapper .item-content .card-name {
  margin-bottom: 5px;
}
.cid-ujefIfH0A8 .item a .item-wrapper .item-content .card-role {
  margin-bottom: 0;
}
.cid-ujefIfH0A8 .border-wrap {
  height: 1px;
  margin-top: 16px;
  background-color: #ffffff;
}
.cid-ujefIfH0A8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ujefIfH0A8 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ujefIfH0A8 .card-name {
  color: #000000;
}
.cid-ujefIfH0A8 .card-role {
  color: #000000;
}
.cid-u7g8RgDqJR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u7g8RgDqJR .col-lg-2 {
    width: 20%;
  }
}
.cid-u7g8RgDqJR .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u7g8RgDqJR .item:hover img,
.cid-u7g8RgDqJR .item:hover .item-img {
  border-radius: 0;
}
.cid-u7g8RgDqJR img {
  border: 2px solid gray;
}
.cid-u7g8RgDqJR img:hover {
  border-color: #2299aa;
}
.cid-u7g8RgDqJR img,
.cid-u7g8RgDqJR .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u7g8RgDqJR h5 {
  margin: 0;
}
.cid-u7g8RgDqJR .item:focus,
.cid-u7g8RgDqJR span:focus {
  outline: none;
}
.cid-u7g8RgDqJR .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7g8RgDqJR .item-content {
  padding-top: 1rem;
}
.cid-u7g8RgDqJR .mbr-section-title {
  color: #121212;
}
.cid-u7g8RgDqJR .item-title {
  color: #000000;
}
.cid-u7g8RgDqJR .item-subtitle {
  color: #000000;
}
.cid-u7g8RgDqJR .mbr-section-subtitle {
  color: #000000;
}
.cid-u7g8RgZLpK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u7g8RgZLpK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7g8RgZLpK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7g8RhfM9r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7g8RhfM9r .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7g8RhfM9r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7g8RhfM9r .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-u7g8RhfM9r .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-u7g8RhfM9r .container {
    max-width: 1400px;
  }
}
.cid-u7g8RhfM9r .card {
  margin: auto;
}
.cid-u7g8RhfM9r .card-title,
.cid-u7g8RhfM9r .mbr-iconfont {
  transition: all 0.3s;
}
.cid-u7g8RhfM9r .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-u7g8RhfM9r .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-u7g8RhfM9r .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u7g8RhfM9r .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-u7g8RhfM9r .card-wrapper:hover .card-title,
.cid-u7g8RhfM9r .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-u7g8RhfM9r .card-title,
.cid-u7g8RhfM9r .card-box {
  color: #f74660;
}
.cid-uoAFUzUTCy {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uoAFUzUTCy .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-uoAFUzUTCy .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uoAFUzUTCy .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uoAFUzUTCy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoAFUzUTCy .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uoAFUzUTCy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAFUzUTCy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAFUzUTCy .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uoAFUzUTCy .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uoAFUzUTCy .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAFUzUTCy .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uoAFUzUTCy .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uoAFUzUTCy .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAFUzUTCy .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uoAFUzUTCy .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uoAFUzUTCy .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uoAFUzUTCy .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uoAFUzUTCy .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uoAFUzUTCy .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uoAFUzUTCy .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uoAFUzUTCy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uoAFUzUTCy .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uoAFUzUTCy .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoAFUzUTCy .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uoAFUzUTCy .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uoAFUzUTCy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAFUzUTCy .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uoAFUzUTCy .nav-item:focus,
.cid-uoAFUzUTCy .nav-link:focus {
  outline: none;
}
.cid-uoAFUzUTCy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAFUzUTCy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAFUzUTCy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAFUzUTCy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAFUzUTCy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAFUzUTCy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAFUzUTCy .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uoAFUzUTCy .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAFUzUTCy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAFUzUTCy .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAFUzUTCy .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uoAFUzUTCy .navbar.collapsed {
  justify-content: center;
}
.cid-uoAFUzUTCy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAFUzUTCy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAFUzUTCy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoAFUzUTCy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAFUzUTCy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAFUzUTCy .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-uoAFUzUTCy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAFUzUTCy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAFUzUTCy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uoAFUzUTCy .navbar {
    min-height: 72px;
  }
  .cid-uoAFUzUTCy .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uoAFUzUTCy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAFUzUTCy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAFUzUTCy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAFUzUTCy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAFUzUTCy .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-uoAFUzUTCy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAFUzUTCy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uoAFUzUTCy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAFUzUTCy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoAFUzUTCy .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uoAFUzUTCy .dropdown-item.active,
.cid-uoAFUzUTCy .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAFUzUTCy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAFUzUTCy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAFUzUTCy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAFUzUTCy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAFUzUTCy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uoAFUzUTCy .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uoAFUzUTCy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAFUzUTCy .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uoAFUzUTCy .navbar-buttons {
    text-align: left;
  }
}
.cid-uoAFUzUTCy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAFUzUTCy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAFUzUTCy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAFUzUTCy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAFUzUTCy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAFUzUTCy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAFUzUTCy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAFUzUTCy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAFUzUTCy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAFUzUTCy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAFUzUTCy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAFUzUTCy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAFUzUTCy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uoAFUzUTCy .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoAFUzUTCy .navbar {
    height: 70px;
  }
  .cid-uoAFUzUTCy .navbar.opened {
    height: auto;
  }
  .cid-uoAFUzUTCy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoAFUzUTCy .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uoAFUzUTCy .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uoAFUzUTCy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uoAFUzUTCy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uoAFUzUTCy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uoAFUzUTCy .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uoAFUzUTCy .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uoAFUzUTCy .navbar-brand {
    margin-right: auto;
  }
  .cid-uoAFUzUTCy .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uoAFUzUTCy .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uoAFUzUTCy .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uoAFUzUTCy .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAFUzUTCy .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uoAFUzUTCy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uoAFUzUTCy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uoAFUzUTCy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uoAFUzUTCy .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAFUzUTCy .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uoAFUzUTCy .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uj8KdCoRFq {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uj8KdCoRFq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj8KdCoRFq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj8KdCoRFq .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uj8KdCoRFq .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uj8KdCoRFq .container {
    padding: 0 16px;
  }
}
.cid-uj8KdCoRFq .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-uj8KdCoRFq .title-wrapper {
    padding: 0;
  }
}
.cid-uj8KdCoRFq .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uj8KdCoRFq .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uj8KdCoRFq .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uj8KdCoRFq .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uj8KdCoRFq .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-uj8KdCoRFq .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-uj8KdCoRFq .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-uj8KdCoRFq .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uj8KdCoRFq .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-uj8KdCoRFq .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uj8KdCoRFq .title-wrapper img {
    display: none;
  }
}
.cid-uj8KdCoRFq .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-uj8KdCoRFq .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-uj8KdCoRFq .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-uj8KdCoRFq .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-uj8KdCoRFq .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-uj8KdCoRFq .title-wrapper .line_1 {
    display: none;
  }
}
.cid-uj8KdCoRFq .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-uj8KdCoRFq .title-wrapper .line_2 {
    display: none;
  }
}
.cid-uj8KdCoRFq .mbr-section-title {
  color: #08323C;
}
.cid-uj8KdCoRFq .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-uj8KdCoRFq .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-uj8KdCoRFq .mbr-section-title,
.cid-uj8KdCoRFq .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-uj8KdDaqAN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uj8KdDaqAN .col-lg-2 {
    width: 20%;
  }
}
.cid-uj8KdDaqAN .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uj8KdDaqAN .item:hover img,
.cid-uj8KdDaqAN .item:hover .item-img {
  border-radius: 0;
}
.cid-uj8KdDaqAN img {
  border: 2px solid gray;
}
.cid-uj8KdDaqAN img:hover {
  border-color: #2299aa;
}
.cid-uj8KdDaqAN img,
.cid-uj8KdDaqAN .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uj8KdDaqAN h5 {
  margin: 0;
}
.cid-uj8KdDaqAN .item:focus,
.cid-uj8KdDaqAN span:focus {
  outline: none;
}
.cid-uj8KdDaqAN .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uj8KdDaqAN .item-content {
  padding-top: 1rem;
}
.cid-uj8KdDaqAN .mbr-section-title {
  color: #121212;
}
.cid-uj8KdDaqAN .item-title {
  color: #000000;
}
.cid-uj8KdDaqAN .item-subtitle {
  color: #000000;
}
.cid-uj8KdDaqAN .mbr-section-subtitle {
  color: #000000;
}
.cid-uj8LgFGozr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uj8LgFGozr .col-lg-2 {
    width: 20%;
  }
}
.cid-uj8LgFGozr .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uj8LgFGozr .item:hover img,
.cid-uj8LgFGozr .item:hover .item-img {
  border-radius: 0;
}
.cid-uj8LgFGozr img {
  border: 2px solid gray;
}
.cid-uj8LgFGozr img:hover {
  border-color: #2299aa;
}
.cid-uj8LgFGozr img,
.cid-uj8LgFGozr .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uj8LgFGozr h5 {
  margin: 0;
}
.cid-uj8LgFGozr .item:focus,
.cid-uj8LgFGozr span:focus {
  outline: none;
}
.cid-uj8LgFGozr .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uj8LgFGozr .item-content {
  padding-top: 1rem;
}
.cid-uj8LgFGozr .mbr-section-title {
  color: #121212;
}
.cid-uj8LgFGozr .item-title {
  color: #000000;
}
.cid-uj8LgFGozr .item-subtitle {
  color: #000000;
}
.cid-uj8LgFGozr .mbr-section-subtitle {
  color: #000000;
}
.cid-uj8KdEp4tv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uj8KdEp4tv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj8KdEp4tv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj8KdECBdf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uj8KdECBdf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj8KdECBdf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj8KdECBdf .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-uj8KdECBdf .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-uj8KdECBdf .container {
    max-width: 1400px;
  }
}
.cid-uj8KdECBdf .card {
  margin: auto;
}
.cid-uj8KdECBdf .card-title,
.cid-uj8KdECBdf .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uj8KdECBdf .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uj8KdECBdf .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-uj8KdECBdf .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uj8KdECBdf .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uj8KdECBdf .card-wrapper:hover .card-title,
.cid-uj8KdECBdf .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-uj8KdECBdf .card-title,
.cid-uj8KdECBdf .card-box {
  color: #f74660;
}
.cid-uoAGjTGWtn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uoAGjTGWtn .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-uoAGjTGWtn .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uoAGjTGWtn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uoAGjTGWtn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoAGjTGWtn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uoAGjTGWtn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAGjTGWtn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAGjTGWtn .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uoAGjTGWtn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uoAGjTGWtn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAGjTGWtn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uoAGjTGWtn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uoAGjTGWtn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAGjTGWtn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uoAGjTGWtn .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uoAGjTGWtn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uoAGjTGWtn .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uoAGjTGWtn .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uoAGjTGWtn .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uoAGjTGWtn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uoAGjTGWtn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uoAGjTGWtn .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uoAGjTGWtn .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoAGjTGWtn .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uoAGjTGWtn .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uoAGjTGWtn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAGjTGWtn .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uoAGjTGWtn .nav-item:focus,
.cid-uoAGjTGWtn .nav-link:focus {
  outline: none;
}
.cid-uoAGjTGWtn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAGjTGWtn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAGjTGWtn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAGjTGWtn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAGjTGWtn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAGjTGWtn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAGjTGWtn .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uoAGjTGWtn .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAGjTGWtn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAGjTGWtn .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAGjTGWtn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uoAGjTGWtn .navbar.collapsed {
  justify-content: center;
}
.cid-uoAGjTGWtn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAGjTGWtn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAGjTGWtn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoAGjTGWtn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAGjTGWtn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAGjTGWtn .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-uoAGjTGWtn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAGjTGWtn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAGjTGWtn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uoAGjTGWtn .navbar {
    min-height: 72px;
  }
  .cid-uoAGjTGWtn .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uoAGjTGWtn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAGjTGWtn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAGjTGWtn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAGjTGWtn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAGjTGWtn .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-uoAGjTGWtn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAGjTGWtn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uoAGjTGWtn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAGjTGWtn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoAGjTGWtn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uoAGjTGWtn .dropdown-item.active,
.cid-uoAGjTGWtn .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAGjTGWtn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAGjTGWtn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAGjTGWtn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAGjTGWtn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAGjTGWtn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uoAGjTGWtn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uoAGjTGWtn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAGjTGWtn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uoAGjTGWtn .navbar-buttons {
    text-align: left;
  }
}
.cid-uoAGjTGWtn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAGjTGWtn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAGjTGWtn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAGjTGWtn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAGjTGWtn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAGjTGWtn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAGjTGWtn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAGjTGWtn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAGjTGWtn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAGjTGWtn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAGjTGWtn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAGjTGWtn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAGjTGWtn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uoAGjTGWtn .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoAGjTGWtn .navbar {
    height: 70px;
  }
  .cid-uoAGjTGWtn .navbar.opened {
    height: auto;
  }
  .cid-uoAGjTGWtn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoAGjTGWtn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uoAGjTGWtn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uoAGjTGWtn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uoAGjTGWtn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uoAGjTGWtn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uoAGjTGWtn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uoAGjTGWtn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uoAGjTGWtn .navbar-brand {
    margin-right: auto;
  }
  .cid-uoAGjTGWtn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uoAGjTGWtn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uoAGjTGWtn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uoAGjTGWtn .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAGjTGWtn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uoAGjTGWtn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uoAGjTGWtn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uoAGjTGWtn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uoAGjTGWtn .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAGjTGWtn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uoAGjTGWtn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ukP1IC0QG9 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ukP1IC0QG9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukP1IC0QG9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukP1IC0QG9 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ukP1IC0QG9 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukP1IC0QG9 .container {
    padding: 0 16px;
  }
}
.cid-ukP1IC0QG9 .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-ukP1IC0QG9 .title-wrapper {
    padding: 0;
  }
}
.cid-ukP1IC0QG9 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ukP1IC0QG9 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-ukP1IC0QG9 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ukP1IC0QG9 .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ukP1IC0QG9 .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-ukP1IC0QG9 .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-ukP1IC0QG9 .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-ukP1IC0QG9 .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-ukP1IC0QG9 .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-ukP1IC0QG9 .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ukP1IC0QG9 .title-wrapper img {
    display: none;
  }
}
.cid-ukP1IC0QG9 .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-ukP1IC0QG9 .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-ukP1IC0QG9 .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-ukP1IC0QG9 .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-ukP1IC0QG9 .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-ukP1IC0QG9 .title-wrapper .line_1 {
    display: none;
  }
}
.cid-ukP1IC0QG9 .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-ukP1IC0QG9 .title-wrapper .line_2 {
    display: none;
  }
}
.cid-ukP1IC0QG9 .mbr-section-title {
  color: #08323C;
}
.cid-ukP1IC0QG9 .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-ukP1IC0QG9 .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-ukP1IC0QG9 .mbr-section-title,
.cid-ukP1IC0QG9 .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-ukP2kaVUKH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ukP2kaVUKH .col-lg-2 {
    width: 20%;
  }
}
.cid-ukP2kaVUKH .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ukP2kaVUKH .item:hover img,
.cid-ukP2kaVUKH .item:hover .item-img {
  border-radius: 0;
}
.cid-ukP2kaVUKH img {
  border: 2px solid gray;
}
.cid-ukP2kaVUKH img:hover {
  border-color: #2299aa;
}
.cid-ukP2kaVUKH img,
.cid-ukP2kaVUKH .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ukP2kaVUKH h5 {
  margin: 0;
}
.cid-ukP2kaVUKH .item:focus,
.cid-ukP2kaVUKH span:focus {
  outline: none;
}
.cid-ukP2kaVUKH .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ukP2kaVUKH .item-content {
  padding-top: 1rem;
}
.cid-ukP2kaVUKH .mbr-section-title {
  color: #121212;
}
.cid-ukP2kaVUKH .item-title {
  color: #000000;
}
.cid-ukP2kaVUKH .item-subtitle {
  color: #000000;
}
.cid-ukP2kaVUKH .mbr-section-subtitle {
  color: #000000;
}
.cid-ukP2jGMZru {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ukP2jGMZru .col-lg-2 {
    width: 20%;
  }
}
.cid-ukP2jGMZru .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ukP2jGMZru .item:hover img,
.cid-ukP2jGMZru .item:hover .item-img {
  border-radius: 0;
}
.cid-ukP2jGMZru img {
  border: 2px solid gray;
}
.cid-ukP2jGMZru img:hover {
  border-color: #2299aa;
}
.cid-ukP2jGMZru img,
.cid-ukP2jGMZru .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ukP2jGMZru h5 {
  margin: 0;
}
.cid-ukP2jGMZru .item:focus,
.cid-ukP2jGMZru span:focus {
  outline: none;
}
.cid-ukP2jGMZru .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ukP2jGMZru .item-content {
  padding-top: 1rem;
}
.cid-ukP2jGMZru .mbr-section-title {
  color: #121212;
}
.cid-ukP2jGMZru .item-title {
  color: #000000;
}
.cid-ukP2jGMZru .item-subtitle {
  color: #000000;
}
.cid-ukP2jGMZru .mbr-section-subtitle {
  color: #000000;
}
.cid-ukP1IDbr7a {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ukP1IDbr7a .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukP1IDbr7a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukP1IDi8hl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ukP1IDi8hl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukP1IDi8hl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukP1IDi8hl .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-ukP1IDi8hl .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-ukP1IDi8hl .container {
    max-width: 1400px;
  }
}
.cid-ukP1IDi8hl .card {
  margin: auto;
}
.cid-ukP1IDi8hl .card-title,
.cid-ukP1IDi8hl .mbr-iconfont {
  transition: all 0.3s;
}
.cid-ukP1IDi8hl .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-ukP1IDi8hl .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-ukP1IDi8hl .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ukP1IDi8hl .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-ukP1IDi8hl .card-wrapper:hover .card-title,
.cid-ukP1IDi8hl .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-ukP1IDi8hl .card-title,
.cid-ukP1IDi8hl .card-box {
  color: #f74660;
}
.cid-uoAGnWDjng {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uoAGnWDjng .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-uoAGnWDjng .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uoAGnWDjng .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uoAGnWDjng .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoAGnWDjng .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uoAGnWDjng .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAGnWDjng .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAGnWDjng .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uoAGnWDjng .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uoAGnWDjng .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAGnWDjng .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uoAGnWDjng .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uoAGnWDjng .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAGnWDjng .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uoAGnWDjng .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uoAGnWDjng .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uoAGnWDjng .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uoAGnWDjng .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uoAGnWDjng .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uoAGnWDjng .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uoAGnWDjng .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uoAGnWDjng .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uoAGnWDjng .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoAGnWDjng .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uoAGnWDjng .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uoAGnWDjng .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAGnWDjng .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uoAGnWDjng .nav-item:focus,
.cid-uoAGnWDjng .nav-link:focus {
  outline: none;
}
.cid-uoAGnWDjng .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAGnWDjng .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAGnWDjng .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAGnWDjng .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAGnWDjng .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAGnWDjng .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAGnWDjng .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uoAGnWDjng .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAGnWDjng .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAGnWDjng .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAGnWDjng .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uoAGnWDjng .navbar.collapsed {
  justify-content: center;
}
.cid-uoAGnWDjng .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAGnWDjng .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAGnWDjng .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoAGnWDjng .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAGnWDjng .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAGnWDjng .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-uoAGnWDjng .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAGnWDjng .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAGnWDjng .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uoAGnWDjng .navbar {
    min-height: 72px;
  }
  .cid-uoAGnWDjng .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uoAGnWDjng .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAGnWDjng .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAGnWDjng .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAGnWDjng .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAGnWDjng .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-uoAGnWDjng .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAGnWDjng .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uoAGnWDjng .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAGnWDjng .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoAGnWDjng .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uoAGnWDjng .dropdown-item.active,
.cid-uoAGnWDjng .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAGnWDjng .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAGnWDjng .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAGnWDjng .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAGnWDjng .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAGnWDjng .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uoAGnWDjng .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uoAGnWDjng ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAGnWDjng .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uoAGnWDjng .navbar-buttons {
    text-align: left;
  }
}
.cid-uoAGnWDjng button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAGnWDjng button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAGnWDjng button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAGnWDjng button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAGnWDjng button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAGnWDjng button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAGnWDjng nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAGnWDjng nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAGnWDjng nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAGnWDjng nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAGnWDjng .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAGnWDjng a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAGnWDjng .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uoAGnWDjng .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoAGnWDjng .navbar {
    height: 70px;
  }
  .cid-uoAGnWDjng .navbar.opened {
    height: auto;
  }
  .cid-uoAGnWDjng .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoAGnWDjng .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uoAGnWDjng .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uoAGnWDjng .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uoAGnWDjng .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uoAGnWDjng .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uoAGnWDjng .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uoAGnWDjng .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uoAGnWDjng .navbar-brand {
    margin-right: auto;
  }
  .cid-uoAGnWDjng .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uoAGnWDjng .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uoAGnWDjng .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uoAGnWDjng .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAGnWDjng .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uoAGnWDjng .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uoAGnWDjng .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uoAGnWDjng .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uoAGnWDjng .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAGnWDjng .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uoAGnWDjng .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ukP1UHcGEt {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ukP1UHcGEt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukP1UHcGEt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukP1UHcGEt .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ukP1UHcGEt .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ukP1UHcGEt .container {
    padding: 0 16px;
  }
}
.cid-ukP1UHcGEt .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-ukP1UHcGEt .title-wrapper {
    padding: 0;
  }
}
.cid-ukP1UHcGEt .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ukP1UHcGEt .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-ukP1UHcGEt .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ukP1UHcGEt .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ukP1UHcGEt .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-ukP1UHcGEt .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-ukP1UHcGEt .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-ukP1UHcGEt .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-ukP1UHcGEt .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-ukP1UHcGEt .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ukP1UHcGEt .title-wrapper img {
    display: none;
  }
}
.cid-ukP1UHcGEt .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-ukP1UHcGEt .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-ukP1UHcGEt .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-ukP1UHcGEt .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-ukP1UHcGEt .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-ukP1UHcGEt .title-wrapper .line_1 {
    display: none;
  }
}
.cid-ukP1UHcGEt .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-ukP1UHcGEt .title-wrapper .line_2 {
    display: none;
  }
}
.cid-ukP1UHcGEt .mbr-section-title {
  color: #08323C;
}
.cid-ukP1UHcGEt .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-ukP1UHcGEt .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-ukP1UHcGEt .mbr-section-title,
.cid-ukP1UHcGEt .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-ukP6jKMVYL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ukP6jKMVYL .col-lg-2 {
    width: 20%;
  }
}
.cid-ukP6jKMVYL .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ukP6jKMVYL .item:hover img,
.cid-ukP6jKMVYL .item:hover .item-img {
  border-radius: 0;
}
.cid-ukP6jKMVYL img {
  border: 2px solid gray;
}
.cid-ukP6jKMVYL img:hover {
  border-color: #2299aa;
}
.cid-ukP6jKMVYL img,
.cid-ukP6jKMVYL .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ukP6jKMVYL h5 {
  margin: 0;
}
.cid-ukP6jKMVYL .item:focus,
.cid-ukP6jKMVYL span:focus {
  outline: none;
}
.cid-ukP6jKMVYL .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ukP6jKMVYL .item-content {
  padding-top: 1rem;
}
.cid-ukP6jKMVYL .mbr-section-title {
  color: #121212;
}
.cid-ukP6jKMVYL .item-title {
  color: #000000;
}
.cid-ukP6jKMVYL .item-subtitle {
  color: #000000;
}
.cid-ukP6jKMVYL .mbr-section-subtitle {
  color: #000000;
}
.cid-ukP1UI37e2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ukP1UI37e2 .col-lg-2 {
    width: 20%;
  }
}
.cid-ukP1UI37e2 .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ukP1UI37e2 .item:hover img,
.cid-ukP1UI37e2 .item:hover .item-img {
  border-radius: 0;
}
.cid-ukP1UI37e2 img {
  border: 2px solid gray;
}
.cid-ukP1UI37e2 img:hover {
  border-color: #2299aa;
}
.cid-ukP1UI37e2 img,
.cid-ukP1UI37e2 .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ukP1UI37e2 h5 {
  margin: 0;
}
.cid-ukP1UI37e2 .item:focus,
.cid-ukP1UI37e2 span:focus {
  outline: none;
}
.cid-ukP1UI37e2 .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ukP1UI37e2 .item-content {
  padding-top: 1rem;
}
.cid-ukP1UI37e2 .mbr-section-title {
  color: #121212;
}
.cid-ukP1UI37e2 .item-title {
  color: #000000;
}
.cid-ukP1UI37e2 .item-subtitle {
  color: #000000;
}
.cid-ukP1UI37e2 .mbr-section-subtitle {
  color: #000000;
}
.cid-ukP7LPPGBH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ukP7LPPGBH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukP7LPPGBH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukP1UIoCXj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ukP1UIoCXj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukP1UIoCXj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukP1UIoCXj .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-ukP1UIoCXj .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-ukP1UIoCXj .container {
    max-width: 1400px;
  }
}
.cid-ukP1UIoCXj .card {
  margin: auto;
}
.cid-ukP1UIoCXj .card-title,
.cid-ukP1UIoCXj .mbr-iconfont {
  transition: all 0.3s;
}
.cid-ukP1UIoCXj .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-ukP1UIoCXj .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-ukP1UIoCXj .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ukP1UIoCXj .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-ukP1UIoCXj .card-wrapper:hover .card-title,
.cid-ukP1UIoCXj .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-ukP1UIoCXj .card-title,
.cid-ukP1UIoCXj .card-box {
  color: #f74660;
}
.cid-uoAGxOpzwn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uoAGxOpzwn .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-uoAGxOpzwn .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uoAGxOpzwn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uoAGxOpzwn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoAGxOpzwn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uoAGxOpzwn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAGxOpzwn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAGxOpzwn .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uoAGxOpzwn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uoAGxOpzwn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAGxOpzwn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uoAGxOpzwn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uoAGxOpzwn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAGxOpzwn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uoAGxOpzwn .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uoAGxOpzwn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uoAGxOpzwn .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uoAGxOpzwn .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uoAGxOpzwn .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uoAGxOpzwn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uoAGxOpzwn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uoAGxOpzwn .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uoAGxOpzwn .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoAGxOpzwn .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uoAGxOpzwn .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uoAGxOpzwn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAGxOpzwn .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uoAGxOpzwn .nav-item:focus,
.cid-uoAGxOpzwn .nav-link:focus {
  outline: none;
}
.cid-uoAGxOpzwn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAGxOpzwn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAGxOpzwn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAGxOpzwn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAGxOpzwn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAGxOpzwn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAGxOpzwn .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uoAGxOpzwn .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAGxOpzwn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAGxOpzwn .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAGxOpzwn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uoAGxOpzwn .navbar.collapsed {
  justify-content: center;
}
.cid-uoAGxOpzwn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAGxOpzwn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAGxOpzwn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoAGxOpzwn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAGxOpzwn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAGxOpzwn .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-uoAGxOpzwn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAGxOpzwn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAGxOpzwn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uoAGxOpzwn .navbar {
    min-height: 72px;
  }
  .cid-uoAGxOpzwn .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uoAGxOpzwn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAGxOpzwn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAGxOpzwn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAGxOpzwn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAGxOpzwn .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-uoAGxOpzwn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAGxOpzwn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uoAGxOpzwn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAGxOpzwn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoAGxOpzwn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uoAGxOpzwn .dropdown-item.active,
.cid-uoAGxOpzwn .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAGxOpzwn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAGxOpzwn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAGxOpzwn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAGxOpzwn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAGxOpzwn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uoAGxOpzwn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uoAGxOpzwn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAGxOpzwn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uoAGxOpzwn .navbar-buttons {
    text-align: left;
  }
}
.cid-uoAGxOpzwn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAGxOpzwn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAGxOpzwn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAGxOpzwn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAGxOpzwn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAGxOpzwn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAGxOpzwn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAGxOpzwn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAGxOpzwn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAGxOpzwn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAGxOpzwn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAGxOpzwn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAGxOpzwn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uoAGxOpzwn .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoAGxOpzwn .navbar {
    height: 70px;
  }
  .cid-uoAGxOpzwn .navbar.opened {
    height: auto;
  }
  .cid-uoAGxOpzwn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoAGxOpzwn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uoAGxOpzwn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uoAGxOpzwn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uoAGxOpzwn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uoAGxOpzwn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uoAGxOpzwn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uoAGxOpzwn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uoAGxOpzwn .navbar-brand {
    margin-right: auto;
  }
  .cid-uoAGxOpzwn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uoAGxOpzwn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uoAGxOpzwn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uoAGxOpzwn .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAGxOpzwn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uoAGxOpzwn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uoAGxOpzwn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uoAGxOpzwn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uoAGxOpzwn .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAGxOpzwn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uoAGxOpzwn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-um9FYvm3Fu {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-um9FYvm3Fu .mbr-fallback-image.disabled {
  display: none;
}
.cid-um9FYvm3Fu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um9FYvm3Fu .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-um9FYvm3Fu .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-um9FYvm3Fu .container {
    padding: 0 16px;
  }
}
.cid-um9FYvm3Fu .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-um9FYvm3Fu .title-wrapper {
    padding: 0;
  }
}
.cid-um9FYvm3Fu .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-um9FYvm3Fu .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-um9FYvm3Fu .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-um9FYvm3Fu .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-um9FYvm3Fu .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-um9FYvm3Fu .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-um9FYvm3Fu .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-um9FYvm3Fu .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-um9FYvm3Fu .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-um9FYvm3Fu .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-um9FYvm3Fu .title-wrapper img {
    display: none;
  }
}
.cid-um9FYvm3Fu .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-um9FYvm3Fu .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-um9FYvm3Fu .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-um9FYvm3Fu .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-um9FYvm3Fu .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-um9FYvm3Fu .title-wrapper .line_1 {
    display: none;
  }
}
.cid-um9FYvm3Fu .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-um9FYvm3Fu .title-wrapper .line_2 {
    display: none;
  }
}
.cid-um9FYvm3Fu .mbr-section-title {
  color: #08323C;
}
.cid-um9FYvm3Fu .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-um9FYvm3Fu .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-um9FYvm3Fu .mbr-section-title,
.cid-um9FYvm3Fu .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-um9H4HnhiV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-um9H4HnhiV .col-lg-2 {
    width: 20%;
  }
}
.cid-um9H4HnhiV .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-um9H4HnhiV .item:hover img,
.cid-um9H4HnhiV .item:hover .item-img {
  border-radius: 0;
}
.cid-um9H4HnhiV img {
  border: 2px solid gray;
}
.cid-um9H4HnhiV img:hover {
  border-color: #2299aa;
}
.cid-um9H4HnhiV img,
.cid-um9H4HnhiV .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-um9H4HnhiV h5 {
  margin: 0;
}
.cid-um9H4HnhiV .item:focus,
.cid-um9H4HnhiV span:focus {
  outline: none;
}
.cid-um9H4HnhiV .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-um9H4HnhiV .item-content {
  padding-top: 1rem;
}
.cid-um9H4HnhiV .mbr-section-title {
  color: #121212;
}
.cid-um9H4HnhiV .item-title {
  color: #000000;
}
.cid-um9H4HnhiV .item-subtitle {
  color: #000000;
}
.cid-um9H4HnhiV .mbr-section-subtitle {
  color: #000000;
}
.cid-um9H5qNolK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-um9H5qNolK .col-lg-2 {
    width: 20%;
  }
}
.cid-um9H5qNolK .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-um9H5qNolK .item:hover img,
.cid-um9H5qNolK .item:hover .item-img {
  border-radius: 0;
}
.cid-um9H5qNolK img {
  border: 2px solid gray;
}
.cid-um9H5qNolK img:hover {
  border-color: #2299aa;
}
.cid-um9H5qNolK img,
.cid-um9H5qNolK .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-um9H5qNolK h5 {
  margin: 0;
}
.cid-um9H5qNolK .item:focus,
.cid-um9H5qNolK span:focus {
  outline: none;
}
.cid-um9H5qNolK .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-um9H5qNolK .item-content {
  padding-top: 1rem;
}
.cid-um9H5qNolK .mbr-section-title {
  color: #121212;
}
.cid-um9H5qNolK .item-title {
  color: #000000;
}
.cid-um9H5qNolK .item-subtitle {
  color: #000000;
}
.cid-um9H5qNolK .mbr-section-subtitle {
  color: #000000;
}
.cid-um9FYwAWsv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-um9FYwAWsv .mbr-fallback-image.disabled {
  display: none;
}
.cid-um9FYwAWsv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um9FYwJcmU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-um9FYwJcmU .mbr-fallback-image.disabled {
  display: none;
}
.cid-um9FYwJcmU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um9FYwJcmU .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-um9FYwJcmU .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-um9FYwJcmU .container {
    max-width: 1400px;
  }
}
.cid-um9FYwJcmU .card {
  margin: auto;
}
.cid-um9FYwJcmU .card-title,
.cid-um9FYwJcmU .mbr-iconfont {
  transition: all 0.3s;
}
.cid-um9FYwJcmU .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-um9FYwJcmU .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-um9FYwJcmU .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-um9FYwJcmU .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-um9FYwJcmU .card-wrapper:hover .card-title,
.cid-um9FYwJcmU .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-um9FYwJcmU .card-title,
.cid-um9FYwJcmU .card-box {
  color: #f74660;
}
.cid-uoAGssOmkq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uoAGssOmkq .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-uoAGssOmkq .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uoAGssOmkq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uoAGssOmkq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoAGssOmkq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uoAGssOmkq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAGssOmkq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAGssOmkq .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uoAGssOmkq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uoAGssOmkq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAGssOmkq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uoAGssOmkq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uoAGssOmkq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAGssOmkq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uoAGssOmkq .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uoAGssOmkq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uoAGssOmkq .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uoAGssOmkq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uoAGssOmkq .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uoAGssOmkq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uoAGssOmkq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uoAGssOmkq .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uoAGssOmkq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoAGssOmkq .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uoAGssOmkq .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uoAGssOmkq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAGssOmkq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uoAGssOmkq .nav-item:focus,
.cid-uoAGssOmkq .nav-link:focus {
  outline: none;
}
.cid-uoAGssOmkq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAGssOmkq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAGssOmkq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAGssOmkq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAGssOmkq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAGssOmkq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAGssOmkq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uoAGssOmkq .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAGssOmkq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAGssOmkq .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAGssOmkq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uoAGssOmkq .navbar.collapsed {
  justify-content: center;
}
.cid-uoAGssOmkq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAGssOmkq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAGssOmkq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoAGssOmkq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAGssOmkq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAGssOmkq .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-uoAGssOmkq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAGssOmkq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAGssOmkq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uoAGssOmkq .navbar {
    min-height: 72px;
  }
  .cid-uoAGssOmkq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uoAGssOmkq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAGssOmkq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAGssOmkq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAGssOmkq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAGssOmkq .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-uoAGssOmkq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAGssOmkq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uoAGssOmkq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAGssOmkq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoAGssOmkq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uoAGssOmkq .dropdown-item.active,
.cid-uoAGssOmkq .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAGssOmkq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAGssOmkq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAGssOmkq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAGssOmkq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAGssOmkq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uoAGssOmkq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uoAGssOmkq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAGssOmkq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uoAGssOmkq .navbar-buttons {
    text-align: left;
  }
}
.cid-uoAGssOmkq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAGssOmkq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAGssOmkq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAGssOmkq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAGssOmkq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAGssOmkq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAGssOmkq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAGssOmkq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAGssOmkq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAGssOmkq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAGssOmkq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAGssOmkq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAGssOmkq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uoAGssOmkq .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoAGssOmkq .navbar {
    height: 70px;
  }
  .cid-uoAGssOmkq .navbar.opened {
    height: auto;
  }
  .cid-uoAGssOmkq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoAGssOmkq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uoAGssOmkq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uoAGssOmkq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uoAGssOmkq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uoAGssOmkq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uoAGssOmkq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uoAGssOmkq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uoAGssOmkq .navbar-brand {
    margin-right: auto;
  }
  .cid-uoAGssOmkq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uoAGssOmkq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uoAGssOmkq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uoAGssOmkq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAGssOmkq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uoAGssOmkq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uoAGssOmkq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uoAGssOmkq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uoAGssOmkq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAGssOmkq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uoAGssOmkq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u7g9bziC9u {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7g9bziC9u .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7g9bziC9u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7g9bziC9u .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u7g9bziC9u .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u7g9bziC9u .container {
    padding: 0 16px;
  }
}
.cid-u7g9bziC9u .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-u7g9bziC9u .title-wrapper {
    padding: 0;
  }
}
.cid-u7g9bziC9u .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u7g9bziC9u .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u7g9bziC9u .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u7g9bziC9u .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u7g9bziC9u .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-u7g9bziC9u .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-u7g9bziC9u .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-u7g9bziC9u .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-u7g9bziC9u .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-u7g9bziC9u .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u7g9bziC9u .title-wrapper img {
    display: none;
  }
}
.cid-u7g9bziC9u .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-u7g9bziC9u .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-u7g9bziC9u .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-u7g9bziC9u .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-u7g9bziC9u .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-u7g9bziC9u .title-wrapper .line_1 {
    display: none;
  }
}
.cid-u7g9bziC9u .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-u7g9bziC9u .title-wrapper .line_2 {
    display: none;
  }
}
.cid-u7g9bziC9u .mbr-section-title {
  color: #08323C;
}
.cid-u7g9bziC9u .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-u7g9bziC9u .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-u7g9bziC9u .mbr-section-title,
.cid-u7g9bziC9u .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-u7g9bzH9Rj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u7g9bzH9Rj .col-lg-2 {
    width: 20%;
  }
}
.cid-u7g9bzH9Rj .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u7g9bzH9Rj .item:hover img,
.cid-u7g9bzH9Rj .item:hover .item-img {
  border-radius: 0;
}
.cid-u7g9bzH9Rj img {
  border: 2px solid gray;
}
.cid-u7g9bzH9Rj img:hover {
  border-color: #2299aa;
}
.cid-u7g9bzH9Rj img,
.cid-u7g9bzH9Rj .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u7g9bzH9Rj h5 {
  margin: 0;
}
.cid-u7g9bzH9Rj .item:focus,
.cid-u7g9bzH9Rj span:focus {
  outline: none;
}
.cid-u7g9bzH9Rj .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7g9bzH9Rj .item-content {
  padding-top: 1rem;
}
.cid-u7g9bzH9Rj .mbr-section-title {
  color: #121212;
}
.cid-u7g9bzH9Rj .item-title {
  color: #000000;
}
.cid-u7g9bzH9Rj .item-subtitle {
  color: #000000;
}
.cid-u7g9bzH9Rj .mbr-section-subtitle {
  color: #000000;
}
.cid-uljjSlbXyZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uljjSlbXyZ .col-lg-2 {
    width: 20%;
  }
}
.cid-uljjSlbXyZ .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uljjSlbXyZ .item:hover img,
.cid-uljjSlbXyZ .item:hover .item-img {
  border-radius: 0;
}
.cid-uljjSlbXyZ img {
  border: 2px solid gray;
}
.cid-uljjSlbXyZ img:hover {
  border-color: #2299aa;
}
.cid-uljjSlbXyZ img,
.cid-uljjSlbXyZ .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uljjSlbXyZ h5 {
  margin: 0;
}
.cid-uljjSlbXyZ .item:focus,
.cid-uljjSlbXyZ span:focus {
  outline: none;
}
.cid-uljjSlbXyZ .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uljjSlbXyZ .item-content {
  padding-top: 1rem;
}
.cid-uljjSlbXyZ .mbr-section-title {
  color: #121212;
}
.cid-uljjSlbXyZ .item-title {
  color: #000000;
}
.cid-uljjSlbXyZ .item-subtitle {
  color: #000000;
}
.cid-uljjSlbXyZ .mbr-section-subtitle {
  color: #000000;
}
.cid-u7g9bAJ0TU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u7g9bAJ0TU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7g9bAJ0TU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7g9bAYn5I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7g9bAYn5I .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7g9bAYn5I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7g9bAYn5I .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-u7g9bAYn5I .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-u7g9bAYn5I .container {
    max-width: 1400px;
  }
}
.cid-u7g9bAYn5I .card {
  margin: auto;
}
.cid-u7g9bAYn5I .card-title,
.cid-u7g9bAYn5I .mbr-iconfont {
  transition: all 0.3s;
}
.cid-u7g9bAYn5I .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-u7g9bAYn5I .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-u7g9bAYn5I .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u7g9bAYn5I .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-u7g9bAYn5I .card-wrapper:hover .card-title,
.cid-u7g9bAYn5I .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-u7g9bAYn5I .card-title,
.cid-u7g9bAYn5I .card-box {
  color: #f74660;
}
.cid-uoAGDdDMpQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uoAGDdDMpQ .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-uoAGDdDMpQ .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uoAGDdDMpQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uoAGDdDMpQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoAGDdDMpQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uoAGDdDMpQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAGDdDMpQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAGDdDMpQ .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uoAGDdDMpQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uoAGDdDMpQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAGDdDMpQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uoAGDdDMpQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uoAGDdDMpQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAGDdDMpQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uoAGDdDMpQ .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uoAGDdDMpQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uoAGDdDMpQ .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uoAGDdDMpQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uoAGDdDMpQ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uoAGDdDMpQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uoAGDdDMpQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uoAGDdDMpQ .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uoAGDdDMpQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoAGDdDMpQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uoAGDdDMpQ .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uoAGDdDMpQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAGDdDMpQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uoAGDdDMpQ .nav-item:focus,
.cid-uoAGDdDMpQ .nav-link:focus {
  outline: none;
}
.cid-uoAGDdDMpQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAGDdDMpQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAGDdDMpQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAGDdDMpQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAGDdDMpQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAGDdDMpQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAGDdDMpQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uoAGDdDMpQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAGDdDMpQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAGDdDMpQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAGDdDMpQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uoAGDdDMpQ .navbar.collapsed {
  justify-content: center;
}
.cid-uoAGDdDMpQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAGDdDMpQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAGDdDMpQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoAGDdDMpQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAGDdDMpQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAGDdDMpQ .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-uoAGDdDMpQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAGDdDMpQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAGDdDMpQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uoAGDdDMpQ .navbar {
    min-height: 72px;
  }
  .cid-uoAGDdDMpQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uoAGDdDMpQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAGDdDMpQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAGDdDMpQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAGDdDMpQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAGDdDMpQ .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-uoAGDdDMpQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAGDdDMpQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uoAGDdDMpQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAGDdDMpQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoAGDdDMpQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uoAGDdDMpQ .dropdown-item.active,
.cid-uoAGDdDMpQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAGDdDMpQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAGDdDMpQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAGDdDMpQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAGDdDMpQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAGDdDMpQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uoAGDdDMpQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uoAGDdDMpQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAGDdDMpQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uoAGDdDMpQ .navbar-buttons {
    text-align: left;
  }
}
.cid-uoAGDdDMpQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAGDdDMpQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAGDdDMpQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAGDdDMpQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAGDdDMpQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAGDdDMpQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAGDdDMpQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAGDdDMpQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAGDdDMpQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAGDdDMpQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAGDdDMpQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAGDdDMpQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAGDdDMpQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uoAGDdDMpQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoAGDdDMpQ .navbar {
    height: 70px;
  }
  .cid-uoAGDdDMpQ .navbar.opened {
    height: auto;
  }
  .cid-uoAGDdDMpQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoAGDdDMpQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uoAGDdDMpQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uoAGDdDMpQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uoAGDdDMpQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uoAGDdDMpQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uoAGDdDMpQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uoAGDdDMpQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uoAGDdDMpQ .navbar-brand {
    margin-right: auto;
  }
  .cid-uoAGDdDMpQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uoAGDdDMpQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uoAGDdDMpQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uoAGDdDMpQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAGDdDMpQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uoAGDdDMpQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uoAGDdDMpQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uoAGDdDMpQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uoAGDdDMpQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAGDdDMpQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uoAGDdDMpQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-um9ZkbIzpF {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-um9ZkbIzpF .mbr-fallback-image.disabled {
  display: none;
}
.cid-um9ZkbIzpF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um9ZkbIzpF .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-um9ZkbIzpF .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-um9ZkbIzpF .container {
    padding: 0 16px;
  }
}
.cid-um9ZkbIzpF .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-um9ZkbIzpF .title-wrapper {
    padding: 0;
  }
}
.cid-um9ZkbIzpF .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-um9ZkbIzpF .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-um9ZkbIzpF .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-um9ZkbIzpF .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-um9ZkbIzpF .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-um9ZkbIzpF .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-um9ZkbIzpF .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-um9ZkbIzpF .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-um9ZkbIzpF .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-um9ZkbIzpF .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-um9ZkbIzpF .title-wrapper img {
    display: none;
  }
}
.cid-um9ZkbIzpF .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-um9ZkbIzpF .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-um9ZkbIzpF .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-um9ZkbIzpF .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-um9ZkbIzpF .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-um9ZkbIzpF .title-wrapper .line_1 {
    display: none;
  }
}
.cid-um9ZkbIzpF .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-um9ZkbIzpF .title-wrapper .line_2 {
    display: none;
  }
}
.cid-um9ZkbIzpF .mbr-section-title {
  color: #08323C;
}
.cid-um9ZkbIzpF .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-um9ZkbIzpF .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-um9ZkbIzpF .mbr-section-title,
.cid-um9ZkbIzpF .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-um9ZkcnF9o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-um9ZkcnF9o .col-lg-2 {
    width: 20%;
  }
}
.cid-um9ZkcnF9o .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-um9ZkcnF9o .item:hover img,
.cid-um9ZkcnF9o .item:hover .item-img {
  border-radius: 0;
}
.cid-um9ZkcnF9o img {
  border: 2px solid gray;
}
.cid-um9ZkcnF9o img:hover {
  border-color: #2299aa;
}
.cid-um9ZkcnF9o img,
.cid-um9ZkcnF9o .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-um9ZkcnF9o h5 {
  margin: 0;
}
.cid-um9ZkcnF9o .item:focus,
.cid-um9ZkcnF9o span:focus {
  outline: none;
}
.cid-um9ZkcnF9o .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-um9ZkcnF9o .item-content {
  padding-top: 1rem;
}
.cid-um9ZkcnF9o .mbr-section-title {
  color: #121212;
}
.cid-um9ZkcnF9o .item-title {
  color: #000000;
}
.cid-um9ZkcnF9o .item-subtitle {
  color: #000000;
}
.cid-um9ZkcnF9o .mbr-section-subtitle {
  color: #000000;
}
.cid-um9ZkcLcqP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-um9ZkcLcqP .col-lg-2 {
    width: 20%;
  }
}
.cid-um9ZkcLcqP .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-um9ZkcLcqP .item:hover img,
.cid-um9ZkcLcqP .item:hover .item-img {
  border-radius: 0;
}
.cid-um9ZkcLcqP img {
  border: 2px solid gray;
}
.cid-um9ZkcLcqP img:hover {
  border-color: #2299aa;
}
.cid-um9ZkcLcqP img,
.cid-um9ZkcLcqP .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-um9ZkcLcqP h5 {
  margin: 0;
}
.cid-um9ZkcLcqP .item:focus,
.cid-um9ZkcLcqP span:focus {
  outline: none;
}
.cid-um9ZkcLcqP .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-um9ZkcLcqP .item-content {
  padding-top: 1rem;
}
.cid-um9ZkcLcqP .mbr-section-title {
  color: #121212;
}
.cid-um9ZkcLcqP .item-title {
  color: #000000;
}
.cid-um9ZkcLcqP .item-subtitle {
  color: #000000;
}
.cid-um9ZkcLcqP .mbr-section-subtitle {
  color: #000000;
}
.cid-umaeBTNQEw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-umaeBTNQEw .col-lg-2 {
    width: 20%;
  }
}
.cid-umaeBTNQEw .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-umaeBTNQEw .item:hover img,
.cid-umaeBTNQEw .item:hover .item-img {
  border-radius: 0;
}
.cid-umaeBTNQEw img {
  border: 2px solid gray;
}
.cid-umaeBTNQEw img:hover {
  border-color: #2299aa;
}
.cid-umaeBTNQEw img,
.cid-umaeBTNQEw .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-umaeBTNQEw h5 {
  margin: 0;
}
.cid-umaeBTNQEw .item:focus,
.cid-umaeBTNQEw span:focus {
  outline: none;
}
.cid-umaeBTNQEw .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-umaeBTNQEw .item-content {
  padding-top: 1rem;
}
.cid-umaeBTNQEw .mbr-section-title {
  color: #121212;
}
.cid-umaeBTNQEw .item-title {
  color: #000000;
}
.cid-umaeBTNQEw .item-subtitle {
  color: #000000;
}
.cid-umaeBTNQEw .mbr-section-subtitle {
  color: #000000;
}
.cid-umagaNbQ1V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-umagaNbQ1V .mbr-fallback-image.disabled {
  display: none;
}
.cid-umagaNbQ1V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um9Zkdc3aq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-um9Zkdc3aq .mbr-fallback-image.disabled {
  display: none;
}
.cid-um9Zkdc3aq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um9Zkdc3aq .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-um9Zkdc3aq .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-um9Zkdc3aq .container {
    max-width: 1400px;
  }
}
.cid-um9Zkdc3aq .card {
  margin: auto;
}
.cid-um9Zkdc3aq .card-title,
.cid-um9Zkdc3aq .mbr-iconfont {
  transition: all 0.3s;
}
.cid-um9Zkdc3aq .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-um9Zkdc3aq .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-um9Zkdc3aq .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-um9Zkdc3aq .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-um9Zkdc3aq .card-wrapper:hover .card-title,
.cid-um9Zkdc3aq .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-um9Zkdc3aq .card-title,
.cid-um9Zkdc3aq .card-box {
  color: #f74660;
}
.cid-uoAGLXH88f {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uoAGLXH88f .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-uoAGLXH88f .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uoAGLXH88f .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uoAGLXH88f .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoAGLXH88f .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uoAGLXH88f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAGLXH88f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAGLXH88f .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uoAGLXH88f .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uoAGLXH88f .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAGLXH88f .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uoAGLXH88f .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uoAGLXH88f .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAGLXH88f .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uoAGLXH88f .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uoAGLXH88f .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uoAGLXH88f .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uoAGLXH88f .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uoAGLXH88f .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uoAGLXH88f .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uoAGLXH88f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uoAGLXH88f .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uoAGLXH88f .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoAGLXH88f .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uoAGLXH88f .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uoAGLXH88f .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAGLXH88f .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uoAGLXH88f .nav-item:focus,
.cid-uoAGLXH88f .nav-link:focus {
  outline: none;
}
.cid-uoAGLXH88f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAGLXH88f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAGLXH88f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAGLXH88f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAGLXH88f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAGLXH88f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAGLXH88f .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uoAGLXH88f .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAGLXH88f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAGLXH88f .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAGLXH88f .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uoAGLXH88f .navbar.collapsed {
  justify-content: center;
}
.cid-uoAGLXH88f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAGLXH88f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAGLXH88f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoAGLXH88f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAGLXH88f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAGLXH88f .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-uoAGLXH88f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAGLXH88f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAGLXH88f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uoAGLXH88f .navbar {
    min-height: 72px;
  }
  .cid-uoAGLXH88f .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uoAGLXH88f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAGLXH88f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAGLXH88f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAGLXH88f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAGLXH88f .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-uoAGLXH88f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAGLXH88f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uoAGLXH88f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAGLXH88f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoAGLXH88f .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uoAGLXH88f .dropdown-item.active,
.cid-uoAGLXH88f .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAGLXH88f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAGLXH88f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAGLXH88f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAGLXH88f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAGLXH88f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uoAGLXH88f .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uoAGLXH88f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAGLXH88f .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uoAGLXH88f .navbar-buttons {
    text-align: left;
  }
}
.cid-uoAGLXH88f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAGLXH88f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAGLXH88f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAGLXH88f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAGLXH88f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAGLXH88f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAGLXH88f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAGLXH88f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAGLXH88f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAGLXH88f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAGLXH88f .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAGLXH88f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAGLXH88f .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uoAGLXH88f .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoAGLXH88f .navbar {
    height: 70px;
  }
  .cid-uoAGLXH88f .navbar.opened {
    height: auto;
  }
  .cid-uoAGLXH88f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoAGLXH88f .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uoAGLXH88f .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uoAGLXH88f .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uoAGLXH88f .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uoAGLXH88f .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uoAGLXH88f .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uoAGLXH88f .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uoAGLXH88f .navbar-brand {
    margin-right: auto;
  }
  .cid-uoAGLXH88f .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uoAGLXH88f .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uoAGLXH88f .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uoAGLXH88f .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAGLXH88f .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uoAGLXH88f .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uoAGLXH88f .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uoAGLXH88f .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uoAGLXH88f .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAGLXH88f .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uoAGLXH88f .navbar-collapse {
    padding: 1rem;
  }
}
.cid-unL4QnCygh {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unL4QnCygh .mbr-fallback-image.disabled {
  display: none;
}
.cid-unL4QnCygh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unL4QnCygh .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-unL4QnCygh .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-unL4QnCygh .container {
    padding: 0 16px;
  }
}
.cid-unL4QnCygh .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-unL4QnCygh .title-wrapper {
    padding: 0;
  }
}
.cid-unL4QnCygh .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-unL4QnCygh .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-unL4QnCygh .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-unL4QnCygh .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-unL4QnCygh .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-unL4QnCygh .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-unL4QnCygh .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-unL4QnCygh .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-unL4QnCygh .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-unL4QnCygh .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-unL4QnCygh .title-wrapper img {
    display: none;
  }
}
.cid-unL4QnCygh .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-unL4QnCygh .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-unL4QnCygh .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-unL4QnCygh .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-unL4QnCygh .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-unL4QnCygh .title-wrapper .line_1 {
    display: none;
  }
}
.cid-unL4QnCygh .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-unL4QnCygh .title-wrapper .line_2 {
    display: none;
  }
}
.cid-unL4QnCygh .mbr-section-title {
  color: #08323C;
}
.cid-unL4QnCygh .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-unL4QnCygh .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-unL4QnCygh .mbr-section-title,
.cid-unL4QnCygh .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-unL4QoqARF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unL4QoqARF .col-lg-2 {
    width: 20%;
  }
}
.cid-unL4QoqARF .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-unL4QoqARF .item:hover img,
.cid-unL4QoqARF .item:hover .item-img {
  border-radius: 0;
}
.cid-unL4QoqARF img {
  border: 2px solid gray;
}
.cid-unL4QoqARF img:hover {
  border-color: #2299aa;
}
.cid-unL4QoqARF img,
.cid-unL4QoqARF .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-unL4QoqARF h5 {
  margin: 0;
}
.cid-unL4QoqARF .item:focus,
.cid-unL4QoqARF span:focus {
  outline: none;
}
.cid-unL4QoqARF .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-unL4QoqARF .item-content {
  padding-top: 1rem;
}
.cid-unL4QoqARF .mbr-section-title {
  color: #121212;
}
.cid-unL4QoqARF .item-title {
  color: #000000;
}
.cid-unL4QoqARF .item-subtitle {
  color: #000000;
}
.cid-unL4QoqARF .mbr-section-subtitle {
  color: #000000;
}
.cid-unL4QoNZwl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unL4QoNZwl .col-lg-2 {
    width: 20%;
  }
}
.cid-unL4QoNZwl .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-unL4QoNZwl .item:hover img,
.cid-unL4QoNZwl .item:hover .item-img {
  border-radius: 0;
}
.cid-unL4QoNZwl img {
  border: 2px solid gray;
}
.cid-unL4QoNZwl img:hover {
  border-color: #2299aa;
}
.cid-unL4QoNZwl img,
.cid-unL4QoNZwl .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-unL4QoNZwl h5 {
  margin: 0;
}
.cid-unL4QoNZwl .item:focus,
.cid-unL4QoNZwl span:focus {
  outline: none;
}
.cid-unL4QoNZwl .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-unL4QoNZwl .item-content {
  padding-top: 1rem;
}
.cid-unL4QoNZwl .mbr-section-title {
  color: #121212;
}
.cid-unL4QoNZwl .item-title {
  color: #000000;
}
.cid-unL4QoNZwl .item-subtitle {
  color: #000000;
  text-align: left;
}
.cid-unL4QoNZwl .mbr-section-subtitle {
  color: #000000;
}
.cid-unL4Qp6Ngq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unL4Qp6Ngq .mbr-fallback-image.disabled {
  display: none;
}
.cid-unL4Qp6Ngq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unL4QpesXm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unL4QpesXm .mbr-fallback-image.disabled {
  display: none;
}
.cid-unL4QpesXm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unL4QpesXm .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-unL4QpesXm .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-unL4QpesXm .container {
    max-width: 1400px;
  }
}
.cid-unL4QpesXm .card {
  margin: auto;
}
.cid-unL4QpesXm .card-title,
.cid-unL4QpesXm .mbr-iconfont {
  transition: all 0.3s;
}
.cid-unL4QpesXm .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-unL4QpesXm .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-unL4QpesXm .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-unL4QpesXm .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-unL4QpesXm .card-wrapper:hover .card-title,
.cid-unL4QpesXm .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-unL4QpesXm .card-title,
.cid-unL4QpesXm .card-box {
  color: #f74660;
}
.cid-uoAGHqExBc {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uoAGHqExBc .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-uoAGHqExBc .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uoAGHqExBc .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uoAGHqExBc .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoAGHqExBc .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uoAGHqExBc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAGHqExBc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAGHqExBc .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uoAGHqExBc .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uoAGHqExBc .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAGHqExBc .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uoAGHqExBc .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uoAGHqExBc .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAGHqExBc .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uoAGHqExBc .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uoAGHqExBc .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uoAGHqExBc .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uoAGHqExBc .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uoAGHqExBc .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uoAGHqExBc .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uoAGHqExBc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uoAGHqExBc .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uoAGHqExBc .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoAGHqExBc .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uoAGHqExBc .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uoAGHqExBc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAGHqExBc .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uoAGHqExBc .nav-item:focus,
.cid-uoAGHqExBc .nav-link:focus {
  outline: none;
}
.cid-uoAGHqExBc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAGHqExBc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAGHqExBc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAGHqExBc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAGHqExBc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAGHqExBc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAGHqExBc .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uoAGHqExBc .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAGHqExBc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAGHqExBc .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAGHqExBc .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uoAGHqExBc .navbar.collapsed {
  justify-content: center;
}
.cid-uoAGHqExBc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAGHqExBc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAGHqExBc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoAGHqExBc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAGHqExBc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAGHqExBc .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-uoAGHqExBc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAGHqExBc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAGHqExBc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uoAGHqExBc .navbar {
    min-height: 72px;
  }
  .cid-uoAGHqExBc .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uoAGHqExBc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAGHqExBc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAGHqExBc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAGHqExBc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAGHqExBc .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-uoAGHqExBc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAGHqExBc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uoAGHqExBc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAGHqExBc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoAGHqExBc .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uoAGHqExBc .dropdown-item.active,
.cid-uoAGHqExBc .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAGHqExBc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAGHqExBc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAGHqExBc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAGHqExBc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAGHqExBc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uoAGHqExBc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uoAGHqExBc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAGHqExBc .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uoAGHqExBc .navbar-buttons {
    text-align: left;
  }
}
.cid-uoAGHqExBc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAGHqExBc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAGHqExBc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAGHqExBc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAGHqExBc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAGHqExBc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAGHqExBc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAGHqExBc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAGHqExBc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAGHqExBc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAGHqExBc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAGHqExBc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAGHqExBc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uoAGHqExBc .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoAGHqExBc .navbar {
    height: 70px;
  }
  .cid-uoAGHqExBc .navbar.opened {
    height: auto;
  }
  .cid-uoAGHqExBc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoAGHqExBc .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uoAGHqExBc .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uoAGHqExBc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uoAGHqExBc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uoAGHqExBc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uoAGHqExBc .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uoAGHqExBc .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uoAGHqExBc .navbar-brand {
    margin-right: auto;
  }
  .cid-uoAGHqExBc .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uoAGHqExBc .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uoAGHqExBc .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uoAGHqExBc .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAGHqExBc .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uoAGHqExBc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uoAGHqExBc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uoAGHqExBc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uoAGHqExBc .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAGHqExBc .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uoAGHqExBc .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u7g9nsSJII {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7g9nsSJII .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7g9nsSJII .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7g9nsSJII .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u7g9nsSJII .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u7g9nsSJII .container {
    padding: 0 16px;
  }
}
.cid-u7g9nsSJII .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-u7g9nsSJII .title-wrapper {
    padding: 0;
  }
}
.cid-u7g9nsSJII .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u7g9nsSJII .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u7g9nsSJII .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u7g9nsSJII .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u7g9nsSJII .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-u7g9nsSJII .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-u7g9nsSJII .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-u7g9nsSJII .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-u7g9nsSJII .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-u7g9nsSJII .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u7g9nsSJII .title-wrapper img {
    display: none;
  }
}
.cid-u7g9nsSJII .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-u7g9nsSJII .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-u7g9nsSJII .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-u7g9nsSJII .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-u7g9nsSJII .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-u7g9nsSJII .title-wrapper .line_1 {
    display: none;
  }
}
.cid-u7g9nsSJII .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-u7g9nsSJII .title-wrapper .line_2 {
    display: none;
  }
}
.cid-u7g9nsSJII .mbr-section-title {
  color: #08323C;
}
.cid-u7g9nsSJII .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-u7g9nsSJII .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-u7g9nsSJII .mbr-section-title,
.cid-u7g9nsSJII .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-u7g9ntBBmr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u7g9ntBBmr .col-lg-2 {
    width: 20%;
  }
}
.cid-u7g9ntBBmr .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u7g9ntBBmr .item:hover img,
.cid-u7g9ntBBmr .item:hover .item-img {
  border-radius: 0;
}
.cid-u7g9ntBBmr img {
  border: 2px solid gray;
}
.cid-u7g9ntBBmr img:hover {
  border-color: #2299aa;
}
.cid-u7g9ntBBmr img,
.cid-u7g9ntBBmr .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u7g9ntBBmr h5 {
  margin: 0;
}
.cid-u7g9ntBBmr .item:focus,
.cid-u7g9ntBBmr span:focus {
  outline: none;
}
.cid-u7g9ntBBmr .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7g9ntBBmr .item-content {
  padding-top: 1rem;
}
.cid-u7g9ntBBmr .mbr-section-title {
  color: #121212;
}
.cid-u7g9ntBBmr .item-title {
  color: #000000;
}
.cid-u7g9ntBBmr .item-subtitle {
  color: #000000;
}
.cid-u7g9ntBBmr .mbr-section-subtitle {
  color: #000000;
}
.cid-u7g9nuxzD6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u7g9nuxzD6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7g9nuxzD6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7g9nuRekb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7g9nuRekb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7g9nuRekb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7g9nuRekb .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-u7g9nuRekb .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-u7g9nuRekb .container {
    max-width: 1400px;
  }
}
.cid-u7g9nuRekb .card {
  margin: auto;
}
.cid-u7g9nuRekb .card-title,
.cid-u7g9nuRekb .mbr-iconfont {
  transition: all 0.3s;
}
.cid-u7g9nuRekb .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-u7g9nuRekb .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-u7g9nuRekb .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u7g9nuRekb .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-u7g9nuRekb .card-wrapper:hover .card-title,
.cid-u7g9nuRekb .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-u7g9nuRekb .card-title,
.cid-u7g9nuRekb .card-box {
  color: #f74660;
}
.cid-uoAGRbOcwy {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uoAGRbOcwy .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-uoAGRbOcwy .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uoAGRbOcwy .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uoAGRbOcwy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoAGRbOcwy .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uoAGRbOcwy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAGRbOcwy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAGRbOcwy .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uoAGRbOcwy .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uoAGRbOcwy .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAGRbOcwy .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uoAGRbOcwy .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uoAGRbOcwy .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uoAGRbOcwy .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uoAGRbOcwy .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uoAGRbOcwy .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uoAGRbOcwy .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uoAGRbOcwy .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uoAGRbOcwy .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uoAGRbOcwy .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uoAGRbOcwy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uoAGRbOcwy .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uoAGRbOcwy .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoAGRbOcwy .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uoAGRbOcwy .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uoAGRbOcwy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAGRbOcwy .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-uoAGRbOcwy .nav-item:focus,
.cid-uoAGRbOcwy .nav-link:focus {
  outline: none;
}
.cid-uoAGRbOcwy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAGRbOcwy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAGRbOcwy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAGRbOcwy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAGRbOcwy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAGRbOcwy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAGRbOcwy .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uoAGRbOcwy .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAGRbOcwy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAGRbOcwy .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAGRbOcwy .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uoAGRbOcwy .navbar.collapsed {
  justify-content: center;
}
.cid-uoAGRbOcwy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAGRbOcwy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAGRbOcwy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uoAGRbOcwy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAGRbOcwy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAGRbOcwy .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-uoAGRbOcwy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAGRbOcwy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAGRbOcwy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uoAGRbOcwy .navbar {
    min-height: 72px;
  }
  .cid-uoAGRbOcwy .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uoAGRbOcwy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAGRbOcwy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAGRbOcwy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAGRbOcwy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAGRbOcwy .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-uoAGRbOcwy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAGRbOcwy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uoAGRbOcwy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAGRbOcwy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoAGRbOcwy .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uoAGRbOcwy .dropdown-item.active,
.cid-uoAGRbOcwy .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAGRbOcwy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAGRbOcwy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAGRbOcwy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAGRbOcwy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAGRbOcwy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uoAGRbOcwy .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uoAGRbOcwy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAGRbOcwy .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uoAGRbOcwy .navbar-buttons {
    text-align: left;
  }
}
.cid-uoAGRbOcwy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAGRbOcwy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAGRbOcwy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAGRbOcwy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAGRbOcwy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAGRbOcwy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAGRbOcwy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAGRbOcwy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAGRbOcwy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAGRbOcwy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAGRbOcwy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAGRbOcwy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAGRbOcwy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uoAGRbOcwy .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoAGRbOcwy .navbar {
    height: 70px;
  }
  .cid-uoAGRbOcwy .navbar.opened {
    height: auto;
  }
  .cid-uoAGRbOcwy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoAGRbOcwy .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uoAGRbOcwy .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uoAGRbOcwy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uoAGRbOcwy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uoAGRbOcwy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uoAGRbOcwy .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uoAGRbOcwy .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uoAGRbOcwy .navbar-brand {
    margin-right: auto;
  }
  .cid-uoAGRbOcwy .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uoAGRbOcwy .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uoAGRbOcwy .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uoAGRbOcwy .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAGRbOcwy .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uoAGRbOcwy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uoAGRbOcwy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uoAGRbOcwy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uoAGRbOcwy .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uoAGRbOcwy .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uoAGRbOcwy .navbar-collapse {
    padding: 1rem;
  }
}
.cid-unL59WrnsO {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unL59WrnsO .mbr-fallback-image.disabled {
  display: none;
}
.cid-unL59WrnsO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unL59WrnsO .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-unL59WrnsO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-unL59WrnsO .container {
    padding: 0 16px;
  }
}
.cid-unL59WrnsO .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-unL59WrnsO .title-wrapper {
    padding: 0;
  }
}
.cid-unL59WrnsO .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-unL59WrnsO .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-unL59WrnsO .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-unL59WrnsO .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-unL59WrnsO .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-unL59WrnsO .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-unL59WrnsO .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-unL59WrnsO .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-unL59WrnsO .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-unL59WrnsO .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-unL59WrnsO .title-wrapper img {
    display: none;
  }
}
.cid-unL59WrnsO .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-unL59WrnsO .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-unL59WrnsO .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-unL59WrnsO .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-unL59WrnsO .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-unL59WrnsO .title-wrapper .line_1 {
    display: none;
  }
}
.cid-unL59WrnsO .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-unL59WrnsO .title-wrapper .line_2 {
    display: none;
  }
}
.cid-unL59WrnsO .mbr-section-title {
  color: #08323C;
}
.cid-unL59WrnsO .mbr-text {
  color: #f86f8f;
  text-align: center;
}
.cid-unL59WrnsO .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-unL59WrnsO .mbr-section-title,
.cid-unL59WrnsO .mbr-section-btn {
  text-align: center;
  color: #f9698c;
}
.cid-unL59WZiuG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unL59WZiuG .col-lg-2 {
    width: 20%;
  }
}
.cid-unL59WZiuG .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-unL59WZiuG .item:hover img,
.cid-unL59WZiuG .item:hover .item-img {
  border-radius: 0;
}
.cid-unL59WZiuG img {
  border: 2px solid gray;
}
.cid-unL59WZiuG img:hover {
  border-color: #2299aa;
}
.cid-unL59WZiuG img,
.cid-unL59WZiuG .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-unL59WZiuG h5 {
  margin: 0;
}
.cid-unL59WZiuG .item:focus,
.cid-unL59WZiuG span:focus {
  outline: none;
}
.cid-unL59WZiuG .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-unL59WZiuG .item-content {
  padding-top: 1rem;
}
.cid-unL59WZiuG .mbr-section-title {
  color: #121212;
}
.cid-unL59WZiuG .item-title {
  color: #000000;
}
.cid-unL59WZiuG .item-subtitle {
  color: #000000;
}
.cid-unL59WZiuG .mbr-section-subtitle {
  color: #000000;
}
.cid-unLhJMC68h {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unLhJMC68h .mbr-fallback-image.disabled {
  display: none;
}
.cid-unLhJMC68h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unL59XPgHP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unL59XPgHP .mbr-fallback-image.disabled {
  display: none;
}
.cid-unL59XPgHP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unL59XPgHP .row {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  justify-content: center;
}
.cid-unL59XPgHP .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
}
@media (min-width: 1500px) {
  .cid-unL59XPgHP .container {
    max-width: 1400px;
  }
}
.cid-unL59XPgHP .card {
  margin: auto;
}
.cid-unL59XPgHP .card-title,
.cid-unL59XPgHP .mbr-iconfont {
  transition: all 0.3s;
}
.cid-unL59XPgHP .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #491414;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-unL59XPgHP .mbr-iconfont {
    font-size: 2rem;
  }
}
.cid-unL59XPgHP .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-unL59XPgHP .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-unL59XPgHP .card-wrapper:hover .card-title,
.cid-unL59XPgHP .card-wrapper:hover .mbr-iconfont {
  color: #ff6666 !important;
}
.cid-unL59XPgHP .card-title,
.cid-unL59XPgHP .card-box {
  color: #f74660;
}
.cid-ucJhRT5wae {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucJhRT5wae .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-ucJhRT5wae .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ucJhRT5wae .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucJhRT5wae .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucJhRT5wae .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ucJhRT5wae .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucJhRT5wae .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucJhRT5wae .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ucJhRT5wae .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ucJhRT5wae .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ucJhRT5wae .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucJhRT5wae .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucJhRT5wae .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ucJhRT5wae .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucJhRT5wae .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ucJhRT5wae .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucJhRT5wae .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucJhRT5wae .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ucJhRT5wae .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ucJhRT5wae .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucJhRT5wae .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ucJhRT5wae .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ucJhRT5wae .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucJhRT5wae .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ucJhRT5wae .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ucJhRT5wae .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucJhRT5wae .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-ucJhRT5wae .nav-item:focus,
.cid-ucJhRT5wae .nav-link:focus {
  outline: none;
}
.cid-ucJhRT5wae .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucJhRT5wae .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucJhRT5wae .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucJhRT5wae .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucJhRT5wae .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucJhRT5wae .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucJhRT5wae .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ucJhRT5wae .navbar.opened {
  transition: all 0.3s;
}
.cid-ucJhRT5wae .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucJhRT5wae .navbar .navbar-logo img {
  width: auto;
}
.cid-ucJhRT5wae .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucJhRT5wae .navbar.collapsed {
  justify-content: center;
}
.cid-ucJhRT5wae .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucJhRT5wae .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucJhRT5wae .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ucJhRT5wae .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucJhRT5wae .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucJhRT5wae .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-ucJhRT5wae .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucJhRT5wae .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucJhRT5wae .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucJhRT5wae .navbar {
    min-height: 72px;
  }
  .cid-ucJhRT5wae .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucJhRT5wae .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucJhRT5wae .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucJhRT5wae .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucJhRT5wae .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucJhRT5wae .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-ucJhRT5wae .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucJhRT5wae .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucJhRT5wae .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucJhRT5wae .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucJhRT5wae .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucJhRT5wae .dropdown-item.active,
.cid-ucJhRT5wae .dropdown-item:active {
  background-color: transparent;
}
.cid-ucJhRT5wae .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucJhRT5wae .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucJhRT5wae .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucJhRT5wae .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucJhRT5wae .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucJhRT5wae .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucJhRT5wae ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucJhRT5wae .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucJhRT5wae .navbar-buttons {
    text-align: left;
  }
}
.cid-ucJhRT5wae button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucJhRT5wae button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucJhRT5wae button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucJhRT5wae button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucJhRT5wae button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucJhRT5wae button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucJhRT5wae nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucJhRT5wae nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucJhRT5wae nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucJhRT5wae nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucJhRT5wae .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucJhRT5wae a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucJhRT5wae .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucJhRT5wae .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucJhRT5wae .navbar {
    height: 70px;
  }
  .cid-ucJhRT5wae .navbar.opened {
    height: auto;
  }
  .cid-ucJhRT5wae .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucJhRT5wae .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucJhRT5wae .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucJhRT5wae .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucJhRT5wae .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ucJhRT5wae .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucJhRT5wae .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucJhRT5wae .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucJhRT5wae .navbar-brand {
    margin-right: auto;
  }
  .cid-ucJhRT5wae .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ucJhRT5wae .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucJhRT5wae .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucJhRT5wae .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucJhRT5wae .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucJhRT5wae .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucJhRT5wae .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ucJhRT5wae .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucJhRT5wae .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucJhRT5wae .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucJhRT5wae .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tOoOEz8Yk1 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f8e7d2;
}
.cid-tOoOEz8Yk1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOoOEz8Yk1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOoOEz8Yk1 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tOoOEz8Yk1 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tOoOEz8Yk1 .container {
    padding: 0 16px;
  }
}
.cid-tOoOEz8Yk1 .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-tOoOEz8Yk1 .title-wrapper {
    padding: 0;
  }
}
.cid-tOoOEz8Yk1 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tOoOEz8Yk1 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tOoOEz8Yk1 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tOoOEz8Yk1 .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tOoOEz8Yk1 .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-tOoOEz8Yk1 .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tOoOEz8Yk1 .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-tOoOEz8Yk1 .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-tOoOEz8Yk1 .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-tOoOEz8Yk1 .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tOoOEz8Yk1 .title-wrapper img {
    display: none;
  }
}
.cid-tOoOEz8Yk1 .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-tOoOEz8Yk1 .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-tOoOEz8Yk1 .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-tOoOEz8Yk1 .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-tOoOEz8Yk1 .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tOoOEz8Yk1 .title-wrapper .line_1 {
    display: none;
  }
}
.cid-tOoOEz8Yk1 .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-tOoOEz8Yk1 .title-wrapper .line_2 {
    display: none;
  }
}
.cid-tOoOEz8Yk1 .mbr-section-title {
  color: #08323C;
}
.cid-tOoOEz8Yk1 .mbr-text {
  color: #f9698c;
  text-align: center;
}
.cid-tOoOEz8Yk1 .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-tOoOEz8Yk1 .mbr-section-title,
.cid-tOoOEz8Yk1 .mbr-section-btn {
  text-align: center;
  color: #ff6666;
}
.cid-tOq4DemUkY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8e7d2;
}
.cid-tOq4DemUkY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOq4DemUkY .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-tOq4DemUkY .container {
    padding: 0 30px;
  }
}
.cid-tOq4DemUkY .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tOq4DemUkY .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tOq4DemUkY .item {
  padding: 0;
}
.cid-tOq4DemUkY .item:first-child .item-wrapper .image-wrap {
  border-top: none;
}
.cid-tOq4DemUkY .item:last-child .item-wrapper .item-content {
  border-bottom: 5px solid #f8e7d2;
}
.cid-tOq4DemUkY .item .item-wrapper {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tOq4DemUkY .item .item-wrapper {
    display: block;
  }
  .cid-tOq4DemUkY .item .item-wrapper .card_2 {
    border-top: none !important;
    padding-top: 0 !important;
  }
}
.cid-tOq4DemUkY .item .item-wrapper .number-wrap {
  margin-right: 16px;
  min-width: 145px;
}
.cid-tOq4DemUkY .item .item-wrapper .number-wrap .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tOq4DemUkY .item .item-wrapper .number-wrap .mbr-number {
    margin-bottom: 20px;
  }
}
.cid-tOq4DemUkY .item .item-wrapper .item-content {
  padding: 70px 0;
  border-top: 5px solid #f8e7d2;
  height: 100%;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tOq4DemUkY .item .item-wrapper .item-content {
    padding: 30px 0;
    width: 100%;
    height: auto;
  }
}
.cid-tOq4DemUkY .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tOq4DemUkY .item .item-wrapper .item-content .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tOq4DemUkY .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tOq4DemUkY .item .item-wrapper .image-wrap {
  padding: 70px 0 20px;
  border-top: 5px solid #f8e7d2;
  height: 100%;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tOq4DemUkY .item .item-wrapper .image-wrap {
    padding: 30px 0;
    width: 100%;
    height: auto;
  }
}
.cid-tOq4DemUkY .item .item-wrapper .image-wrap .item-img img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  margin: 0 auto 70px;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-tOq4DemUkY .item .item-wrapper .image-wrap .item-img img {
    width: 200px;
    height: 200px;
    margin: 0 auto 30px;
  }
}
.cid-tOq4DemUkY .mbr-section-title {
  color: #FE5115;
}
.cid-tOq4DemUkY .mbr-number {
  color: #ffffff;
}
.cid-tOq4DemUkY .mbr-text {
  color: #ffffff;
}
.cid-tOq4DemUkY .mbr-text,
.cid-tOq4DemUkY .mbr-section-btn {
  color: #000000;
}
.cid-tOq4DemUkY .mbr-section-title,
.cid-tOq4DemUkY .mbr-section-btn {
  color: #000000;
}
.cid-usbLNEHSrl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8e7d2;
}
.cid-usbLNEHSrl .img-wrapper {
  text-align: center;
}
.cid-usbLNEHSrl .card-title {
  padding-top: 1.5rem;
  color: #ff6666;
}
.cid-usbLNEHSrl img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-usbLNEHSrl .row {
  align-items: flex-start;
}
.cid-usbLNEHSrl .card-wrapper {
  border-radius: 4px;
  background: #f8e7d2;
}
@media (max-width: 992px) {
  .cid-usbLNEHSrl .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-usbLNEHSrl .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-usbLNEHSrl .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-usbLNEHSrl .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-usbLNEHSrl .title {
  color: #f57174;
}
.cid-ucJiIhRIm2 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucJiIhRIm2 .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-ucJiIhRIm2 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ucJiIhRIm2 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucJiIhRIm2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucJiIhRIm2 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ucJiIhRIm2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucJiIhRIm2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucJiIhRIm2 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ucJiIhRIm2 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ucJiIhRIm2 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ucJiIhRIm2 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucJiIhRIm2 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucJiIhRIm2 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ucJiIhRIm2 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucJiIhRIm2 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ucJiIhRIm2 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucJiIhRIm2 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucJiIhRIm2 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ucJiIhRIm2 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ucJiIhRIm2 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucJiIhRIm2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ucJiIhRIm2 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ucJiIhRIm2 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucJiIhRIm2 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ucJiIhRIm2 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ucJiIhRIm2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucJiIhRIm2 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-ucJiIhRIm2 .nav-item:focus,
.cid-ucJiIhRIm2 .nav-link:focus {
  outline: none;
}
.cid-ucJiIhRIm2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucJiIhRIm2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucJiIhRIm2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucJiIhRIm2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucJiIhRIm2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucJiIhRIm2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucJiIhRIm2 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ucJiIhRIm2 .navbar.opened {
  transition: all 0.3s;
}
.cid-ucJiIhRIm2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucJiIhRIm2 .navbar .navbar-logo img {
  width: auto;
}
.cid-ucJiIhRIm2 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucJiIhRIm2 .navbar.collapsed {
  justify-content: center;
}
.cid-ucJiIhRIm2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucJiIhRIm2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucJiIhRIm2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ucJiIhRIm2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucJiIhRIm2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucJiIhRIm2 .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-ucJiIhRIm2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucJiIhRIm2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucJiIhRIm2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucJiIhRIm2 .navbar {
    min-height: 72px;
  }
  .cid-ucJiIhRIm2 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucJiIhRIm2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucJiIhRIm2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucJiIhRIm2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucJiIhRIm2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucJiIhRIm2 .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-ucJiIhRIm2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucJiIhRIm2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucJiIhRIm2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucJiIhRIm2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucJiIhRIm2 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucJiIhRIm2 .dropdown-item.active,
.cid-ucJiIhRIm2 .dropdown-item:active {
  background-color: transparent;
}
.cid-ucJiIhRIm2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucJiIhRIm2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucJiIhRIm2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucJiIhRIm2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucJiIhRIm2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucJiIhRIm2 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucJiIhRIm2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucJiIhRIm2 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucJiIhRIm2 .navbar-buttons {
    text-align: left;
  }
}
.cid-ucJiIhRIm2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucJiIhRIm2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucJiIhRIm2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucJiIhRIm2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucJiIhRIm2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucJiIhRIm2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucJiIhRIm2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucJiIhRIm2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucJiIhRIm2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucJiIhRIm2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucJiIhRIm2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucJiIhRIm2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucJiIhRIm2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucJiIhRIm2 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucJiIhRIm2 .navbar {
    height: 70px;
  }
  .cid-ucJiIhRIm2 .navbar.opened {
    height: auto;
  }
  .cid-ucJiIhRIm2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucJiIhRIm2 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucJiIhRIm2 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucJiIhRIm2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucJiIhRIm2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ucJiIhRIm2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucJiIhRIm2 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucJiIhRIm2 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucJiIhRIm2 .navbar-brand {
    margin-right: auto;
  }
  .cid-ucJiIhRIm2 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ucJiIhRIm2 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucJiIhRIm2 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucJiIhRIm2 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucJiIhRIm2 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucJiIhRIm2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucJiIhRIm2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ucJiIhRIm2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucJiIhRIm2 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucJiIhRIm2 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucJiIhRIm2 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tOt3rxNlfR {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f8e7d2;
}
.cid-tOt3rxNlfR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOt3rxNlfR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOt3rxNlfR .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tOt3rxNlfR .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tOt3rxNlfR .container {
    padding: 0 16px;
  }
}
.cid-tOt3rxNlfR .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-tOt3rxNlfR .title-wrapper {
    padding: 0;
  }
}
.cid-tOt3rxNlfR .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tOt3rxNlfR .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tOt3rxNlfR .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tOt3rxNlfR .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tOt3rxNlfR .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-tOt3rxNlfR .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tOt3rxNlfR .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-tOt3rxNlfR .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-tOt3rxNlfR .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-tOt3rxNlfR .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tOt3rxNlfR .title-wrapper img {
    display: none;
  }
}
.cid-tOt3rxNlfR .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-tOt3rxNlfR .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-tOt3rxNlfR .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-tOt3rxNlfR .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-tOt3rxNlfR .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tOt3rxNlfR .title-wrapper .line_1 {
    display: none;
  }
}
.cid-tOt3rxNlfR .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-tOt3rxNlfR .title-wrapper .line_2 {
    display: none;
  }
}
.cid-tOt3rxNlfR .mbr-section-title {
  color: #08323C;
}
.cid-tOt3rxNlfR .mbr-text {
  color: #f9698c;
  text-align: center;
}
.cid-tOt3rxNlfR .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-tOt3rxNlfR .mbr-section-title,
.cid-tOt3rxNlfR .mbr-section-btn {
  text-align: center;
  color: #ff6666;
}
.cid-tOt3JcXwzz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8e7d2;
}
.cid-tOt3JcXwzz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOt3JcXwzz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOt3JcXwzz .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tOt3JcXwzz .container-fluid {
    padding: 0 30px;
  }
}
.cid-tOt3JcXwzz .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tOt3JcXwzz .container {
    padding: 0 30px;
  }
}
.cid-tOt3JcXwzz .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tOt3JcXwzz .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tOt3JcXwzz .item {
  padding: 0;
}
.cid-tOt3JcXwzz .item:first-child .item-wrapper .image-wrap {
  border-top: none;
}
.cid-tOt3JcXwzz .item:last-child .item-wrapper .item-content {
  border-bottom: 5px solid #f8e7d2;
}
.cid-tOt3JcXwzz .item .item-wrapper {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tOt3JcXwzz .item .item-wrapper {
    display: block;
  }
  .cid-tOt3JcXwzz .item .item-wrapper .card_2 {
    border-top: none !important;
    padding-top: 0 !important;
  }
}
.cid-tOt3JcXwzz .item .item-wrapper .number-wrap {
  margin-right: 16px;
  min-width: 145px;
}
.cid-tOt3JcXwzz .item .item-wrapper .number-wrap .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tOt3JcXwzz .item .item-wrapper .number-wrap .mbr-number {
    margin-bottom: 20px;
  }
}
.cid-tOt3JcXwzz .item .item-wrapper .item-content {
  padding: 70px 0;
  border-top: 5px solid #f8e7d2;
  height: 100%;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tOt3JcXwzz .item .item-wrapper .item-content {
    padding: 30px 0;
    width: 100%;
    height: auto;
  }
}
.cid-tOt3JcXwzz .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tOt3JcXwzz .item .item-wrapper .item-content .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tOt3JcXwzz .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tOt3JcXwzz .item .item-wrapper .image-wrap {
  padding: 70px 0 20px;
  border-top: 5px solid #f8e7d2;
  height: 100%;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tOt3JcXwzz .item .item-wrapper .image-wrap {
    padding: 30px 0;
    width: 100%;
    height: auto;
  }
}
.cid-tOt3JcXwzz .item .item-wrapper .image-wrap .item-img img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  margin: 0 auto 70px;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-tOt3JcXwzz .item .item-wrapper .image-wrap .item-img img {
    width: 200px;
    height: 200px;
    margin: 0 auto 30px;
  }
}
.cid-tOt3JcXwzz .mbr-section-title {
  color: #FE5115;
}
.cid-tOt3JcXwzz .mbr-number {
  color: #ffffff;
}
.cid-tOt3JcXwzz .mbr-text {
  color: #ffffff;
}
.cid-tOt3JcXwzz .mbr-text,
.cid-tOt3JcXwzz .mbr-section-btn {
  color: #000000;
}
.cid-tOt3JcXwzz .mbr-section-title,
.cid-tOt3JcXwzz .mbr-section-btn {
  color: #000000;
}
.cid-usbMPoZ6Rd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8e7d2;
}
.cid-usbMPoZ6Rd .img-wrapper {
  text-align: center;
}
.cid-usbMPoZ6Rd .card-title {
  padding-top: 1.5rem;
  color: #ff6666;
}
.cid-usbMPoZ6Rd img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-usbMPoZ6Rd .row {
  align-items: flex-start;
}
.cid-usbMPoZ6Rd .card-wrapper {
  border-radius: 4px;
  background: #f8e7d2;
}
@media (max-width: 992px) {
  .cid-usbMPoZ6Rd .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-usbMPoZ6Rd .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-usbMPoZ6Rd .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-usbMPoZ6Rd .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-usbMPoZ6Rd .title {
  color: #f57174;
}
.cid-usby9OBMpA {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-usby9OBMpA .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-usby9OBMpA .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-usby9OBMpA .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-usby9OBMpA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usby9OBMpA .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-usby9OBMpA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usby9OBMpA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usby9OBMpA .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-usby9OBMpA .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-usby9OBMpA .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-usby9OBMpA .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-usby9OBMpA .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-usby9OBMpA .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-usby9OBMpA .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-usby9OBMpA .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-usby9OBMpA .nav-link {
  width: fit-content;
  position: relative;
}
.cid-usby9OBMpA .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-usby9OBMpA .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-usby9OBMpA .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-usby9OBMpA .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-usby9OBMpA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-usby9OBMpA .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-usby9OBMpA .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-usby9OBMpA .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-usby9OBMpA .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-usby9OBMpA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usby9OBMpA .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-usby9OBMpA .nav-item:focus,
.cid-usby9OBMpA .nav-link:focus {
  outline: none;
}
.cid-usby9OBMpA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usby9OBMpA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usby9OBMpA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usby9OBMpA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usby9OBMpA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usby9OBMpA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usby9OBMpA .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-usby9OBMpA .navbar.opened {
  transition: all 0.3s;
}
.cid-usby9OBMpA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usby9OBMpA .navbar .navbar-logo img {
  width: auto;
}
.cid-usby9OBMpA .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-usby9OBMpA .navbar.collapsed {
  justify-content: center;
}
.cid-usby9OBMpA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usby9OBMpA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usby9OBMpA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-usby9OBMpA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usby9OBMpA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usby9OBMpA .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-usby9OBMpA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usby9OBMpA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usby9OBMpA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-usby9OBMpA .navbar {
    min-height: 72px;
  }
  .cid-usby9OBMpA .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-usby9OBMpA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usby9OBMpA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usby9OBMpA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usby9OBMpA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usby9OBMpA .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-usby9OBMpA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usby9OBMpA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-usby9OBMpA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usby9OBMpA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-usby9OBMpA .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-usby9OBMpA .dropdown-item.active,
.cid-usby9OBMpA .dropdown-item:active {
  background-color: transparent;
}
.cid-usby9OBMpA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usby9OBMpA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usby9OBMpA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usby9OBMpA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-usby9OBMpA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-usby9OBMpA .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-usby9OBMpA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usby9OBMpA .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-usby9OBMpA .navbar-buttons {
    text-align: left;
  }
}
.cid-usby9OBMpA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usby9OBMpA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-usby9OBMpA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usby9OBMpA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usby9OBMpA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usby9OBMpA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usby9OBMpA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usby9OBMpA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usby9OBMpA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usby9OBMpA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usby9OBMpA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-usby9OBMpA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usby9OBMpA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-usby9OBMpA .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usby9OBMpA .navbar {
    height: 70px;
  }
  .cid-usby9OBMpA .navbar.opened {
    height: auto;
  }
  .cid-usby9OBMpA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usby9OBMpA .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-usby9OBMpA .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-usby9OBMpA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-usby9OBMpA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-usby9OBMpA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-usby9OBMpA .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-usby9OBMpA .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-usby9OBMpA .navbar-brand {
    margin-right: auto;
  }
  .cid-usby9OBMpA .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-usby9OBMpA .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-usby9OBMpA .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-usby9OBMpA .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-usby9OBMpA .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-usby9OBMpA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-usby9OBMpA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-usby9OBMpA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-usby9OBMpA .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-usby9OBMpA .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-usby9OBMpA .navbar-collapse {
    padding: 1rem;
  }
}
.cid-usby9NK7bw {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f8e7d2;
}
.cid-usby9NK7bw .mbr-fallback-image.disabled {
  display: none;
}
.cid-usby9NK7bw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usby9NK7bw .items-wrapper {
  justify-content: flex-end;
}
.cid-usby9NK7bw .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-usby9NK7bw .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-usby9NK7bw .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-usby9NK7bw .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-usby9NK7bw .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-usby9NK7bw .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-usby9NK7bw .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-usby9NK7bw .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-usby9NK7bw .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-usby9NK7bw .content-wrapper {
    padding-left: 0;
  }
}
.cid-usby9NK7bw .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-usby9NK7bw .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-usby9NK7bw .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-usby9NK7bw .mbr-desc {
  color: #ff6666;
}
.cid-usby9NK7bw .mbr-section-title {
  color: #272b2e;
}
.cid-usby9NK7bw .mbr-text,
.cid-usby9NK7bw .text-wrapper {
  color: #272b2e;
}
.cid-usby9NK7bw .mbr-section-title,
.cid-usby9NK7bw .mbr-section-btn {
  color: #ff6666;
}
.cid-usbIXxCnQZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8e7d2;
}
.cid-usbIXxCnQZ .img-wrapper {
  text-align: center;
}
.cid-usbIXxCnQZ .card-title {
  padding-top: 1.5rem;
  color: #ff6666;
}
.cid-usbIXxCnQZ img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-usbIXxCnQZ .row {
  align-items: flex-start;
}
.cid-usbIXxCnQZ .card-wrapper {
  border-radius: 4px;
  background: #f8e7d2;
}
@media (max-width: 992px) {
  .cid-usbIXxCnQZ .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-usbIXxCnQZ .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-usbIXxCnQZ .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-usbIXxCnQZ .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-usbIXxCnQZ .title {
  color: #f57174;
}
.cid-usbybjXoqe {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-usbybjXoqe .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-usbybjXoqe .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-usbybjXoqe .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-usbybjXoqe .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usbybjXoqe .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-usbybjXoqe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usbybjXoqe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usbybjXoqe .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-usbybjXoqe .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-usbybjXoqe .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-usbybjXoqe .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-usbybjXoqe .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-usbybjXoqe .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-usbybjXoqe .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-usbybjXoqe .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-usbybjXoqe .nav-link {
  width: fit-content;
  position: relative;
}
.cid-usbybjXoqe .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-usbybjXoqe .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-usbybjXoqe .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-usbybjXoqe .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-usbybjXoqe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-usbybjXoqe .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-usbybjXoqe .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-usbybjXoqe .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-usbybjXoqe .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-usbybjXoqe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usbybjXoqe .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-usbybjXoqe .nav-item:focus,
.cid-usbybjXoqe .nav-link:focus {
  outline: none;
}
.cid-usbybjXoqe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usbybjXoqe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usbybjXoqe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usbybjXoqe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usbybjXoqe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usbybjXoqe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usbybjXoqe .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-usbybjXoqe .navbar.opened {
  transition: all 0.3s;
}
.cid-usbybjXoqe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usbybjXoqe .navbar .navbar-logo img {
  width: auto;
}
.cid-usbybjXoqe .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-usbybjXoqe .navbar.collapsed {
  justify-content: center;
}
.cid-usbybjXoqe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usbybjXoqe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usbybjXoqe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-usbybjXoqe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usbybjXoqe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usbybjXoqe .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-usbybjXoqe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usbybjXoqe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usbybjXoqe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-usbybjXoqe .navbar {
    min-height: 72px;
  }
  .cid-usbybjXoqe .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-usbybjXoqe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usbybjXoqe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usbybjXoqe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usbybjXoqe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usbybjXoqe .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-usbybjXoqe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usbybjXoqe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-usbybjXoqe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usbybjXoqe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-usbybjXoqe .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-usbybjXoqe .dropdown-item.active,
.cid-usbybjXoqe .dropdown-item:active {
  background-color: transparent;
}
.cid-usbybjXoqe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usbybjXoqe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usbybjXoqe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usbybjXoqe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-usbybjXoqe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-usbybjXoqe .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-usbybjXoqe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usbybjXoqe .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-usbybjXoqe .navbar-buttons {
    text-align: left;
  }
}
.cid-usbybjXoqe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usbybjXoqe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-usbybjXoqe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usbybjXoqe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usbybjXoqe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usbybjXoqe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usbybjXoqe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usbybjXoqe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usbybjXoqe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usbybjXoqe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usbybjXoqe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-usbybjXoqe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usbybjXoqe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-usbybjXoqe .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usbybjXoqe .navbar {
    height: 70px;
  }
  .cid-usbybjXoqe .navbar.opened {
    height: auto;
  }
  .cid-usbybjXoqe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usbybjXoqe .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-usbybjXoqe .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-usbybjXoqe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-usbybjXoqe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-usbybjXoqe .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-usbybjXoqe .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-usbybjXoqe .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-usbybjXoqe .navbar-brand {
    margin-right: auto;
  }
  .cid-usbybjXoqe .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-usbybjXoqe .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-usbybjXoqe .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-usbybjXoqe .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-usbybjXoqe .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-usbybjXoqe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-usbybjXoqe .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-usbybjXoqe .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-usbybjXoqe .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-usbybjXoqe .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-usbybjXoqe .navbar-collapse {
    padding: 1rem;
  }
}
.cid-usbybjhA07 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f8e7d2;
}
.cid-usbybjhA07 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usbybjhA07 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usbybjhA07 .items-wrapper {
  justify-content: flex-end;
}
.cid-usbybjhA07 .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-usbybjhA07 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-usbybjhA07 .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-usbybjhA07 .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-usbybjhA07 .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-usbybjhA07 .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-usbybjhA07 .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-usbybjhA07 .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-usbybjhA07 .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-usbybjhA07 .content-wrapper {
    padding-left: 0;
  }
}
.cid-usbybjhA07 .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-usbybjhA07 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-usbybjhA07 .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-usbybjhA07 .mbr-desc {
  color: #ff6666;
}
.cid-usbybjhA07 .mbr-section-title {
  color: #272b2e;
}
.cid-usbybjhA07 .mbr-text,
.cid-usbybjhA07 .text-wrapper {
  color: #272b2e;
}
.cid-usbybjhA07 .mbr-section-title,
.cid-usbybjhA07 .mbr-section-btn {
  color: #ff6666;
}
.cid-usbJoSAH5x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8e7d2;
}
.cid-usbJoSAH5x .img-wrapper {
  text-align: center;
}
.cid-usbJoSAH5x .card-title {
  padding-top: 1.5rem;
  color: #ff6666;
}
.cid-usbJoSAH5x img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-usbJoSAH5x .row {
  align-items: flex-start;
}
.cid-usbJoSAH5x .card-wrapper {
  border-radius: 4px;
  background: #f8e7d2;
}
@media (max-width: 992px) {
  .cid-usbJoSAH5x .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-usbJoSAH5x .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-usbJoSAH5x .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-usbJoSAH5x .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-usbJoSAH5x .title {
  color: #f57174;
}
.cid-usbyev1wjW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-usbyev1wjW .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-usbyev1wjW .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-usbyev1wjW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-usbyev1wjW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usbyev1wjW .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-usbyev1wjW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usbyev1wjW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usbyev1wjW .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-usbyev1wjW .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-usbyev1wjW .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-usbyev1wjW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-usbyev1wjW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-usbyev1wjW .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-usbyev1wjW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-usbyev1wjW .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-usbyev1wjW .nav-link {
  width: fit-content;
  position: relative;
}
.cid-usbyev1wjW .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-usbyev1wjW .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-usbyev1wjW .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-usbyev1wjW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-usbyev1wjW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-usbyev1wjW .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-usbyev1wjW .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-usbyev1wjW .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-usbyev1wjW .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-usbyev1wjW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usbyev1wjW .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-usbyev1wjW .nav-item:focus,
.cid-usbyev1wjW .nav-link:focus {
  outline: none;
}
.cid-usbyev1wjW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usbyev1wjW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usbyev1wjW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usbyev1wjW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usbyev1wjW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usbyev1wjW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usbyev1wjW .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-usbyev1wjW .navbar.opened {
  transition: all 0.3s;
}
.cid-usbyev1wjW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usbyev1wjW .navbar .navbar-logo img {
  width: auto;
}
.cid-usbyev1wjW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-usbyev1wjW .navbar.collapsed {
  justify-content: center;
}
.cid-usbyev1wjW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usbyev1wjW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usbyev1wjW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-usbyev1wjW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usbyev1wjW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usbyev1wjW .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-usbyev1wjW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usbyev1wjW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usbyev1wjW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-usbyev1wjW .navbar {
    min-height: 72px;
  }
  .cid-usbyev1wjW .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-usbyev1wjW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usbyev1wjW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usbyev1wjW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usbyev1wjW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usbyev1wjW .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-usbyev1wjW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usbyev1wjW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-usbyev1wjW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usbyev1wjW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-usbyev1wjW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-usbyev1wjW .dropdown-item.active,
.cid-usbyev1wjW .dropdown-item:active {
  background-color: transparent;
}
.cid-usbyev1wjW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usbyev1wjW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usbyev1wjW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usbyev1wjW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-usbyev1wjW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-usbyev1wjW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-usbyev1wjW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usbyev1wjW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-usbyev1wjW .navbar-buttons {
    text-align: left;
  }
}
.cid-usbyev1wjW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usbyev1wjW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-usbyev1wjW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usbyev1wjW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usbyev1wjW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usbyev1wjW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usbyev1wjW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usbyev1wjW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usbyev1wjW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usbyev1wjW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usbyev1wjW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-usbyev1wjW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usbyev1wjW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-usbyev1wjW .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usbyev1wjW .navbar {
    height: 70px;
  }
  .cid-usbyev1wjW .navbar.opened {
    height: auto;
  }
  .cid-usbyev1wjW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usbyev1wjW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-usbyev1wjW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-usbyev1wjW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-usbyev1wjW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-usbyev1wjW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-usbyev1wjW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-usbyev1wjW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-usbyev1wjW .navbar-brand {
    margin-right: auto;
  }
  .cid-usbyev1wjW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-usbyev1wjW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-usbyev1wjW .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-usbyev1wjW .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-usbyev1wjW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-usbyev1wjW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-usbyev1wjW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-usbyev1wjW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-usbyev1wjW .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-usbyev1wjW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-usbyev1wjW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-usbyeu2IIi {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f8e7d2;
}
.cid-usbyeu2IIi .mbr-fallback-image.disabled {
  display: none;
}
.cid-usbyeu2IIi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usbyeu2IIi .items-wrapper {
  justify-content: flex-end;
}
.cid-usbyeu2IIi .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-usbyeu2IIi .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-usbyeu2IIi .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-usbyeu2IIi .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-usbyeu2IIi .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-usbyeu2IIi .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-usbyeu2IIi .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-usbyeu2IIi .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-usbyeu2IIi .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-usbyeu2IIi .content-wrapper {
    padding-left: 0;
  }
}
.cid-usbyeu2IIi .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-usbyeu2IIi .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-usbyeu2IIi .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-usbyeu2IIi .mbr-desc {
  color: #ff6666;
}
.cid-usbyeu2IIi .mbr-section-title {
  color: #272b2e;
}
.cid-usbyeu2IIi .mbr-text,
.cid-usbyeu2IIi .text-wrapper {
  color: #272b2e;
}
.cid-usbyeu2IIi .mbr-section-title,
.cid-usbyeu2IIi .mbr-section-btn {
  color: #ff6666;
}
.cid-usbJ6Wk8oY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8e7d2;
}
.cid-usbJ6Wk8oY .img-wrapper {
  text-align: center;
}
.cid-usbJ6Wk8oY .card-title {
  padding-top: 1.5rem;
  color: #ff6666;
}
.cid-usbJ6Wk8oY img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-usbJ6Wk8oY .row {
  align-items: flex-start;
}
.cid-usbJ6Wk8oY .card-wrapper {
  border-radius: 4px;
  background: #f8e7d2;
}
@media (max-width: 992px) {
  .cid-usbJ6Wk8oY .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-usbJ6Wk8oY .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-usbJ6Wk8oY .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-usbJ6Wk8oY .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-usbJ6Wk8oY .title {
  color: #f57174;
}
.cid-ubZ6DSFYeR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ubZ6DSFYeR .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-ubZ6DSFYeR .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ubZ6DSFYeR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ubZ6DSFYeR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubZ6DSFYeR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ubZ6DSFYeR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubZ6DSFYeR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubZ6DSFYeR .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ubZ6DSFYeR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ubZ6DSFYeR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ubZ6DSFYeR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ubZ6DSFYeR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ubZ6DSFYeR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ubZ6DSFYeR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ubZ6DSFYeR .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ubZ6DSFYeR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ubZ6DSFYeR .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ubZ6DSFYeR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ubZ6DSFYeR .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ubZ6DSFYeR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ubZ6DSFYeR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ubZ6DSFYeR .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ubZ6DSFYeR .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubZ6DSFYeR .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ubZ6DSFYeR .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ubZ6DSFYeR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubZ6DSFYeR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-ubZ6DSFYeR .nav-item:focus,
.cid-ubZ6DSFYeR .nav-link:focus {
  outline: none;
}
.cid-ubZ6DSFYeR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubZ6DSFYeR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubZ6DSFYeR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubZ6DSFYeR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubZ6DSFYeR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubZ6DSFYeR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubZ6DSFYeR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ubZ6DSFYeR .navbar.opened {
  transition: all 0.3s;
}
.cid-ubZ6DSFYeR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubZ6DSFYeR .navbar .navbar-logo img {
  width: auto;
}
.cid-ubZ6DSFYeR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ubZ6DSFYeR .navbar.collapsed {
  justify-content: center;
}
.cid-ubZ6DSFYeR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubZ6DSFYeR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubZ6DSFYeR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ubZ6DSFYeR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubZ6DSFYeR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubZ6DSFYeR .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-ubZ6DSFYeR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubZ6DSFYeR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubZ6DSFYeR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ubZ6DSFYeR .navbar {
    min-height: 72px;
  }
  .cid-ubZ6DSFYeR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ubZ6DSFYeR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubZ6DSFYeR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubZ6DSFYeR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubZ6DSFYeR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubZ6DSFYeR .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-ubZ6DSFYeR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubZ6DSFYeR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ubZ6DSFYeR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubZ6DSFYeR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubZ6DSFYeR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ubZ6DSFYeR .dropdown-item.active,
.cid-ubZ6DSFYeR .dropdown-item:active {
  background-color: transparent;
}
.cid-ubZ6DSFYeR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubZ6DSFYeR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubZ6DSFYeR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubZ6DSFYeR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubZ6DSFYeR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ubZ6DSFYeR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ubZ6DSFYeR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubZ6DSFYeR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ubZ6DSFYeR .navbar-buttons {
    text-align: left;
  }
}
.cid-ubZ6DSFYeR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubZ6DSFYeR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ubZ6DSFYeR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubZ6DSFYeR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubZ6DSFYeR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubZ6DSFYeR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubZ6DSFYeR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubZ6DSFYeR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubZ6DSFYeR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubZ6DSFYeR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubZ6DSFYeR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ubZ6DSFYeR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubZ6DSFYeR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ubZ6DSFYeR .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubZ6DSFYeR .navbar {
    height: 70px;
  }
  .cid-ubZ6DSFYeR .navbar.opened {
    height: auto;
  }
  .cid-ubZ6DSFYeR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubZ6DSFYeR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ubZ6DSFYeR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ubZ6DSFYeR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ubZ6DSFYeR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ubZ6DSFYeR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ubZ6DSFYeR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ubZ6DSFYeR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ubZ6DSFYeR .navbar-brand {
    margin-right: auto;
  }
  .cid-ubZ6DSFYeR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ubZ6DSFYeR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ubZ6DSFYeR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ubZ6DSFYeR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ubZ6DSFYeR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ubZ6DSFYeR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ubZ6DSFYeR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ubZ6DSFYeR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ubZ6DSFYeR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ubZ6DSFYeR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ubZ6DSFYeR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uxn6mITiPL {
  background-image: url("../../../assets/images/social-innovation-4-2000x1000.png");
}
.cid-uxn6mITiPL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxn6mITiPL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxn6mITiPL .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uxn6mITiPL .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uxn6mITiPL .container {
    padding: 0 26px;
  }
}
.cid-uxn6mITiPL .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 90vh;
  padding: 45px;
}
@media (max-width: 992px) {
  .cid-uxn6mITiPL .content-wrapper {
    padding: 20px;
  }
}
.cid-uxn6mITiPL .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uxn6mITiPL .content-wrapper .content-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-uxn6mITiPL .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uxn6mITiPL .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uxn6mITiPL .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uxn6mITiPL .mbr-section-title {
  color: #000000;
}
.cid-uxn6mITiPL .mbr-text,
.cid-uxn6mITiPL .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uxn6mITiPL .mbr-section-title,
.cid-uxn6mITiPL .mbr-section-btn {
  text-align: center;
}
.cid-ud1draH41X {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ud1draH41X .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-ud1draH41X .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ud1draH41X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ud1draH41X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ud1draH41X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ud1draH41X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud1draH41X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud1draH41X .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ud1draH41X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ud1draH41X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ud1draH41X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ud1draH41X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ud1draH41X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ud1draH41X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ud1draH41X .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ud1draH41X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ud1draH41X .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ud1draH41X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ud1draH41X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ud1draH41X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ud1draH41X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ud1draH41X .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ud1draH41X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ud1draH41X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ud1draH41X .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ud1draH41X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud1draH41X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-ud1draH41X .nav-item:focus,
.cid-ud1draH41X .nav-link:focus {
  outline: none;
}
.cid-ud1draH41X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ud1draH41X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud1draH41X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ud1draH41X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ud1draH41X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud1draH41X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud1draH41X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ud1draH41X .navbar.opened {
  transition: all 0.3s;
}
.cid-ud1draH41X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ud1draH41X .navbar .navbar-logo img {
  width: auto;
}
.cid-ud1draH41X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ud1draH41X .navbar.collapsed {
  justify-content: center;
}
.cid-ud1draH41X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud1draH41X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ud1draH41X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ud1draH41X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud1draH41X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud1draH41X .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-ud1draH41X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud1draH41X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud1draH41X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ud1draH41X .navbar {
    min-height: 72px;
  }
  .cid-ud1draH41X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ud1draH41X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud1draH41X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud1draH41X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud1draH41X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud1draH41X .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-ud1draH41X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud1draH41X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ud1draH41X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ud1draH41X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ud1draH41X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ud1draH41X .dropdown-item.active,
.cid-ud1draH41X .dropdown-item:active {
  background-color: transparent;
}
.cid-ud1draH41X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud1draH41X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud1draH41X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud1draH41X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ud1draH41X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ud1draH41X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ud1draH41X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ud1draH41X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ud1draH41X .navbar-buttons {
    text-align: left;
  }
}
.cid-ud1draH41X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ud1draH41X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ud1draH41X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud1draH41X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud1draH41X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud1draH41X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud1draH41X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud1draH41X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud1draH41X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud1draH41X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud1draH41X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ud1draH41X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ud1draH41X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ud1draH41X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ud1draH41X .navbar {
    height: 70px;
  }
  .cid-ud1draH41X .navbar.opened {
    height: auto;
  }
  .cid-ud1draH41X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud1draH41X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ud1draH41X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ud1draH41X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ud1draH41X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ud1draH41X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ud1draH41X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ud1draH41X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ud1draH41X .navbar-brand {
    margin-right: auto;
  }
  .cid-ud1draH41X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ud1draH41X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ud1draH41X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ud1draH41X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ud1draH41X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ud1draH41X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ud1draH41X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ud1draH41X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ud1draH41X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ud1draH41X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ud1draH41X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBNFAJFfsk {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBNFAJFfsk .mbr-text {
  color: #000000;
}
.cid-uBNFAJFfsk .list {
  color: #666666;
}
.cid-uBNFAJFfsk ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uBNFAJFfsk li {
  padding-bottom: 0.5rem;
}
.cid-uBNFAJFfsk .mbr-section-subtitle {
  text-align: center;
}
.cid-uBNPyHKImR {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uBNPyHKImR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBNPyHKImR .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-uBNPyHKImR .container {
    padding: 0 26px;
  }
}
.cid-uBNPyHKImR .row {
  justify-content: center;
}
.cid-uBNPyHKImR .text-wrapper .mbr-text {
  font-family: "Instrument Serif", sans-serif;
  margin-bottom: 16px;
}
.cid-uBNPyHKImR .text-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-uBNPyHKImR .text-wrapper .icon-wrapper:focus .mbr-iconfont {
  padding-top: 40px;
}
.cid-uBNPyHKImR .text-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  font-size: 60px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uBNPyHKImR .mbr-text,
.cid-uBNPyHKImR .icon-wrapper {
  color: #000000;
  text-align: center;
}
.cid-usby6YCA2U {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-usby6YCA2U .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-usby6YCA2U .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-usby6YCA2U .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-usby6YCA2U .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-usby6YCA2U .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-usby6YCA2U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usby6YCA2U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usby6YCA2U .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-usby6YCA2U .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-usby6YCA2U .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-usby6YCA2U .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-usby6YCA2U .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-usby6YCA2U .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-usby6YCA2U .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-usby6YCA2U .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-usby6YCA2U .nav-link {
  width: fit-content;
  position: relative;
}
.cid-usby6YCA2U .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-usby6YCA2U .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-usby6YCA2U .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-usby6YCA2U .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-usby6YCA2U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-usby6YCA2U .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-usby6YCA2U .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-usby6YCA2U .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-usby6YCA2U .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-usby6YCA2U .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usby6YCA2U .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-usby6YCA2U .nav-item:focus,
.cid-usby6YCA2U .nav-link:focus {
  outline: none;
}
.cid-usby6YCA2U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usby6YCA2U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usby6YCA2U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usby6YCA2U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usby6YCA2U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usby6YCA2U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usby6YCA2U .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-usby6YCA2U .navbar.opened {
  transition: all 0.3s;
}
.cid-usby6YCA2U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usby6YCA2U .navbar .navbar-logo img {
  width: auto;
}
.cid-usby6YCA2U .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-usby6YCA2U .navbar.collapsed {
  justify-content: center;
}
.cid-usby6YCA2U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usby6YCA2U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usby6YCA2U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-usby6YCA2U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usby6YCA2U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usby6YCA2U .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-usby6YCA2U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usby6YCA2U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usby6YCA2U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-usby6YCA2U .navbar {
    min-height: 72px;
  }
  .cid-usby6YCA2U .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-usby6YCA2U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usby6YCA2U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usby6YCA2U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usby6YCA2U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usby6YCA2U .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-usby6YCA2U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usby6YCA2U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-usby6YCA2U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usby6YCA2U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-usby6YCA2U .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-usby6YCA2U .dropdown-item.active,
.cid-usby6YCA2U .dropdown-item:active {
  background-color: transparent;
}
.cid-usby6YCA2U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usby6YCA2U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usby6YCA2U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usby6YCA2U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-usby6YCA2U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-usby6YCA2U .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-usby6YCA2U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usby6YCA2U .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-usby6YCA2U .navbar-buttons {
    text-align: left;
  }
}
.cid-usby6YCA2U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usby6YCA2U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-usby6YCA2U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usby6YCA2U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usby6YCA2U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usby6YCA2U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usby6YCA2U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usby6YCA2U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usby6YCA2U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usby6YCA2U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usby6YCA2U .navbar-dropdown {
  padding: 0 1rem;
}
.cid-usby6YCA2U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usby6YCA2U .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-usby6YCA2U .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usby6YCA2U .navbar {
    height: 70px;
  }
  .cid-usby6YCA2U .navbar.opened {
    height: auto;
  }
  .cid-usby6YCA2U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usby6YCA2U .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-usby6YCA2U .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-usby6YCA2U .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-usby6YCA2U .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-usby6YCA2U .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-usby6YCA2U .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-usby6YCA2U .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-usby6YCA2U .navbar-brand {
    margin-right: auto;
  }
  .cid-usby6YCA2U .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-usby6YCA2U .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-usby6YCA2U .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-usby6YCA2U .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-usby6YCA2U .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-usby6YCA2U .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-usby6YCA2U .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-usby6YCA2U .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-usby6YCA2U .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-usby6YCA2U .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-usby6YCA2U .navbar-collapse {
    padding: 1rem;
  }
}
.cid-usby6XFNxn {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f8e7d2;
}
.cid-usby6XFNxn .mbr-fallback-image.disabled {
  display: none;
}
.cid-usby6XFNxn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usby6XFNxn .items-wrapper {
  justify-content: flex-end;
}
.cid-usby6XFNxn .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-usby6XFNxn .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-usby6XFNxn .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-usby6XFNxn .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-usby6XFNxn .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-usby6XFNxn .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-usby6XFNxn .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-usby6XFNxn .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-usby6XFNxn .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-usby6XFNxn .content-wrapper {
    padding-left: 0;
  }
}
.cid-usby6XFNxn .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-usby6XFNxn .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-usby6XFNxn .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-usby6XFNxn .mbr-desc {
  color: #ff6666;
}
.cid-usby6XFNxn .mbr-section-title {
  color: #272b2e;
}
.cid-usby6XFNxn .mbr-text,
.cid-usby6XFNxn .text-wrapper {
  color: #272b2e;
}
.cid-usby6XFNxn .mbr-section-title,
.cid-usby6XFNxn .mbr-section-btn {
  color: #ff6666;
}
.cid-usbzNq2oMr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8e7d2;
}
.cid-usbzNq2oMr .mbr-text {
  color: #000000;
}
.cid-usbzNq2oMr .list {
  color: #666666;
}
.cid-usbzNq2oMr ul {
  list-style-position: inside;
  padding: 0;
}
.cid-usbzNq2oMr li {
  padding-bottom: 0.5rem;
}
.cid-usby6YfHJx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8e7d2;
}
.cid-usby6YfHJx .img-wrapper {
  text-align: center;
}
.cid-usby6YfHJx .card-title {
  padding-top: 1.5rem;
  color: #ff6666;
}
.cid-usby6YfHJx img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-usby6YfHJx .row {
  align-items: flex-start;
}
.cid-usby6YfHJx .card-wrapper {
  border-radius: 4px;
  background: #f8e7d2;
}
@media (max-width: 992px) {
  .cid-usby6YfHJx .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-usby6YfHJx .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-usby6YfHJx .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-usby6YfHJx .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-usby6YfHJx .title {
  color: #f57174;
}
.cid-ucg3MjZtkk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucg3MjZtkk .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-ucg3MjZtkk .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ucg3MjZtkk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucg3MjZtkk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucg3MjZtkk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ucg3MjZtkk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucg3MjZtkk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucg3MjZtkk .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ucg3MjZtkk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ucg3MjZtkk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ucg3MjZtkk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucg3MjZtkk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucg3MjZtkk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ucg3MjZtkk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucg3MjZtkk .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ucg3MjZtkk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucg3MjZtkk .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucg3MjZtkk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ucg3MjZtkk .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ucg3MjZtkk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucg3MjZtkk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ucg3MjZtkk .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ucg3MjZtkk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucg3MjZtkk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ucg3MjZtkk .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ucg3MjZtkk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucg3MjZtkk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-ucg3MjZtkk .nav-item:focus,
.cid-ucg3MjZtkk .nav-link:focus {
  outline: none;
}
.cid-ucg3MjZtkk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucg3MjZtkk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucg3MjZtkk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucg3MjZtkk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucg3MjZtkk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucg3MjZtkk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucg3MjZtkk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ucg3MjZtkk .navbar.opened {
  transition: all 0.3s;
}
.cid-ucg3MjZtkk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucg3MjZtkk .navbar .navbar-logo img {
  width: auto;
}
.cid-ucg3MjZtkk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucg3MjZtkk .navbar.collapsed {
  justify-content: center;
}
.cid-ucg3MjZtkk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucg3MjZtkk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucg3MjZtkk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ucg3MjZtkk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucg3MjZtkk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucg3MjZtkk .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-ucg3MjZtkk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucg3MjZtkk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucg3MjZtkk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucg3MjZtkk .navbar {
    min-height: 72px;
  }
  .cid-ucg3MjZtkk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucg3MjZtkk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucg3MjZtkk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucg3MjZtkk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucg3MjZtkk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucg3MjZtkk .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-ucg3MjZtkk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucg3MjZtkk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucg3MjZtkk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucg3MjZtkk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucg3MjZtkk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucg3MjZtkk .dropdown-item.active,
.cid-ucg3MjZtkk .dropdown-item:active {
  background-color: transparent;
}
.cid-ucg3MjZtkk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucg3MjZtkk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucg3MjZtkk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucg3MjZtkk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucg3MjZtkk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucg3MjZtkk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucg3MjZtkk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucg3MjZtkk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucg3MjZtkk .navbar-buttons {
    text-align: left;
  }
}
.cid-ucg3MjZtkk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucg3MjZtkk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucg3MjZtkk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucg3MjZtkk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucg3MjZtkk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucg3MjZtkk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucg3MjZtkk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucg3MjZtkk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucg3MjZtkk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucg3MjZtkk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucg3MjZtkk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucg3MjZtkk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucg3MjZtkk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucg3MjZtkk .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucg3MjZtkk .navbar {
    height: 70px;
  }
  .cid-ucg3MjZtkk .navbar.opened {
    height: auto;
  }
  .cid-ucg3MjZtkk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucg3MjZtkk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucg3MjZtkk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucg3MjZtkk .navbar-brand {
    margin-right: auto;
  }
  .cid-ucg3MjZtkk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ucg3MjZtkk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucg3MjZtkk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucg3MjZtkk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucg3MjZtkk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRnuCRpCFG {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRnuCRpCFG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRnuCRpCFG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRnuCRpCFG .items-wrapper {
  justify-content: flex-end;
}
.cid-uRnuCRpCFG .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uRnuCRpCFG .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRnuCRpCFG .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
  width: 500px;
  height: 500px;
}
@media (max-width: 1700px) {
  .cid-uRnuCRpCFG .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uRnuCRpCFG .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uRnuCRpCFG .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uRnuCRpCFG .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
@media (max-width: 1200px) {
  .cid-uRnuCRpCFG .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uRnuCRpCFG .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uRnuCRpCFG .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uRnuCRpCFG .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRnuCRpCFG .content-wrapper {
    padding-left: 0;
  }
}
.cid-uRnuCRpCFG .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uRnuCRpCFG .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uRnuCRpCFG .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uRnuCRpCFG .mbr-desc {
  color: #ff6666;
}
.cid-uRnuCRpCFG .mbr-section-title {
  color: #272b2e;
}
.cid-uRnuCRpCFG .mbr-text,
.cid-uRnuCRpCFG .text-wrapper {
  color: #272b2e;
}
.cid-uRnuCRpCFG .mbr-section-title,
.cid-uRnuCRpCFG .mbr-section-btn {
  color: #ff6666;
}
.cid-ucg3MjZtkk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucg3MjZtkk .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-ucg3MjZtkk .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ucg3MjZtkk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucg3MjZtkk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucg3MjZtkk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ucg3MjZtkk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucg3MjZtkk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucg3MjZtkk .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ucg3MjZtkk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ucg3MjZtkk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ucg3MjZtkk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucg3MjZtkk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucg3MjZtkk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ucg3MjZtkk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucg3MjZtkk .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ucg3MjZtkk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucg3MjZtkk .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucg3MjZtkk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ucg3MjZtkk .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ucg3MjZtkk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucg3MjZtkk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ucg3MjZtkk .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ucg3MjZtkk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucg3MjZtkk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ucg3MjZtkk .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ucg3MjZtkk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucg3MjZtkk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-ucg3MjZtkk .nav-item:focus,
.cid-ucg3MjZtkk .nav-link:focus {
  outline: none;
}
.cid-ucg3MjZtkk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucg3MjZtkk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucg3MjZtkk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucg3MjZtkk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucg3MjZtkk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucg3MjZtkk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucg3MjZtkk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ucg3MjZtkk .navbar.opened {
  transition: all 0.3s;
}
.cid-ucg3MjZtkk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucg3MjZtkk .navbar .navbar-logo img {
  width: auto;
}
.cid-ucg3MjZtkk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucg3MjZtkk .navbar.collapsed {
  justify-content: center;
}
.cid-ucg3MjZtkk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucg3MjZtkk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucg3MjZtkk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ucg3MjZtkk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucg3MjZtkk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucg3MjZtkk .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-ucg3MjZtkk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucg3MjZtkk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucg3MjZtkk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucg3MjZtkk .navbar {
    min-height: 72px;
  }
  .cid-ucg3MjZtkk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucg3MjZtkk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucg3MjZtkk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucg3MjZtkk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucg3MjZtkk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucg3MjZtkk .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-ucg3MjZtkk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucg3MjZtkk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucg3MjZtkk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucg3MjZtkk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucg3MjZtkk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucg3MjZtkk .dropdown-item.active,
.cid-ucg3MjZtkk .dropdown-item:active {
  background-color: transparent;
}
.cid-ucg3MjZtkk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucg3MjZtkk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucg3MjZtkk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucg3MjZtkk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucg3MjZtkk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucg3MjZtkk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucg3MjZtkk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucg3MjZtkk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucg3MjZtkk .navbar-buttons {
    text-align: left;
  }
}
.cid-ucg3MjZtkk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucg3MjZtkk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucg3MjZtkk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucg3MjZtkk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucg3MjZtkk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucg3MjZtkk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucg3MjZtkk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucg3MjZtkk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucg3MjZtkk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucg3MjZtkk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucg3MjZtkk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucg3MjZtkk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucg3MjZtkk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucg3MjZtkk .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucg3MjZtkk .navbar {
    height: 70px;
  }
  .cid-ucg3MjZtkk .navbar.opened {
    height: auto;
  }
  .cid-ucg3MjZtkk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucg3MjZtkk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucg3MjZtkk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucg3MjZtkk .navbar-brand {
    margin-right: auto;
  }
  .cid-ucg3MjZtkk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ucg3MjZtkk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucg3MjZtkk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucg3MjZtkk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucg3MjZtkk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRnwtqk0yM {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRnwtqk0yM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRnwtqk0yM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRnwtqk0yM .items-wrapper {
  justify-content: flex-end;
}
.cid-uRnwtqk0yM .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uRnwtqk0yM .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRnwtqk0yM .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-uRnwtqk0yM .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uRnwtqk0yM .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uRnwtqk0yM .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uRnwtqk0yM .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uRnwtqk0yM .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uRnwtqk0yM .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRnwtqk0yM .content-wrapper {
    padding-left: 0;
  }
}
.cid-uRnwtqk0yM .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uRnwtqk0yM .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uRnwtqk0yM .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uRnwtqk0yM .mbr-desc {
  color: #ff6666;
}
.cid-uRnwtqk0yM .mbr-section-title {
  color: #272b2e;
}
.cid-uRnwtqk0yM .mbr-text,
.cid-uRnwtqk0yM .text-wrapper {
  color: #272b2e;
}
.cid-uRnwtqk0yM .mbr-section-title,
.cid-uRnwtqk0yM .mbr-section-btn {
  color: #ff6666;
}
.cid-vd8Mi75B81 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vd8Mi75B81 .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-vd8Mi75B81 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vd8Mi75B81 .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-vd8Mi75B81 .mbr-section-title {
  color: #2e6b75;
}
.cid-vd8Mi75B81 .mbr-text {
  color: #000000;
}
.cid-vd8Mi75B81 .mbr-description {
  color: #6c7577;
}
.cid-vd8Mi75B81 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd8Mi75B81 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd8MX4KM9f {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vd8MX4KM9f .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-vd8MX4KM9f img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vd8MX4KM9f .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-vd8MX4KM9f .mbr-section-title {
  color: #2e6b75;
}
.cid-vd8MX4KM9f .mbr-text {
  color: #000000;
}
.cid-vd8MX4KM9f .mbr-description {
  color: #6c7577;
}
.cid-vd8MX4KM9f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd8MX4KM9f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd9sSLn1rE {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vd9sSLn1rE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd9sSLn1rE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd9sSLn1rE .row {
  margin: 0 -20px;
}
.cid-vd9sSLn1rE .row .card {
  padding: 0 20px;
  justify-content: center;
}
.cid-vd9sSLn1rE .content-wrapper {
  margin-bottom: 40px;
}
.cid-vd9sSLn1rE .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vd9sSLn1rE .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vd9sSLn1rE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vd9sSLn1rE .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vd9sSLn1rE .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vd9sSLn1rE .mbr-label {
  color: #a8a8a8;
}
.cid-vd9sSLn1rE .mbr-section-title {
  color: #ffffff;
}
.cid-vd9sSLn1rE .mbr-text {
  color: #ffffff;
}
.cid-vd9sSLn1rE .mbr-section-title,
.cid-vd9sSLn1rE .mbr-section-btn {
  color: #2299aa;
}
.cid-ucg3MjZtkk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucg3MjZtkk .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-ucg3MjZtkk .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ucg3MjZtkk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucg3MjZtkk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucg3MjZtkk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ucg3MjZtkk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucg3MjZtkk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucg3MjZtkk .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ucg3MjZtkk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ucg3MjZtkk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ucg3MjZtkk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucg3MjZtkk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucg3MjZtkk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ucg3MjZtkk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucg3MjZtkk .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ucg3MjZtkk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucg3MjZtkk .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucg3MjZtkk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ucg3MjZtkk .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ucg3MjZtkk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucg3MjZtkk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ucg3MjZtkk .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-ucg3MjZtkk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucg3MjZtkk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ucg3MjZtkk .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ucg3MjZtkk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucg3MjZtkk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-ucg3MjZtkk .nav-item:focus,
.cid-ucg3MjZtkk .nav-link:focus {
  outline: none;
}
.cid-ucg3MjZtkk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucg3MjZtkk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucg3MjZtkk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucg3MjZtkk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucg3MjZtkk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucg3MjZtkk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucg3MjZtkk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ucg3MjZtkk .navbar.opened {
  transition: all 0.3s;
}
.cid-ucg3MjZtkk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucg3MjZtkk .navbar .navbar-logo img {
  width: auto;
}
.cid-ucg3MjZtkk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucg3MjZtkk .navbar.collapsed {
  justify-content: center;
}
.cid-ucg3MjZtkk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucg3MjZtkk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucg3MjZtkk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ucg3MjZtkk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucg3MjZtkk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucg3MjZtkk .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-ucg3MjZtkk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucg3MjZtkk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucg3MjZtkk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucg3MjZtkk .navbar {
    min-height: 72px;
  }
  .cid-ucg3MjZtkk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucg3MjZtkk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucg3MjZtkk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucg3MjZtkk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucg3MjZtkk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucg3MjZtkk .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-ucg3MjZtkk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucg3MjZtkk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucg3MjZtkk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucg3MjZtkk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucg3MjZtkk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucg3MjZtkk .dropdown-item.active,
.cid-ucg3MjZtkk .dropdown-item:active {
  background-color: transparent;
}
.cid-ucg3MjZtkk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucg3MjZtkk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucg3MjZtkk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucg3MjZtkk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucg3MjZtkk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucg3MjZtkk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucg3MjZtkk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucg3MjZtkk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucg3MjZtkk .navbar-buttons {
    text-align: left;
  }
}
.cid-ucg3MjZtkk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucg3MjZtkk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucg3MjZtkk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucg3MjZtkk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucg3MjZtkk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucg3MjZtkk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucg3MjZtkk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucg3MjZtkk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucg3MjZtkk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucg3MjZtkk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucg3MjZtkk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucg3MjZtkk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucg3MjZtkk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucg3MjZtkk .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucg3MjZtkk .navbar {
    height: 70px;
  }
  .cid-ucg3MjZtkk .navbar.opened {
    height: auto;
  }
  .cid-ucg3MjZtkk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucg3MjZtkk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucg3MjZtkk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucg3MjZtkk .navbar-brand {
    margin-right: auto;
  }
  .cid-ucg3MjZtkk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ucg3MjZtkk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucg3MjZtkk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucg3MjZtkk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucg3MjZtkk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucg3MjZtkk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uSBLfhEPU1 {
  padding-top: 8rem;
  padding-bottom: 12rem;
  background-color: #f8e7d2;
}
.cid-uSBLfhEPU1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSBLfhEPU1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSBLfhEPU1 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSBLfhEPU1 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uSBLfhEPU1 .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uSBLfhEPU1 .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-uSBLfhEPU1 .items-wrapper .item .item-wrapper .card-number_1,
.cid-uSBLfhEPU1 .items-wrapper .item .item-wrapper .card-number_2,
.cid-uSBLfhEPU1 .items-wrapper .item .item-wrapper .card-number_3,
.cid-uSBLfhEPU1 .items-wrapper .item .item-wrapper .card-number_4 {
  margin-bottom: 0;
}
.cid-uSBLfhEPU1 .items-wrapper .item .item-wrapper .card-box {
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 380px;
}
@media (max-width: 992px) {
  .cid-uSBLfhEPU1 .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 15px;
    min-height: auto;
  }
}
.cid-uSBLfhEPU1 .items-wrapper .item .item-wrapper .card-box .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uSBLfhEPU1 .items-wrapper .item .item-wrapper .card-box .title-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.cid-uSBLfhEPU1 .items-wrapper .item .item-wrapper .card-box .title-wrapper .card-title_1,
.cid-uSBLfhEPU1 .items-wrapper .item .item-wrapper .card-box .title-wrapper .card-title_2,
.cid-uSBLfhEPU1 .items-wrapper .item .item-wrapper .card-box .title-wrapper .card-title_3,
.cid-uSBLfhEPU1 .items-wrapper .item .item-wrapper .card-box .title-wrapper .card-title_4 {
  margin-bottom: 0;
}
.cid-uSBLfhEPU1 .items-wrapper .item .item-wrapper .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 36px;
  display: inline-flex;
  margin-left: 20px;
}
@media (max-width: 1440px) {
  .cid-uSBLfhEPU1 .items-wrapper .item .item-wrapper .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
    margin-left: 0;
    margin-bottom: 15px;
  }
}
.cid-uSBLfhEPU1 .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text_1,
.cid-uSBLfhEPU1 .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text_2,
.cid-uSBLfhEPU1 .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text_3,
.cid-uSBLfhEPU1 .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text_4 {
  margin-bottom: 0;
}
.cid-uSBLfhEPU1 .items-wrapper .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-uSBLfhEPU1 .items-wrapper .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSBLfhEPU1 .items-wrapper .item .card_1 .card-box {
  background-color: #e2fa0e;
}
.cid-uSBLfhEPU1 .items-wrapper .item .card_1 .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uSBLfhEPU1 .items-wrapper .item .card_2 {
  padding-top: 7rem;
}
@media (max-width: 992px) {
  .cid-uSBLfhEPU1 .items-wrapper .item .card_2 {
    padding-top: 0;
  }
}
.cid-uSBLfhEPU1 .items-wrapper .item .card_2 .card-box {
  background-color: #2bb59b;
}
.cid-uSBLfhEPU1 .items-wrapper .item .card_2 .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uSBLfhEPU1 .items-wrapper .item .card_3 {
  padding-top: 14rem;
}
@media (max-width: 992px) {
  .cid-uSBLfhEPU1 .items-wrapper .item .card_3 {
    padding-top: 0;
  }
}
.cid-uSBLfhEPU1 .items-wrapper .item .card_3 .card-box {
  background-color: #8476f5;
}
.cid-uSBLfhEPU1 .items-wrapper .item .card_3 .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uSBLfhEPU1 .items-wrapper .item .card_4 {
  padding-top: 21rem;
}
@media (max-width: 992px) {
  .cid-uSBLfhEPU1 .items-wrapper .item .card_4 {
    padding-top: 0;
  }
}
.cid-uSBLfhEPU1 .items-wrapper .item .card_4 .card-box {
  background-color: #e3696a;
}
.cid-uSBLfhEPU1 .items-wrapper .item .card_4 .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uSBLfhEPU1 .mbr-section-title {
  color: #ffffff;
}
.cid-uSBLfhEPU1 .card-number_1 {
  color: #e2fa0e;
}
.cid-uSBLfhEPU1 .card-number_2 {
  color: #2bb59b;
}
.cid-uSBLfhEPU1 .card-number_3 {
  color: #8476f5;
}
.cid-uSBLfhEPU1 .card-number_4 {
  color: #e3696a;
}
.cid-uSBLfhEPU1 .card-title_1 {
  color: #000000;
}
.cid-uSBLfhEPU1 .card-title_2 {
  color: #000000;
}
.cid-uSBLfhEPU1 .card-title_3 {
  color: #000000;
}
.cid-uSBLfhEPU1 .card-title_4 {
  color: #000000;
}
.cid-uSBLfhEPU1 .card-text_1 {
  color: #000000;
}
.cid-uSBLfhEPU1 .card-text_2 {
  color: #000000;
}
.cid-uSBLfhEPU1 .card-text_3 {
  color: #000000;
}
.cid-uSBLfhEPU1 .card-text_4 {
  color: #000000;
}
.cid-uSBLfhEPU1 .mbr-section-title,
.cid-uSBLfhEPU1 .mbr-section-btn {
  color: #000000;
}
.cid-v14tEd4lx9 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v14tEd4lx9 .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-v14tEd4lx9 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-v14tEd4lx9 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v14tEd4lx9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v14tEd4lx9 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v14tEd4lx9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v14tEd4lx9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v14tEd4lx9 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-v14tEd4lx9 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v14tEd4lx9 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-v14tEd4lx9 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v14tEd4lx9 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v14tEd4lx9 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-v14tEd4lx9 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v14tEd4lx9 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-v14tEd4lx9 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v14tEd4lx9 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v14tEd4lx9 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v14tEd4lx9 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v14tEd4lx9 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v14tEd4lx9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v14tEd4lx9 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v14tEd4lx9 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v14tEd4lx9 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-v14tEd4lx9 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-v14tEd4lx9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v14tEd4lx9 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-v14tEd4lx9 .nav-item:focus,
.cid-v14tEd4lx9 .nav-link:focus {
  outline: none;
}
.cid-v14tEd4lx9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v14tEd4lx9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v14tEd4lx9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v14tEd4lx9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v14tEd4lx9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v14tEd4lx9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v14tEd4lx9 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v14tEd4lx9 .navbar.opened {
  transition: all 0.3s;
}
.cid-v14tEd4lx9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v14tEd4lx9 .navbar .navbar-logo img {
  width: auto;
}
.cid-v14tEd4lx9 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v14tEd4lx9 .navbar.collapsed {
  justify-content: center;
}
.cid-v14tEd4lx9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v14tEd4lx9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v14tEd4lx9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-v14tEd4lx9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v14tEd4lx9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v14tEd4lx9 .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-v14tEd4lx9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v14tEd4lx9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v14tEd4lx9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v14tEd4lx9 .navbar {
    min-height: 72px;
  }
  .cid-v14tEd4lx9 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v14tEd4lx9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v14tEd4lx9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v14tEd4lx9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v14tEd4lx9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v14tEd4lx9 .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-v14tEd4lx9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v14tEd4lx9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v14tEd4lx9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v14tEd4lx9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v14tEd4lx9 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v14tEd4lx9 .dropdown-item.active,
.cid-v14tEd4lx9 .dropdown-item:active {
  background-color: transparent;
}
.cid-v14tEd4lx9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v14tEd4lx9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v14tEd4lx9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v14tEd4lx9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v14tEd4lx9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v14tEd4lx9 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v14tEd4lx9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v14tEd4lx9 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v14tEd4lx9 .navbar-buttons {
    text-align: left;
  }
}
.cid-v14tEd4lx9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v14tEd4lx9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v14tEd4lx9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v14tEd4lx9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v14tEd4lx9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v14tEd4lx9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v14tEd4lx9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v14tEd4lx9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v14tEd4lx9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v14tEd4lx9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v14tEd4lx9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v14tEd4lx9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v14tEd4lx9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v14tEd4lx9 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v14tEd4lx9 .navbar {
    height: 70px;
  }
  .cid-v14tEd4lx9 .navbar.opened {
    height: auto;
  }
  .cid-v14tEd4lx9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v14tEd4lx9 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v14tEd4lx9 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v14tEd4lx9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v14tEd4lx9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v14tEd4lx9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v14tEd4lx9 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v14tEd4lx9 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v14tEd4lx9 .navbar-brand {
    margin-right: auto;
  }
  .cid-v14tEd4lx9 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v14tEd4lx9 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v14tEd4lx9 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v14tEd4lx9 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v14tEd4lx9 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v14tEd4lx9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v14tEd4lx9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v14tEd4lx9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v14tEd4lx9 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v14tEd4lx9 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v14tEd4lx9 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v14tEbPuIm {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f8e7d2;
}
.cid-v14tEbPuIm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v14tEbPuIm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v14tEbPuIm .items-wrapper {
  justify-content: flex-end;
}
.cid-v14tEbPuIm .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v14tEbPuIm .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v14tEbPuIm .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-v14tEbPuIm .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-v14tEbPuIm .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-v14tEbPuIm .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-v14tEbPuIm .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-v14tEbPuIm .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-v14tEbPuIm .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-v14tEbPuIm .content-wrapper {
    padding-left: 0;
  }
}
.cid-v14tEbPuIm .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-v14tEbPuIm .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v14tEbPuIm .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-v14tEbPuIm .mbr-desc {
  color: #ff6666;
}
.cid-v14tEbPuIm .mbr-section-title {
  color: #272b2e;
}
.cid-v14tEbPuIm .mbr-text,
.cid-v14tEbPuIm .text-wrapper {
  color: #272b2e;
}
.cid-v14tEbPuIm .mbr-section-title,
.cid-v14tEbPuIm .mbr-section-btn {
  color: #ff6666;
}
.cid-v14tEbPuIm .mbr-text {
  color: #020202;
}
.cid-v14tEcpt1j {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8e7d2;
}
.cid-v14tEcpt1j .mbr-text {
  color: #000000;
}
.cid-v14tEcpt1j .list {
  color: #666666;
}
.cid-v14tEcpt1j ul {
  list-style-position: inside;
  padding: 0;
}
.cid-v14tEcpt1j li {
  padding-bottom: 0.5rem;
}
.cid-v14tEcG3sm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8e7d2;
}
.cid-v14tEcG3sm .img-wrapper {
  text-align: center;
}
.cid-v14tEcG3sm .card-title {
  padding-top: 1.5rem;
  color: #ff6666;
}
.cid-v14tEcG3sm img {
  margin: auto;
  width: 100%;
  max-width: 140px;
}
.cid-v14tEcG3sm .row {
  align-items: flex-start;
}
.cid-v14tEcG3sm .card-wrapper {
  border-radius: 4px;
  background: #f8e7d2;
}
@media (max-width: 992px) {
  .cid-v14tEcG3sm .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-v14tEcG3sm .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1400px) {
  .cid-v14tEcG3sm .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v14tEcG3sm .card-wrapper:hover .img-wrapper {
  animation: 0.5s ease-in bounce;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-v14tEcG3sm .title {
  color: #f57174;
}
.cid-vcdPJNqkiD {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vcdPJNqkiD .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-vcdPJNqkiD .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-vcdPJNqkiD .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vcdPJNqkiD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcdPJNqkiD .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vcdPJNqkiD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcdPJNqkiD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcdPJNqkiD .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vcdPJNqkiD .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vcdPJNqkiD .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vcdPJNqkiD .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vcdPJNqkiD .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vcdPJNqkiD .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vcdPJNqkiD .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vcdPJNqkiD .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-vcdPJNqkiD .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vcdPJNqkiD .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vcdPJNqkiD .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vcdPJNqkiD .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vcdPJNqkiD .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vcdPJNqkiD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vcdPJNqkiD .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vcdPJNqkiD .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vcdPJNqkiD .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-vcdPJNqkiD .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-vcdPJNqkiD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcdPJNqkiD .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-vcdPJNqkiD .nav-item:focus,
.cid-vcdPJNqkiD .nav-link:focus {
  outline: none;
}
.cid-vcdPJNqkiD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcdPJNqkiD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcdPJNqkiD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcdPJNqkiD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcdPJNqkiD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcdPJNqkiD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcdPJNqkiD .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vcdPJNqkiD .navbar.opened {
  transition: all 0.3s;
}
.cid-vcdPJNqkiD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcdPJNqkiD .navbar .navbar-logo img {
  width: auto;
}
.cid-vcdPJNqkiD .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vcdPJNqkiD .navbar.collapsed {
  justify-content: center;
}
.cid-vcdPJNqkiD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcdPJNqkiD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcdPJNqkiD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-vcdPJNqkiD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcdPJNqkiD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcdPJNqkiD .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-vcdPJNqkiD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcdPJNqkiD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcdPJNqkiD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vcdPJNqkiD .navbar {
    min-height: 72px;
  }
  .cid-vcdPJNqkiD .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vcdPJNqkiD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcdPJNqkiD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcdPJNqkiD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcdPJNqkiD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcdPJNqkiD .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-vcdPJNqkiD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcdPJNqkiD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vcdPJNqkiD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcdPJNqkiD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcdPJNqkiD .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vcdPJNqkiD .dropdown-item.active,
.cid-vcdPJNqkiD .dropdown-item:active {
  background-color: transparent;
}
.cid-vcdPJNqkiD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcdPJNqkiD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcdPJNqkiD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcdPJNqkiD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcdPJNqkiD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vcdPJNqkiD .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vcdPJNqkiD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcdPJNqkiD .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vcdPJNqkiD .navbar-buttons {
    text-align: left;
  }
}
.cid-vcdPJNqkiD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcdPJNqkiD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vcdPJNqkiD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcdPJNqkiD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcdPJNqkiD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcdPJNqkiD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcdPJNqkiD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcdPJNqkiD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcdPJNqkiD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcdPJNqkiD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcdPJNqkiD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcdPJNqkiD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcdPJNqkiD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vcdPJNqkiD .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcdPJNqkiD .navbar {
    height: 70px;
  }
  .cid-vcdPJNqkiD .navbar.opened {
    height: auto;
  }
  .cid-vcdPJNqkiD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcdPJNqkiD .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vcdPJNqkiD .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vcdPJNqkiD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vcdPJNqkiD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vcdPJNqkiD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vcdPJNqkiD .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vcdPJNqkiD .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vcdPJNqkiD .navbar-brand {
    margin-right: auto;
  }
  .cid-vcdPJNqkiD .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vcdPJNqkiD .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vcdPJNqkiD .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vcdPJNqkiD .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vcdPJNqkiD .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vcdPJNqkiD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vcdPJNqkiD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vcdPJNqkiD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vcdPJNqkiD .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vcdPJNqkiD .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vcdPJNqkiD .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vcdPJNUnlS {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcdPJNUnlS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcdPJNUnlS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcdPJNUnlS .items-wrapper {
  justify-content: flex-end;
}
.cid-vcdPJNUnlS .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcdPJNUnlS .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vcdPJNUnlS .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-vcdPJNUnlS .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-vcdPJNUnlS .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-vcdPJNUnlS .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-vcdPJNUnlS .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-vcdPJNUnlS .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-vcdPJNUnlS .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vcdPJNUnlS .content-wrapper {
    padding-left: 0;
  }
}
.cid-vcdPJNUnlS .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-vcdPJNUnlS .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vcdPJNUnlS .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vcdPJNUnlS .mbr-desc {
  color: #ff6666;
}
.cid-vcdPJNUnlS .mbr-section-title {
  color: #272b2e;
}
.cid-vcdPJNUnlS .mbr-text,
.cid-vcdPJNUnlS .text-wrapper {
  color: #272b2e;
}
.cid-vcdPJNUnlS .mbr-section-title,
.cid-vcdPJNUnlS .mbr-section-btn {
  color: #ff6666;
}
.cid-vcXlBOyP6Z {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vcXlBOyP6Z .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-vcXlBOyP6Z .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-vcXlBOyP6Z .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vcXlBOyP6Z .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcXlBOyP6Z .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vcXlBOyP6Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcXlBOyP6Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcXlBOyP6Z .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vcXlBOyP6Z .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vcXlBOyP6Z .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vcXlBOyP6Z .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vcXlBOyP6Z .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vcXlBOyP6Z .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-vcXlBOyP6Z .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vcXlBOyP6Z .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-vcXlBOyP6Z .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vcXlBOyP6Z .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vcXlBOyP6Z .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vcXlBOyP6Z .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vcXlBOyP6Z .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vcXlBOyP6Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vcXlBOyP6Z .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vcXlBOyP6Z .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vcXlBOyP6Z .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-vcXlBOyP6Z .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-vcXlBOyP6Z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcXlBOyP6Z .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  border-radius: 4px !important;
}
.cid-vcXlBOyP6Z .nav-item:focus,
.cid-vcXlBOyP6Z .nav-link:focus {
  outline: none;
}
.cid-vcXlBOyP6Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcXlBOyP6Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcXlBOyP6Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcXlBOyP6Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcXlBOyP6Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcXlBOyP6Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcXlBOyP6Z .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vcXlBOyP6Z .navbar.opened {
  transition: all 0.3s;
}
.cid-vcXlBOyP6Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcXlBOyP6Z .navbar .navbar-logo img {
  width: auto;
}
.cid-vcXlBOyP6Z .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vcXlBOyP6Z .navbar.collapsed {
  justify-content: center;
}
.cid-vcXlBOyP6Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcXlBOyP6Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcXlBOyP6Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-vcXlBOyP6Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcXlBOyP6Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcXlBOyP6Z .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-vcXlBOyP6Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcXlBOyP6Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcXlBOyP6Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vcXlBOyP6Z .navbar {
    min-height: 72px;
  }
  .cid-vcXlBOyP6Z .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vcXlBOyP6Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcXlBOyP6Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcXlBOyP6Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcXlBOyP6Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcXlBOyP6Z .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-vcXlBOyP6Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcXlBOyP6Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vcXlBOyP6Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcXlBOyP6Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcXlBOyP6Z .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vcXlBOyP6Z .dropdown-item.active,
.cid-vcXlBOyP6Z .dropdown-item:active {
  background-color: transparent;
}
.cid-vcXlBOyP6Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcXlBOyP6Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcXlBOyP6Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcXlBOyP6Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vcXlBOyP6Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vcXlBOyP6Z .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vcXlBOyP6Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcXlBOyP6Z .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vcXlBOyP6Z .navbar-buttons {
    text-align: left;
  }
}
.cid-vcXlBOyP6Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcXlBOyP6Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vcXlBOyP6Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcXlBOyP6Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcXlBOyP6Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcXlBOyP6Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcXlBOyP6Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcXlBOyP6Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcXlBOyP6Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcXlBOyP6Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcXlBOyP6Z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcXlBOyP6Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcXlBOyP6Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vcXlBOyP6Z .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcXlBOyP6Z .navbar {
    height: 70px;
  }
  .cid-vcXlBOyP6Z .navbar.opened {
    height: auto;
  }
  .cid-vcXlBOyP6Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcXlBOyP6Z .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vcXlBOyP6Z .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vcXlBOyP6Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vcXlBOyP6Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vcXlBOyP6Z .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vcXlBOyP6Z .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vcXlBOyP6Z .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vcXlBOyP6Z .navbar-brand {
    margin-right: auto;
  }
  .cid-vcXlBOyP6Z .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vcXlBOyP6Z .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vcXlBOyP6Z .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vcXlBOyP6Z .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vcXlBOyP6Z .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vcXlBOyP6Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vcXlBOyP6Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vcXlBOyP6Z .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vcXlBOyP6Z .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vcXlBOyP6Z .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vcXlBOyP6Z .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vcXlBPdlDl {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcXlBPdlDl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcXlBPdlDl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcXlBPdlDl .items-wrapper {
  justify-content: flex-end;
}
.cid-vcXlBPdlDl .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcXlBPdlDl .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vcXlBPdlDl .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-vcXlBPdlDl .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-vcXlBPdlDl .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-vcXlBPdlDl .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-vcXlBPdlDl .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-vcXlBPdlDl .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-vcXlBPdlDl .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-vcXlBPdlDl .content-wrapper {
    padding-left: 0;
  }
}
.cid-vcXlBPdlDl .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-vcXlBPdlDl .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vcXlBPdlDl .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vcXlBPdlDl .mbr-desc {
  color: #ff6666;
}
.cid-vcXlBPdlDl .mbr-section-title {
  color: #272b2e;
}
.cid-vcXlBPdlDl .mbr-text,
.cid-vcXlBPdlDl .text-wrapper {
  color: #272b2e;
}
.cid-vcXlBPdlDl .mbr-section-title,
.cid-vcXlBPdlDl .mbr-section-btn {
  color: #ff6666;
}
.cid-vdjOHcJG6G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-vdjOHcJG6G .col-lg-2 {
    width: 20%;
  }
}
.cid-vdjOHcJG6G .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vdjOHcJG6G .item:hover img,
.cid-vdjOHcJG6G .item:hover .item-img {
  border-radius: 0;
}
.cid-vdjOHcJG6G img {
  border: 2px solid gray;
}
.cid-vdjOHcJG6G img:hover {
  border-color: #2299aa;
}
.cid-vdjOHcJG6G img,
.cid-vdjOHcJG6G .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vdjOHcJG6G h5 {
  margin: 0;
}
.cid-vdjOHcJG6G .item:focus,
.cid-vdjOHcJG6G span:focus {
  outline: none;
}
.cid-vdjOHcJG6G .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vdjOHcJG6G .item-content {
  padding-top: 1rem;
}
.cid-vdjOHcJG6G .mbr-section-title {
  color: #121212;
}
.cid-vdjOHcJG6G .item-title {
  color: #000000;
}
.cid-vdjOHcJG6G .item-subtitle {
  color: #666666;
}
.cid-vdjOHcJG6G .mbr-section-subtitle {
  color: #666666;
}
