.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: 'Instrument Sans', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Instrument Sans', 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: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !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: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !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: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !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: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !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: #000000 !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: #52cac8 !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: #a0e2e1;
}
.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: #c0b27c;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Instrument Sans', 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: 'Instrument Sans', 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.9) !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: #000000 !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.9) !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 - 4.1rem);
  }
}
.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.9) !important;
    background: rgba(255, 255, 255, 0.9) !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: 5rem;
  padding-bottom: 2.5rem;
  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: #ffa600;
  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: #000000;
  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: #ffa600;
  text-align: left;
}
.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-title {
  color: #0046c7;
}
.cid-urCnbsE967 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-urCnbsE967 .item-img {
  position: relative;
}
.cid-urCnbsE967 .button1 {
  background: #0046c7;
}
.cid-urCnbsE967 .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-urCnbsE967 .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-urCnbsE967 .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-urCnbsE967 .button2 {
    margin-top: 1rem;
  }
}
.cid-urCnbsE967 .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-urCnbsE967 .title {
    top: 25%;
  }
}
.cid-urCnbsE967 .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-urCnbsE967 .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-urCnbsE967 .image-wrapper {
    min-height: 400px;
  }
}
.cid-urCnbsE967 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-urCnbsE967 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-urCnbsE967 .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-urCnbsE967 .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-urCnbsE967 .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-urCnbsE967 .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-urCnbsE967 .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-urCnbsE967 .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-urCnbsE967 .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-urCnbsE967 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-urCnbsE967 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-urCnbsE967 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-urCnbsE967 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-urCnbsE967 .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-urCnbsE967 .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-urCnbsE967 img,
.cid-urCnbsE967 .item-img {
  width: 100%;
}
.cid-urCnbsE967 .item-title2,
.cid-urCnbsE967 .icon2 {
  color: #2a2c2d;
}
.cid-urCnbsE967 .item-title1,
.cid-urCnbsE967 .icon1 {
  color: #ffffff;
}
.cid-urCnbsE967 .main-title {
  color: #0046c7;
  text-align: center;
}
.cid-urCnbsE967 .main-title DIV {
  text-align: center;
}
.cid-uqh6dtlvF9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uqh6dtlvF9 .mbr-media {
  position: relative;
}
.cid-uqh6dtlvF9 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uqh6dtlvF9 a:hover {
  background-image: none !important;
}
.cid-uqh6dtlvF9 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uqh6dtlvF9 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uqh6dtlvF9 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uqh6dtlvF9 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uqh6dtlvF9 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uqh6dtlvF9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uqh6dtlvF9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uqh6dtlvF9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqh6dtlvF9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqh6dtlvF9 .content-head {
  max-width: 800px;
}
.cid-uqh6dtlvF9 .mbr-section-title {
  color: #0046c7;
}
.cid-uqh6dtlvF9 .mbr-section-subtitle {
  color: #000000;
}
.cid-tQnVg6BgS8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tQnVg6BgS8 .col-title {
    margin-bottom: 20px;
  }
}
.cid-tQnVg6BgS8 .mbr-section-title {
  color: #0046c7;
}
.cid-tQnVg6BgS8 .mbr-section-subtitle {
  color: #000000;
  margin-top: 24px;
  text-align: left;
}
.cid-tQnVg6BgS8 .mbr-text {
  color: #0046c7;
  text-align: center;
}
.cid-uqh6WsMTeA {
  background-color: #ffffff;
}
.cid-uqh6WsMTeA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqh6WsMTeA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqh6WsMTeA img {
  object-fit: cover;
}
.cid-uqh6WsMTeA .row {
  margin: 0;
}
.cid-uqh6WsMTeA .item-wrapper {
  width: 100%;
}
.cid-uqh6WsMTeA .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-uqh6WsMTeA .card-box {
  padding: 0rem 2rem;
  width: 100%;
  max-width: 600px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uqh6WsMTeA .card-box {
    padding: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uqh6WsMTeA .icon {
  color: black;
  background: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 1rem;
}
.cid-uqh6WsMTeA .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uqh6WsMTeA .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uqh6WsMTeA .card-wrapper {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqh6WsMTeA .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uqh6WsMTeA .wrap {
  background: #bed2f5;
}
.cid-uqh6WsMTeA .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uqh6WsMTeA .mbr-text,
.cid-uqh6WsMTeA .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uqh6WsMTeA .mbr-link,
.cid-uqh6WsMTeA .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uqh6WsMTeA .mbr-text {
  text-align: center;
  color: #0046c7;
}
.cid-uqh6WsMTeA .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-usvyLsLqdn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-usvyLsLqdn .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvyLsLqdn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usvyLsLqdn .content-wrapper {
  padding: 0 60px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-usvyLsLqdn .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-usvyLsLqdn .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .cid-usvyLsLqdn .content-wrapper .content-wrap {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-usvyLsLqdn .content-wrapper .content-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-usvyLsLqdn .content-wrapper .content-wrap .text-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-usvyLsLqdn .content-wrapper .content-wrap .text-wrapper {
    position: static;
  }
}
.cid-usvyLsLqdn .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-usvyLsLqdn .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffeb69;
}
@media (max-width: 992px) {
  .cid-usvyLsLqdn .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-usvyLsLqdn .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-usvyLsLqdn .content-wrapper .items-wrapper {
  padding-left: 80px;
  border-left: 3px solid #050f0f;
  width: 50%;
}
@media (max-width: 1199px) {
  .cid-usvyLsLqdn .content-wrapper .items-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-usvyLsLqdn .content-wrapper .items-wrapper {
    border-left: none;
    border-top: 3px solid #050f0f;
    padding-left: 0;
    width: 100%;
  }
}
.cid-usvyLsLqdn .content-wrapper .items-wrapper .item {
  padding: 32px 0;
}
@media (max-width: 992px) {
  .cid-usvyLsLqdn .content-wrapper .items-wrapper .item {
    padding: 32px 0 0;
  }
}
.cid-usvyLsLqdn .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-usvyLsLqdn .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-usvyLsLqdn .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
    margin-bottom: 0;
  }
}
.cid-usvyLsLqdn .mbr-section-title {
  color: #050f0f;
}
.cid-usvyLsLqdn .mbr-text {
  color: #050f0f;
}
.cid-usvyLsLqdn .item-title {
  color: #050f0f;
}
.cid-usvyLsLqdn .item-text {
  color: #050f0f;
}
.cid-uqeYPaEqe1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uqeYPaEqe1 .item-img {
  position: relative;
}
.cid-uqeYPaEqe1 .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uqeYPaEqe1 .cardbg {
  background: #0046c7;
  height: 100%;
  min-height: 160px;
}
.cid-uqeYPaEqe1 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uqeYPaEqe1 .image-wrapper {
  overflow: hidden;
}
.cid-uqeYPaEqe1 .item1 {
  margin-bottom: 2rem !important;
}
.cid-uqeYPaEqe1 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uqeYPaEqe1 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uqeYPaEqe1 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uqeYPaEqe1 .item1,
.cid-uqeYPaEqe1 .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uqeYPaEqe1 .item1 .item:hover,
.cid-uqeYPaEqe1 .item .item:hover {
  cursor: pointer;
}
.cid-uqeYPaEqe1 .item1:hover .link-icon-wrapper span,
.cid-uqeYPaEqe1 .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-uqeYPaEqe1 .card2 {
    margin-top: 1rem;
  }
}
.cid-uqeYPaEqe1 .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-uqeYPaEqe1 .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-uqeYPaEqe1 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uqeYPaEqe1 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uqeYPaEqe1 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uqeYPaEqe1 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uqeYPaEqe1 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uqeYPaEqe1 .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-uqeYPaEqe1 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uqeYPaEqe1 img,
.cid-uqeYPaEqe1 .item-img {
  width: 100%;
}
.cid-uqeYPaEqe1 .item:focus,
.cid-uqeYPaEqe1 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uqeYPaEqe1 .item {
    margin-bottom: 1rem;
  }
}
.cid-uqeYPaEqe1 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uqeYPaEqe1 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uqeYPaEqe1 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uqeYPaEqe1 .mbr-section-subtitle,
.cid-uqeYPaEqe1 .subtitle-wrap,
.cid-uqeYPaEqe1 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uqeYPaEqe1 .mbr-text,
.cid-uqeYPaEqe1 .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uqf06Z1fO3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f1f1f2;
}
.cid-uqf06Z1fO3 .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uqf06Z1fO3 .row {
    padding: 0 12px;
  }
}
.cid-uqf06Z1fO3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqf06Z1fO3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqf06Z1fO3 .title-wrapper {
  margin-bottom: 25px;
}
.cid-uqf06Z1fO3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uqf06Z1fO3 .nav.nav-tabs {
  display: block;
  border: none;
}
.cid-uqf06Z1fO3 .nav.nav-tabs .nav-item {
  padding: 0 45px 40px 0;
  border-top: 2px solid #1e4381;
  border-radius: 0;
}
@media (max-width: 768px) {
  .cid-uqf06Z1fO3 .nav.nav-tabs .nav-item {
    padding: 0 35px 0 0;
  }
}
.cid-uqf06Z1fO3 .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  padding: 10px 0;
  background-color: transparent;
  border: none;
  color: #1e4381;
}
.cid-uqf06Z1fO3 .nav.nav-tabs .nav-item .nav-link:not(.active) {
  color: #bcbfca;
}
.cid-uqf06Z1fO3 .nav.nav-tabs .nav-item .nav-link:focus span {
  color: #1e4381;
}
.cid-uqf06Z1fO3 .nav.nav-tabs .nav-item .nav-link span {
  position: absolute;
  right: -45px;
  top: 10px;
  color: #bcbfca;
  font-size: 14px;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uqf06Z1fO3 .nav.nav-tabs .nav-item .nav-link span {
    right: -35px;
  }
}
.cid-uqf06Z1fO3 .tab-pane .mbr-text {
  margin: 0;
}
.cid-uqf06Z1fO3 .mbr-section-title {
  color: #0046c7;
}
.cid-uqf06Z1fO3 .mbr-text {
  color: #1e4381;
}
.cid-tQnVcVhOWZ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #eaf1fc;
}
@media (max-width: 991px) {
  .cid-tQnVcVhOWZ .col-title {
    margin-bottom: 20px;
  }
}
.cid-tQnVcVhOWZ .mbr-section-title {
  color: #ffa600;
}
.cid-tQnVcVhOWZ .mbr-section-subtitle {
  color: #000000;
  margin-top: 24px;
}
.cid-tQnVcVhOWZ .mbr-text {
  color: #000000;
}
.cid-tQnVcVhOWZ .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-tQnVcVhOWZ p {
  line-height: 1.2;
}
.cid-tQnVcVhOWZ .mbr-text1 {
  color: #0046c7;
  text-align: left;
}
.cid-tQnVcVhOWZ .mbr-text2 {
  color: #0046c7;
  text-align: left;
}
.cid-tQnVcVhOWZ .mbr-text3 {
  color: #0046c7;
  text-align: left;
}
.cid-uqeYZytAv8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uqeYZytAv8 .mbr-media {
  position: relative;
}
.cid-uqeYZytAv8 .mbr-media img {
  width: 100%;
  object-fit: cover;
  max-height: 700px;
}
.cid-uqeYZytAv8 a:hover {
  background-image: none !important;
}
.cid-uqeYZytAv8 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uqeYZytAv8 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uqeYZytAv8 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uqeYZytAv8 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uqeYZytAv8 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uqeYZytAv8 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uqeYZytAv8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uqeYZytAv8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqeYZytAv8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqeYZytAv8 .content-head {
  max-width: 800px;
}
.cid-uqeYZytAv8 .mbr-section-title {
  color: #0046c7;
}
.cid-uqeYZytAv8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uqsHSLsF34 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uqsHSLsF34 .mbr-section-title {
  color: #000000;
}
.cid-uqsHSLsF34 .mbr-section-subtitle {
  color: #000000;
}
.cid-uqsHSLsF34 .mbr-text {
  color: #000000;
  padding: 2rem;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uqsHSLsF34 .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-uqsHSLsF34 .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-uqsHSLsF34 .mbr-section-title,
.cid-uqsHSLsF34 .line {
  color: #0046c7;
}
.cid-tQnUL9E36g {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #bed2f5;
}
.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: #000000;
  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: #edefeb;
  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-tQnUNFD4ZA {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQnUNFD4ZA .item-img {
  position: relative;
}
.cid-tQnUNFD4ZA .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-tQnUNFD4ZA .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tQnUNFD4ZA .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-tQnUNFD4ZA .item1 {
  padding-bottom: 2rem;
}
.cid-tQnUNFD4ZA .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tQnUNFD4ZA .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tQnUNFD4ZA .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tQnUNFD4ZA .item1,
.cid-tQnUNFD4ZA .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tQnUNFD4ZA .item1 .item:hover,
.cid-tQnUNFD4ZA .item .item:hover {
  cursor: pointer;
}
.cid-tQnUNFD4ZA .item1:hover .link-icon-wrapper span,
.cid-tQnUNFD4ZA .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tQnUNFD4ZA .item1:hover img,
.cid-tQnUNFD4ZA .item:hover img {
  transform: scale(1.05);
}
.cid-tQnUNFD4ZA .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-tQnUNFD4ZA .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-tQnUNFD4ZA .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tQnUNFD4ZA .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tQnUNFD4ZA .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tQnUNFD4ZA .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tQnUNFD4ZA .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tQnUNFD4ZA .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-tQnUNFD4ZA .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tQnUNFD4ZA img,
.cid-tQnUNFD4ZA .item-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.cid-tQnUNFD4ZA .item:focus,
.cid-tQnUNFD4ZA span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tQnUNFD4ZA .item {
    margin-bottom: 1rem;
  }
}
.cid-tQnUNFD4ZA .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tQnUNFD4ZA .item-title {
  text-align: left;
  color: #ffa600;
}
.cid-tQnUNFD4ZA .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tQnUNFD4ZA .mbr-section-subtitle,
.cid-tQnUNFD4ZA .subtitle-wrap,
.cid-tQnUNFD4ZA .mbr-section-btn {
  text-align: left;
}
.cid-tQnUNFD4ZA .mbr-text,
.cid-tQnUNFD4ZA .item .mbr-section-btn {
  color: #ffffff;
}
.cid-urTi4cQfmr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-urTi4cQfmr img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.cid-urTi4cQfmr .mbr-iconfont-1 {
  color: #ffffff;
  font-size: 1rem;
  transition: 0.7s;
}
.cid-urTi4cQfmr .mbr-section-title {
  margin-bottom: 4rem;
}
.cid-urTi4cQfmr .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.5rem;
}
.cid-urTi4cQfmr .card-img {
  margin-bottom: 1.3rem;
}
.cid-urTi4cQfmr .card-title {
  margin-bottom: 1.5rem;
}
.cid-urTi4cQfmr .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-urTi4cQfmr .card {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-urTi4cQfmr .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-urTi4cQfmr .row {
    padding: 0 1rem;
  }
  .cid-urTi4cQfmr .card-inner {
    padding: 3.3rem 2.5rem;
  }
}
.cid-urTi4cQfmr .card-inner {
  background-color: #3098f3;
  transition: 0.3s;
  border: 2px solid rgba(255, 234, 100, 0);
}
.cid-urTi4cQfmr .card:hover .card-inner {
  border: 2px solid #ffea64;
}
.cid-urTi4cQfmr .mbr-text {
  margin-bottom: 1.3rem;
  color: #828282;
}
.cid-urTi4cQfmr .card-people {
  display: flex;
  align-items: center;
}
.cid-urTi4cQfmr .user_image {
  margin-right: 1rem;
}
.cid-urTi4cQfmr .mbr-author-desc {
  color: #320707;
  font-weight: 500;
}
.cid-urTi4cQfmr .vertical-line:before {
  content: '';
  background-color: #ffea64;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-urTi4cQfmr .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTi4cQfmr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urTi4cQfmr .mbr-text,
.cid-urTi4cQfmr .link {
  color: #ffffff;
  text-align: center;
}
.cid-urTi4cQfmr H2 {
  color: #0046c7;
}
.cid-urTh7zlAkb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-urTh7zlAkb .mbr-section-title,
  .cid-urTh7zlAkb .mbr-section-subtitle,
  .cid-urTh7zlAkb .mbr-section-btn,
  .cid-urTh7zlAkb .mbr-text {
    text-align: center;
  }
}
.cid-urTh7zlAkb .mbr-section-title {
  color: #082c4e;
}
.cid-urTh7zlAkb .mbr-text,
.cid-urTh7zlAkb .mbr-section-btn {
  color: #ffffff;
}
.cid-urTh7zlAkb .bottom {
  overflow: visible;
  position: relative;
}
.cid-urTh7zlAkb .bottom:before {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 25px solid #3098f3;
  position: absolute;
  bottom: -1rem;
  right: 3rem;
  content: '';
}
.cid-urTh7zlAkb .top {
  overflow: visible;
  position: relative;
}
.cid-urTh7zlAkb .top:before {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 25px solid #3098f3;
  position: absolute;
  top: -1rem;
  left: 3rem;
  content: '';
}
.cid-urTh7zlAkb .pb {
  margin-bottom: 3rem;
}
.cid-urTh7zlAkb .card-wrapper {
  background: #3098f3;
  padding: 1.5rem;
  height: 100%;
  border-radius: 16px;
}
.cid-urTh7zlAkb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urTh7zlAkb .mbr-fallback-image.disabled {
  display: none;
}
.cid-urTh7zlAkb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQnVnY9fh4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQnVnY9fh4 img {
  width: 180px;
  margin: auto;
}
.cid-tQnVnY9fh4 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-tQnVnY9fh4 .mbr-section-title {
  color: #0046c7;
}
.cid-tQnVnY9fh4 .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #d9db4d;
}
.cid-tQnVnY9fh4 .mbr-section-subtitle,
.cid-tQnVnY9fh4 .subtitle-wrap,
.cid-tQnVnY9fh4 .mbr-section-btn {
  text-align: center;
}
.cid-uq9SxOjeTt {
  background-color: #ffffff;
}
.cid-uq9SxOjeTt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq9SxOjeTt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq9SxOjeTt .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uq9SxOjeTt .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uq9SxOjeTt .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uq9SxOjeTt .container {
    padding: 0 20px;
  }
}
.cid-uq9SxOjeTt .row {
  justify-content: space-between;
}
.cid-uq9SxOjeTt .tab-content {
  margin-bottom: 64px;
}
.cid-uq9SxOjeTt .tab-content .tab-pane .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 1000px;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uq9SxOjeTt .tab-content .tab-pane .content-wrapper .image-wrapper {
    padding: 24px;
    min-height: 500px;
  }
}
.cid-uq9SxOjeTt .tab-content .tab-pane .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}
.cid-uq9SxOjeTt .tab-content .tab-pane .content-wrapper .image-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
  border-radius: 1.2rem;
  background-color: #ffffff;
  padding: 48px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uq9SxOjeTt .tab-content .tab-pane .content-wrapper .image-wrapper .text-wrapper {
    padding: 24px;
  }
}
.cid-uq9SxOjeTt .tab-content .tab-pane .content-wrapper .image-wrapper .text-wrapper .card-title {
  margin-bottom: 24px;
}
.cid-uq9SxOjeTt .tab-content .tab-pane .content-wrapper .image-wrapper .text-wrapper .text-wrap .card-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
.cid-uq9SxOjeTt .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uq9SxOjeTt .desc-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uq9SxOjeTt .tabs-wrapper .nav.nav-tabs {
  display: inline-block;
  border: none;
  width: 100%;
}
.cid-uq9SxOjeTt .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  margin: 0;
}
.cid-uq9SxOjeTt .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  margin-bottom: 24px;
  color: #acb3b7;
  padding: 0 0 8px 0;
  border-radius: 0 !important;
  background-color: transparent;
  transition: all .3s ease;
  border: none !important;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uq9SxOjeTt .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    margin-bottom: 16px;
  }
}
.cid-uq9SxOjeTt .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 0;
  background-color: #acb3b7;
  transition: all .3s ease;
}
.cid-uq9SxOjeTt .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 0;
  background-color: #0046c7;
  transition: all 1s ease;
}
.cid-uq9SxOjeTt .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #0046c7;
}
.cid-uq9SxOjeTt .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-uq9SxOjeTt .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
}
.cid-uq9SxOjeTt .mbr-desc {
  color: #000000;
}
.cid-uq9SxOjeTt .card-title {
  color: #000000;
}
.cid-uq9SxOjeTt .card-text {
  color: #9a9a9a;
}
.cid-uq9SxOjeTt .mbr-desc,
.cid-uq9SxOjeTt .nav-item {
  color: #ffa600;
}
.cid-uq9SCPKu4t {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uq9SCPKu4t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq9SCPKu4t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq9SCPKu4t .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uq9SCPKu4t .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uq9SCPKu4t .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uq9SCPKu4t .container {
    padding: 0 20px;
  }
}
.cid-uq9SCPKu4t .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uq9SCPKu4t .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uq9SCPKu4t .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uq9SCPKu4t .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  border: 1px solid #acb3b7;
  border-radius: 1.2rem;
}
@media (max-width: 992px) {
  .cid-uq9SCPKu4t .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uq9SCPKu4t .content-wrapper .tabs-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-right: 1px solid #acb3b7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uq9SCPKu4t .content-wrapper .tabs-wrapper {
    padding: 30px;
    border-right: none;
    border-bottom: 1px solid #acb3b7;
  }
}
.cid-uq9SCPKu4t .content-wrapper .tabs-wrapper .tabs-wrap {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-uq9SCPKu4t .content-wrapper .tabs-wrapper .tabs-wrap {
    margin-bottom: 0;
  }
}
.cid-uq9SCPKu4t .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: none;
}
.cid-uq9SCPKu4t .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  margin: 0 12px 16px 12px;
}
.cid-uq9SCPKu4t .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #acb3b7;
  padding: 18px 40px;
  background-color: transparent;
  transition: all .3s ease;
  border: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px !important;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uq9SCPKu4t .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uq9SCPKu4t .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    padding: 18px 24px;
  }
}
.cid-uq9SCPKu4t .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  background-color: #ffa600;
  transform: scale(0);
  transition: all .3s ease;
  z-index: -1;
}
.cid-uq9SCPKu4t .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #000000;
}
.cid-uq9SCPKu4t .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1);
}
.cid-uq9SCPKu4t .content-wrapper .tabs-wrapper .tab-content .tab-pane .content-wrap .image-wrap {
  margin-bottom: 30px;
}
.cid-uq9SCPKu4t .content-wrapper .tabs-wrapper .tab-content .tab-pane .content-wrap .image-wrap img {
  height: 250px;
  object-fit: contain;
  border-radius: .75rem !important;
}
.cid-uq9SCPKu4t .content-wrapper .tabs-wrapper .tab-content .tab-pane .content-wrap .card-title {
  margin-bottom: 30px;
}
.cid-uq9SCPKu4t .content-wrapper .tabs-wrapper .tab-content .tab-pane .content-wrap .card-text {
  margin-bottom: 0;
}
.cid-uq9SCPKu4t .content-wrapper .image-wrapper {
  height: 100%;
}
.cid-uq9SCPKu4t .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 1.2rem 1.2rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uq9SCPKu4t .content-wrapper .image-wrapper img {
    height: 400px;
    border-radius: 0 0 1.2rem 1.2rem !important;
  }
}
.cid-uq9SCPKu4t .mbr-section-title {
  color: #000000;
}
.cid-uq9SCPKu4t .card-title {
  color: #000000;
  text-align: center;
}
.cid-uq9SCPKu4t .card-text {
  color: #9a9a9a;
  text-align: left;
}
.cid-uq9SCPKu4t .mbr-section-title,
.cid-uq9SCPKu4t .title-wrapper {
  color: #0046c7;
}
.cid-urpgHw2M4a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urpgHw2M4a .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-urpgHw2M4a form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-urpgHw2M4a form.mbr-form {
    padding: 3rem 2rem;
    width: 70%;
  }
}
@media (max-width: 991px) {
  .cid-urpgHw2M4a form.mbr-form {
    padding: 1rem;
  }
}
.cid-urpgHw2M4a form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-urpgHw2M4a form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-urpgHw2M4a .mbr-section-title {
  color: #0046c7;
}
.cid-tQnUTDRmeu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tQnUTDRmeu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQnUTDRmeu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQnUTDRmeu input:hover {
  border-color: white !important;
}
.cid-tQnUTDRmeu .col-auto {
  width: 100%;
  text-align: right !important;
}
@media (max-width: 992px) {
  .cid-tQnUTDRmeu .mb {
    margin-bottom: 2rem;
  }
}
.cid-tQnUTDRmeu img {
  object-fit: cover;
}
.cid-tQnUTDRmeu .btn,
.cid-tQnUTDRmeu .btn:hover,
.cid-tQnUTDRmeu .btn:focus,
.cid-tQnUTDRmeu .btn:active {
  background: transparent !important;
  border: none !important;
  color: white;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.cid-tQnUTDRmeu .item-wrapper {
  width: 100%;
}
.cid-tQnUTDRmeu .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-tQnUTDRmeu .card-box {
  padding: 3rem 2rem;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tQnUTDRmeu .card-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tQnUTDRmeu .card-box {
    padding: 1rem;
  }
}
.cid-tQnUTDRmeu .mobi-mbri {
  color: black;
  background: #000000;
  font-size: 1.2rem !important;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 1rem;
}
.cid-tQnUTDRmeu .card-wrapper {
  display: flex;
}
.cid-tQnUTDRmeu .wrap {
  background: #bed2f5;
}
.cid-tQnUTDRmeu .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-tQnUTDRmeu .mbr-text,
.cid-tQnUTDRmeu .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-tQnUTDRmeu .mbr-link,
.cid-tQnUTDRmeu .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-tQnUTDRmeu .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tQnUTDRmeu .mbr-section-title {
  text-align: left;
  color: #0046c7;
}
.cid-tQnUU5FSPc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tQnUU5FSPc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQnUU5FSPc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQnUU5FSPc p a:hover {
  text-decoration: underline;
}
.cid-tQnUU5FSPc h2 {
  line-height: 1.3;
}
.cid-tQnUU5FSPc img {
  object-fit: cover;
}
.cid-tQnUU5FSPc .mbr-link {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-tQnUU5FSPc .mbr-link {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}
.cid-tQnUU5FSPc .row {
  margin: 0;
  justify-content: flex-end;
}
.cid-tQnUU5FSPc .icon-wrap {
  display: inline-flex;
}
@media (max-width: 767px) {
  .cid-tQnUU5FSPc .icon-wrap {
    margin-top: 1rem;
  }
}
.cid-tQnUU5FSPc .card-box {
  width: 100%;
  flex-direction: row;
}
.cid-tQnUU5FSPc .icon {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 1px;
  margin: 0 0.5rem;
}
.cid-tQnUU5FSPc .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-tQnUU5FSPc .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tQnUU5FSPc .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tQnUU5FSPc .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tQnUU5FSPc .wrap {
  background: #bed2f5;
}
.cid-tQnUU5FSPc .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tQnUU5FSPc .link-wrapper {
    flex-direction: column;
  }
}
.cid-tQnUU5FSPc .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-tQnUU5FSPc .mbr-text,
.cid-tQnUU5FSPc .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-tQnUU5FSPc .mbr-link,
.cid-tQnUU5FSPc .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-tQnUU5FSPc .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tQnUU5FSPc .mbr-section-title {
  text-align: left;
  color: #000000;
}
.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.9) !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: #000000 !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.9) !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 - 4.1rem);
  }
}
.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.9) !important;
    background: rgba(255, 255, 255, 0.9) !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-uq3yWmlNo0 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uq3yWmlNo0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq3yWmlNo0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq3yWmlNo0 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uq3yWmlNo0 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uq3yWmlNo0 .container {
    padding: 0 26px;
  }
}
.cid-uq3yWmlNo0 .row {
  justify-content: center;
}
.cid-uq3yWmlNo0 .tabs-wrapper {
  text-align: center;
}
.cid-uq3yWmlNo0 .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uq3yWmlNo0 .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 40px;
  }
}
.cid-uq3yWmlNo0 .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 10px;
}
.cid-uq3yWmlNo0 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 8px 20px;
  margin-bottom: 0;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 5px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uq3yWmlNo0 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #000000;
}
.cid-uq3yWmlNo0 .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #bed2f5;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uq3yWmlNo0 .tab-content .tab-pane .content-wrap {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uq3yWmlNo0 .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-uq3yWmlNo0 .tab-content .tab-pane .text-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uq3yWmlNo0 .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uq3yWmlNo0 .tab-content .tab-pane .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uq3yWmlNo0 .tab-content .tab-pane .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uq3yWmlNo0 .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uq3yWmlNo0 .tab-content .tab-pane .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uq3yWmlNo0 .tab-content .tab-pane .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uq3yWmlNo0 .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uq3yWmlNo0 .item-title {
  color: #000000;
}
.cid-uq3yWmlNo0 .item-text {
  color: #000000;
  text-align: left;
}
.cid-uq3yWmlNo0 .item-title,
.cid-uq3yWmlNo0 .tabs-wrapper {
  text-align: left;
  color: #0046c7;
}
.cid-urvBtDnfXx {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-urvBtDnfXx .mbr-fallback-image.disabled {
  display: none;
}
.cid-urvBtDnfXx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urvBtDnfXx .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-urvBtDnfXx .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-urvBtDnfXx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-urvBtDnfXx .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-urvBtDnfXx .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-urvBtDnfXx .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-urvBtDnfXx .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-urvBtDnfXx .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-urvBtDnfXx .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urvBtDnfXx .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-urvBtDnfXx .card-title {
  color: #0046c7;
}
.cid-urvBtDnfXx .mbr-text,
.cid-urvBtDnfXx .social-row {
  text-align: right;
}
.cid-urvBtDnfXx .card-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uq3z3XyDWI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uq3z3XyDWI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq3z3XyDWI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq3z3XyDWI .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uq3z3XyDWI .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uq3z3XyDWI .container {
    padding: 0 20px;
  }
}
.cid-uq3z3XyDWI .row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uq3z3XyDWI .row {
    padding: 46px 0;
  }
}
.cid-uq3z3XyDWI .row .card {
  justify-content: flex-end;
}
.cid-uq3z3XyDWI .content-wrapper {
  margin-bottom: 50px;
}
.cid-uq3z3XyDWI .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uq3z3XyDWI .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uq3z3XyDWI .tabs-wrap {
  margin-bottom: 40px;
  text-align: right;
}
.cid-uq3z3XyDWI .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  border: none;
}
.cid-uq3z3XyDWI .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0 5px 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uq3z3XyDWI .tabs-wrap .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-uq3z3XyDWI .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  margin-bottom: 0;
  border: none;
  color: #ffa600;
  background-color: #000000;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uq3z3XyDWI .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ffa600;
  color: #ffffff;
}
.cid-uq3z3XyDWI .tab-content .tab-pane .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1200px) {
  .cid-uq3z3XyDWI .tab-content .tab-pane .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uq3z3XyDWI .tab-content .tab-pane .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uq3z3XyDWI .tab-content .tab-pane .items-wrapper .item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f3f6f9;
  border-radius: 20px !important;
  padding: 60px 40px 40px;
}
@media (max-width: 1200px) {
  .cid-uq3z3XyDWI .tab-content .tab-pane .items-wrapper .item {
    padding: 60px 20px 40px;
  }
}
.cid-uq3z3XyDWI .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uq3z3XyDWI .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-img img {
  width: 134px;
  height: 134px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uq3z3XyDWI .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-uq3z3XyDWI .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .card-name {
  margin-bottom: 20px;
}
.cid-uq3z3XyDWI .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .card-role {
  margin-bottom: 25px;
}
.cid-uq3z3XyDWI .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uq3z3XyDWI .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-uq3z3XyDWI .tab-content .tab-pane .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uq3z3XyDWI .tab-content .tab-pane .items-wrapper .item .mbr-section-btn {
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
.cid-uq3z3XyDWI .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-primary,
.cid-uq3z3XyDWI .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-secondary,
.cid-uq3z3XyDWI .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-success,
.cid-uq3z3XyDWI .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-info,
.cid-uq3z3XyDWI .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-warning,
.cid-uq3z3XyDWI .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-danger,
.cid-uq3z3XyDWI .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-black,
.cid-uq3z3XyDWI .tab-content .tab-pane .items-wrapper .item .mbr-section-btn .btn-white {
  border: 2px solid #dcdde0 !important;
}
.cid-uq3z3XyDWI .mbr-section-title {
  color: #000000;
}
.cid-uq3z3XyDWI .mbr-desc {
  color: #000000;
}
.cid-uq3z3XyDWI .card-name {
  color: #000000;
}
.cid-uq3z3XyDWI .card-role {
  color: #000000;
  text-align: center;
}
.cid-uq3z3XyDWI .list,
.cid-uq3z3XyDWI .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uq3z3XyDWI .card-name,
.cid-uq3z3XyDWI .mbr-section-btn {
  text-align: center;
}
.cid-uq3z3XyDWI .mbr-section-title .tabs-wrap {
  color: #0046c7;
}
.cid-uqJCcXZGj3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uqJCcXZGj3 .item-img {
  position: relative;
}
.cid-uqJCcXZGj3 .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uqJCcXZGj3 .cardbg {
  background: #0046c7;
  height: 100%;
  min-height: 160px;
}
.cid-uqJCcXZGj3 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uqJCcXZGj3 .image-wrapper {
  overflow: hidden;
}
.cid-uqJCcXZGj3 .item1 {
  margin-bottom: 2rem !important;
}
.cid-uqJCcXZGj3 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uqJCcXZGj3 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uqJCcXZGj3 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uqJCcXZGj3 .item1,
.cid-uqJCcXZGj3 .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uqJCcXZGj3 .item1 .item:hover,
.cid-uqJCcXZGj3 .item .item:hover {
  cursor: pointer;
}
.cid-uqJCcXZGj3 .item1:hover .link-icon-wrapper span,
.cid-uqJCcXZGj3 .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-uqJCcXZGj3 .card2 {
    margin-top: 1rem;
  }
}
.cid-uqJCcXZGj3 .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-uqJCcXZGj3 .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-uqJCcXZGj3 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uqJCcXZGj3 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uqJCcXZGj3 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uqJCcXZGj3 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uqJCcXZGj3 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uqJCcXZGj3 .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-uqJCcXZGj3 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uqJCcXZGj3 img,
.cid-uqJCcXZGj3 .item-img {
  width: 100%;
}
.cid-uqJCcXZGj3 .item:focus,
.cid-uqJCcXZGj3 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uqJCcXZGj3 .item {
    margin-bottom: 1rem;
  }
}
.cid-uqJCcXZGj3 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uqJCcXZGj3 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uqJCcXZGj3 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uqJCcXZGj3 .mbr-section-subtitle,
.cid-uqJCcXZGj3 .subtitle-wrap,
.cid-uqJCcXZGj3 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uqJCcXZGj3 .mbr-text,
.cid-uqJCcXZGj3 .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-usgx8yhUYg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-usgx8yhUYg .mbr-fallback-image.disabled {
  display: none;
}
.cid-usgx8yhUYg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usgx8yhUYg .mbr-section-subtitle {
  border-radius: 1rem;
  border: 1px solid currentColor;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  color: #000000;
}
.cid-usgx8yhUYg .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-usgx8yhUYg .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-usgx8yhUYg .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  border: 1px solid lightgray;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-usgx8yhUYg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-usgx8yhUYg .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #000000;
  margin-bottom: 1rem;
  width: 60px;
  justify-content: center;
  align-items: center;
  background: #ffa600;
  height: 60px;
  border-radius: 50%;
}
.cid-usgx8yhUYg .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-usgx8yhUYg .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-usgx8yhUYg .card-box .item-footer {
  margin-top: auto;
}
.cid-usgx8yhUYg .content-head {
  max-width: 800px;
}
.cid-usgx8yhUYg .mbr-section-subtitle,
.cid-usgx8yhUYg .subtitle-wrap,
.cid-usgx8yhUYg .mbr-section-btn {
  text-align: left;
  color: #0046c7;
}
.cid-usgx8yhUYg .card-text {
  text-align: left;
}
.cid-uqJCdMzL9y {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uqJCdMzL9y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqJCdMzL9y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqJCdMzL9y input:hover {
  border-color: white !important;
}
.cid-uqJCdMzL9y .col-auto {
  width: 100%;
  text-align: right !important;
}
@media (max-width: 992px) {
  .cid-uqJCdMzL9y .mb {
    margin-bottom: 2rem;
  }
}
.cid-uqJCdMzL9y img {
  object-fit: cover;
}
.cid-uqJCdMzL9y .btn,
.cid-uqJCdMzL9y .btn:hover,
.cid-uqJCdMzL9y .btn:focus,
.cid-uqJCdMzL9y .btn:active {
  background: transparent !important;
  border: none !important;
  color: white;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.cid-uqJCdMzL9y .item-wrapper {
  width: 100%;
}
.cid-uqJCdMzL9y .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-uqJCdMzL9y .card-box {
  padding: 3rem 2rem;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uqJCdMzL9y .card-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqJCdMzL9y .card-box {
    padding: 1rem;
  }
}
.cid-uqJCdMzL9y .mobi-mbri {
  color: black;
  background: #000000;
  font-size: 1.2rem !important;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 1rem;
}
.cid-uqJCdMzL9y .card-wrapper {
  display: flex;
}
.cid-uqJCdMzL9y .wrap {
  background: #0046c7;
}
.cid-uqJCdMzL9y .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uqJCdMzL9y .mbr-text,
.cid-uqJCdMzL9y .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uqJCdMzL9y .mbr-link,
.cid-uqJCdMzL9y .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uqJCdMzL9y .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uqJCdMzL9y .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tQnUU5FSPc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tQnUU5FSPc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQnUU5FSPc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQnUU5FSPc p a:hover {
  text-decoration: underline;
}
.cid-tQnUU5FSPc h2 {
  line-height: 1.3;
}
.cid-tQnUU5FSPc img {
  object-fit: cover;
}
.cid-tQnUU5FSPc .mbr-link {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-tQnUU5FSPc .mbr-link {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}
.cid-tQnUU5FSPc .row {
  margin: 0;
  justify-content: flex-end;
}
.cid-tQnUU5FSPc .icon-wrap {
  display: inline-flex;
}
@media (max-width: 767px) {
  .cid-tQnUU5FSPc .icon-wrap {
    margin-top: 1rem;
  }
}
.cid-tQnUU5FSPc .card-box {
  width: 100%;
  flex-direction: row;
}
.cid-tQnUU5FSPc .icon {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 1px;
  margin: 0 0.5rem;
}
.cid-tQnUU5FSPc .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-tQnUU5FSPc .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tQnUU5FSPc .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tQnUU5FSPc .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tQnUU5FSPc .wrap {
  background: #bed2f5;
}
.cid-tQnUU5FSPc .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tQnUU5FSPc .link-wrapper {
    flex-direction: column;
  }
}
.cid-tQnUU5FSPc .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-tQnUU5FSPc .mbr-text,
.cid-tQnUU5FSPc .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-tQnUU5FSPc .mbr-link,
.cid-tQnUU5FSPc .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-tQnUU5FSPc .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tQnUU5FSPc .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uqlLnOUR0e {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uqlLnOUR0e .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-uqlLnOUR0e .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uqlLnOUR0e .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uqlLnOUR0e .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-uqlLnOUR0e .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uqlLnOUR0e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqlLnOUR0e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqlLnOUR0e .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uqlLnOUR0e .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uqlLnOUR0e .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uqlLnOUR0e .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uqlLnOUR0e .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uqlLnOUR0e .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uqlLnOUR0e .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uqlLnOUR0e .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uqlLnOUR0e .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uqlLnOUR0e .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uqlLnOUR0e .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uqlLnOUR0e .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uqlLnOUR0e .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uqlLnOUR0e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uqlLnOUR0e .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.9) !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-uqlLnOUR0e .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqlLnOUR0e .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uqlLnOUR0e .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uqlLnOUR0e .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqlLnOUR0e .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.9) !important;
  backdrop-filter: blur(10px);
}
.cid-uqlLnOUR0e .nav-item:focus,
.cid-uqlLnOUR0e .nav-link:focus {
  outline: none;
}
.cid-uqlLnOUR0e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqlLnOUR0e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqlLnOUR0e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqlLnOUR0e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqlLnOUR0e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqlLnOUR0e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqlLnOUR0e .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-uqlLnOUR0e .navbar.opened {
  transition: all 0.3s;
}
.cid-uqlLnOUR0e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqlLnOUR0e .navbar .navbar-logo img {
  width: auto;
}
.cid-uqlLnOUR0e .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uqlLnOUR0e .navbar.collapsed {
  justify-content: center;
}
.cid-uqlLnOUR0e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqlLnOUR0e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqlLnOUR0e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uqlLnOUR0e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqlLnOUR0e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqlLnOUR0e .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-uqlLnOUR0e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqlLnOUR0e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqlLnOUR0e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uqlLnOUR0e .navbar {
    min-height: 72px;
  }
  .cid-uqlLnOUR0e .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uqlLnOUR0e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqlLnOUR0e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqlLnOUR0e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqlLnOUR0e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqlLnOUR0e .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-uqlLnOUR0e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqlLnOUR0e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uqlLnOUR0e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqlLnOUR0e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqlLnOUR0e .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uqlLnOUR0e .dropdown-item.active,
