.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.image-wrapper,
.btn-wrap,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Instrument Sans;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #bed2f5 !important;
}
.bg-success {
  background-color: #393193 !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #0046c7 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #bed2f5 !important;
  border-color: #bed2f5 !important;
  color: #18489c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #eaf1fc !important;
  border-color: #eaf1fc !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #18489c !important;
  background-color: #eaf1fc !important;
  border-color: #eaf1fc !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d9db4d !important;
  border-color: #d9db4d !important;
  color: #222207 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e2e477 !important;
  border-color: #e2e477 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #222207 !important;
  background-color: #e2e477 !important;
  border-color: #e2e477 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #393193 !important;
  border-color: #393193 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #483eb9 !important;
  border-color: #483eb9 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #483eb9 !important;
  border-color: #483eb9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0046c7 !important;
  border-color: #0046c7 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #0058fa !important;
  border-color: #0058fa !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0058fa !important;
  border-color: #0058fa !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #bed2f5;
  color: #bed2f5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #739ee9 !important;
  background-color: transparent !important;
  border-color: #739ee9 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #18489c !important;
  background-color: #bed2f5 !important;
  border-color: #bed2f5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #d9db4d;
  color: #d9db4d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #acae23 !important;
  background-color: transparent !important;
  border-color: #acae23 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #222207 !important;
  background-color: #d9db4d !important;
  border-color: #d9db4d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #393193;
  color: #393193;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #201b52 !important;
  background-color: transparent !important;
  border-color: #201b52 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #393193 !important;
  border-color: #393193 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #0046c7;
  color: #0046c7;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #002870 !important;
  background-color: transparent !important;
  border-color: #002870 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0046c7 !important;
  border-color: #0046c7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #bed2f5 !important;
}
.text-secondary {
  color: #d9db4d !important;
}
.text-success {
  color: #393193 !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #0046c7 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6695e7 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a0a121 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1b1846 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #002261 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !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;
}
.nav-tabs .nav-link.active {
  color: #bed2f5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #0046c7;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #bed2f5;
  border-color: #bed2f5;
  color: #1b52b2;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #bed2f5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #7b73d0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #4788ff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #bed2f5 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #bed2f5;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #bed2f5;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #bed2f5;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #bed2f5;
  border-bottom-color: #bed2f5;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #bed2f5 !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: #d9db4d !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='%23bed2f5' %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-tQnTqHRpKY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tQnTqHRpKY .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-tQnTqHRpKY .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-tQnTqHRpKY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tQnTqHRpKY .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-tQnTqHRpKY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tQnTqHRpKY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQnTqHRpKY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQnTqHRpKY .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tQnTqHRpKY .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tQnTqHRpKY .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tQnTqHRpKY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tQnTqHRpKY .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tQnTqHRpKY .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tQnTqHRpKY .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tQnTqHRpKY .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-tQnTqHRpKY .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tQnTqHRpKY .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tQnTqHRpKY .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tQnTqHRpKY .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tQnTqHRpKY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tQnTqHRpKY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tQnTqHRpKY .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.7) !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;
}
@media (max-width: 992px) {
  .cid-tQnTqHRpKY .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tQnTqHRpKY .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tQnTqHRpKY .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-tQnTqHRpKY .iconfont-wrapper {
  color: #0046c7 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQnTqHRpKY .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.7) !important;
  backdrop-filter: blur(10px);
}
.cid-tQnTqHRpKY .nav-item:focus,
.cid-tQnTqHRpKY .nav-link:focus {
  outline: none;
}
.cid-tQnTqHRpKY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQnTqHRpKY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQnTqHRpKY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQnTqHRpKY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQnTqHRpKY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQnTqHRpKY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQnTqHRpKY .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-tQnTqHRpKY .navbar.opened {
  transition: all 0.3s;
}
.cid-tQnTqHRpKY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQnTqHRpKY .navbar .navbar-logo img {
  width: auto;
}
.cid-tQnTqHRpKY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tQnTqHRpKY .navbar.collapsed {
  justify-content: center;
}
.cid-tQnTqHRpKY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQnTqHRpKY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQnTqHRpKY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-tQnTqHRpKY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQnTqHRpKY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQnTqHRpKY .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-tQnTqHRpKY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQnTqHRpKY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQnTqHRpKY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tQnTqHRpKY .navbar {
    min-height: 72px;
  }
  .cid-tQnTqHRpKY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tQnTqHRpKY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQnTqHRpKY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQnTqHRpKY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQnTqHRpKY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQnTqHRpKY .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-tQnTqHRpKY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQnTqHRpKY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tQnTqHRpKY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQnTqHRpKY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQnTqHRpKY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tQnTqHRpKY .dropdown-item.active,
.cid-tQnTqHRpKY .dropdown-item:active {
  background-color: transparent;
}
.cid-tQnTqHRpKY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQnTqHRpKY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQnTqHRpKY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQnTqHRpKY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tQnTqHRpKY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tQnTqHRpKY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tQnTqHRpKY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQnTqHRpKY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tQnTqHRpKY .navbar-buttons {
    text-align: left;
  }
}
.cid-tQnTqHRpKY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQnTqHRpKY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tQnTqHRpKY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQnTqHRpKY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQnTqHRpKY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQnTqHRpKY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQnTqHRpKY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQnTqHRpKY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQnTqHRpKY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQnTqHRpKY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQnTqHRpKY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tQnTqHRpKY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQnTqHRpKY .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-tQnTqHRpKY .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tQnTqHRpKY .navbar {
    height: 70px;
  }
  .cid-tQnTqHRpKY .navbar.opened {
    height: auto;
  }
  .cid-tQnTqHRpKY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tQnTqHRpKY .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-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tQnTqHRpKY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tQnTqHRpKY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tQnTqHRpKY .navbar-brand {
    margin-right: auto;
  }
  .cid-tQnTqHRpKY .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tQnTqHRpKY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tQnTqHRpKY .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tQnTqHRpKY .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-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tQnTqHRpKY .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-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tQnTqHRpKY .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-tQnTqHRpKY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tQnTqHRpKY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tQnTrtVsoh {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tQnTrtVsoh .margin-sm-top {
    margin-top: 4rem;
  }
}
.cid-tQnTrtVsoh .item-img {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tQnTrtVsoh .col-lg-9 {
    margin-bottom: 2rem;
  }
}
.cid-tQnTrtVsoh .item-round {
  background: #d9db4d;
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
  padding: 2rem;
}
@media (max-width: 1800px) {
  .cid-tQnTrtVsoh .item-round h5 {
    font-size: 2rem !important;
  }
  .cid-tQnTrtVsoh .item-round p {
    font-size: 1.5rem !important;
  }
}
.cid-tQnTrtVsoh p {
  line-height: 1.2;
}
.cid-tQnTrtVsoh .item-content2 {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: auto;
}
@media (max-width: 767px) {
  .cid-tQnTrtVsoh .item-content2 {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tQnTrtVsoh .link-icon-wrapper2 {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tQnTrtVsoh .link-icon-wrapper2 .icon-wrap2 {
  background: #0046c7;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tQnTrtVsoh .link-icon-wrapper2 .icon-wrap2 span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tQnTrtVsoh .link-icon-wrapper2 .svg3 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tQnTrtVsoh .link-icon-wrapper2 .svg3 path {
  fill: #ffffff;
}
.cid-tQnTrtVsoh .link-icon-wrapper2 .svg4 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tQnTrtVsoh .link-icon-wrapper2 .svg4 path {
  fill: #ffffff;
}
.cid-tQnTrtVsoh .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tQnTrtVsoh .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-tQnTrtVsoh .image-wrapper {
    min-height: 400px;
  }
}
.cid-tQnTrtVsoh .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tQnTrtVsoh .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tQnTrtVsoh .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-tQnTrtVsoh .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-tQnTrtVsoh .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tQnTrtVsoh .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-tQnTrtVsoh .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-tQnTrtVsoh .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tQnTrtVsoh .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-tQnTrtVsoh .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tQnTrtVsoh .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-tQnTrtVsoh .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tQnTrtVsoh img,
.cid-tQnTrtVsoh .item-img {
  width: 100%;
  height: 100%;
}
.cid-tQnTrtVsoh .item-title2 {
  color: #ffffff;
}
.cid-tQnTrtVsoh .mbr-text,
.cid-tQnTrtVsoh .item .mbr-section-btn {
  text-align: center;
}
.cid-tQnTrtVsoh .item2 {
  max-height: 300px;
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tQnTrtVsoh .item2 img {
  height: 300px;
}
.cid-tQnTrtVsoh .item2:hover {
  cursor: pointer;
}
.cid-tQnTrtVsoh .item2:hover .link-icon-wrapper2 span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tQnTrtVsoh .item-title3 {
  text-align: center;
}
.cid-uJoHGnVRis {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uJoHGnVRis .mbr-section-title {
  color: #000000;
}
.cid-uJoHGnVRis .mbr-section-subtitle {
  color: #000000;
}
.cid-uJoHGnVRis .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-uJoHGnVRis .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-uJoHGnVRis .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-uJoHGnVRis .mbr-section-title,
.cid-uJoHGnVRis .line {
  color: #000000;
}
.cid-tQnUL9E36g {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-tQnUL9E36g .item-img {
  position: relative;
}
.cid-tQnUL9E36g .item-img img {
  transition: all 0.2s;
}
.cid-tQnUL9E36g .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tQnUL9E36g .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-tQnUL9E36g .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tQnUL9E36g .item:hover img {
  transform: scale(1.05);
}
.cid-tQnUL9E36g .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tQnUL9E36g .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-tQnUL9E36g .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tQnUL9E36g .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tQnUL9E36g .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tQnUL9E36g .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tQnUL9E36g .link-icon-wrapper .icon-wrap {
  background: #d9db4d;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tQnUL9E36g .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tQnUL9E36g .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tQnUL9E36g .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tQnUL9E36g .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tQnUL9E36g .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tQnUL9E36g .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tQnUL9E36g .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tQnUL9E36g img,
.cid-tQnUL9E36g .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tQnUL9E36g .item:focus,
.cid-tQnUL9E36g span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tQnUL9E36g .item {
    margin-bottom: 1rem;
  }
}
.cid-tQnUL9E36g .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tQnUL9E36g .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tQnUL9E36g .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tQnUL9E36g .mbr-section-subtitle,
.cid-tQnUL9E36g .subtitle-wrap,
.cid-tQnUL9E36g .mbr-section-btn {
  text-align: left;
}
.cid-tQnUL9E36g .mbr-text,
.cid-tQnUL9E36g .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tQnVxSaP4U {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tQnVxSaP4U .item-img {
  position: relative;
}
.cid-tQnVxSaP4U .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tQnVxSaP4U .card-text {
    padding-left: 4rem;
  }
}
.cid-tQnVxSaP4U h5 {
  line-height: 1.2;
}
.cid-tQnVxSaP4U .card {
  margin-bottom: 2rem;
}
.cid-tQnVxSaP4U .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tQnVxSaP4U .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tQnVxSaP4U .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-tQnVxSaP4U .image-wrapper {
    min-height: 200px;
  }
}
.cid-tQnVxSaP4U .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tQnVxSaP4U .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tQnVxSaP4U .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tQnVxSaP4U .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tQnVxSaP4U .link-icon-wrapper .icon-wrap {
  background: #0046c7;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tQnVxSaP4U .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tQnVxSaP4U .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tQnVxSaP4U .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tQnVxSaP4U .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tQnVxSaP4U .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tQnVxSaP4U .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tQnVxSaP4U .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tQnVxSaP4U img,
.cid-tQnVxSaP4U .item-img {
  width: 100%;
}
.cid-tQnVxSaP4U .item:focus,
.cid-tQnVxSaP4U span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tQnVxSaP4U .item {
    margin-bottom: 1rem;
  }
}
.cid-tQnVxSaP4U .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tQnVxSaP4U .item-title {
  text-align: left;
  color: #000000;
}
.cid-tQnVxSaP4U .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tQnVxSaP4U .mbr-section-subtitle,
.cid-tQnVxSaP4U .subtitle-wrap,
.cid-tQnVxSaP4U .mbr-section-btn {
  text-align: left;
}
.cid-tQnVxSaP4U .mbr-text,
.cid-tQnVxSaP4U .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tQnVxSaP4U .mbr-text {
  color: #000000;
}
.cid-uMzb8grHsJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMzb8grHsJ img {
  width: 180px;
  margin: auto;
}
.cid-uMzb8grHsJ .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-uMzb8grHsJ .mbr-section-title {
  color: #000000;
}
.cid-uMzb8grHsJ .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #d9db4d;
}
.cid-uMzb8grHsJ .mbr-section-subtitle,
.cid-uMzb8grHsJ .subtitle-wrap,
.cid-uMzb8grHsJ .mbr-section-btn {
  text-align: center;
}
.cid-uJoR3VHsUS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uJoR3VHsUS .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uJoR3VHsUS .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-uMyyKJ0ELs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eaf1fc;
}
.cid-uMyyKJ0ELs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMyyKJ0ELs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMyyKJ0ELs .row {
  flex-direction: row-reverse;
}
.cid-uMywUtZJyz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uMywUtZJyz .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-uMywUtZJyz .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uMywUtZJyz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uMywUtZJyz .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-uMywUtZJyz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uMywUtZJyz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMywUtZJyz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMywUtZJyz .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uMywUtZJyz .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uMywUtZJyz .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uMywUtZJyz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uMywUtZJyz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uMywUtZJyz .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uMywUtZJyz .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uMywUtZJyz .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uMywUtZJyz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uMywUtZJyz .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uMywUtZJyz .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uMywUtZJyz .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uMywUtZJyz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uMywUtZJyz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uMywUtZJyz .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.7) !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;
}
@media (max-width: 992px) {
  .cid-uMywUtZJyz .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMywUtZJyz .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uMywUtZJyz .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uMywUtZJyz .iconfont-wrapper {
  color: #0046c7 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMywUtZJyz .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.7) !important;
  backdrop-filter: blur(10px);
}
.cid-uMywUtZJyz .nav-item:focus,
.cid-uMywUtZJyz .nav-link:focus {
  outline: none;
}
.cid-uMywUtZJyz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMywUtZJyz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMywUtZJyz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMywUtZJyz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMywUtZJyz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMywUtZJyz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMywUtZJyz .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-uMywUtZJyz .navbar.opened {
  transition: all 0.3s;
}
.cid-uMywUtZJyz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMywUtZJyz .navbar .navbar-logo img {
  width: auto;
}
.cid-uMywUtZJyz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uMywUtZJyz .navbar.collapsed {
  justify-content: center;
}
.cid-uMywUtZJyz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMywUtZJyz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMywUtZJyz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-uMywUtZJyz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMywUtZJyz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMywUtZJyz .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-uMywUtZJyz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMywUtZJyz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMywUtZJyz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMywUtZJyz .navbar {
    min-height: 72px;
  }
  .cid-uMywUtZJyz .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uMywUtZJyz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMywUtZJyz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMywUtZJyz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMywUtZJyz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMywUtZJyz .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-uMywUtZJyz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMywUtZJyz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uMywUtZJyz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMywUtZJyz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMywUtZJyz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uMywUtZJyz .dropdown-item.active,
.cid-uMywUtZJyz .dropdown-item:active {
  background-color: transparent;
}
.cid-uMywUtZJyz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMywUtZJyz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMywUtZJyz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMywUtZJyz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMywUtZJyz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uMywUtZJyz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uMywUtZJyz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMywUtZJyz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uMywUtZJyz .navbar-buttons {
    text-align: left;
  }
}
.cid-uMywUtZJyz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMywUtZJyz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMywUtZJyz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMywUtZJyz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMywUtZJyz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMywUtZJyz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMywUtZJyz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMywUtZJyz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMywUtZJyz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMywUtZJyz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMywUtZJyz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMywUtZJyz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMywUtZJyz .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-uMywUtZJyz .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMywUtZJyz .navbar {
    height: 70px;
  }
  .cid-uMywUtZJyz .navbar.opened {
    height: auto;
  }
  .cid-uMywUtZJyz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMywUtZJyz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uMywUtZJyz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uMywUtZJyz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uMywUtZJyz .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-uMywUtZJyz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uMywUtZJyz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uMywUtZJyz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uMywUtZJyz .navbar-brand {
    margin-right: auto;
  }
  .cid-uMywUtZJyz .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uMywUtZJyz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uMywUtZJyz .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uMywUtZJyz .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-uMywUtZJyz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uMywUtZJyz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uMywUtZJyz .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-uMywUtZJyz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uMywUtZJyz .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-uMywUtZJyz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uMywUtZJyz .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uMzyJm2poq {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uMzyJm2poq h2,
.cid-uMzyJm2poq h3,
.cid-uMzyJm2poq h4,
.cid-uMzyJm2poq h5 {
  margin: 0;
}
.cid-uMzyJm2poq .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-uMzyJm2poq .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-uMzyJm2poq .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-uMzyJm2poq .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-uMzyJm2poq .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uMzyJm2poq .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-uMzyJm2poq .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-uMzyJm2poq .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-uMzyJm2poq .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-uMzyJm2poq .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uMzyJm2poq .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-uMzyJm2poq .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-uMzyJm2poq .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uMzyJm2poq .card:hover {
  cursor: pointer;
}
.cid-uMzyJm2poq .card:hover .image-wrap::before {
  opacity: 0.7;
}
.cid-uMzyJm2poq .mbr-card-title {
  color: #000000;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-uMzyJm2poq .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-uMzyJm2poq .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-uPvJklUBB9 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPvJklUBB9 h2,
.cid-uPvJklUBB9 h3,
.cid-uPvJklUBB9 h4,
.cid-uPvJklUBB9 h5 {
  margin: 0;
}
.cid-uPvJklUBB9 .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-uPvJklUBB9 .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-uPvJklUBB9 .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-uPvJklUBB9 .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-uPvJklUBB9 .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uPvJklUBB9 .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-uPvJklUBB9 .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-uPvJklUBB9 .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-uPvJklUBB9 .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-uPvJklUBB9 .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uPvJklUBB9 .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-uPvJklUBB9 .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-uPvJklUBB9 .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uPvJklUBB9 .card:hover {
  cursor: pointer;
}
.cid-uPvJklUBB9 .card:hover .image-wrap::before {
  opacity: 0.7;
}
.cid-uPvJklUBB9 .mbr-card-title {
  color: #000000;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-uPvJklUBB9 .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-uPvJklUBB9 .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-uMyxD1b4ud {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uMyxD1b4ud .item:focus,
.cid-uMyxD1b4ud span:focus {
  outline: none;
}
.cid-uMyxD1b4ud .item {
  cursor: pointer;
}
.cid-uMyxD1b4ud .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uMyxD1b4ud .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uMyxD1b4ud .grid-container-1,
.cid-uMyxD1b4ud .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uMyxD1b4ud .grid-container-1,
  .cid-uMyxD1b4ud .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uMyxD1b4ud .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMyxD1b4ud .content-head {
  max-width: 800px;
}
.cid-uMyxD1b4ud .container,
.cid-uMyxD1b4ud .container-fluid {
  overflow: hidden;
}
.cid-uMyxD1b4ud .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uMyxD1b4ud .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMyxD1b4ud .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uMyxD1b4ud .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uMyxD1b4ud .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uMyxD1b4ud .grid-container-1,
.cid-uMyxD1b4ud .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uMyxD1b4ud .grid-container-1 {
  align-items: flex-end;
}
.cid-uMyxD1b4ud .grid-container-2 {
  align-items: flex-start;
}
.cid-uMywUvSlYm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uMywUvSlYm .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uMywUvSlYm .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-uMyzXenyAV {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uMyzXenyAV .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-uMyzXenyAV .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uMyzXenyAV .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uMyzXenyAV .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-uMyzXenyAV .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uMyzXenyAV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMyzXenyAV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMyzXenyAV .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uMyzXenyAV .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uMyzXenyAV .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uMyzXenyAV .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uMyzXenyAV .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uMyzXenyAV .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uMyzXenyAV .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uMyzXenyAV .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uMyzXenyAV .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uMyzXenyAV .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uMyzXenyAV .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uMyzXenyAV .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uMyzXenyAV .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uMyzXenyAV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uMyzXenyAV .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.7) !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;
}
@media (max-width: 992px) {
  .cid-uMyzXenyAV .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMyzXenyAV .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uMyzXenyAV .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uMyzXenyAV .iconfont-wrapper {
  color: #0046c7 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMyzXenyAV .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.7) !important;
  backdrop-filter: blur(10px);
}
.cid-uMyzXenyAV .nav-item:focus,
.cid-uMyzXenyAV .nav-link:focus {
  outline: none;
}
.cid-uMyzXenyAV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMyzXenyAV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMyzXenyAV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMyzXenyAV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMyzXenyAV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMyzXenyAV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMyzXenyAV .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-uMyzXenyAV .navbar.opened {
  transition: all 0.3s;
}
.cid-uMyzXenyAV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMyzXenyAV .navbar .navbar-logo img {
  width: auto;
}
.cid-uMyzXenyAV .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uMyzXenyAV .navbar.collapsed {
  justify-content: center;
}
.cid-uMyzXenyAV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMyzXenyAV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMyzXenyAV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-uMyzXenyAV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMyzXenyAV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMyzXenyAV .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-uMyzXenyAV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMyzXenyAV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMyzXenyAV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMyzXenyAV .navbar {
    min-height: 72px;
  }
  .cid-uMyzXenyAV .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uMyzXenyAV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMyzXenyAV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMyzXenyAV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMyzXenyAV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMyzXenyAV .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-uMyzXenyAV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMyzXenyAV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uMyzXenyAV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMyzXenyAV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMyzXenyAV .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uMyzXenyAV .dropdown-item.active,
.cid-uMyzXenyAV .dropdown-item:active {
  background-color: transparent;
}
.cid-uMyzXenyAV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMyzXenyAV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMyzXenyAV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMyzXenyAV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMyzXenyAV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uMyzXenyAV .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uMyzXenyAV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMyzXenyAV .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uMyzXenyAV .navbar-buttons {
    text-align: left;
  }
}
.cid-uMyzXenyAV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMyzXenyAV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMyzXenyAV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMyzXenyAV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMyzXenyAV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMyzXenyAV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMyzXenyAV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMyzXenyAV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMyzXenyAV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMyzXenyAV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMyzXenyAV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMyzXenyAV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMyzXenyAV .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-uMyzXenyAV .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMyzXenyAV .navbar {
    height: 70px;
  }
  .cid-uMyzXenyAV .navbar.opened {
    height: auto;
  }
  .cid-uMyzXenyAV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMyzXenyAV .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uMyzXenyAV .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uMyzXenyAV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uMyzXenyAV .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-uMyzXenyAV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uMyzXenyAV .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uMyzXenyAV .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uMyzXenyAV .navbar-brand {
    margin-right: auto;
  }
  .cid-uMyzXenyAV .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uMyzXenyAV .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uMyzXenyAV .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uMyzXenyAV .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-uMyzXenyAV .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uMyzXenyAV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uMyzXenyAV .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-uMyzXenyAV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uMyzXenyAV .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-uMyzXenyAV .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uMyzXenyAV .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uMyzXeEHx0 {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMyzXeEHx0 .item-img {
  position: relative;
}
.cid-uMyzXeEHx0 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uMyzXeEHx0 .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uMyzXeEHx0 .image-wrapper {
    min-height: 400px;
  }
}
.cid-uMyzXeEHx0 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uMyzXeEHx0 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uMyzXeEHx0 .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uMyzXeEHx0 .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uMyzXeEHx0 .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-uMyzXeEHx0 .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uMyzXeEHx0 .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uMyzXeEHx0 .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uMyzXeEHx0 .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uMyzXeEHx0 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uMyzXeEHx0 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uMyzXeEHx0 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uMyzXeEHx0 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uMyzXeEHx0 img,
.cid-uMyzXeEHx0 .item-img {
  width: 100%;
}
.cid-uMyzXePtcI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMyzXePtcI .item-img {
  position: relative;
}
.cid-uMyzXePtcI .item-img img {
  transition: all 0.2s;
}
.cid-uMyzXePtcI h5 {
  line-height: 1.2;
}
.cid-uMyzXePtcI .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uMyzXePtcI .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uMyzXePtcI .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uMyzXePtcI .item:hover img {
  transform: scale(1.05);
}
.cid-uMyzXePtcI .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #bed2f5;
}
@media (max-width: 992px) {
  .cid-uMyzXePtcI .subtitle-wrap,
  .cid-uMyzXePtcI .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uMyzXePtcI .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uMyzXePtcI .item-wrapper {
  position: relative;
  background: #eaf1fc;
  border: 3px solid #eaf1fc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uMyzXePtcI .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uMyzXePtcI .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uMyzXePtcI .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #eaf1fc;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uMyzXePtcI .link-icon-wrapper .icon-wrap {
  background: #bcef9b;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uMyzXePtcI .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uMyzXePtcI .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uMyzXePtcI .link-icon-wrapper .svg1 path {
  fill: #eaf1fc;
}
.cid-uMyzXePtcI .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uMyzXePtcI .link-icon-wrapper .svg2 path {
  fill: #eaf1fc;
}
.cid-uMyzXePtcI .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uMyzXePtcI .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uMyzXePtcI img,
.cid-uMyzXePtcI .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uMyzXePtcI .item:focus,
.cid-uMyzXePtcI span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uMyzXePtcI .item {
    margin-bottom: 1rem;
  }
}
.cid-uMyzXePtcI .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uMyzXePtcI .item-title {
  text-align: left;
  color: #000000;
}
.cid-uMyzXePtcI .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uMyzXePtcI .mbr-text,
.cid-uMyzXePtcI .item .mbr-section-btn {
  color: #000000;
}
.cid-uMyzXePtcI .mbr-section-subtitle,
.cid-uMyzXePtcI .subtitle-wrap,
.cid-uMyzXePtcI .mbr-section-btn {
  text-align: left;
}
.cid-uMyJ7Sji6E {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uMyJ7Sji6E .mbr-section-title {
  color: #000000;
}
.cid-uMyJ7Sji6E .mbr-section-subtitle {
  color: #000000;
}
.cid-uMyJ7Sji6E .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-uMyJ7Sji6E .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-uMyJ7Sji6E .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-uMyJ7Sji6E .mbr-section-title,
.cid-uMyJ7Sji6E .line {
  color: #000000;
}
.cid-uMyzXfigUo {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMyzXfigUo .item-img {
  position: relative;
}
.cid-uMyzXfigUo .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uMyzXfigUo .card-text {
    padding-left: 4rem;
  }
}
.cid-uMyzXfigUo h5 {
  line-height: 1.2;
}
.cid-uMyzXfigUo .card {
  margin-bottom: 2rem;
}
.cid-uMyzXfigUo .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uMyzXfigUo .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uMyzXfigUo .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #bcef9b;
}
@media (max-width: 992px) {
  .cid-uMyzXfigUo .image-wrapper {
    min-height: 200px;
  }
}
.cid-uMyzXfigUo .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uMyzXfigUo .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uMyzXfigUo .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uMyzXfigUo .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uMyzXfigUo .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uMyzXfigUo .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uMyzXfigUo .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uMyzXfigUo .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uMyzXfigUo .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uMyzXfigUo .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uMyzXfigUo .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uMyzXfigUo .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uMyzXfigUo img,
.cid-uMyzXfigUo .item-img {
  width: 100%;
}
.cid-uMyzXfigUo .item:focus,
.cid-uMyzXfigUo span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uMyzXfigUo .item {
    margin-bottom: 1rem;
  }
}
.cid-uMyzXfigUo .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uMyzXfigUo .item-title {
  text-align: left;
  color: #000000;
}
.cid-uMyzXfigUo .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uMyzXfigUo .mbr-section-subtitle,
.cid-uMyzXfigUo .subtitle-wrap,
.cid-uMyzXfigUo .mbr-section-btn {
  text-align: left;
}
.cid-uMyzXfigUo .mbr-text,
.cid-uMyzXfigUo .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uMyzXfigUo .mbr-text {
  color: #000000;
}
.cid-uMyzXfvoS1 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMyzXfvoS1 .item-img {
  position: relative;
}
.cid-uMyzXfvoS1 .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uMyzXfvoS1 .card-text {
    padding-left: 4rem;
  }
}
.cid-uMyzXfvoS1 h5 {
  line-height: 1.2;
}
.cid-uMyzXfvoS1 .card {
  margin-bottom: 2rem;
}
.cid-uMyzXfvoS1 .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uMyzXfvoS1 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uMyzXfvoS1 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #9c98cf;
}
@media (max-width: 992px) {
  .cid-uMyzXfvoS1 .image-wrapper {
    min-height: 200px;
  }
}
.cid-uMyzXfvoS1 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uMyzXfvoS1 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uMyzXfvoS1 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uMyzXfvoS1 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uMyzXfvoS1 .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uMyzXfvoS1 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uMyzXfvoS1 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uMyzXfvoS1 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uMyzXfvoS1 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uMyzXfvoS1 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uMyzXfvoS1 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uMyzXfvoS1 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uMyzXfvoS1 img,
.cid-uMyzXfvoS1 .item-img {
  width: 100%;
}
.cid-uMyzXfvoS1 .item:focus,
.cid-uMyzXfvoS1 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uMyzXfvoS1 .item {
    margin-bottom: 1rem;
  }
}
.cid-uMyzXfvoS1 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uMyzXfvoS1 .item-title {
  text-align: left;
  color: #000000;
}
.cid-uMyzXfvoS1 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uMyzXfvoS1 .mbr-section-subtitle,
.cid-uMyzXfvoS1 .subtitle-wrap,
.cid-uMyzXfvoS1 .mbr-section-btn {
  text-align: left;
}
.cid-uMyzXfvoS1 .mbr-text,
.cid-uMyzXfvoS1 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uMyzXfvoS1 .mbr-text {
  color: #000000;
}
.cid-uMyzXfIc1Q {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMyzXfIc1Q .item-img {
  position: relative;
}
.cid-uMyzXfIc1Q .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uMyzXfIc1Q .card-text {
    padding-left: 4rem;
  }
}
.cid-uMyzXfIc1Q h5 {
  line-height: 1.2;
}
.cid-uMyzXfIc1Q .card {
  margin-bottom: 2rem;
}
.cid-uMyzXfIc1Q .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uMyzXfIc1Q .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uMyzXfIc1Q .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-uMyzXfIc1Q .image-wrapper {
    min-height: 200px;
  }
}
.cid-uMyzXfIc1Q .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uMyzXfIc1Q .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uMyzXfIc1Q .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uMyzXfIc1Q .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uMyzXfIc1Q .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uMyzXfIc1Q .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uMyzXfIc1Q .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uMyzXfIc1Q .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uMyzXfIc1Q .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uMyzXfIc1Q .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uMyzXfIc1Q .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uMyzXfIc1Q .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uMyzXfIc1Q img,
.cid-uMyzXfIc1Q .item-img {
  width: 100%;
}
.cid-uMyzXfIc1Q .item:focus,
.cid-uMyzXfIc1Q span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uMyzXfIc1Q .item {
    margin-bottom: 1rem;
  }
}
.cid-uMyzXfIc1Q .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uMyzXfIc1Q .item-title {
  text-align: left;
  color: #000000;
}
.cid-uMyzXfIc1Q .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uMyzXfIc1Q .mbr-section-subtitle,
.cid-uMyzXfIc1Q .subtitle-wrap,
.cid-uMyzXfIc1Q .mbr-section-btn {
  text-align: left;
}
.cid-uMyzXfIc1Q .mbr-text,
.cid-uMyzXfIc1Q .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uMyzXfIc1Q .mbr-text {
  color: #000000;
}
.cid-uMyzXfYxVC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMyzXfYxVC img {
  width: 180px;
  margin: auto;
}
.cid-uMyzXfYxVC .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-uMyzXfYxVC .mbr-section-title {
  color: #000000;
}
.cid-uMyzXfYxVC .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #d9db4d;
}
.cid-uMyzXfYxVC .mbr-section-subtitle,
.cid-uMyzXfYxVC .subtitle-wrap,
.cid-uMyzXfYxVC .mbr-section-btn {
  text-align: center;
}
.cid-uMyzXgesjP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uMyzXgesjP .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uMyzXgesjP .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-uMe34nbmqb {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uMe34nbmqb .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-uMe34nbmqb .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uMe34nbmqb .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uMe34nbmqb .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-uMe34nbmqb .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uMe34nbmqb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMe34nbmqb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMe34nbmqb .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uMe34nbmqb .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uMe34nbmqb .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uMe34nbmqb .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uMe34nbmqb .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uMe34nbmqb .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uMe34nbmqb .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uMe34nbmqb .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uMe34nbmqb .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uMe34nbmqb .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uMe34nbmqb .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uMe34nbmqb .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uMe34nbmqb .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uMe34nbmqb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uMe34nbmqb .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.7) !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;
}
@media (max-width: 992px) {
  .cid-uMe34nbmqb .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMe34nbmqb .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uMe34nbmqb .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uMe34nbmqb .iconfont-wrapper {
  color: #0046c7 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMe34nbmqb .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.7) !important;
  backdrop-filter: blur(10px);
}
.cid-uMe34nbmqb .nav-item:focus,
.cid-uMe34nbmqb .nav-link:focus {
  outline: none;
}
.cid-uMe34nbmqb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMe34nbmqb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMe34nbmqb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMe34nbmqb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMe34nbmqb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMe34nbmqb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMe34nbmqb .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-uMe34nbmqb .navbar.opened {
  transition: all 0.3s;
}
.cid-uMe34nbmqb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMe34nbmqb .navbar .navbar-logo img {
  width: auto;
}
.cid-uMe34nbmqb .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uMe34nbmqb .navbar.collapsed {
  justify-content: center;
}
.cid-uMe34nbmqb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMe34nbmqb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMe34nbmqb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-uMe34nbmqb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMe34nbmqb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMe34nbmqb .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-uMe34nbmqb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMe34nbmqb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMe34nbmqb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMe34nbmqb .navbar {
    min-height: 72px;
  }
  .cid-uMe34nbmqb .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uMe34nbmqb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMe34nbmqb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMe34nbmqb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMe34nbmqb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMe34nbmqb .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-uMe34nbmqb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMe34nbmqb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uMe34nbmqb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMe34nbmqb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMe34nbmqb .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uMe34nbmqb .dropdown-item.active,
.cid-uMe34nbmqb .dropdown-item:active {
  background-color: transparent;
}
.cid-uMe34nbmqb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMe34nbmqb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMe34nbmqb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMe34nbmqb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMe34nbmqb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uMe34nbmqb .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uMe34nbmqb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMe34nbmqb .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uMe34nbmqb .navbar-buttons {
    text-align: left;
  }
}
.cid-uMe34nbmqb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMe34nbmqb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMe34nbmqb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMe34nbmqb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMe34nbmqb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMe34nbmqb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMe34nbmqb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMe34nbmqb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMe34nbmqb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMe34nbmqb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMe34nbmqb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMe34nbmqb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMe34nbmqb .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-uMe34nbmqb .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMe34nbmqb .navbar {
    height: 70px;
  }
  .cid-uMe34nbmqb .navbar.opened {
    height: auto;
  }
  .cid-uMe34nbmqb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMe34nbmqb .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uMe34nbmqb .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uMe34nbmqb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uMe34nbmqb .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-uMe34nbmqb .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uMe34nbmqb .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uMe34nbmqb .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uMe34nbmqb .navbar-brand {
    margin-right: auto;
  }
  .cid-uMe34nbmqb .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uMe34nbmqb .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uMe34nbmqb .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uMe34nbmqb .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-uMe34nbmqb .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uMe34nbmqb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uMe34nbmqb .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-uMe34nbmqb .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uMe34nbmqb .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-uMe34nbmqb .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uMe34nbmqb .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uMytC5uKmZ {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMytC5uKmZ .item-img {
  position: relative;
}
.cid-uMytC5uKmZ .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uMytC5uKmZ .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uMytC5uKmZ .image-wrapper {
    min-height: 400px;
  }
}
.cid-uMytC5uKmZ .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uMytC5uKmZ .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uMytC5uKmZ .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uMytC5uKmZ .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uMytC5uKmZ .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-uMytC5uKmZ .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uMytC5uKmZ .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uMytC5uKmZ .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uMytC5uKmZ .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uMytC5uKmZ .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uMytC5uKmZ .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uMytC5uKmZ .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uMytC5uKmZ .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uMytC5uKmZ img,
.cid-uMytC5uKmZ .item-img {
  width: 100%;
}
.cid-uMz38iCBkJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMz38iCBkJ .item-img {
  position: relative;
}
.cid-uMz38iCBkJ .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uMz38iCBkJ .card-text {
    padding-left: 4rem;
  }
}
.cid-uMz38iCBkJ h5 {
  line-height: 1.2;
}
.cid-uMz38iCBkJ .card {
  margin-bottom: 2rem;
}
.cid-uMz38iCBkJ .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uMz38iCBkJ .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uMz38iCBkJ .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-uMz38iCBkJ .image-wrapper {
    min-height: 200px;
  }
}
.cid-uMz38iCBkJ .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uMz38iCBkJ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uMz38iCBkJ .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uMz38iCBkJ .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uMz38iCBkJ .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uMz38iCBkJ .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uMz38iCBkJ .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uMz38iCBkJ .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uMz38iCBkJ .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uMz38iCBkJ .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uMz38iCBkJ .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uMz38iCBkJ .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uMz38iCBkJ img,
.cid-uMz38iCBkJ .item-img {
  width: 100%;
}
.cid-uMz38iCBkJ .item:focus,
.cid-uMz38iCBkJ span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uMz38iCBkJ .item {
    margin-bottom: 1rem;
  }
}
.cid-uMz38iCBkJ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uMz38iCBkJ .item-title {
  text-align: left;
  color: #000000;
}
.cid-uMz38iCBkJ .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uMz38iCBkJ .mbr-section-subtitle,
.cid-uMz38iCBkJ .subtitle-wrap,
.cid-uMz38iCBkJ .mbr-section-btn {
  text-align: left;
}
.cid-uMz38iCBkJ .mbr-text,
.cid-uMz38iCBkJ .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uMz38iCBkJ .mbr-text {
  color: #000000;
}
.cid-uMz33Offe9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMz33Offe9 img {
  width: 180px;
  margin: auto;
}
.cid-uMz33Offe9 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-uMz33Offe9 .mbr-section-title {
  color: #000000;
}
.cid-uMz33Offe9 .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #d9db4d;
}
.cid-uMz33Offe9 .mbr-section-subtitle,
.cid-uMz33Offe9 .subtitle-wrap,
.cid-uMz33Offe9 .mbr-section-btn {
  text-align: center;
}
.cid-uMe34phHCQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uMe34phHCQ .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uMe34phHCQ .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-uMz4SraKYm {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uMz4SraKYm .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-uMz4SraKYm .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uMz4SraKYm .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uMz4SraKYm .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-uMz4SraKYm .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uMz4SraKYm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMz4SraKYm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMz4SraKYm .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uMz4SraKYm .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uMz4SraKYm .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uMz4SraKYm .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uMz4SraKYm .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uMz4SraKYm .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uMz4SraKYm .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uMz4SraKYm .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uMz4SraKYm .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uMz4SraKYm .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uMz4SraKYm .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uMz4SraKYm .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uMz4SraKYm .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uMz4SraKYm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uMz4SraKYm .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.7) !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;
}
@media (max-width: 992px) {
  .cid-uMz4SraKYm .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMz4SraKYm .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uMz4SraKYm .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uMz4SraKYm .iconfont-wrapper {
  color: #0046c7 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMz4SraKYm .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.7) !important;
  backdrop-filter: blur(10px);
}
.cid-uMz4SraKYm .nav-item:focus,
.cid-uMz4SraKYm .nav-link:focus {
  outline: none;
}
.cid-uMz4SraKYm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMz4SraKYm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMz4SraKYm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMz4SraKYm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMz4SraKYm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMz4SraKYm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMz4SraKYm .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-uMz4SraKYm .navbar.opened {
  transition: all 0.3s;
}
.cid-uMz4SraKYm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMz4SraKYm .navbar .navbar-logo img {
  width: auto;
}
.cid-uMz4SraKYm .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uMz4SraKYm .navbar.collapsed {
  justify-content: center;
}
.cid-uMz4SraKYm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMz4SraKYm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMz4SraKYm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-uMz4SraKYm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMz4SraKYm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMz4SraKYm .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-uMz4SraKYm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMz4SraKYm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMz4SraKYm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMz4SraKYm .navbar {
    min-height: 72px;
  }
  .cid-uMz4SraKYm .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uMz4SraKYm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMz4SraKYm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMz4SraKYm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMz4SraKYm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMz4SraKYm .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-uMz4SraKYm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMz4SraKYm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uMz4SraKYm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMz4SraKYm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMz4SraKYm .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uMz4SraKYm .dropdown-item.active,
.cid-uMz4SraKYm .dropdown-item:active {
  background-color: transparent;
}
.cid-uMz4SraKYm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMz4SraKYm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMz4SraKYm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMz4SraKYm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMz4SraKYm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uMz4SraKYm .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uMz4SraKYm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMz4SraKYm .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uMz4SraKYm .navbar-buttons {
    text-align: left;
  }
}
.cid-uMz4SraKYm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMz4SraKYm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMz4SraKYm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMz4SraKYm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMz4SraKYm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMz4SraKYm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMz4SraKYm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMz4SraKYm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMz4SraKYm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMz4SraKYm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMz4SraKYm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uMz4SraKYm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMz4SraKYm .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-uMz4SraKYm .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMz4SraKYm .navbar {
    height: 70px;
  }
  .cid-uMz4SraKYm .navbar.opened {
    height: auto;
  }
  .cid-uMz4SraKYm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMz4SraKYm .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uMz4SraKYm .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uMz4SraKYm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uMz4SraKYm .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-uMz4SraKYm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uMz4SraKYm .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uMz4SraKYm .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uMz4SraKYm .navbar-brand {
    margin-right: auto;
  }
  .cid-uMz4SraKYm .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uMz4SraKYm .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uMz4SraKYm .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uMz4SraKYm .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-uMz4SraKYm .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uMz4SraKYm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uMz4SraKYm .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-uMz4SraKYm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uMz4SraKYm .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-uMz4SraKYm .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uMz4SraKYm .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uMz4SrB1s7 {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMz4SrB1s7 .item-img {
  position: relative;
}
.cid-uMz4SrB1s7 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uMz4SrB1s7 .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uMz4SrB1s7 .image-wrapper {
    min-height: 400px;
  }
}
.cid-uMz4SrB1s7 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uMz4SrB1s7 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uMz4SrB1s7 .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uMz4SrB1s7 .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uMz4SrB1s7 .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-uMz4SrB1s7 .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uMz4SrB1s7 .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uMz4SrB1s7 .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uMz4SrB1s7 .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uMz4SrB1s7 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uMz4SrB1s7 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uMz4SrB1s7 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uMz4SrB1s7 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uMz4SrB1s7 img,
.cid-uMz4SrB1s7 .item-img {
  width: 100%;
}
.cid-uMz4SrR0SY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMz4SrR0SY .item-img {
  position: relative;
}
.cid-uMz4SrR0SY .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uMz4SrR0SY .card-text {
    padding-left: 4rem;
  }
}
.cid-uMz4SrR0SY h5 {
  line-height: 1.2;
}
.cid-uMz4SrR0SY .card {
  margin-bottom: 2rem;
}
.cid-uMz4SrR0SY .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uMz4SrR0SY .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uMz4SrR0SY .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-uMz4SrR0SY .image-wrapper {
    min-height: 200px;
  }
}
.cid-uMz4SrR0SY .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uMz4SrR0SY .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uMz4SrR0SY .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uMz4SrR0SY .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uMz4SrR0SY .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uMz4SrR0SY .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uMz4SrR0SY .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uMz4SrR0SY .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uMz4SrR0SY .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uMz4SrR0SY .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uMz4SrR0SY .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uMz4SrR0SY .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uMz4SrR0SY img,
.cid-uMz4SrR0SY .item-img {
  width: 100%;
}
.cid-uMz4SrR0SY .item:focus,
.cid-uMz4SrR0SY span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uMz4SrR0SY .item {
    margin-bottom: 1rem;
  }
}
.cid-uMz4SrR0SY .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uMz4SrR0SY .item-title {
  text-align: left;
  color: #000000;
}
.cid-uMz4SrR0SY .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uMz4SrR0SY .mbr-section-subtitle,
.cid-uMz4SrR0SY .subtitle-wrap,
.cid-uMz4SrR0SY .mbr-section-btn {
  text-align: left;
}
.cid-uMz4SrR0SY .mbr-text,
.cid-uMz4SrR0SY .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uMz4SrR0SY .mbr-text {
  color: #000000;
}
.cid-uMz4SsbYO8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMz4SsbYO8 img {
  width: 180px;
  margin: auto;
}
.cid-uMz4SsbYO8 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-uMz4SsbYO8 .mbr-section-title {
  color: #000000;
}
.cid-uMz4SsbYO8 .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #d9db4d;
}
.cid-uMz4SsbYO8 .mbr-section-subtitle,
.cid-uMz4SsbYO8 .subtitle-wrap,
.cid-uMz4SsbYO8 .mbr-section-btn {
  text-align: center;
}
.cid-uMz4SsuDes {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uMz4SsuDes .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uMz4SsuDes .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-uJoPcb6qhG {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJoPcb6qhG .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-uJoPcb6qhG .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uJoPcb6qhG .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJoPcb6qhG .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-uJoPcb6qhG .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJoPcb6qhG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJoPcb6qhG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJoPcb6qhG .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uJoPcb6qhG .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uJoPcb6qhG .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uJoPcb6qhG .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJoPcb6qhG .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJoPcb6qhG .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uJoPcb6qhG .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uJoPcb6qhG .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uJoPcb6qhG .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJoPcb6qhG .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJoPcb6qhG .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJoPcb6qhG .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uJoPcb6qhG .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJoPcb6qhG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uJoPcb6qhG .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.7) !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;
}
@media (max-width: 992px) {
  .cid-uJoPcb6qhG .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJoPcb6qhG .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uJoPcb6qhG .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uJoPcb6qhG .iconfont-wrapper {
  color: #0046c7 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJoPcb6qhG .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.7) !important;
  backdrop-filter: blur(10px);
}
.cid-uJoPcb6qhG .nav-item:focus,
.cid-uJoPcb6qhG .nav-link:focus {
  outline: none;
}
.cid-uJoPcb6qhG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJoPcb6qhG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJoPcb6qhG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJoPcb6qhG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJoPcb6qhG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJoPcb6qhG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJoPcb6qhG .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-uJoPcb6qhG .navbar.opened {
  transition: all 0.3s;
}
.cid-uJoPcb6qhG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJoPcb6qhG .navbar .navbar-logo img {
  width: auto;
}
.cid-uJoPcb6qhG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJoPcb6qhG .navbar.collapsed {
  justify-content: center;
}
.cid-uJoPcb6qhG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJoPcb6qhG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJoPcb6qhG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-uJoPcb6qhG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJoPcb6qhG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJoPcb6qhG .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-uJoPcb6qhG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJoPcb6qhG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJoPcb6qhG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJoPcb6qhG .navbar {
    min-height: 72px;
  }
  .cid-uJoPcb6qhG .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJoPcb6qhG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJoPcb6qhG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJoPcb6qhG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJoPcb6qhG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJoPcb6qhG .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-uJoPcb6qhG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJoPcb6qhG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJoPcb6qhG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJoPcb6qhG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJoPcb6qhG .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJoPcb6qhG .dropdown-item.active,
.cid-uJoPcb6qhG .dropdown-item:active {
  background-color: transparent;
}
.cid-uJoPcb6qhG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJoPcb6qhG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJoPcb6qhG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJoPcb6qhG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJoPcb6qhG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJoPcb6qhG .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJoPcb6qhG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJoPcb6qhG .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJoPcb6qhG .navbar-buttons {
    text-align: left;
  }
}
.cid-uJoPcb6qhG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJoPcb6qhG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJoPcb6qhG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJoPcb6qhG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJoPcb6qhG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJoPcb6qhG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJoPcb6qhG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJoPcb6qhG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJoPcb6qhG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJoPcb6qhG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJoPcb6qhG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJoPcb6qhG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJoPcb6qhG .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-uJoPcb6qhG .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJoPcb6qhG .navbar {
    height: 70px;
  }
  .cid-uJoPcb6qhG .navbar.opened {
    height: auto;
  }
  .cid-uJoPcb6qhG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJoPcb6qhG .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uJoPcb6qhG .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJoPcb6qhG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJoPcb6qhG .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-uJoPcb6qhG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJoPcb6qhG .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJoPcb6qhG .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJoPcb6qhG .navbar-brand {
    margin-right: auto;
  }
  .cid-uJoPcb6qhG .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.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uJoPcb6qhG .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJoPcb6qhG .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJoPcb6qhG .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-uJoPcb6qhG .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJoPcb6qhG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJoPcb6qhG .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-uJoPcb6qhG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJoPcb6qhG .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-uJoPcb6qhG .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJoPcb6qhG .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uJoPtEmu8P {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJoPtEmu8P .item-img {
  position: relative;
}
.cid-uJoPtEmu8P .button1 {
  background: #0046c7;
}
.cid-uJoPtEmu8P .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uJoPtEmu8P .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-uJoPtEmu8P .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-uJoPtEmu8P .button2 {
    margin-top: 1rem;
  }
}
.cid-uJoPtEmu8P .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-uJoPtEmu8P .title {
    top: 25%;
  }
}
.cid-uJoPtEmu8P .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJoPtEmu8P .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uJoPtEmu8P .image-wrapper {
    min-height: 400px;
  }
}
.cid-uJoPtEmu8P .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uJoPtEmu8P .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uJoPtEmu8P .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uJoPtEmu8P .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uJoPtEmu8P .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-uJoPtEmu8P .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-uJoPtEmu8P .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uJoPtEmu8P .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uJoPtEmu8P .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uJoPtEmu8P .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uJoPtEmu8P .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uJoPtEmu8P .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uJoPtEmu8P .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uJoPtEmu8P .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uJoPtEmu8P .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uJoPtEmu8P img,
.cid-uJoPtEmu8P .item-img {
  width: 100%;
}
.cid-uJoPtEmu8P .item-title2,
.cid-uJoPtEmu8P .icon2 {
  color: #2a2c2d;
}
.cid-uJoPtEmu8P .item-title1,
.cid-uJoPtEmu8P .icon1 {
  color: #ffffff;
}
.cid-uJoPtEmu8P .main-title {
  color: #edefeb;
  text-align: center;
}
.cid-uJoPtEmu8P .main-title DIV {
  text-align: center;
}
.cid-uJoPcbH7C1 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uJoPcbH7C1 .mbr-section-title {
  color: #000000;
}
.cid-uJoPcbH7C1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uJoPcbH7C1 .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-uJoPcbH7C1 .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-uJoPcbH7C1 .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-uJoPcbH7C1 .mbr-section-title,
.cid-uJoPcbH7C1 .line {
  color: #000000;
}
.cid-uMBd4ZWLh9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uMBd4ZWLh9 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uMBd4ZWLh9 .panel-group {
  border: none;
}
.cid-uMBd4ZWLh9 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uMBd4ZWLh9 .card-header {
    padding: 0rem;
  }
}
.cid-uMBd4ZWLh9 .card-company-row {
  margin-top: 1em;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uMBd4ZWLh9 .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uMBd4ZWLh9 .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uMBd4ZWLh9 .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uMBd4ZWLh9 .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
}
.cid-uMBd4ZWLh9 .accordion-head {
  background: #bed2f5;
  padding: 0.5rem 1.5rem;
  border-radius: 8px !important;
}
.cid-uMBd4ZWLh9 .accordion-head h5 {
  margin-bottom: 0;
}
.cid-uMBd4ZWLh9 .accordion-head h6 {
  font-weight: 600;
}
.cid-uMBd4ZWLh9 .card {
  border: solid 1px #bed2f5;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-uMBd4ZWLh9 .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uMBd4ZWLh9 .card {
    padding: 1rem;
  }
}
.cid-uMBd4ZWLh9 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1.5rem;
}
.cid-uMBd4ZWLh9 .img-col {
  padding: 0;
}
.cid-uMBd4ZWLh9 .img-item {
  height: 100%;
}
.cid-uMBd4ZWLh9 img {
  height: 100%;
  object-fit: cover;
}
.cid-uMBd4ZWLh9 .collapsed span {
  transform: rotate(0deg);
}
.cid-uMBd4ZWLh9 .panel-title {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-uMBd4ZWLh9 .panel-title {
    flex-direction: column;
  }
}
.cid-uMBd4ZWLh9 .panel-title__left {
  width: 30%;
}
@media (max-width: 767px) {
  .cid-uMBd4ZWLh9 .panel-title__left {
    width: 100%;
  }
}
.cid-uMBd4ZWLh9 .panel-title__right {
  display: flex;
  flex-direction: column;
  width: 70%;
}
@media (max-width: 767px) {
  .cid-uMBd4ZWLh9 .panel-title__right {
    width: 100%;
  }
}
.cid-uMBd4ZWLh9 .panel-text-left {
  line-height: 1.3;
}
@media (max-width: 767px) {
  .cid-uMBd4ZWLh9 .panel-text-left {
    padding-right: 1.5em;
    margin-bottom: 1em;
  }
}
.cid-uMBd4ZWLh9 p {
  margin-bottom: 0.3rem;
}
.cid-uMBd4ZWLh9 .panel-title-edit {
  color: #000000;
  line-height: 1.1;
  padding-right: 10px;
}
.cid-uMBd4ZWLh9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uMBd4ZWLh9 .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uMBd4ZWLh9 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-uMBd4ZWLh9 .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-uMBd4ZWLh9 .panel-title-edit,
.cid-uMBd4ZWLh9 .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uMBd4ZWLh9 .mbr-section-title,
.cid-uMBd4ZWLh9 .mbr-section-subtitle {
  background: #bed2f5;
  display: inline;
}
.cid-uMBd4ZWLh9 .mbr-section-subtitle,
.cid-uMBd4ZWLh9 .align {
  color: #ffffff;
}
.cid-uMBd4ZWLh9 .mbr-section-title,
.cid-uMBd4ZWLh9 .align {
  color: #ffffff;
}
.cid-uMBd4ZWLh9 P {
  text-align: left;
  color: #000000;
}
.cid-uMBd4ZWLh9 .panel-text-top {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uMBd4ZWLh9 .sign {
    position: absolute;
    right: 1em;
    top: 1em;
  }
}
.cid-uJoUJjv8Q9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uJoUJjv8Q9 h2,
.cid-uJoUJjv8Q9 h3,
.cid-uJoUJjv8Q9 h4,
.cid-uJoUJjv8Q9 h5 {
  margin: 0;
}
.cid-uJoUJjv8Q9 .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-uJoUJjv8Q9 .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-uJoUJjv8Q9 .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-uJoUJjv8Q9 .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-uJoUJjv8Q9 .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uJoUJjv8Q9 .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-uJoUJjv8Q9 .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-uJoUJjv8Q9 .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-uJoUJjv8Q9 .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-uJoUJjv8Q9 .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uJoUJjv8Q9 .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-uJoUJjv8Q9 .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-uJoUJjv8Q9 .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uJoUJjv8Q9 .card:hover {
  cursor: pointer;
}
.cid-uJoUJjv8Q9 .card:hover .image-wrap::before {
  opacity: 0.7;
}
.cid-uJoUJjv8Q9 .mbr-card-title {
  color: #000000;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-uJoUJjv8Q9 .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-uJoUJjv8Q9 .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-uMzybfnhdQ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uMzybfnhdQ .item-img {
  position: relative;
}
.cid-uMzybfnhdQ .item-img img {
  transition: all 0.2s;
}
.cid-uMzybfnhdQ .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uMzybfnhdQ .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uMzybfnhdQ .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uMzybfnhdQ .item:hover img {
  transform: scale(1.05);
}
.cid-uMzybfnhdQ .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uMzybfnhdQ .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uMzybfnhdQ .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uMzybfnhdQ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uMzybfnhdQ .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uMzybfnhdQ .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uMzybfnhdQ .link-icon-wrapper .icon-wrap {
  background: #d9db4d;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uMzybfnhdQ .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uMzybfnhdQ .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uMzybfnhdQ .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uMzybfnhdQ .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uMzybfnhdQ .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uMzybfnhdQ .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uMzybfnhdQ .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uMzybfnhdQ img,
.cid-uMzybfnhdQ .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uMzybfnhdQ .item:focus,
.cid-uMzybfnhdQ span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uMzybfnhdQ .item {
    margin-bottom: 1rem;
  }
}
.cid-uMzybfnhdQ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uMzybfnhdQ .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uMzybfnhdQ .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uMzybfnhdQ .mbr-section-subtitle,
.cid-uMzybfnhdQ .subtitle-wrap,
.cid-uMzybfnhdQ .mbr-section-btn {
  text-align: left;
}
.cid-uMzybfnhdQ .mbr-text,
.cid-uMzybfnhdQ .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uJoR3VHsUS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uJoR3VHsUS .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uJoR3VHsUS .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