.cid-uqlLnOUR0e .dropdown-item:active {
  background-color: transparent;
}
.cid-uqlLnOUR0e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqlLnOUR0e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqlLnOUR0e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqlLnOUR0e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uqlLnOUR0e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uqlLnOUR0e .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uqlLnOUR0e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqlLnOUR0e .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uqlLnOUR0e .navbar-buttons {
    text-align: left;
  }
}
.cid-uqlLnOUR0e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqlLnOUR0e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uqlLnOUR0e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqlLnOUR0e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqlLnOUR0e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqlLnOUR0e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqlLnOUR0e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqlLnOUR0e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqlLnOUR0e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqlLnOUR0e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqlLnOUR0e .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uqlLnOUR0e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqlLnOUR0e .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-uqlLnOUR0e .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqlLnOUR0e .navbar {
    height: 70px;
  }
  .cid-uqlLnOUR0e .navbar.opened {
    height: auto;
  }
  .cid-uqlLnOUR0e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqlLnOUR0e .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uqlLnOUR0e .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uqlLnOUR0e .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uqlLnOUR0e .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-uqlLnOUR0e .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uqlLnOUR0e .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uqlLnOUR0e .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uqlLnOUR0e .navbar-brand {
    margin-right: auto;
  }
  .cid-uqlLnOUR0e .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.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uqlLnOUR0e .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uqlLnOUR0e .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uqlLnOUR0e .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-uqlLnOUR0e .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uqlLnOUR0e .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uqlLnOUR0e .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-uqlLnOUR0e .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uqlLnOUR0e .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-uqlLnOUR0e .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uqlLnOUR0e .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uqs0aLRHrP {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uqs0aLRHrP .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #0046c7 !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  font-weight: bold;
}
.cid-uqs0aLRHrP .panel-group {
  border: none;
}
.cid-uqs0aLRHrP .card-header {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uqs0aLRHrP .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uqs0aLRHrP .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uqs0aLRHrP .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uqs0aLRHrP .img-col {
  padding: 0;
}
.cid-uqs0aLRHrP .img-item {
  height: 100%;
}
.cid-uqs0aLRHrP img {
  height: 100%;
  object-fit: cover;
}
.cid-uqs0aLRHrP .collapsed span {
  transform: rotate(0deg);
}
.cid-uqs0aLRHrP .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqs0aLRHrP p {
  margin-bottom: 0.3rem;
}
.cid-uqs0aLRHrP .panel-title-edit {
  color: #e9c0e9;
}
.cid-uqs0aLRHrP .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uqs0aLRHrP .card {
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uqs0aLRHrP .card {
    padding: 1.5rem;
  }
}
.cid-uqs0aLRHrP .panel-text {
  color: #320707;
}
.cid-uqs0aLRHrP .mbr-section-title {
  text-align: left;
  color: #0046c7;
}
.cid-uqs0aLRHrP .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uqs0aLRHrP .panel-title-edit,
.cid-uqs0aLRHrP .mbr-iconfont {
  color: #000000;
}
.cid-urvG3efc5U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-urvG3efc5U .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #0046c7 !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  font-weight: bold;
}
.cid-urvG3efc5U .panel-group {
  border: none;
}
.cid-urvG3efc5U .card-header {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-urvG3efc5U .card-header {
    padding: 1rem 0rem;
  }
}
.cid-urvG3efc5U .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-urvG3efc5U .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-urvG3efc5U .img-col {
  padding: 0;
}
.cid-urvG3efc5U .img-item {
  height: 100%;
}
.cid-urvG3efc5U img {
  height: 100%;
  object-fit: cover;
}
.cid-urvG3efc5U .collapsed span {
  transform: rotate(0deg);
}
.cid-urvG3efc5U .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-urvG3efc5U p {
  margin-bottom: 0.3rem;
}
.cid-urvG3efc5U .panel-title-edit {
  color: #e9c0e9;
}
.cid-urvG3efc5U .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-urvG3efc5U .card {
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-urvG3efc5U .card {
    padding: 1.5rem;
  }
}
.cid-urvG3efc5U .panel-text {
  color: #320707;
}
.cid-urvG3efc5U .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-urvG3efc5U .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-urvG3efc5U .panel-title-edit,
.cid-urvG3efc5U .mbr-iconfont {
  color: #000000;
}
.cid-uqZWiNAAXx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uqZWiNAAXx .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #0046c7 !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  font-weight: bold;
}
.cid-uqZWiNAAXx .panel-group {
  border: none;
}
.cid-uqZWiNAAXx .card-header {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uqZWiNAAXx .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uqZWiNAAXx .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uqZWiNAAXx .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uqZWiNAAXx .img-col {
  padding: 0;
}
.cid-uqZWiNAAXx .img-item {
  height: 100%;
}
.cid-uqZWiNAAXx img {
  height: 100%;
  object-fit: cover;
}
.cid-uqZWiNAAXx .collapsed span {
  transform: rotate(0deg);
}
.cid-uqZWiNAAXx .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqZWiNAAXx p {
  margin-bottom: 0.3rem;
}
.cid-uqZWiNAAXx .panel-title-edit {
  color: #e9c0e9;
}
.cid-uqZWiNAAXx .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uqZWiNAAXx .card {
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uqZWiNAAXx .card {
    padding: 1.5rem;
  }
}
.cid-uqZWiNAAXx .panel-text {
  color: #320707;
}
.cid-uqZWiNAAXx .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uqZWiNAAXx .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uqZWiNAAXx .panel-title-edit,
.cid-uqZWiNAAXx .mbr-iconfont {
  color: #000000;
}
.cid-uqlLnQj7bE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uqlLnQj7bE .col-title {
    margin-bottom: 20px;
  }
}
.cid-uqlLnQj7bE .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-uqlLnQj7bE .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uqlLnQj7bE .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-uqlLnTqZlx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uqlLnTqZlx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqlLnTqZlx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqlLnTqZlx p a:hover {
  text-decoration: underline;
}
.cid-uqlLnTqZlx h2 {
  line-height: 1.3;
}
.cid-uqlLnTqZlx img {
  object-fit: cover;
}
.cid-uqlLnTqZlx .mbr-link {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-uqlLnTqZlx .mbr-link {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}
.cid-uqlLnTqZlx .row {
  margin: 0;
  justify-content: flex-end;
}
.cid-uqlLnTqZlx .icon-wrap {
  display: inline-flex;
}
@media (max-width: 767px) {
  .cid-uqlLnTqZlx .icon-wrap {
    margin-top: 1rem;
  }
}
.cid-uqlLnTqZlx .card-box {
  width: 100%;
  flex-direction: row;
}
.cid-uqlLnTqZlx .icon {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 1px;
  margin: 0 0.5rem;
}
.cid-uqlLnTqZlx .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uqlLnTqZlx .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uqlLnTqZlx .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uqlLnTqZlx .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uqlLnTqZlx .wrap {
  background: #bed2f5;
}
.cid-uqlLnTqZlx .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uqlLnTqZlx .link-wrapper {
    flex-direction: column;
  }
}
.cid-uqlLnTqZlx .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uqlLnTqZlx .mbr-text,
.cid-uqlLnTqZlx .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uqlLnTqZlx .mbr-link,
.cid-uqlLnTqZlx .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uqlLnTqZlx .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uqlLnTqZlx .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uqrYzTubYZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uqrYzTubYZ .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-uqrYzTubYZ .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uqrYzTubYZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uqrYzTubYZ .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-uqrYzTubYZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uqrYzTubYZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqrYzTubYZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqrYzTubYZ .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uqrYzTubYZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uqrYzTubYZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uqrYzTubYZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uqrYzTubYZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uqrYzTubYZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uqrYzTubYZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uqrYzTubYZ .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uqrYzTubYZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uqrYzTubYZ .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uqrYzTubYZ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uqrYzTubYZ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uqrYzTubYZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uqrYzTubYZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uqrYzTubYZ .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.9) !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-uqrYzTubYZ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqrYzTubYZ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uqrYzTubYZ .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uqrYzTubYZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqrYzTubYZ .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.9) !important;
  backdrop-filter: blur(10px);
}
.cid-uqrYzTubYZ .nav-item:focus,
.cid-uqrYzTubYZ .nav-link:focus {
  outline: none;
}
.cid-uqrYzTubYZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqrYzTubYZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqrYzTubYZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqrYzTubYZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqrYzTubYZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqrYzTubYZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqrYzTubYZ .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-uqrYzTubYZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uqrYzTubYZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqrYzTubYZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uqrYzTubYZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uqrYzTubYZ .navbar.collapsed {
  justify-content: center;
}
.cid-uqrYzTubYZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqrYzTubYZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqrYzTubYZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uqrYzTubYZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqrYzTubYZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqrYzTubYZ .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-uqrYzTubYZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqrYzTubYZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqrYzTubYZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uqrYzTubYZ .navbar {
    min-height: 72px;
  }
  .cid-uqrYzTubYZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uqrYzTubYZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqrYzTubYZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqrYzTubYZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqrYzTubYZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqrYzTubYZ .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-uqrYzTubYZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqrYzTubYZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uqrYzTubYZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqrYzTubYZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqrYzTubYZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uqrYzTubYZ .dropdown-item.active,
.cid-uqrYzTubYZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uqrYzTubYZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqrYzTubYZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqrYzTubYZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqrYzTubYZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uqrYzTubYZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uqrYzTubYZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uqrYzTubYZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqrYzTubYZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uqrYzTubYZ .navbar-buttons {
    text-align: left;
  }
}
.cid-uqrYzTubYZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqrYzTubYZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uqrYzTubYZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqrYzTubYZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqrYzTubYZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqrYzTubYZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqrYzTubYZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqrYzTubYZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqrYzTubYZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqrYzTubYZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqrYzTubYZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uqrYzTubYZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqrYzTubYZ .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-uqrYzTubYZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqrYzTubYZ .navbar {
    height: 70px;
  }
  .cid-uqrYzTubYZ .navbar.opened {
    height: auto;
  }
  .cid-uqrYzTubYZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqrYzTubYZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uqrYzTubYZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uqrYzTubYZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uqrYzTubYZ .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-uqrYzTubYZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uqrYzTubYZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uqrYzTubYZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uqrYzTubYZ .navbar-brand {
    margin-right: auto;
  }
  .cid-uqrYzTubYZ .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.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uqrYzTubYZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uqrYzTubYZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uqrYzTubYZ .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-uqrYzTubYZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uqrYzTubYZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uqrYzTubYZ .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-uqrYzTubYZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uqrYzTubYZ .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-uqrYzTubYZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uqrYzTubYZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-urZfsOMc0o {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-urZfsOMc0o .item-img {
  position: relative;
}
.cid-urZfsOMc0o .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-urZfsOMc0o .cardbg {
  background: #eaf1fc;
  height: 100%;
  min-height: 300px;
}
.cid-urZfsOMc0o .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-urZfsOMc0o .image-wrapper {
  overflow: hidden;
}
.cid-urZfsOMc0o .item1 {
  margin-bottom: 2rem !important;
}
.cid-urZfsOMc0o .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-urZfsOMc0o .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-urZfsOMc0o .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-urZfsOMc0o .item1,
.cid-urZfsOMc0o .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-urZfsOMc0o .item1 .item:hover,
.cid-urZfsOMc0o .item .item:hover {
  cursor: pointer;
}
.cid-urZfsOMc0o .item1:hover .link-icon-wrapper span,
.cid-urZfsOMc0o .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-urZfsOMc0o .card2 {
    margin-top: 1rem;
  }
}
.cid-urZfsOMc0o .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-urZfsOMc0o .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-urZfsOMc0o .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-urZfsOMc0o .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-urZfsOMc0o .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-urZfsOMc0o .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-urZfsOMc0o .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-urZfsOMc0o .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-urZfsOMc0o .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-urZfsOMc0o img,
.cid-urZfsOMc0o .item-img {
  width: 100%;
}
.cid-urZfsOMc0o .item:focus,
.cid-urZfsOMc0o span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-urZfsOMc0o .item {
    margin-bottom: 1rem;
  }
}
.cid-urZfsOMc0o .mbr-section-title {
  color: #0046c7;
  text-align: left;
}
.cid-urZfsOMc0o .item-title {
  text-align: left;
  color: #ffa600;
}
.cid-urZfsOMc0o .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-urZfsOMc0o .mbr-section-subtitle,
.cid-urZfsOMc0o .subtitle-wrap,
.cid-urZfsOMc0o .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-urZfsOMc0o .mbr-text,
.cid-urZfsOMc0o .item .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-usl3cxzNdl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-usl3cxzNdl .item-img {
  position: relative;
}
.cid-usl3cxzNdl .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-usl3cxzNdl .cardbg {
  background: #3098f3;
  height: 100%;
  min-height: 300px;
}
.cid-usl3cxzNdl .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-usl3cxzNdl .image-wrapper {
  overflow: hidden;
}
.cid-usl3cxzNdl .item1 {
  margin-bottom: 2rem !important;
}
.cid-usl3cxzNdl .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-usl3cxzNdl .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-usl3cxzNdl .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-usl3cxzNdl .item1,
.cid-usl3cxzNdl .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-usl3cxzNdl .item1 .item:hover,
.cid-usl3cxzNdl .item .item:hover {
  cursor: pointer;
}
.cid-usl3cxzNdl .item1:hover .link-icon-wrapper span,
.cid-usl3cxzNdl .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-usl3cxzNdl .card2 {
    margin-top: 1rem;
  }
}
.cid-usl3cxzNdl .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-usl3cxzNdl .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-usl3cxzNdl .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-usl3cxzNdl .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-usl3cxzNdl .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-usl3cxzNdl .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-usl3cxzNdl .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-usl3cxzNdl .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-usl3cxzNdl .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-usl3cxzNdl img,
.cid-usl3cxzNdl .item-img {
  width: 100%;
}
.cid-usl3cxzNdl .item:focus,
.cid-usl3cxzNdl span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-usl3cxzNdl .item {
    margin-bottom: 1rem;
  }
}
.cid-usl3cxzNdl .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-usl3cxzNdl .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-usl3cxzNdl .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-usl3cxzNdl .mbr-section-subtitle,
.cid-usl3cxzNdl .subtitle-wrap,
.cid-usl3cxzNdl .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-usl3cxzNdl .mbr-text,
.cid-usl3cxzNdl .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-urLxRw0cgV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urLxRw0cgV .item-img {
  position: relative;
}
.cid-urLxRw0cgV .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-urLxRw0cgV .cardbg {
  background: #eaf1fc;
  height: 100%;
  min-height: 300px;
}
.cid-urLxRw0cgV .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-urLxRw0cgV .image-wrapper {
  overflow: hidden;
}
.cid-urLxRw0cgV .item1 {
  margin-bottom: 2rem !important;
}
.cid-urLxRw0cgV .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-urLxRw0cgV .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-urLxRw0cgV .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-urLxRw0cgV .item1,
.cid-urLxRw0cgV .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-urLxRw0cgV .item1 .item:hover,
.cid-urLxRw0cgV .item .item:hover {
  cursor: pointer;
}
.cid-urLxRw0cgV .item1:hover .link-icon-wrapper span,
.cid-urLxRw0cgV .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-urLxRw0cgV .card2 {
    margin-top: 1rem;
  }
}
.cid-urLxRw0cgV .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-urLxRw0cgV .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-urLxRw0cgV .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-urLxRw0cgV .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-urLxRw0cgV .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-urLxRw0cgV .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-urLxRw0cgV .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-urLxRw0cgV .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-urLxRw0cgV .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-urLxRw0cgV img,
.cid-urLxRw0cgV .item-img {
  width: 100%;
}
.cid-urLxRw0cgV .item:focus,
.cid-urLxRw0cgV span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-urLxRw0cgV .item {
    margin-bottom: 1rem;
  }
}
.cid-urLxRw0cgV .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-urLxRw0cgV .item-title {
  text-align: left;
  color: #0046c7;
}
.cid-urLxRw0cgV .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-urLxRw0cgV .mbr-section-subtitle,
.cid-urLxRw0cgV .subtitle-wrap,
.cid-urLxRw0cgV .mbr-section-btn {
  text-align: left;
}
.cid-urLxRw0cgV .mbr-text,
.cid-urLxRw0cgV .item .mbr-section-btn {
  color: #000000;
}
.cid-uqrYzV7TrE {
  background-color: #ffffff;
}
.cid-uqrYzV7TrE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqrYzV7TrE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqrYzV7TrE .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uqrYzV7TrE .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uqrYzV7TrE .container {
    padding: 0 26px;
  }
}
.cid-uqrYzV7TrE .row {
  justify-content: center;
}
.cid-uqrYzV7TrE .content-wrapper {
  display: flex;
  padding: 100px 60px;
  background-color: #bed2f5;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uqrYzV7TrE .content-wrapper {
    padding: 100px 20px;
    display: block;
    height: auto;
  }
}
.cid-uqrYzV7TrE .content-wrapper .image-wrapper {
  width: 50%;
  padding-right: 45px;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 60px;
}
@media (max-width: 992px) {
  .cid-uqrYzV7TrE .content-wrapper .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uqrYzV7TrE .content-wrapper .image-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uqrYzV7TrE .content-wrapper .image-wrapper .image-wrap {
  margin-right: 80px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uqrYzV7TrE .content-wrapper .image-wrapper .image-wrap {
    margin-right: 0;
  }
}
.cid-uqrYzV7TrE .content-wrapper .image-wrapper .image-wrap:nth-child(2n) {
  margin-right: 0;
  margin-left: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqrYzV7TrE .content-wrapper .image-wrapper .image-wrap:nth-child(2n) {
    margin-left: 0;
  }
}
.cid-uqrYzV7TrE .content-wrapper .image-wrapper .image-wrap img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uqrYzV7TrE .content-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uqrYzV7TrE .content-wrapper .content-wrap {
  width: 50%;
  padding-top: 100px;
}
@media (max-width: 992px) {
  .cid-uqrYzV7TrE .content-wrapper .content-wrap {
    width: 100%;
    padding-top: 0;
  }
}
.cid-uqrYzV7TrE .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqrYzV7TrE .content-wrapper .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uqrYzV7TrE .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uqrYzV7TrE .content-wrapper .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqrYzV7TrE .content-wrapper .content-wrap .panel-group .card {
  border-radius: 0 !important;
  background-color: transparent;
  margin-bottom: 50px;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uqrYzV7TrE .content-wrapper .content-wrap .panel-group .card {
    margin-bottom: 40px;
  }
}
.cid-uqrYzV7TrE .content-wrapper .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 10px;
}
.cid-uqrYzV7TrE .content-wrapper .content-wrap .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uqrYzV7TrE .content-wrapper .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uqrYzV7TrE .content-wrapper .content-wrap .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 10px;
}
.cid-uqrYzV7TrE .content-wrapper .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uqrYzV7TrE .content-wrapper .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin-top: 20px;
}
.cid-uqrYzV7TrE .content-wrapper .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 10px;
}
.cid-uqrYzV7TrE .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uqrYzV7TrE .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uqrYzV7TrE .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uqrYzV7TrE .mbr-section-title {
  color: #000000;
}
.cid-uqrYzV7TrE .mbr-text {
  color: #000000;
}
.cid-uqrYzV7TrE .panel-title-edit {
  color: #000000;
}
.cid-uqrYzV7TrE .panel-text {
  color: #000000;
}
.cid-urLxxyNPVk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-urLxxyNPVk .col-title {
    margin-bottom: 20px;
  }
}
.cid-urLxxyNPVk .mbr-section-title {
  color: #0046c7;
}
.cid-urLxxyNPVk .mbr-text {
  color: #000000;
}
.cid-urLxxyNPVk .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-top: 2rem;
}
.cid-urLxxyNPVk .mbr-section-subtitle {
  border-radius: 1rem;
  border: 1px solid currentColor;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-urLxxyNPVk .row {
  justify-content: space-between;
}
.cid-urLxxyNPVk .mbr-text1 {
  color: #0046c7;
}
.cid-urLxxyNPVk img {
  object-fit: cover;
}
.cid-urLxxyNPVk h3 {
  transition: all 0.3s;
  position: relative;
}
.cid-urLxxyNPVk h3:hover {
  transform: translateX(25px);
  cursor: pointer;
}
.cid-urLxxyNPVk h3:hover:before {
  opacity: 1;
}
.cid-urLxxyNPVk h3:before {
  content: '';
  background: currentColor;
  width: 12px;
  transition: all 0.3s;
  height: 12px;
  opacity: 0;
  border-radius: 50%;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.cid-urL7tN9xIP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urL7tN9xIP .mbr-fallback-image.disabled {
  display: none;
}
.cid-urL7tN9xIP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urL7tN9xIP .item-wrapper {
  width: 100%;
}
.cid-urL7tN9xIP .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-urL7tN9xIP .mbr-link {
  background: #ffa600;
  padding: 0.4rem 1rem;
  margin-right: 0.5rem;
  border-radius: 1rem;
}
.cid-urL7tN9xIP .card-box {
  padding: 0rem;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
}
.cid-urL7tN9xIP .icon {
  color: black;
  background: #ffa600;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
}
.cid-urL7tN9xIP p {
  background: #ffa600;
  width: fit-content;
  border-radius: 0.8rem;
  padding: 0.2rem 1rem;
  line-height: 1.2;
  display: inline-block;
  transform: scale(1.05);
}
.cid-urL7tN9xIP .card-wrapper {
  min-height: 700px;
  display: flex;
  padding: 1rem;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-urL7tN9xIP .card-wrapper {
    padding: 1.5rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-urL7tN9xIP .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urL7tN9xIP .card-wrapper {
    padding: 4rem;
  }
}
.cid-urL7tN9xIP .wrap {
  background: url("../../../assets/images/mbr-1920x1440.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-urL7tN9xIP .wrap .inner-wrap {
  padding: 40px;
}
.cid-urL7tN9xIP .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-urL7tN9xIP .mbr-text,
.cid-urL7tN9xIP .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-urL7tN9xIP .mbr-link,
.cid-urL7tN9xIP .link-wrapper {
  color: #ffffff;
}
.cid-urLCI5daRe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urLCI5daRe .item-img {
  position: relative;
}
.cid-urLCI5daRe .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-urLCI5daRe .card-text {
    padding-left: 4rem;
  }
}
.cid-urLCI5daRe h5 {
  line-height: 1.2;
}
.cid-urLCI5daRe .card {
  margin-bottom: 2rem;
}
.cid-urLCI5daRe .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-urLCI5daRe .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-urLCI5daRe .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffa600;
}
@media (max-width: 992px) {
  .cid-urLCI5daRe .image-wrapper {
    min-height: 200px;
  }
}
.cid-urLCI5daRe .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-urLCI5daRe .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-urLCI5daRe .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-urLCI5daRe .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-urLCI5daRe .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-urLCI5daRe .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-urLCI5daRe .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-urLCI5daRe .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-urLCI5daRe .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-urLCI5daRe .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-urLCI5daRe .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-urLCI5daRe .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-urLCI5daRe img,
.cid-urLCI5daRe .item-img {
  width: 100%;
}
.cid-urLCI5daRe .item:focus,
.cid-urLCI5daRe span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-urLCI5daRe .item {
    margin-bottom: 1rem;
  }
}
.cid-urLCI5daRe .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-urLCI5daRe .item-title {
  text-align: left;
  color: #000000;
}
.cid-urLCI5daRe .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-urLCI5daRe .mbr-section-subtitle,
.cid-urLCI5daRe .subtitle-wrap,
.cid-urLCI5daRe .mbr-section-btn {
  text-align: left;
}
.cid-urLCI5daRe .mbr-text,
.cid-urLCI5daRe .item .mbr-section-btn {
  color: #ffffff;
}
.cid-urLCI5daRe .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-urLCI5daRe .mbr-title2 {
  text-align: left;
}
.cid-uqrYzUGRVX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uqrYzUGRVX .col-title {
    margin-bottom: 20px;
  }
}
.cid-uqrYzUGRVX .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uqrYzUGRVX .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uqrYzUGRVX .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-urLIWWnayn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-urLIWWnayn .mbr-fallback-image.disabled {
  display: none;
}
.cid-urLIWWnayn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urLIWWnayn .mbr-section-subtitle {
  border-radius: 1rem;
  border: 1px solid currentColor;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  color: #000000;
}
.cid-urLIWWnayn .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-urLIWWnayn .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-urLIWWnayn .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  border: 1px solid lightgray;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-urLIWWnayn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-urLIWWnayn .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #000000;
  margin-bottom: 1rem;
  width: 60px;
  justify-content: center;
  align-items: center;
  background: #ffa600;
  height: 60px;
  border-radius: 50%;
}
.cid-urLIWWnayn .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-urLIWWnayn .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-urLIWWnayn .card-box .item-footer {
  margin-top: auto;
}
.cid-urLIWWnayn .content-head {
  max-width: 800px;
}
.cid-urLIWWnayn .mbr-section-subtitle,
.cid-urLIWWnayn .subtitle-wrap,
.cid-urLIWWnayn .mbr-section-btn {
  text-align: left;
}
.cid-urLIWWnayn .card-text {
  text-align: left;
}
.cid-uqrYzXarVQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uqrYzXarVQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqrYzXarVQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqrYzXarVQ p a:hover {
  text-decoration: underline;
}
.cid-uqrYzXarVQ h2 {
  line-height: 1.3;
}
.cid-uqrYzXarVQ img {
  object-fit: cover;
}
.cid-uqrYzXarVQ .mbr-link {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-uqrYzXarVQ .mbr-link {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}
.cid-uqrYzXarVQ .row {
  margin: 0;
  justify-content: flex-end;
}
.cid-uqrYzXarVQ .icon-wrap {
  display: inline-flex;
}
@media (max-width: 767px) {
  .cid-uqrYzXarVQ .icon-wrap {
    margin-top: 1rem;
  }
}
.cid-uqrYzXarVQ .card-box {
  width: 100%;
  flex-direction: row;
}
.cid-uqrYzXarVQ .icon {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 1px;
  margin: 0 0.5rem;
}
.cid-uqrYzXarVQ .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uqrYzXarVQ .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uqrYzXarVQ .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uqrYzXarVQ .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uqrYzXarVQ .wrap {
  background: #bed2f5;
}
.cid-uqrYzXarVQ .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uqrYzXarVQ .link-wrapper {
    flex-direction: column;
  }
}
.cid-uqrYzXarVQ .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uqrYzXarVQ .mbr-text,
.cid-uqrYzXarVQ .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uqrYzXarVQ .mbr-link,
.cid-uqrYzXarVQ .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uqrYzXarVQ .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uqrYzXarVQ .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uqrYE297sc {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uqrYE297sc .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-uqrYE297sc .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uqrYE297sc .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uqrYE297sc .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-uqrYE297sc .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uqrYE297sc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqrYE297sc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqrYE297sc .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uqrYE297sc .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uqrYE297sc .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uqrYE297sc .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uqrYE297sc .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uqrYE297sc .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uqrYE297sc .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uqrYE297sc .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uqrYE297sc .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uqrYE297sc .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uqrYE297sc .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uqrYE297sc .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uqrYE297sc .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uqrYE297sc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uqrYE297sc .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.9) !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-uqrYE297sc .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqrYE297sc .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uqrYE297sc .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uqrYE297sc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqrYE297sc .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.9) !important;
  backdrop-filter: blur(10px);
}
.cid-uqrYE297sc .nav-item:focus,
.cid-uqrYE297sc .nav-link:focus {
  outline: none;
}
.cid-uqrYE297sc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqrYE297sc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqrYE297sc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqrYE297sc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqrYE297sc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqrYE297sc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqrYE297sc .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-uqrYE297sc .navbar.opened {
  transition: all 0.3s;
}
.cid-uqrYE297sc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqrYE297sc .navbar .navbar-logo img {
  width: auto;
}
.cid-uqrYE297sc .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uqrYE297sc .navbar.collapsed {
  justify-content: center;
}
.cid-uqrYE297sc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqrYE297sc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqrYE297sc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uqrYE297sc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqrYE297sc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqrYE297sc .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-uqrYE297sc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqrYE297sc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqrYE297sc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uqrYE297sc .navbar {
    min-height: 72px;
  }
  .cid-uqrYE297sc .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uqrYE297sc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqrYE297sc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqrYE297sc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqrYE297sc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqrYE297sc .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-uqrYE297sc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqrYE297sc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uqrYE297sc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqrYE297sc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqrYE297sc .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uqrYE297sc .dropdown-item.active,
.cid-uqrYE297sc .dropdown-item:active {
  background-color: transparent;
}
.cid-uqrYE297sc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqrYE297sc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqrYE297sc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqrYE297sc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uqrYE297sc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uqrYE297sc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uqrYE297sc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqrYE297sc .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uqrYE297sc .navbar-buttons {
    text-align: left;
  }
}
.cid-uqrYE297sc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqrYE297sc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uqrYE297sc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqrYE297sc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqrYE297sc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqrYE297sc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqrYE297sc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqrYE297sc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqrYE297sc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqrYE297sc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqrYE297sc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uqrYE297sc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqrYE297sc .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-uqrYE297sc .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqrYE297sc .navbar {
    height: 70px;
  }
  .cid-uqrYE297sc .navbar.opened {
    height: auto;
  }
  .cid-uqrYE297sc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqrYE297sc .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uqrYE297sc .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uqrYE297sc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uqrYE297sc .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-uqrYE297sc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uqrYE297sc .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uqrYE297sc .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uqrYE297sc .navbar-brand {
    margin-right: auto;
  }
  .cid-uqrYE297sc .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.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uqrYE297sc .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uqrYE297sc .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uqrYE297sc .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-uqrYE297sc .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uqrYE297sc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uqrYE297sc .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-uqrYE297sc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uqrYE297sc .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-uqrYE297sc .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uqrYE297sc .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uqU8rOsQUH {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #010a44;
}
.cid-uqU8rOsQUH .mbr-section-subtitle,
.cid-uqU8rOsQUH .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uqU8rOsQUH .mbr-text {
  margin-bottom: 2rem;
  color: #ffffff;
}
.cid-uqU8rOsQUH .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-uqU8rOsQUH .form-control {
  border: none !important;
  padding: 14px 18px;
  background-color: #fef2ed !important;
  font-size: 16px;
  color: #fef2ed;
  background-color: transparent !important;
  border-radius: 4px;
  border: 1px solid #fef2ed !important;
}
.cid-uqU8rOsQUH .input-group-btn {
  padding-left: 0;
}
.cid-uqU8rOsQUH .input-group-btn .btn {
  font-weight: 600;
  padding: 12px 18px;
  width: 100%;
}
.cid-uqU8rOsQUH .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-uqU8rOsQUH .mbr-form .btn {
  margin: 0;
}
.cid-uqU8rOsQUH input::-webkit-input-placeholder {
  color: #fef2ed;
  opacity: .6;
}
.cid-uqU8rOsQUH input::-moz-placeholder {
  color: #fef2ed;
  opacity: .6;
}
.cid-uqU8rOsQUH .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uqU8rOsQUH .image {
    margin-bottom: 2rem;
    order: 1;
  }
}
.cid-uqU8rOsQUH .mbr-section-title {
  color: #ffffff;
}
.cid-uqU8rOsQUH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqU8rOsQUH .textGDPR {
  font-size: 14px;
  text-align: left;
}
.cid-uqU8rOsQUH .textGDPR input[name='gdpr'] {
  top: 0 !important;
}
.cid-uqU8rOsQUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqU8rOsQUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqU8BjoCBN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uqU8BjoCBN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqU8BjoCBN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqU8BjoCBN .items-wrapper {
  margin: 0 -5px;
}
.cid-uqU8BjoCBN .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-uqU8BjoCBN .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-uqU8BjoCBN .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-uqU8BjoCBN .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #bed2f5;
}
@media (max-width: 992px) {
  .cid-uqU8BjoCBN .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-uqU8BjoCBN .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqU8BjoCBN .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uqU8BjoCBN .content-wrapper .contacts-wrapper {
  width: 100%;
}
.cid-uqU8BjoCBN .content-wrapper .contacts-wrapper .item:first-child .item-wrapper .card-box {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.cid-uqU8BjoCBN .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 !important;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uqU8BjoCBN .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uqU8BjoCBN .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqU8BjoCBN .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 6px;
  }
}
.cid-uqU8BjoCBN .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  padding: 8px 20px;
  margin-bottom: 0;
}
.cid-uqU8BjoCBN .content-wrapper .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqU8BjoCBN .content-wrapper .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-uqU8BjoCBN .content-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uqU8BjoCBN .content-wrapper .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uqU8BjoCBN .content-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.cid-uqU8BjoCBN .content-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 28px;
  border-radius: 60px !important;
  border: 1px solid #000000 !important;
  box-shadow: none;
  background-color: #bed2f5;
}
@media (max-width: 992px) {
  .cid-uqU8BjoCBN .content-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uqU8BjoCBN .content-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uqU8BjoCBN .content-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
}
.cid-uqU8BjoCBN .content-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .7;
}
.cid-uqU8BjoCBN .content-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uqU8BjoCBN .content-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uqU8BjoCBN .content-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-uqU8BjoCBN .content-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uqU8BjoCBN .content-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-uqU8BjoCBN .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
  margin-right: 24%;
}
.cid-uqU8BjoCBN .mbr-section-title {
  color: #0046c7;
  text-align: center;
}
.cid-uqU8BjoCBN .mbr-section-subtitle {
  color: #0046c7;
  text-align: center;
}
.cid-uqU8BjoCBN .card-title {
  color: #000000;
}
.cid-uqU8m8ZQex {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uqU8m8ZQex .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uqU8m8ZQex .btn {
  box-shadow: none;
  border-radius: 30px;
  padding: 1rem 3rem;
}
.cid-uqU8m8ZQex .jq-selectbox li {
  padding: 1em 1.5em;
}
.cid-uqU8m8ZQex .col-auto {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}
.cid-uqU8m8ZQex .form-control,
.cid-uqU8m8ZQex .field-input {
  padding: 0rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
  border-bottom: 1px solid #c1c1c1 !important;
  border-radius: 0;
  color: #353535;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uqU8m8ZQex .form-control::-webkit-input-placeholder,
.cid-uqU8m8ZQex .field-input::-webkit-input-placeholder,
.cid-uqU8m8ZQex .form-control::-webkit-input-placeholder,
.cid-uqU8m8ZQex .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uqU8m8ZQex .form-control:-moz-placeholder,
.cid-uqU8m8ZQex .field-input:-moz-placeholder,
.cid-uqU8m8ZQex .form-control:-moz-placeholder,
.cid-uqU8m8ZQex .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uqU8m8ZQex .form-control:hover,
.cid-uqU8m8ZQex .field-input:hover,
.cid-uqU8m8ZQex .form-control:focus,
.cid-uqU8m8ZQex .field-input:focus {
  background-color: #ffffff;
  border-color: transparent!important;
  border-bottom: 1px solid #c1c1c1 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uqU8m8ZQex .form-control:hover::-webkit-input-placeholder,
.cid-uqU8m8ZQex .field-input:hover::-webkit-input-placeholder,
.cid-uqU8m8ZQex .form-control:focus::-webkit-input-placeholder,
.cid-uqU8m8ZQex .field-input:focus::-webkit-input-placeholder,
.cid-uqU8m8ZQex .form-control:hover::-webkit-input-placeholder,
.cid-uqU8m8ZQex .field-input:hover::-webkit-input-placeholder,
.cid-uqU8m8ZQex .form-control:focus::-webkit-input-placeholder,
.cid-uqU8m8ZQex .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uqU8m8ZQex .form-control:hover:-moz-placeholder,
.cid-uqU8m8ZQex .field-input:hover:-moz-placeholder,
.cid-uqU8m8ZQex .form-control:focus:-moz-placeholder,
.cid-uqU8m8ZQex .field-input:focus:-moz-placeholder,
.cid-uqU8m8ZQex .form-control:hover:-moz-placeholder,
.cid-uqU8m8ZQex .field-input:hover:-moz-placeholder,
.cid-uqU8m8ZQex .form-control:focus:-moz-placeholder,
.cid-uqU8m8ZQex .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uqU8m8ZQex .jq-number__spin:hover,
.cid-uqU8m8ZQex .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uqU8m8ZQex .jq-number__spin {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #353535;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uqU8m8ZQex .jq-selectbox li,
.cid-uqU8m8ZQex .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uqU8m8ZQex .jq-selectbox li:hover,
.cid-uqU8m8ZQex .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uqU8m8ZQex .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uqU8m8ZQex .jq-number__spin.minus:hover:after,
.cid-uqU8m8ZQex .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uqU8m8ZQex .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uqU8m8ZQex .jq-number__spin.minus:after,
.cid-uqU8m8ZQex .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uqU8m8ZQex input::-webkit-clear-button {
  display: none;
}
.cid-uqU8m8ZQex input::-webkit-inner-spin-button {
  display: none;
}
.cid-uqU8m8ZQex input::-webkit-outer-spin-button {
  display: none;
}
.cid-uqU8m8ZQex input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uqU8m8ZQex .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: black!important;
}
.cid-uqU8m8ZQex .jq-selectbox__dropdown {
  border-radius: 0;
}
.cid-uqrYE3oU52 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uqrYE3oU52 .col-title {
    margin-bottom: 20px;
  }
}
.cid-uqrYE3oU52 .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-uqrYE3oU52 .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uqrYE3oU52 .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-urvEtVQoTo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urvEtVQoTo .mbr-fallback-image.disabled {
  display: none;
}
.cid-urvEtVQoTo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urvEtVQoTo .google-map {
  height: 350px;
  position: relative;
}
.cid-urvEtVQoTo .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-urvEtVQoTo .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-urvEtVQoTo .google-map[data-state] {
  background: #e9e5dc;
}
.cid-urvEtVQoTo .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-urCSadeUx6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urCSadeUx6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urCSadeUx6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urCSadeUx6 .google-map {
  height: 350px;
  position: relative;
}
.cid-urCSadeUx6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-urCSadeUx6 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-urCSadeUx6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-urCSadeUx6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-urvEQmsBJf {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urvEQmsBJf .mbr-fallback-image.disabled {
  display: none;
}
.cid-urvEQmsBJf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urvEQmsBJf .google-map {
  height: 350px;
  position: relative;
}
.cid-urvEQmsBJf .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-urvEQmsBJf .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-urvEQmsBJf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-urvEQmsBJf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uqrYE6rO5m {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uqrYE6rO5m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqrYE6rO5m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqrYE6rO5m p a:hover {
  text-decoration: underline;
}
.cid-uqrYE6rO5m h2 {
  line-height: 1.3;
}
.cid-uqrYE6rO5m img {
  object-fit: cover;
}
.cid-uqrYE6rO5m .mbr-link {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-uqrYE6rO5m .mbr-link {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}
.cid-uqrYE6rO5m .row {
  margin: 0;
  justify-content: flex-end;
}
.cid-uqrYE6rO5m .icon-wrap {
  display: inline-flex;
}
@media (max-width: 767px) {
  .cid-uqrYE6rO5m .icon-wrap {
    margin-top: 1rem;
  }
}
.cid-uqrYE6rO5m .card-box {
  width: 100%;
  flex-direction: row;
}
.cid-uqrYE6rO5m .icon {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 1px;
  margin: 0 0.5rem;
}
.cid-uqrYE6rO5m .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uqrYE6rO5m .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uqrYE6rO5m .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uqrYE6rO5m .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uqrYE6rO5m .wrap {
  background: #bed2f5;
}
.cid-uqrYE6rO5m .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uqrYE6rO5m .link-wrapper {
    flex-direction: column;
  }
}
.cid-uqrYE6rO5m .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uqrYE6rO5m .mbr-text,
.cid-uqrYE6rO5m .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uqrYE6rO5m .mbr-link,
.cid-uqrYE6rO5m .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uqrYE6rO5m .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uqrYE6rO5m .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uqrYE297sc {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uqrYE297sc .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-uqrYE297sc .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uqrYE297sc .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uqrYE297sc .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-uqrYE297sc .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uqrYE297sc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqrYE297sc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqrYE297sc .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uqrYE297sc .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uqrYE297sc .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uqrYE297sc .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uqrYE297sc .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uqrYE297sc .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uqrYE297sc .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uqrYE297sc .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uqrYE297sc .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uqrYE297sc .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uqrYE297sc .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uqrYE297sc .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uqrYE297sc .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uqrYE297sc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uqrYE297sc .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.9) !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-uqrYE297sc .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqrYE297sc .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uqrYE297sc .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uqrYE297sc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqrYE297sc .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.9) !important;
  backdrop-filter: blur(10px);
}
.cid-uqrYE297sc .nav-item:focus,
.cid-uqrYE297sc .nav-link:focus {
  outline: none;
}
.cid-uqrYE297sc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqrYE297sc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqrYE297sc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqrYE297sc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqrYE297sc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqrYE297sc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqrYE297sc .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-uqrYE297sc .navbar.opened {
  transition: all 0.3s;
}
.cid-uqrYE297sc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqrYE297sc .navbar .navbar-logo img {
  width: auto;
}
.cid-uqrYE297sc .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uqrYE297sc .navbar.collapsed {
  justify-content: center;
}
.cid-uqrYE297sc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqrYE297sc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqrYE297sc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uqrYE297sc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqrYE297sc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqrYE297sc .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-uqrYE297sc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqrYE297sc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqrYE297sc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uqrYE297sc .navbar {
    min-height: 72px;
  }
  .cid-uqrYE297sc .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uqrYE297sc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqrYE297sc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqrYE297sc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqrYE297sc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqrYE297sc .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-uqrYE297sc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqrYE297sc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uqrYE297sc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqrYE297sc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqrYE297sc .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uqrYE297sc .dropdown-item.active,
.cid-uqrYE297sc .dropdown-item:active {
  background-color: transparent;
}
.cid-uqrYE297sc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqrYE297sc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqrYE297sc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqrYE297sc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uqrYE297sc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uqrYE297sc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uqrYE297sc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqrYE297sc .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uqrYE297sc .navbar-buttons {
    text-align: left;
  }
}
.cid-uqrYE297sc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqrYE297sc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uqrYE297sc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqrYE297sc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqrYE297sc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqrYE297sc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqrYE297sc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqrYE297sc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqrYE297sc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqrYE297sc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqrYE297sc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uqrYE297sc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqrYE297sc .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-uqrYE297sc .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqrYE297sc .navbar {
    height: 70px;
  }
  .cid-uqrYE297sc .navbar.opened {
    height: auto;
  }
  .cid-uqrYE297sc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqrYE297sc .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uqrYE297sc .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uqrYE297sc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uqrYE297sc .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-uqrYE297sc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uqrYE297sc .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uqrYE297sc .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uqrYE297sc .navbar-brand {
    margin-right: auto;
  }
  .cid-uqrYE297sc .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.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uqrYE297sc .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uqrYE297sc .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uqrYE297sc .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-uqrYE297sc .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uqrYE297sc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uqrYE297sc .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-uqrYE297sc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uqrYE297sc .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-uqrYE297sc .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uqrYE297sc .navbar-collapse {
    padding: 1rem;
  }
}
.cid-usbP9S2skh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usbP9S2skh .item-img {
  position: relative;
}
.cid-usbP9S2skh .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-usbP9S2skh .card-text {
    padding-left: 4rem;
  }
}
.cid-usbP9S2skh h5 {
  line-height: 1.2;
}
.cid-usbP9S2skh .card {
  margin-bottom: 2rem;
}
.cid-usbP9S2skh .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-usbP9S2skh .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-usbP9S2skh .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #bed2f5;
}
@media (max-width: 992px) {
  .cid-usbP9S2skh .image-wrapper {
    min-height: 200px;
  }
}
.cid-usbP9S2skh .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-usbP9S2skh .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-usbP9S2skh .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #000000;
}
.cid-usbP9S2skh .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-usbP9S2skh .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-usbP9S2skh .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-usbP9S2skh .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-usbP9S2skh .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-usbP9S2skh .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-usbP9S2skh .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-usbP9S2skh .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-usbP9S2skh .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-usbP9S2skh img,
.cid-usbP9S2skh .item-img {
  width: 100%;
}
.cid-usbP9S2skh .item:focus,
.cid-usbP9S2skh span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-usbP9S2skh .item {
    margin-bottom: 1rem;
  }
}
.cid-usbP9S2skh .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-usbP9S2skh .item-title {
  text-align: left;
  color: #000000;
}
.cid-usbP9S2skh .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-usbP9S2skh .mbr-section-subtitle,
.cid-usbP9S2skh .subtitle-wrap,
.cid-usbP9S2skh .mbr-section-btn {
  text-align: left;
}
.cid-usbP9S2skh .mbr-text,
.cid-usbP9S2skh .item .mbr-section-btn {
  color: #ffffff;
}
.cid-usbP9S2skh .mbr-text {
  color: #000000;
}
.cid-uqrYE6rO5m {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uqrYE6rO5m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqrYE6rO5m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqrYE6rO5m p a:hover {
  text-decoration: underline;
}
.cid-uqrYE6rO5m h2 {
  line-height: 1.3;
}
.cid-uqrYE6rO5m img {
  object-fit: cover;
}
.cid-uqrYE6rO5m .mbr-link {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-uqrYE6rO5m .mbr-link {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}
.cid-uqrYE6rO5m .row {
  margin: 0;
  justify-content: flex-end;
}
.cid-uqrYE6rO5m .icon-wrap {
  display: inline-flex;
}
@media (max-width: 767px) {
  .cid-uqrYE6rO5m .icon-wrap {
    margin-top: 1rem;
  }
}
.cid-uqrYE6rO5m .card-box {
  width: 100%;
  flex-direction: row;
}
.cid-uqrYE6rO5m .icon {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 1px;
  margin: 0 0.5rem;
}
.cid-uqrYE6rO5m .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uqrYE6rO5m .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uqrYE6rO5m .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uqrYE6rO5m .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uqrYE6rO5m .wrap {
  background: #bed2f5;
}
.cid-uqrYE6rO5m .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uqrYE6rO5m .link-wrapper {
    flex-direction: column;
  }
}
.cid-uqrYE6rO5m .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uqrYE6rO5m .mbr-text,
.cid-uqrYE6rO5m .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uqrYE6rO5m .mbr-link,
.cid-uqrYE6rO5m .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uqrYE6rO5m .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uqrYE6rO5m .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-usbQzvTylv {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-usbQzvTylv .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-usbQzvTylv .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-usbQzvTylv .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-usbQzvTylv .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-usbQzvTylv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-usbQzvTylv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usbQzvTylv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usbQzvTylv .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-usbQzvTylv .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-usbQzvTylv .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-usbQzvTylv .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-usbQzvTylv .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-usbQzvTylv .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-usbQzvTylv .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-usbQzvTylv .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-usbQzvTylv .nav-link {
  width: fit-content;
  position: relative;
}
.cid-usbQzvTylv .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-usbQzvTylv .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-usbQzvTylv .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-usbQzvTylv .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-usbQzvTylv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-usbQzvTylv .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.9) !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-usbQzvTylv .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-usbQzvTylv .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-usbQzvTylv .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-usbQzvTylv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usbQzvTylv .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.9) !important;
  backdrop-filter: blur(10px);
}
.cid-usbQzvTylv .nav-item:focus,
.cid-usbQzvTylv .nav-link:focus {
  outline: none;
}
.cid-usbQzvTylv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usbQzvTylv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usbQzvTylv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usbQzvTylv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usbQzvTylv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usbQzvTylv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usbQzvTylv .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-usbQzvTylv .navbar.opened {
  transition: all 0.3s;
}
.cid-usbQzvTylv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usbQzvTylv .navbar .navbar-logo img {
  width: auto;
}
.cid-usbQzvTylv .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-usbQzvTylv .navbar.collapsed {
  justify-content: center;
}
.cid-usbQzvTylv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usbQzvTylv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usbQzvTylv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-usbQzvTylv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usbQzvTylv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usbQzvTylv .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-usbQzvTylv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usbQzvTylv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usbQzvTylv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-usbQzvTylv .navbar {
    min-height: 72px;
  }
  .cid-usbQzvTylv .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-usbQzvTylv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usbQzvTylv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usbQzvTylv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usbQzvTylv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usbQzvTylv .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-usbQzvTylv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usbQzvTylv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-usbQzvTylv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usbQzvTylv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-usbQzvTylv .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-usbQzvTylv .dropdown-item.active,
.cid-usbQzvTylv .dropdown-item:active {
  background-color: transparent;
}
.cid-usbQzvTylv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usbQzvTylv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usbQzvTylv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usbQzvTylv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-usbQzvTylv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-usbQzvTylv .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-usbQzvTylv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usbQzvTylv .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-usbQzvTylv .navbar-buttons {
    text-align: left;
  }
}
.cid-usbQzvTylv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usbQzvTylv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-usbQzvTylv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usbQzvTylv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usbQzvTylv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usbQzvTylv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usbQzvTylv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usbQzvTylv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usbQzvTylv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usbQzvTylv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usbQzvTylv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-usbQzvTylv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usbQzvTylv .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-usbQzvTylv .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usbQzvTylv .navbar {
    height: 70px;
  }
  .cid-usbQzvTylv .navbar.opened {
    height: auto;
  }
  .cid-usbQzvTylv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usbQzvTylv .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-usbQzvTylv .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-usbQzvTylv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-usbQzvTylv .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-usbQzvTylv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-usbQzvTylv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-usbQzvTylv .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-usbQzvTylv .navbar-brand {
    margin-right: auto;
  }
  .cid-usbQzvTylv .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.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-usbQzvTylv .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-usbQzvTylv .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-usbQzvTylv .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-usbQzvTylv .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-usbQzvTylv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-usbQzvTylv .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-usbQzvTylv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-usbQzvTylv .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-usbQzvTylv .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-usbQzvTylv .navbar-collapse {
    padding: 1rem;
  }
}
.cid-usbQzwUGO4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usbQzwUGO4 .item-img {
  position: relative;
}
.cid-usbQzwUGO4 .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-usbQzwUGO4 .card-text {
    padding-left: 4rem;
  }
}
.cid-usbQzwUGO4 h5 {
  line-height: 1.2;
}
.cid-usbQzwUGO4 .card {
  margin-bottom: 2rem;
}
.cid-usbQzwUGO4 .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-usbQzwUGO4 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-usbQzwUGO4 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #bed2f5;
}
@media (max-width: 992px) {
  .cid-usbQzwUGO4 .image-wrapper {
    min-height: 200px;
  }
}
.cid-usbQzwUGO4 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-usbQzwUGO4 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-usbQzwUGO4 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #000000;
}
.cid-usbQzwUGO4 .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-usbQzwUGO4 .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-usbQzwUGO4 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-usbQzwUGO4 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-usbQzwUGO4 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-usbQzwUGO4 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-usbQzwUGO4 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-usbQzwUGO4 .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-usbQzwUGO4 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-usbQzwUGO4 img,
.cid-usbQzwUGO4 .item-img {
  width: 100%;
}
.cid-usbQzwUGO4 .item:focus,
.cid-usbQzwUGO4 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-usbQzwUGO4 .item {
    margin-bottom: 1rem;
  }
}
.cid-usbQzwUGO4 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-usbQzwUGO4 .item-title {
  text-align: left;
  color: #000000;
}
.cid-usbQzwUGO4 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-usbQzwUGO4 .mbr-section-subtitle,
.cid-usbQzwUGO4 .subtitle-wrap,
.cid-usbQzwUGO4 .mbr-section-btn {
  text-align: left;
}
.cid-usbQzwUGO4 .mbr-text,
.cid-usbQzwUGO4 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-usbQzwUGO4 .mbr-text {
  color: #000000;
}
.cid-usbQzyQaHz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-usbQzyQaHz .mbr-fallback-image.disabled {
  display: none;
}
.cid-usbQzyQaHz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usbQzyQaHz p a:hover {
  text-decoration: underline;
}
.cid-usbQzyQaHz h2 {
  line-height: 1.3;
}
.cid-usbQzyQaHz img {
  object-fit: cover;
}
.cid-usbQzyQaHz .mbr-link {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-usbQzyQaHz .mbr-link {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}
.cid-usbQzyQaHz .row {
  margin: 0;
  justify-content: flex-end;
}
.cid-usbQzyQaHz .icon-wrap {
  display: inline-flex;
}
@media (max-width: 767px) {
  .cid-usbQzyQaHz .icon-wrap {
    margin-top: 1rem;
  }
}
.cid-usbQzyQaHz .card-box {
  width: 100%;
  flex-direction: row;
}
.cid-usbQzyQaHz .icon {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 1px;
  margin: 0 0.5rem;
}
.cid-usbQzyQaHz .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-usbQzyQaHz .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-usbQzyQaHz .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-usbQzyQaHz .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-usbQzyQaHz .wrap {
  background: #bed2f5;
}
.cid-usbQzyQaHz .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-usbQzyQaHz .link-wrapper {
    flex-direction: column;
  }
}
.cid-usbQzyQaHz .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-usbQzyQaHz .mbr-text,
.cid-usbQzyQaHz .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-usbQzyQaHz .mbr-link,
.cid-usbQzyQaHz .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-usbQzyQaHz .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-usbQzyQaHz .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-usexidcpEU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-usexidcpEU .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-usexidcpEU .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-usexidcpEU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-usexidcpEU .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-usexidcpEU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-usexidcpEU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usexidcpEU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usexidcpEU .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-usexidcpEU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-usexidcpEU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-usexidcpEU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-usexidcpEU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-usexidcpEU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-usexidcpEU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-usexidcpEU .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-usexidcpEU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-usexidcpEU .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-usexidcpEU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-usexidcpEU .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-usexidcpEU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-usexidcpEU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-usexidcpEU .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.9) !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-usexidcpEU .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-usexidcpEU .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-usexidcpEU .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-usexidcpEU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usexidcpEU .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.9) !important;
  backdrop-filter: blur(10px);
}
.cid-usexidcpEU .nav-item:focus,
.cid-usexidcpEU .nav-link:focus {
  outline: none;
}
.cid-usexidcpEU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usexidcpEU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usexidcpEU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usexidcpEU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usexidcpEU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usexidcpEU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usexidcpEU .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-usexidcpEU .navbar.opened {
  transition: all 0.3s;
}
.cid-usexidcpEU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usexidcpEU .navbar .navbar-logo img {
  width: auto;
}
.cid-usexidcpEU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-usexidcpEU .navbar.collapsed {
  justify-content: center;
}
.cid-usexidcpEU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usexidcpEU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usexidcpEU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-usexidcpEU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usexidcpEU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usexidcpEU .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-usexidcpEU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usexidcpEU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usexidcpEU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-usexidcpEU .navbar {
    min-height: 72px;
  }
  .cid-usexidcpEU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-usexidcpEU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usexidcpEU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usexidcpEU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usexidcpEU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usexidcpEU .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-usexidcpEU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usexidcpEU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-usexidcpEU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usexidcpEU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-usexidcpEU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-usexidcpEU .dropdown-item.active,
.cid-usexidcpEU .dropdown-item:active {
  background-color: transparent;
}
.cid-usexidcpEU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usexidcpEU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usexidcpEU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usexidcpEU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-usexidcpEU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-usexidcpEU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-usexidcpEU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usexidcpEU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-usexidcpEU .navbar-buttons {
    text-align: left;
  }
}
.cid-usexidcpEU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usexidcpEU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-usexidcpEU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usexidcpEU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usexidcpEU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usexidcpEU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usexidcpEU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usexidcpEU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usexidcpEU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usexidcpEU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usexidcpEU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-usexidcpEU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usexidcpEU .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-usexidcpEU .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usexidcpEU .navbar {
    height: 70px;
  }
  .cid-usexidcpEU .navbar.opened {
    height: auto;
  }
  .cid-usexidcpEU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usexidcpEU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-usexidcpEU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-usexidcpEU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-usexidcpEU .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-usexidcpEU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-usexidcpEU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-usexidcpEU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-usexidcpEU .navbar-brand {
    margin-right: auto;
  }
  .cid-usexidcpEU .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.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-usexidcpEU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-usexidcpEU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-usexidcpEU .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-usexidcpEU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-usexidcpEU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-usexidcpEU .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-usexidcpEU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-usexidcpEU .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-usexidcpEU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-usexidcpEU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-usexidCO2P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usexidCO2P .item-img {
  position: relative;
}
.cid-usexidCO2P .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-usexidCO2P .card-text {
    padding-left: 4rem;
  }
}
.cid-usexidCO2P h5 {
  line-height: 1.2;
}
.cid-usexidCO2P .card {
  margin-bottom: 2rem;
}
.cid-usexidCO2P .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-usexidCO2P .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-usexidCO2P .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #bed2f5;
}
@media (max-width: 992px) {
  .cid-usexidCO2P .image-wrapper {
    min-height: 200px;
  }
}
.cid-usexidCO2P .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-usexidCO2P .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-usexidCO2P .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #000000;
}
.cid-usexidCO2P .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-usexidCO2P .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-usexidCO2P .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-usexidCO2P .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-usexidCO2P .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-usexidCO2P .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-usexidCO2P .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-usexidCO2P .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-usexidCO2P .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-usexidCO2P img,
.cid-usexidCO2P .item-img {
  width: 100%;
}
.cid-usexidCO2P .item:focus,
.cid-usexidCO2P span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-usexidCO2P .item {
    margin-bottom: 1rem;
  }
}
.cid-usexidCO2P .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-usexidCO2P .item-title {
  text-align: left;
  color: #000000;
}
.cid-usexidCO2P .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-usexidCO2P .mbr-section-subtitle,
.cid-usexidCO2P .subtitle-wrap,
.cid-usexidCO2P .mbr-section-btn {
  text-align: left;
}
.cid-usexidCO2P .mbr-text,
.cid-usexidCO2P .item .mbr-section-btn {
  color: #ffffff;
}
.cid-usexidCO2P .mbr-text {
  color: #000000;
}
.cid-usexievkiY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-usexievkiY .mbr-fallback-image.disabled {
  display: none;
}
.cid-usexievkiY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usexievkiY p a:hover {
  text-decoration: underline;
}
.cid-usexievkiY h2 {
  line-height: 1.3;
}
.cid-usexievkiY img {
  object-fit: cover;
}
.cid-usexievkiY .mbr-link {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-usexievkiY .mbr-link {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}
.cid-usexievkiY .row {
  margin: 0;
  justify-content: flex-end;
}
.cid-usexievkiY .icon-wrap {
  display: inline-flex;
}
@media (max-width: 767px) {
  .cid-usexievkiY .icon-wrap {
    margin-top: 1rem;
  }
}
.cid-usexievkiY .card-box {
  width: 100%;
  flex-direction: row;
}
.cid-usexievkiY .icon {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 1px;
  margin: 0 0.5rem;
}
.cid-usexievkiY .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-usexievkiY .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-usexievkiY .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-usexievkiY .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-usexievkiY .wrap {
  background: #bed2f5;
}
.cid-usexievkiY .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-usexievkiY .link-wrapper {
    flex-direction: column;
  }
}
.cid-usexievkiY .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-usexievkiY .mbr-text,
.cid-usexievkiY .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-usexievkiY .mbr-link,
.cid-usexievkiY .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-usexievkiY .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-usexievkiY .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-usemMrZwth {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-usemMrZwth .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-usemMrZwth .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-usemMrZwth .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-usemMrZwth .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-usemMrZwth .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-usemMrZwth .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usemMrZwth .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usemMrZwth .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-usemMrZwth .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-usemMrZwth .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-usemMrZwth .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-usemMrZwth .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-usemMrZwth .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-usemMrZwth .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-usemMrZwth .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-usemMrZwth .nav-link {
  width: fit-content;
  position: relative;
}
.cid-usemMrZwth .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-usemMrZwth .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-usemMrZwth .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-usemMrZwth .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-usemMrZwth .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-usemMrZwth .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.9) !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-usemMrZwth .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-usemMrZwth .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-usemMrZwth .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-usemMrZwth .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usemMrZwth .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.9) !important;
  backdrop-filter: blur(10px);
}
.cid-usemMrZwth .nav-item:focus,
.cid-usemMrZwth .nav-link:focus {
  outline: none;
}
.cid-usemMrZwth .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usemMrZwth .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usemMrZwth .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usemMrZwth .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usemMrZwth .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usemMrZwth .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usemMrZwth .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-usemMrZwth .navbar.opened {
  transition: all 0.3s;
}
.cid-usemMrZwth .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usemMrZwth .navbar .navbar-logo img {
  width: auto;
}
.cid-usemMrZwth .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-usemMrZwth .navbar.collapsed {
  justify-content: center;
}
.cid-usemMrZwth .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usemMrZwth .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usemMrZwth .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-usemMrZwth .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usemMrZwth .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usemMrZwth .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-usemMrZwth .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usemMrZwth .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usemMrZwth .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-usemMrZwth .navbar {
    min-height: 72px;
  }
  .cid-usemMrZwth .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-usemMrZwth .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usemMrZwth .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usemMrZwth .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usemMrZwth .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usemMrZwth .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-usemMrZwth .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usemMrZwth .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-usemMrZwth .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usemMrZwth .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-usemMrZwth .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-usemMrZwth .dropdown-item.active,
.cid-usemMrZwth .dropdown-item:active {
  background-color: transparent;
}
.cid-usemMrZwth .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usemMrZwth .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usemMrZwth .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usemMrZwth .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-usemMrZwth .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-usemMrZwth .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-usemMrZwth ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usemMrZwth .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-usemMrZwth .navbar-buttons {
    text-align: left;
  }
}
.cid-usemMrZwth button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usemMrZwth button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-usemMrZwth button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usemMrZwth button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usemMrZwth button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usemMrZwth button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usemMrZwth nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usemMrZwth nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usemMrZwth nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usemMrZwth nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usemMrZwth .navbar-dropdown {
  padding: 0 1rem;
}
.cid-usemMrZwth a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usemMrZwth .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-usemMrZwth .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usemMrZwth .navbar {
    height: 70px;
  }
  .cid-usemMrZwth .navbar.opened {
    height: auto;
  }
  .cid-usemMrZwth .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usemMrZwth .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-usemMrZwth .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-usemMrZwth .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-usemMrZwth .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-usemMrZwth .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-usemMrZwth .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-usemMrZwth .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-usemMrZwth .navbar-brand {
    margin-right: auto;
  }
  .cid-usemMrZwth .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.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-usemMrZwth .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-usemMrZwth .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-usemMrZwth .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-usemMrZwth .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-usemMrZwth .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-usemMrZwth .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-usemMrZwth .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-usemMrZwth .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-usemMrZwth .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-usemMrZwth .navbar-collapse {
    padding: 1rem;
  }
}
.cid-usemMss6QY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usemMss6QY .item-img {
  position: relative;
}
.cid-usemMss6QY .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-usemMss6QY .card-text {
    padding-left: 4rem;
  }
}
.cid-usemMss6QY h5 {
  line-height: 1.2;
}
.cid-usemMss6QY .card {
  margin-bottom: 2rem;
}
.cid-usemMss6QY .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-usemMss6QY .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-usemMss6QY .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #bed2f5;
}
@media (max-width: 992px) {
  .cid-usemMss6QY .image-wrapper {
    min-height: 200px;
  }
}
.cid-usemMss6QY .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-usemMss6QY .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-usemMss6QY .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #000000;
}
.cid-usemMss6QY .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-usemMss6QY .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-usemMss6QY .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-usemMss6QY .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-usemMss6QY .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-usemMss6QY .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-usemMss6QY .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-usemMss6QY .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-usemMss6QY .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-usemMss6QY img,
.cid-usemMss6QY .item-img {
  width: 100%;
}
.cid-usemMss6QY .item:focus,
.cid-usemMss6QY span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-usemMss6QY .item {
    margin-bottom: 1rem;
  }
}
.cid-usemMss6QY .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-usemMss6QY .item-title {
  text-align: left;
  color: #000000;
}
.cid-usemMss6QY .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-usemMss6QY .mbr-section-subtitle,
.cid-usemMss6QY .subtitle-wrap,
.cid-usemMss6QY .mbr-section-btn {
  text-align: left;
}
.cid-usemMss6QY .mbr-text,
.cid-usemMss6QY .item .mbr-section-btn {
  color: #ffffff;
}
.cid-usemMss6QY .mbr-text {
  color: #0046c7;
}
.cid-usemMss6QY .mbr-title2 {
  color: #0046c7;
}
.cid-usemMtdsrr {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-usemMtdsrr .mbr-fallback-image.disabled {
  display: none;
}
.cid-usemMtdsrr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usemMtdsrr p a:hover {
  text-decoration: underline;
}
.cid-usemMtdsrr h2 {
  line-height: 1.3;
}
.cid-usemMtdsrr img {
  object-fit: cover;
}
.cid-usemMtdsrr .mbr-link {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-usemMtdsrr .mbr-link {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}
.cid-usemMtdsrr .row {
  margin: 0;
  justify-content: flex-end;
}
.cid-usemMtdsrr .icon-wrap {
  display: inline-flex;
}
@media (max-width: 767px) {
  .cid-usemMtdsrr .icon-wrap {
    margin-top: 1rem;
  }
}
.cid-usemMtdsrr .card-box {
  width: 100%;
  flex-direction: row;
}
.cid-usemMtdsrr .icon {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 1px;
  margin: 0 0.5rem;
}
.cid-usemMtdsrr .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-usemMtdsrr .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-usemMtdsrr .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-usemMtdsrr .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-usemMtdsrr .wrap {
  background: #bed2f5;
}
.cid-usemMtdsrr .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-usemMtdsrr .link-wrapper {
    flex-direction: column;
  }
}
.cid-usemMtdsrr .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-usemMtdsrr .mbr-text,
.cid-usemMtdsrr .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-usemMtdsrr .mbr-link,
.cid-usemMtdsrr .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-usemMtdsrr .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-usemMtdsrr .mbr-section-title {
  text-align: left;
  color: #000000;
}
