img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.row,
.item-img,
.img-wrap,
.image-wrapper,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Schibsted Grotesk;
}
.display-1 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Schibsted Grotesk', 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: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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: 1rem 2.5rem;
  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: #ff66c4 !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: #ff66c4 !important;
  border-color: #ff66c4 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff66c4 !important;
  border-color: #ff66c4 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff99d8 !important;
  border-color: #ff99d8 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #820ac0 !important;
  border-color: #820ac0 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff66c4 !important;
  border-color: #ff66c4 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a30df0 !important;
  border-color: #a30df0 !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: #ffffff !important;
  background-color: #ff66c4 !important;
  border-color: #ff66c4 !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: #ffffff !important;
  background-color: #ff66c4 !important;
  border-color: #ff66c4 !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: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff66c4 !important;
  border-color: #ff66c4 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff66c4 !important;
  border-color: #ff66c4 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #ff66c4 !important;
  border-color: #ff66c4 !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !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: #ffffff !important;
  background-color: #ff66c4 !important;
  border-color: #ff66c4 !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: transparent;
  color: #ff66c4;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #ff66c4 !important;
  border-color: #ff66c4 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff66c4 !important;
  border-color: #ff66c4 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #820ac0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #ff66c4 !important;
  border-color: #ff66c4 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #820ac0 !important;
  border-color: #820ac0 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #ff66c4 !important;
  border-color: #ff66c4 !important;
  border-color: transparent !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: transparent;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #ff66c4 !important;
  border-color: #ff66c4 !important;
  border-color: transparent !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: transparent;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #ff66c4 !important;
  border-color: #ff66c4 !important;
  border-color: transparent !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: transparent;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #ff66c4 !important;
  border-color: #ff66c4 !important;
  border-color: transparent !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: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #ff66c4 !important;
  border-color: #ff66c4 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffffff !important;
  background-color: #ff66c4 !important;
  border-color: #ff66c4 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff66c4 !important;
}
.text-secondary {
  color: #820ac0 !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: #ff009d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #40055f !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: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff66c4;
}
.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: #ff66c4;
  border-color: #ff66c4;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff66c4;
}
.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: 'Schibsted Grotesk', 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: #ff66c4 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Schibsted Grotesk', 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: #ff66c4;
}
/* 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: #ff66c4;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff66c4;
}
.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: #ff66c4;
  border-bottom-color: #ff66c4;
}
.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: #ff66c4 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #820ac0 !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='%23ff66c4' %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-tNbSmi8ZZf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tNbSmi8ZZf .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;
}
@media (max-width: 767px) {
  .cid-tNbSmi8ZZf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tNbSmi8ZZf .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tNbSmi8ZZf .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tNbSmi8ZZf .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-tNbSmi8ZZf .rr-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-tNbSmi8ZZf .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tNbSmi8ZZf .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-tNbSmi8ZZf .rr-brand .navbar-logo a {
  outline: none;
}
.cid-tNbSmi8ZZf .navbar-caption-wrap {
  align-items: center;
}
.cid-tNbSmi8ZZf .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-tNbSmi8ZZf .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tNbSmi8ZZf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-tNbSmi8ZZf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tNbSmi8ZZf .navbar-nav .nav-item .nav-link:hover {
  color: #ff66c4 !important;
}
.cid-tNbSmi8ZZf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tNbSmi8ZZf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tNbSmi8ZZf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tNbSmi8ZZf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tNbSmi8ZZf .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tNbSmi8ZZf .navbar-nav {
    align-items: center;
  }
}
.cid-tNbSmi8ZZf .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tNbSmi8ZZf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tNbSmi8ZZf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tNbSmi8ZZf .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tNbSmi8ZZf .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNbSmi8ZZf .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tNbSmi8ZZf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNbSmi8ZZf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-tNbSmi8ZZf .nav-item:focus,
.cid-tNbSmi8ZZf .nav-link:focus {
  outline: none;
}
.cid-tNbSmi8ZZf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNbSmi8ZZf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNbSmi8ZZf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNbSmi8ZZf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNbSmi8ZZf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNbSmi8ZZf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNbSmi8ZZf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tNbSmi8ZZf .navbar.opened {
  transition: all 0.3s;
}
.cid-tNbSmi8ZZf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNbSmi8ZZf .navbar .navbar-logo img {
  width: auto;
}
.cid-tNbSmi8ZZf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tNbSmi8ZZf .navbar.collapsed {
  justify-content: center;
}
.cid-tNbSmi8ZZf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNbSmi8ZZf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNbSmi8ZZf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-tNbSmi8ZZf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNbSmi8ZZf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNbSmi8ZZf .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-tNbSmi8ZZf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNbSmi8ZZf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNbSmi8ZZf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tNbSmi8ZZf .navbar {
    min-height: 72px;
  }
  .cid-tNbSmi8ZZf .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tNbSmi8ZZf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNbSmi8ZZf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNbSmi8ZZf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNbSmi8ZZf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNbSmi8ZZf .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-tNbSmi8ZZf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNbSmi8ZZf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tNbSmi8ZZf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNbSmi8ZZf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNbSmi8ZZf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tNbSmi8ZZf .dropdown-item.active,
.cid-tNbSmi8ZZf .dropdown-item:active {
  background-color: transparent;
}
.cid-tNbSmi8ZZf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNbSmi8ZZf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNbSmi8ZZf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNbSmi8ZZf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.cid-tNbSmi8ZZf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tNbSmi8ZZf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tNbSmi8ZZf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNbSmi8ZZf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tNbSmi8ZZf .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-tNbSmi8ZZf .navbar-buttons {
    text-align: center;
  }
}
.cid-tNbSmi8ZZf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNbSmi8ZZf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4e423d;
}
.cid-tNbSmi8ZZf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNbSmi8ZZf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNbSmi8ZZf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNbSmi8ZZf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNbSmi8ZZf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNbSmi8ZZf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNbSmi8ZZf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNbSmi8ZZf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNbSmi8ZZf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tNbSmi8ZZf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNbSmi8ZZf .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-tNbSmi8ZZf .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNbSmi8ZZf .navbar {
    height: 70px;
  }
  .cid-tNbSmi8ZZf .navbar.opened {
    height: auto;
  }
  .cid-tNbSmi8ZZf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tNbSmi8ZZf .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-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tNbSmi8ZZf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tNbSmi8ZZf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tNbSmi8ZZf .navbar-brand {
    margin-right: auto;
  }
  .cid-tNbSmi8ZZf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-tNbSmi8ZZf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tNbSmi8ZZf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tNbSmi8ZZf .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-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tNbSmi8ZZf .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-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tNbSmi8ZZf .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-tNbSmi8ZZf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tNbSmi8ZZf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tNbsrmU5Ji {
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-1920x1277.webp");
}
.cid-tNbsrmU5Ji .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-tNbsrmU5Ji .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-tNbsrmU5Ji {
    align-items: center;
  }
  .cid-tNbsrmU5Ji .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tNbsrmU5Ji .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tNbsrmU5Ji {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tNbsrmU5Ji .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tNbsrmU5Ji .content-wrap {
    width: 100%;
  }
}
.cid-tNbsrmU5Ji .mbr-section-title {
  text-align: left;
}
.cid-tNbsrmU5Ji .mbr-text,
.cid-tNbsrmU5Ji .mbr-section-btn {
  text-align: left;
}
.cid-tNbtn3gfot {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNbtn3gfot .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNbtn3gfot .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tNbtn3gfot .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNbtn3gfot .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-tNbtn3gfot .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tNbtn3gfot h5 {
  margin: 0;
}
.cid-tNbtn3gfot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNbtn3gfot .iconfont-wrapper {
  position: relative;
}
.cid-tNbtn3gfot .iconfont-wrapper:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #820ac0;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-tNbtn3gfot .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #820ac0;
  width: 100px;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-tNbtn3gfot .card-title,
.cid-tNbtn3gfot .iconfont-wrapper {
  color: #000000;
}
.cid-tNbtn3gfot .card-text {
  color: #000000;
}
.cid-tNbtn3gfot .mbr-section-title {
  color: #000000;
}
.cid-tNbtnw7JGs {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNbtnw7JGs .item-img {
  position: relative;
  overflow: hidden;
}
.cid-tNbtnw7JGs .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-tNbtnw7JGs .item-img:hover img {
  transform: scale(1.15);
}
.cid-tNbtnw7JGs .item-img:hover:before {
  opacity: 0.5;
}
.cid-tNbtnw7JGs h5 {
  margin-bottom: 1rem;
}
.cid-tNbtnw7JGs .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-tNbtnw7JGs .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-tNbtnw7JGs img,
.cid-tNbtnw7JGs .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 600px;
  object-fit: cover;
}
.cid-tNbtnw7JGs .item:focus,
.cid-tNbtnw7JGs span:focus {
  outline: none;
}
.cid-tNbtnw7JGs .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tNbtnw7JGs .item {
    margin-bottom: 1rem;
  }
}
.cid-tNbtnw7JGs .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tNbtnw7JGs .mbr-section-title {
  color: #820ac0;
}
.cid-tNbtnw7JGs .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tNbtnw7JGs .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tNbtnw7JGs .mbr-text,
.cid-tNbtnw7JGs .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tNbtnw7JGs .content-head {
  max-width: 800px;
}
.cid-tNbtv2MiSg {
  display: flex;
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-tNbtv2MiSg {
    align-items: center;
  }
  .cid-tNbtv2MiSg .row {
    justify-content: center;
  }
}
.cid-tNbtv2MiSg p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tNbtv2MiSg .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tNbtv2MiSg {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tNbtv2MiSg .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tNbtv2MiSg .content-wrap {
    width: 100%;
  }
}
.cid-tNbtv2MiSg .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tNbtv2MiSg .mbr-text,
.cid-tNbtv2MiSg .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-tNbtv2MiSg .mbr-section-subtitle {
  color: #820ac0;
  text-align: center;
}
.cid-tNbtUAlViZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tNbtUAlViZ .item-img,
.cid-tNbtUAlViZ .img-wrap,
.cid-tNbtUAlViZ img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-tNbtUAlViZ img,
.cid-tNbtUAlViZ .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-tNbtUAlViZ img,
  .cid-tNbtUAlViZ .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-tNbtUAlViZ .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-tNbtUAlViZ .item:focus,
.cid-tNbtUAlViZ span:focus {
  outline: none;
}
.cid-tNbtUAlViZ .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-tNbtUAlViZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tNbtUAlViZ .item {
    margin-bottom: 1rem;
  }
}
.cid-tNbtUAlViZ h5 {
  margin: 0;
}
.cid-tNbtUAlViZ .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tNbtUAlViZ .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-tNbtUAlViZ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tNbtUAlViZ .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-tNbtUAlViZ .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-tNbtUAlViZ .item-wrapper {
    height: auto;
  }
}
.cid-tNbtUAlViZ .mbr-section-title {
  color: #820ac0;
  text-align: left;
}
.cid-tNbtUAlViZ .item-title {
  text-align: center;
}
.cid-tNbtUAlViZ .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tNbtUAlViZ .mbr-text,
.cid-tNbtUAlViZ .item .mbr-section-btn {
  text-align: center;
}
.cid-tNbtUAlViZ .mbr-section-subtitle,
.cid-tNbtUAlViZ .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-tNbtp0OACb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #393193;
}
.cid-tNbtp0OACb img,
.cid-tNbtp0OACb .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  background-color: white;
  min-height: 400px;
  height: 400px;
}
.cid-tNbtp0OACb .image-wrapper {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-tNbtp0OACb .item:focus,
.cid-tNbtp0OACb span:focus {
  outline: none;
}
.cid-tNbtp0OACb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tNbtp0OACb .item {
    margin-bottom: 1rem;
  }
}
.cid-tNbtp0OACb .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tNbtp0OACb .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-tNbtp0OACb .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tNbtp0OACb .item-wrapper:hover .image-wrapper {
  margin: 10px;
}
.cid-tNbtp0OACb .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-tNbtp0OACb .item-wrapper {
    height: auto;
  }
}
.cid-tNbtp0OACb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tNbtp0OACb .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tNbtp0OACb .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tNbtp0OACb .mbr-text,
.cid-tNbtp0OACb .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tNbtp0OACb .mbr-section-subtitle,
.cid-tNbtp0OACb .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-tNbtW48MdB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-tNbtW48MdB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNbtW48MdB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNbtW48MdB .google-map {
  height: 35rem;
  position: relative;
  filter: grayscale(1);
  border-radius: 2rem;
}
.cid-tNbtW48MdB .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tNbtW48MdB .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-tNbtW48MdB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tNbtW48MdB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tNbtW48MdB .google-map:hover {
  filter: grayscale(0);
}
.cid-tNbtW48MdB .mbr-section-title {
  text-align: left;
}
.cid-tNbtWcJNjH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tNbtWcJNjH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNbtWcJNjH .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tNbtWcJNjH .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNbtWcJNjH .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-tNbtWcJNjH a {
  font-weight: 600;
}
.cid-tNbtWcJNjH a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-tNbtWcJNjH .col-lg-3,
  .cid-tNbtWcJNjH .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-tNbtWcJNjH .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-tNbtWcJNjH .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tNbtWcJNjH h5 {
  margin: 0;
}
.cid-tNbtWcJNjH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNbtWcJNjH .iconfont-wrapper {
  position: relative;
}
.cid-tNbtWcJNjH .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-tNbtWcJNjH .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-tNbtWcJNjH .sociconfont-wrapper {
  display: flex;
}
.cid-tNbtWcJNjH .card-title,
.cid-tNbtWcJNjH .iconfont-wrapper {
  color: #ff66c4;
}
.cid-tNbtWcJNjH .card-text {
  color: #820ac0;
}
.cid-tNbtWcJNjH .mbr-section-title {
  color: #000000;
}
.cid-tNbtWcJNjH .main-title,
.cid-tNbtWcJNjH .iconfont-wrapper {
  text-align: left;
  color: #820ac0;
}
.cid-tNbtUOD8SE {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffd7ef;
}
.cid-tNbtUOD8SE input {
  padding: 1rem 1.5rem;
  border: none !important;
  height: 100%;
  box-shadow: none !important;
  font-size: 1rem;
  border-radius: 2rem !important;
}
.cid-tNbtUOD8SE input:hover {
  border: none !important;
  box-shadow: none;
}
.cid-tNbtUOD8SE .btn,
.cid-tNbtUOD8SE .wrapper {
  border-radius: 2rem !important;
}
.cid-tNbtUOD8SE .btn {
  height: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tNbtUOD8SE .btn {
    width: 100%;
  }
}
.cid-tNbtUOD8SE .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-tNbtUOD8SE .mbr-section-btn {
    width: 100%;
  }
}
.cid-tNbtUOD8SE .mbr-section-btn .btn {
  width: auto;
}
@media (min-width: 992px) {
  .cid-tNbtUOD8SE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tNbtUOD8SE .form-group {
  margin: 0;
}
.cid-tNbtUOD8SE .wrapper {
  background: white;
  border-radius: 2rem !important;
  width: 80%;
  padding: 0;
  overflow: hidden;
  border: 1px solid lightgray;
  margin: auto;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tNbtUOD8SE .wrapper {
    border-radius: 1.6rem;
  }
}
@media (max-width: 991px) {
  .cid-tNbtUOD8SE .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tNbtUOD8SE .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tNbtUOD8SE .justify-content-center {
  align-items: center;
}
.cid-tNbtUOD8SE .mbr-section-title {
  text-align: center;
  color: #4e423d;
}
.cid-tNbtX8ulws {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tNbtX8ulws .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tNbtX8ulws .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tNbtX8ulws .media-col {
    flex-direction: column;
  }
}
.cid-tNbtX8ulws .brand-name {
  margin-bottom: 0;
  color: #555555;
}
.cid-tNbtX8ulws .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tNbtX8ulws .media-wrap {
    margin-right: 0;
  }
}
.cid-tNbtX8ulws .cards-row,
.cid-tNbtX8ulws .social-row,
.cid-tNbtX8ulws .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-tNbtX8ulws .cards-row,
  .cid-tNbtX8ulws .social-row,
  .cid-tNbtX8ulws .menu-row {
    justify-content: center;
  }
}
.cid-tNbtX8ulws .menu-row {
  margin-bottom: 1rem;
}
.cid-tNbtX8ulws .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-tNbtX8ulws .foot-menu {
    justify-content: center;
  }
}
.cid-tNbtX8ulws .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-tNbtX8ulws .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-tNbtX8ulws .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tNbtX8ulws .row {
    text-align: center;
  }
  .cid-tNbtX8ulws .cards-col {
    justify-content: center;
  }
  .cid-tNbtX8ulws .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-tNbtX8ulws .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-tNbtX8ulws .card-item:last-child {
  margin-right: 0;
}
.cid-tNbtX8ulws .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tNbtX8ulws .logo {
  width: 80px;
}
.cid-tNbtX8ulws .socicon {
  color: black;
}
.cid-tNbtX8ulws .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tNbtX8ulws .soc-item:last-child {
  margin-right: 0;
}
.cid-tNbtX8ulws .mbr-text {
  color: #ffffff;
}
.cid-tNbtX8ulws .copyright {
  color: #000000;
}
.cid-tNbSmi8ZZf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tNbSmi8ZZf .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;
}
@media (max-width: 767px) {
  .cid-tNbSmi8ZZf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tNbSmi8ZZf .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tNbSmi8ZZf .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tNbSmi8ZZf .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-tNbSmi8ZZf .rr-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-tNbSmi8ZZf .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tNbSmi8ZZf .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-tNbSmi8ZZf .rr-brand .navbar-logo a {
  outline: none;
}
.cid-tNbSmi8ZZf .navbar-caption-wrap {
  align-items: center;
}
.cid-tNbSmi8ZZf .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-tNbSmi8ZZf .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tNbSmi8ZZf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-tNbSmi8ZZf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tNbSmi8ZZf .navbar-nav .nav-item .nav-link:hover {
  color: #ff66c4 !important;
}
.cid-tNbSmi8ZZf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tNbSmi8ZZf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tNbSmi8ZZf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tNbSmi8ZZf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tNbSmi8ZZf .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tNbSmi8ZZf .navbar-nav {
    align-items: center;
  }
}
.cid-tNbSmi8ZZf .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tNbSmi8ZZf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tNbSmi8ZZf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tNbSmi8ZZf .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tNbSmi8ZZf .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNbSmi8ZZf .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tNbSmi8ZZf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNbSmi8ZZf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-tNbSmi8ZZf .nav-item:focus,
.cid-tNbSmi8ZZf .nav-link:focus {
  outline: none;
}
.cid-tNbSmi8ZZf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNbSmi8ZZf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNbSmi8ZZf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNbSmi8ZZf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNbSmi8ZZf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNbSmi8ZZf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNbSmi8ZZf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tNbSmi8ZZf .navbar.opened {
  transition: all 0.3s;
}
.cid-tNbSmi8ZZf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNbSmi8ZZf .navbar .navbar-logo img {
  width: auto;
}
.cid-tNbSmi8ZZf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tNbSmi8ZZf .navbar.collapsed {
  justify-content: center;
}
.cid-tNbSmi8ZZf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNbSmi8ZZf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNbSmi8ZZf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-tNbSmi8ZZf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNbSmi8ZZf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNbSmi8ZZf .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-tNbSmi8ZZf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNbSmi8ZZf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNbSmi8ZZf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tNbSmi8ZZf .navbar {
    min-height: 72px;
  }
  .cid-tNbSmi8ZZf .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tNbSmi8ZZf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNbSmi8ZZf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNbSmi8ZZf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNbSmi8ZZf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNbSmi8ZZf .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-tNbSmi8ZZf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNbSmi8ZZf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tNbSmi8ZZf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNbSmi8ZZf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNbSmi8ZZf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tNbSmi8ZZf .dropdown-item.active,
.cid-tNbSmi8ZZf .dropdown-item:active {
  background-color: transparent;
}
.cid-tNbSmi8ZZf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNbSmi8ZZf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNbSmi8ZZf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNbSmi8ZZf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.cid-tNbSmi8ZZf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tNbSmi8ZZf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tNbSmi8ZZf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNbSmi8ZZf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tNbSmi8ZZf .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-tNbSmi8ZZf .navbar-buttons {
    text-align: center;
  }
}
.cid-tNbSmi8ZZf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNbSmi8ZZf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4e423d;
}
.cid-tNbSmi8ZZf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNbSmi8ZZf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNbSmi8ZZf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNbSmi8ZZf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNbSmi8ZZf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNbSmi8ZZf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNbSmi8ZZf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNbSmi8ZZf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNbSmi8ZZf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tNbSmi8ZZf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNbSmi8ZZf .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-tNbSmi8ZZf .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNbSmi8ZZf .navbar {
    height: 70px;
  }
  .cid-tNbSmi8ZZf .navbar.opened {
    height: auto;
  }
  .cid-tNbSmi8ZZf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tNbSmi8ZZf .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-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tNbSmi8ZZf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tNbSmi8ZZf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tNbSmi8ZZf .navbar-brand {
    margin-right: auto;
  }
  .cid-tNbSmi8ZZf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-tNbSmi8ZZf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tNbSmi8ZZf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tNbSmi8ZZf .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-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tNbSmi8ZZf .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-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tNbSmi8ZZf .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-tNbSmi8ZZf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tNbSmi8ZZf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tNbtX8ulws {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tNbtX8ulws .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tNbtX8ulws .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tNbtX8ulws .media-col {
    flex-direction: column;
  }
}
.cid-tNbtX8ulws .brand-name {
  margin-bottom: 0;
  color: #555555;
}
.cid-tNbtX8ulws .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tNbtX8ulws .media-wrap {
    margin-right: 0;
  }
}
.cid-tNbtX8ulws .cards-row,
.cid-tNbtX8ulws .social-row,
.cid-tNbtX8ulws .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-tNbtX8ulws .cards-row,
  .cid-tNbtX8ulws .social-row,
  .cid-tNbtX8ulws .menu-row {
    justify-content: center;
  }
}
.cid-tNbtX8ulws .menu-row {
  margin-bottom: 1rem;
}
.cid-tNbtX8ulws .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-tNbtX8ulws .foot-menu {
    justify-content: center;
  }
}
.cid-tNbtX8ulws .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-tNbtX8ulws .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-tNbtX8ulws .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tNbtX8ulws .row {
    text-align: center;
  }
  .cid-tNbtX8ulws .cards-col {
    justify-content: center;
  }
  .cid-tNbtX8ulws .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-tNbtX8ulws .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-tNbtX8ulws .card-item:last-child {
  margin-right: 0;
}
.cid-tNbtX8ulws .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tNbtX8ulws .logo {
  width: 80px;
}
.cid-tNbtX8ulws .socicon {
  color: black;
}
.cid-tNbtX8ulws .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tNbtX8ulws .soc-item:last-child {
  margin-right: 0;
}
.cid-tNbtX8ulws .mbr-text {
  color: #ffffff;
}
.cid-tNbtX8ulws .copyright {
  color: #000000;
}
.cid-uqwj75XejM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqwj75XejM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqwj75XejM .container {
  max-width: 1300px;
}
.cid-uqwj75XejM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqwj75XejM .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-uqwj75XejM .text-wrapper {
    padding: 3rem;
  }
}
.cid-uqwj75XejM .row {
  background: #820ac0;
}
.cid-uqwj75XejM .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uqwj75XejM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqwj75XejM .image-wrapper {
  padding: 0;
}
.cid-uqwj75XejM .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uqwj75XejM .mbr-section-title {
  color: #ffffff;
}
.cid-uqwj75XejM .mbr-text,
.cid-uqwj75XejM .mbr-section-btn {
  color: #ffffff;
}
.cid-uqwj75XejM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqwfPaid7I {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uqwfPaid7I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqwfPaid7I .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uqwfPaid7I .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqwfPaid7I .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uqwfPaid7I a {
  font-weight: 600;
}
.cid-uqwfPaid7I a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uqwfPaid7I .col-lg-3,
  .cid-uqwfPaid7I .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uqwfPaid7I .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uqwfPaid7I .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uqwfPaid7I h5 {
  margin: 0;
}
.cid-uqwfPaid7I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqwfPaid7I .iconfont-wrapper {
  position: relative;
}
.cid-uqwfPaid7I .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uqwfPaid7I .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uqwfPaid7I .sociconfont-wrapper {
  display: flex;
}
.cid-uqwfPaid7I .card-title,
.cid-uqwfPaid7I .iconfont-wrapper {
  color: #ff66c4;
}
.cid-uqwfPaid7I .card-text {
  color: #820ac0;
}
.cid-uqwfPaid7I .mbr-section-title {
  color: #000000;
}
.cid-uqwfPaid7I .main-title,
.cid-uqwfPaid7I .iconfont-wrapper {
  text-align: left;
  color: #820ac0;
}
.cid-uqwdKu6KgL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uqwdKu6KgL .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;
}
@media (max-width: 767px) {
  .cid-uqwdKu6KgL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uqwdKu6KgL .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uqwdKu6KgL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uqwdKu6KgL .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-uqwdKu6KgL .rr-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-uqwdKu6KgL .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uqwdKu6KgL .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-uqwdKu6KgL .rr-brand .navbar-logo a {
  outline: none;
}
.cid-uqwdKu6KgL .navbar-caption-wrap {
  align-items: center;
}
.cid-uqwdKu6KgL .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-uqwdKu6KgL .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uqwdKu6KgL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-uqwdKu6KgL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uqwdKu6KgL .navbar-nav .nav-item .nav-link:hover {
  color: #ff66c4 !important;
}
.cid-uqwdKu6KgL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uqwdKu6KgL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uqwdKu6KgL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uqwdKu6KgL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uqwdKu6KgL .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uqwdKu6KgL .navbar-nav {
    align-items: center;
  }
}
.cid-uqwdKu6KgL .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uqwdKu6KgL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uqwdKu6KgL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uqwdKu6KgL .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uqwdKu6KgL .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqwdKu6KgL .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uqwdKu6KgL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqwdKu6KgL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uqwdKu6KgL .nav-item:focus,
.cid-uqwdKu6KgL .nav-link:focus {
  outline: none;
}
.cid-uqwdKu6KgL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqwdKu6KgL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqwdKu6KgL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqwdKu6KgL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqwdKu6KgL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqwdKu6KgL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqwdKu6KgL .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uqwdKu6KgL .navbar.opened {
  transition: all 0.3s;
}
.cid-uqwdKu6KgL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqwdKu6KgL .navbar .navbar-logo img {
  width: auto;
}
.cid-uqwdKu6KgL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uqwdKu6KgL .navbar.collapsed {
  justify-content: center;
}
.cid-uqwdKu6KgL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqwdKu6KgL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqwdKu6KgL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uqwdKu6KgL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqwdKu6KgL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqwdKu6KgL .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-uqwdKu6KgL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqwdKu6KgL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqwdKu6KgL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uqwdKu6KgL .navbar {
    min-height: 72px;
  }
  .cid-uqwdKu6KgL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uqwdKu6KgL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqwdKu6KgL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqwdKu6KgL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqwdKu6KgL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqwdKu6KgL .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-uqwdKu6KgL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqwdKu6KgL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uqwdKu6KgL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqwdKu6KgL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqwdKu6KgL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uqwdKu6KgL .dropdown-item.active,
.cid-uqwdKu6KgL .dropdown-item:active {
  background-color: transparent;
}
.cid-uqwdKu6KgL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqwdKu6KgL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqwdKu6KgL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqwdKu6KgL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.cid-uqwdKu6KgL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uqwdKu6KgL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uqwdKu6KgL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqwdKu6KgL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uqwdKu6KgL .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-uqwdKu6KgL .navbar-buttons {
    text-align: center;
  }
}
.cid-uqwdKu6KgL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqwdKu6KgL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4e423d;
}
.cid-uqwdKu6KgL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqwdKu6KgL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqwdKu6KgL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqwdKu6KgL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqwdKu6KgL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqwdKu6KgL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqwdKu6KgL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqwdKu6KgL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqwdKu6KgL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uqwdKu6KgL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqwdKu6KgL .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-uqwdKu6KgL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqwdKu6KgL .navbar {
    height: 70px;
  }
  .cid-uqwdKu6KgL .navbar.opened {
    height: auto;
  }
  .cid-uqwdKu6KgL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqwdKu6KgL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uqwdKu6KgL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uqwdKu6KgL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uqwdKu6KgL .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-uqwdKu6KgL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uqwdKu6KgL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uqwdKu6KgL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uqwdKu6KgL .navbar-brand {
    margin-right: auto;
  }
  .cid-uqwdKu6KgL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uqwdKu6KgL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uqwdKu6KgL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uqwdKu6KgL .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-uqwdKu6KgL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uqwdKu6KgL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uqwdKu6KgL .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-uqwdKu6KgL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uqwdKu6KgL .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-uqwdKu6KgL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uqwdKu6KgL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uqwST9cKtF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uqwST9cKtF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqwST9cKtF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqwST9cKtF .content-wrap {
  justify-content: flex-end;
}
.cid-uqwST9cKtF .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uqwST9cKtF .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uqwST9cKtF .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uqwST9cKtF .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #820ac0, #a30df0);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uqwST9cKtF .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uqwST9cKtF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uqwST9cKtF .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uqwST9cKtF .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uqwST9cKtF .image-wrapper {
    padding: 0;
  }
}
.cid-uqwST9cKtF .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uqwST9cKtF .image-wrapper img {
    height: 350px;
  }
}
.cid-uqwST9cKtF .mbr-section-title {
  color: #ffffff;
}
.cid-uqwST9cKtF .mbr-text,
.cid-uqwST9cKtF .text-wrapper {
  color: #ffffff;
}
.cid-uqx45zl2Ac {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #820ac0;
}
@media (max-width: 767px) {
  .cid-uqx45zl2Ac .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uqx45zl2Ac .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uqx45zl2Ac .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqx45zl2Ac .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqx0qSvZ3E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqx0qSvZ3E .card {
  background-color: #ffffff;
  overflow: hidden;
  border: 2px solid #820ac0;
}
.cid-uqx0qSvZ3E .card-head-color {
  background-color: #820ac0;
}
.cid-uqx0qSvZ3E .card-header-container {
  padding: 30px 60px 20px 60px;
}
.cid-uqx0qSvZ3E .card-content-container {
  padding: 20px 60px 30px 60px;
}
.cid-uqx0qSvZ3E .card-content-section {
  margin-bottom: 0.8rem;
}
.cid-uqx0qSvZ3E .card-content-section {
  border-bottom: 1px #820ac0 solid;
}
.cid-uqx0qSvZ3E .card-row {
  display: flex;
  margin-bottom: 0.3rem;
}
.cid-uqx0qSvZ3E .card-row:last-child {
  margin-bottom: 0.8rem;
}
.cid-uqx0qSvZ3E .card-row .card-l {
  flex: 1 1 50%;
  padding-right: 4px;
}
.cid-uqx0qSvZ3E .card-row .card-r {
  padding-left: 4px;
  flex: 1 1 50%;
}
.cid-uqx0qSvZ3E .card-content-footer {
  display: flex;
  align-items: center;
}
.cid-uqx0qSvZ3E .card-content-footer .footer-left {
  flex: 1 0 auto;
}
.cid-uqx0qSvZ3E .card-content-footer .footer-right {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
}
.cid-uqx0qSvZ3E .card-content-footer .footer-right img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.cid-uqx0qSvZ3E .card-head-title {
  display: flex;
  align-items: center;
}
.cid-uqx0qSvZ3E .card-head-title__left {
  flex: 0 0 32px;
  height: 32px;
  padding-right: 15px;
}
.cid-uqx0qSvZ3E .card-head-title__left .card-ico {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.cid-uqx0qSvZ3E .card-head-title__right {
  flex: 1 1 auto;
  line-height: 1;
}
.cid-uqx0qSvZ3E .card-header-container .card-r .mbr-text {
  text-align: right;
}
.cid-uqx0qSvZ3E .card-content-section .card-r .mbr-text {
  text-align: right;
}
.cid-uqx0qSvZ3E .title-margin {
  margin-bottom: 0.4rem;
}
.cid-uqx0qSvZ3E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqx0qSvZ3E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqx0qSvZ3E .mbr-section-title {
  color: #ffffff;
}
.cid-uqx4wRc2pi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uqx4wRc2pi p {
  margin-bottom: 0rem;
}
.cid-uqx4wRc2pi .btn {
  margin-bottom: 0rem;
}
.cid-uqx4wRc2pi .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uqx4wRc2pi .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-uqx4wRc2pi .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-uqx4wRc2pi .mbr-section-btn {
    text-align: left;
  }
  .cid-uqx4wRc2pi .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uqx4wRc2pi .mbr-section-btn {
    text-align: left;
  }
  .cid-uqx4wRc2pi .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uqx4wRc2pi .btn {
    margin-top: 0rem;
  }
}
.cid-uqx4wRc2pi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqx4wRc2pi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqx4wRc2pi .mbr-text {
  color: #820ac0;
}
.cid-uqwg9zUDxe {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uqwg9zUDxe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqwg9zUDxe .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uqwg9zUDxe .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqwg9zUDxe .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uqwg9zUDxe a {
  font-weight: 600;
}
.cid-uqwg9zUDxe a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uqwg9zUDxe .col-lg-3,
  .cid-uqwg9zUDxe .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uqwg9zUDxe .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uqwg9zUDxe .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uqwg9zUDxe h5 {
  margin: 0;
}
.cid-uqwg9zUDxe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqwg9zUDxe .iconfont-wrapper {
  position: relative;
}
.cid-uqwg9zUDxe .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uqwg9zUDxe .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uqwg9zUDxe .sociconfont-wrapper {
  display: flex;
}
.cid-uqwg9zUDxe .card-title,
.cid-uqwg9zUDxe .iconfont-wrapper {
  color: #ff66c4;
}
.cid-uqwg9zUDxe .card-text {
  color: #820ac0;
}
.cid-uqwg9zUDxe .mbr-section-title {
  color: #000000;
}
.cid-uqwg9zUDxe .main-title,
.cid-uqwg9zUDxe .iconfont-wrapper {
  text-align: left;
  color: #820ac0;
}
.cid-uqwdKuvnLw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uqwdKuvnLw .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uqwdKuvnLw .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uqwdKuvnLw .media-col {
    flex-direction: column;
  }
}
.cid-uqwdKuvnLw .brand-name {
  margin-bottom: 0;
  color: #555555;
}
.cid-uqwdKuvnLw .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uqwdKuvnLw .media-wrap {
    margin-right: 0;
  }
}
.cid-uqwdKuvnLw .cards-row,
.cid-uqwdKuvnLw .social-row,
.cid-uqwdKuvnLw .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uqwdKuvnLw .cards-row,
  .cid-uqwdKuvnLw .social-row,
  .cid-uqwdKuvnLw .menu-row {
    justify-content: center;
  }
}
.cid-uqwdKuvnLw .menu-row {
  margin-bottom: 1rem;
}
.cid-uqwdKuvnLw .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uqwdKuvnLw .foot-menu {
    justify-content: center;
  }
}
.cid-uqwdKuvnLw .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uqwdKuvnLw .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uqwdKuvnLw .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uqwdKuvnLw .row {
    text-align: center;
  }
  .cid-uqwdKuvnLw .cards-col {
    justify-content: center;
  }
  .cid-uqwdKuvnLw .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uqwdKuvnLw .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uqwdKuvnLw .card-item:last-child {
  margin-right: 0;
}
.cid-uqwdKuvnLw .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uqwdKuvnLw .logo {
  width: 80px;
}
.cid-uqwdKuvnLw .socicon {
  color: black;
}
.cid-uqwdKuvnLw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uqwdKuvnLw .soc-item:last-child {
  margin-right: 0;
}
.cid-uqwdKuvnLw .mbr-text {
  color: #ffffff;
}
.cid-uqwdKuvnLw .copyright {
  color: #000000;
}
.cid-uqwdQGexVS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uqwdQGexVS .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;
}
@media (max-width: 767px) {
  .cid-uqwdQGexVS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uqwdQGexVS .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uqwdQGexVS .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uqwdQGexVS .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-uqwdQGexVS .rr-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-uqwdQGexVS .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uqwdQGexVS .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-uqwdQGexVS .rr-brand .navbar-logo a {
  outline: none;
}
.cid-uqwdQGexVS .navbar-caption-wrap {
  align-items: center;
}
.cid-uqwdQGexVS .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-uqwdQGexVS .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uqwdQGexVS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-uqwdQGexVS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uqwdQGexVS .navbar-nav .nav-item .nav-link:hover {
  color: #ff66c4 !important;
}
.cid-uqwdQGexVS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uqwdQGexVS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uqwdQGexVS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uqwdQGexVS .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uqwdQGexVS .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uqwdQGexVS .navbar-nav {
    align-items: center;
  }
}
.cid-uqwdQGexVS .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uqwdQGexVS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uqwdQGexVS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uqwdQGexVS .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uqwdQGexVS .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqwdQGexVS .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uqwdQGexVS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqwdQGexVS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uqwdQGexVS .nav-item:focus,
.cid-uqwdQGexVS .nav-link:focus {
  outline: none;
}
.cid-uqwdQGexVS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqwdQGexVS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqwdQGexVS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqwdQGexVS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqwdQGexVS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqwdQGexVS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqwdQGexVS .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uqwdQGexVS .navbar.opened {
  transition: all 0.3s;
}
.cid-uqwdQGexVS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqwdQGexVS .navbar .navbar-logo img {
  width: auto;
}
.cid-uqwdQGexVS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uqwdQGexVS .navbar.collapsed {
  justify-content: center;
}
.cid-uqwdQGexVS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqwdQGexVS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqwdQGexVS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uqwdQGexVS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqwdQGexVS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqwdQGexVS .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-uqwdQGexVS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqwdQGexVS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqwdQGexVS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uqwdQGexVS .navbar {
    min-height: 72px;
  }
  .cid-uqwdQGexVS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uqwdQGexVS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqwdQGexVS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqwdQGexVS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqwdQGexVS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqwdQGexVS .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-uqwdQGexVS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqwdQGexVS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uqwdQGexVS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqwdQGexVS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqwdQGexVS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uqwdQGexVS .dropdown-item.active,
.cid-uqwdQGexVS .dropdown-item:active {
  background-color: transparent;
}
.cid-uqwdQGexVS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqwdQGexVS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqwdQGexVS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqwdQGexVS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.cid-uqwdQGexVS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uqwdQGexVS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uqwdQGexVS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqwdQGexVS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uqwdQGexVS .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-uqwdQGexVS .navbar-buttons {
    text-align: center;
  }
}
.cid-uqwdQGexVS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqwdQGexVS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4e423d;
}
.cid-uqwdQGexVS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqwdQGexVS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqwdQGexVS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqwdQGexVS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqwdQGexVS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqwdQGexVS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqwdQGexVS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqwdQGexVS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqwdQGexVS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uqwdQGexVS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqwdQGexVS .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-uqwdQGexVS .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqwdQGexVS .navbar {
    height: 70px;
  }
  .cid-uqwdQGexVS .navbar.opened {
    height: auto;
  }
  .cid-uqwdQGexVS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqwdQGexVS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uqwdQGexVS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uqwdQGexVS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uqwdQGexVS .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-uqwdQGexVS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uqwdQGexVS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uqwdQGexVS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uqwdQGexVS .navbar-brand {
    margin-right: auto;
  }
  .cid-uqwdQGexVS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uqwdQGexVS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uqwdQGexVS .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uqwdQGexVS .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-uqwdQGexVS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uqwdQGexVS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uqwdQGexVS .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-uqwdQGexVS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uqwdQGexVS .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-uqwdQGexVS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uqwdQGexVS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uqNMyntUWG {
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1097.webp");
}
.cid-uqNMyntUWG .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-uqNMyntUWG .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uqNMyntUWG {
    align-items: null;
  }
  .cid-uqNMyntUWG .row {
    justify-content: center;
  }
}
.cid-uqNMyntUWG .img-wrap {
  display: flex;
  justify-content: center;
  margin-left: 1.5rem;
  margin-bottom: 2rem;
}
.cid-uqNMyntUWG .img-wrap img {
  width: 110px;
  border-radius: 50% !important;
  border: 3px solid white;
  margin-left: -1rem;
  object-fit: cover;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uqNMyntUWG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uqNMyntUWG {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uqNMyntUWG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uqNMyntUWG .content-wrap {
    width: 100%;
  }
}
.cid-uqNMyntUWG .mbr-section-title {
  text-align: center;
}
.cid-uqNMyntUWG .mbr-text,
.cid-uqNMyntUWG .mbr-section-btn {
  text-align: center;
}
.cid-uqNMUCRxti {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uqNMUCRxti .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNMUCRxti .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNMUCRxti .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uqNMUCRxti .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uqNMUCRxti .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uqNMUCRxti .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uqNMUCRxti .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uqNMUCRxti .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uqNMUCRxti .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uqNMUCRxti .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uqNMUCRxti .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uqNMUCRxti .item .item-wrapper {
    height: auto;
    padding: 20px;
  }
}
.cid-uqNMUCRxti .item .item-wrapper .icon-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqNMUCRxti .item .item-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uqNMUCRxti .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ed463f;
  border-radius: 12px;
}
.cid-uqNMUCRxti .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uqNMUCRxti .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uqNMUCRxti .mbr-section-title {
  color: #404349;
}
.cid-uqNMUCRxti .mbr-desc {
  color: #b19a7c;
}
.cid-uqNMUCRxti .item-title {
  color: #404349;
}
.cid-uqNMUCRxti .item-text {
  color: #404349;
}
.cid-uqNMUCRxti .mbr-desc,
.cid-uqNMUCRxti .desc-wrapper {
  color: #820ac0;
}
.cid-uqNN5Inzv4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqNN5Inzv4 .card {
  background-color: #ffffff;
  overflow: hidden;
  border: 2px solid #820ac0;
}
.cid-uqNN5Inzv4 .card-head-color {
  background-color: #820ac0;
}
.cid-uqNN5Inzv4 .card-header-container {
  padding: 30px 60px 20px 60px;
}
.cid-uqNN5Inzv4 .card-content-container {
  padding: 20px 60px 30px 60px;
}
.cid-uqNN5Inzv4 .card-content-section {
  margin-bottom: 0.8rem;
}
.cid-uqNN5Inzv4 .card-content-section {
  border-bottom: 1px #820ac0 solid;
}
.cid-uqNN5Inzv4 .card-row {
  display: flex;
  margin-bottom: 0.3rem;
}
.cid-uqNN5Inzv4 .card-row:last-child {
  margin-bottom: 0.8rem;
}
.cid-uqNN5Inzv4 .card-row .card-l {
  flex: 1 1 50%;
  padding-right: 4px;
}
.cid-uqNN5Inzv4 .card-row .card-r {
  padding-left: 4px;
  flex: 1 1 50%;
}
.cid-uqNN5Inzv4 .card-content-footer {
  display: flex;
  align-items: center;
}
.cid-uqNN5Inzv4 .card-content-footer .footer-left {
  flex: 1 0 auto;
}
.cid-uqNN5Inzv4 .card-content-footer .footer-right {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
}
.cid-uqNN5Inzv4 .card-content-footer .footer-right img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.cid-uqNN5Inzv4 .card-head-title {
  display: flex;
  align-items: center;
}
.cid-uqNN5Inzv4 .card-head-title__left {
  flex: 0 0 32px;
  height: 32px;
  padding-right: 15px;
}
.cid-uqNN5Inzv4 .card-head-title__left .card-ico {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.cid-uqNN5Inzv4 .card-head-title__right {
  flex: 1 1 auto;
  line-height: 1;
}
.cid-uqNN5Inzv4 .card-header-container .card-r .mbr-text {
  text-align: right;
}
.cid-uqNN5Inzv4 .card-content-section .card-r .mbr-text {
  text-align: right;
}
.cid-uqNN5Inzv4 .title-margin {
  margin-bottom: 0.4rem;
}
.cid-uqNN5Inzv4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNN5Inzv4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNN5Inzv4 .mbr-section-title {
  color: #ffffff;
}
.cid-uqNMSfmu0v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uqNMSfmu0v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNMSfmu0v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNMSfmu0v .content-wrap {
  padding: 60px;
  background-color: #f8e7d2;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uqNMSfmu0v .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uqNMSfmu0v .content-wrap .cont-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uqNMSfmu0v .content-wrap .cont-wrap {
    width: 100%;
  }
}
.cid-uqNMSfmu0v .content-wrap .cont-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uqNMSfmu0v .content-wrap .cont-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uqNMSfmu0v .content-wrap .cont-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uqNMSfmu0v .content-wrap .cont-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uqNMSfmu0v .content-wrap .cont-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uqNMSfmu0v .content-wrap .cont-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uqNMSfmu0v .content-wrap .cont-wrap .items-wrapper {
    padding: 20px;
    display: block;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uqNMSfmu0v .content-wrap .cont-wrap .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uqNMSfmu0v .content-wrap .cont-wrap .items-wrapper .item .item-wrapper .card-box .number-wrapper .item-number {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #fff1e2;
  margin-bottom: 16px;
}
.cid-uqNMSfmu0v .content-wrap .cont-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uqNMSfmu0v .content-wrap .cont-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uqNMSfmu0v .content-wrap .image-wrapper {
  padding-left: 88px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uqNMSfmu0v .content-wrap .image-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uqNMSfmu0v .content-wrap .image-wrapper {
    padding-left: 0;
  }
}
.cid-uqNMSfmu0v .content-wrap .image-wrapper img {
  height: 520px;
  width: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uqNMSfmu0v .content-wrap .image-wrapper img {
    height: 420px;
    width: 420px;
  }
}
@media (max-width: 1199px) {
  .cid-uqNMSfmu0v .content-wrap .image-wrapper img {
    height: 320px;
    width: 320px;
  }
}
@media (max-width: 768px) {
  .cid-uqNMSfmu0v .content-wrap .image-wrapper img {
    height: 210px;
    width: 210px;
  }
}
.cid-uqNMSfmu0v .btn-wrapper {
  margin-top: -20%;
}
.cid-uqNMSfmu0v .mbr-section-title {
  color: #404349;
}
.cid-uqNMSfmu0v .mbr-desc {
  color: #b19a7c;
}
.cid-uqNMSfmu0v .item-number {
  color: #b19a7c;
}
.cid-uqNMSfmu0v .item-title {
  color: #404349;
}
.cid-uqNMSfmu0v .item-text {
  color: #404349;
}
.cid-uqNMSfmu0v .mbr-desc,
.cid-uqNMSfmu0v .desc-wrapper {
  color: #820ac0;
}
.cid-uqNMSfmu0v .mbr-section-title,
.cid-uqNMSfmu0v .title-wrap {
  color: #820ac0;
}
.cid-uqNMSfmu0v .item-number,
.cid-uqNMSfmu0v .number-wrapper {
  color: #820ac0;
}
.cid-uqwgcMDzwq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uqwgcMDzwq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqwgcMDzwq .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uqwgcMDzwq .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqwgcMDzwq .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uqwgcMDzwq a {
  font-weight: 600;
}
.cid-uqwgcMDzwq a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uqwgcMDzwq .col-lg-3,
  .cid-uqwgcMDzwq .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uqwgcMDzwq .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uqwgcMDzwq .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uqwgcMDzwq h5 {
  margin: 0;
}
.cid-uqwgcMDzwq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqwgcMDzwq .iconfont-wrapper {
  position: relative;
}
.cid-uqwgcMDzwq .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uqwgcMDzwq .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uqwgcMDzwq .sociconfont-wrapper {
  display: flex;
}
.cid-uqwgcMDzwq .card-title,
.cid-uqwgcMDzwq .iconfont-wrapper {
  color: #ff66c4;
}
.cid-uqwgcMDzwq .card-text {
  color: #820ac0;
}
.cid-uqwgcMDzwq .mbr-section-title {
  color: #000000;
}
.cid-uqwgcMDzwq .main-title,
.cid-uqwgcMDzwq .iconfont-wrapper {
  text-align: left;
  color: #820ac0;
}
.cid-uqwdQGFgDn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uqwdQGFgDn .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uqwdQGFgDn .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uqwdQGFgDn .media-col {
    flex-direction: column;
  }
}
.cid-uqwdQGFgDn .brand-name {
  margin-bottom: 0;
  color: #555555;
}
.cid-uqwdQGFgDn .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uqwdQGFgDn .media-wrap {
    margin-right: 0;
  }
}
.cid-uqwdQGFgDn .cards-row,
.cid-uqwdQGFgDn .social-row,
.cid-uqwdQGFgDn .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uqwdQGFgDn .cards-row,
  .cid-uqwdQGFgDn .social-row,
  .cid-uqwdQGFgDn .menu-row {
    justify-content: center;
  }
}
.cid-uqwdQGFgDn .menu-row {
  margin-bottom: 1rem;
}
.cid-uqwdQGFgDn .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uqwdQGFgDn .foot-menu {
    justify-content: center;
  }
}
.cid-uqwdQGFgDn .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uqwdQGFgDn .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uqwdQGFgDn .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uqwdQGFgDn .row {
    text-align: center;
  }
  .cid-uqwdQGFgDn .cards-col {
    justify-content: center;
  }
  .cid-uqwdQGFgDn .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uqwdQGFgDn .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uqwdQGFgDn .card-item:last-child {
  margin-right: 0;
}
.cid-uqwdQGFgDn .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uqwdQGFgDn .logo {
  width: 80px;
}
.cid-uqwdQGFgDn .socicon {
  color: black;
}
.cid-uqwdQGFgDn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uqwdQGFgDn .soc-item:last-child {
  margin-right: 0;
}
.cid-uqwdQGFgDn .mbr-text {
  color: #ffffff;
}
.cid-uqwdQGFgDn .copyright {
  color: #000000;
}
.cid-uqwdWRLxgS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uqwdWRLxgS .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;
}
@media (max-width: 767px) {
  .cid-uqwdWRLxgS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uqwdWRLxgS .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uqwdWRLxgS .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uqwdWRLxgS .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-uqwdWRLxgS .rr-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-uqwdWRLxgS .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uqwdWRLxgS .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-uqwdWRLxgS .rr-brand .navbar-logo a {
  outline: none;
}
.cid-uqwdWRLxgS .navbar-caption-wrap {
  align-items: center;
}
.cid-uqwdWRLxgS .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-uqwdWRLxgS .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uqwdWRLxgS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-uqwdWRLxgS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uqwdWRLxgS .navbar-nav .nav-item .nav-link:hover {
  color: #ff66c4 !important;
}
.cid-uqwdWRLxgS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uqwdWRLxgS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uqwdWRLxgS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uqwdWRLxgS .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uqwdWRLxgS .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uqwdWRLxgS .navbar-nav {
    align-items: center;
  }
}
.cid-uqwdWRLxgS .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uqwdWRLxgS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uqwdWRLxgS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uqwdWRLxgS .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uqwdWRLxgS .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqwdWRLxgS .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uqwdWRLxgS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqwdWRLxgS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uqwdWRLxgS .nav-item:focus,
.cid-uqwdWRLxgS .nav-link:focus {
  outline: none;
}
.cid-uqwdWRLxgS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqwdWRLxgS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqwdWRLxgS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqwdWRLxgS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqwdWRLxgS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqwdWRLxgS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqwdWRLxgS .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uqwdWRLxgS .navbar.opened {
  transition: all 0.3s;
}
.cid-uqwdWRLxgS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqwdWRLxgS .navbar .navbar-logo img {
  width: auto;
}
.cid-uqwdWRLxgS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uqwdWRLxgS .navbar.collapsed {
  justify-content: center;
}
.cid-uqwdWRLxgS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqwdWRLxgS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqwdWRLxgS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uqwdWRLxgS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqwdWRLxgS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqwdWRLxgS .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-uqwdWRLxgS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqwdWRLxgS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqwdWRLxgS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uqwdWRLxgS .navbar {
    min-height: 72px;
  }
  .cid-uqwdWRLxgS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uqwdWRLxgS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqwdWRLxgS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqwdWRLxgS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqwdWRLxgS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqwdWRLxgS .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-uqwdWRLxgS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqwdWRLxgS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uqwdWRLxgS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqwdWRLxgS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqwdWRLxgS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uqwdWRLxgS .dropdown-item.active,
.cid-uqwdWRLxgS .dropdown-item:active {
  background-color: transparent;
}
.cid-uqwdWRLxgS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqwdWRLxgS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqwdWRLxgS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqwdWRLxgS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.cid-uqwdWRLxgS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uqwdWRLxgS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uqwdWRLxgS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqwdWRLxgS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uqwdWRLxgS .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-uqwdWRLxgS .navbar-buttons {
    text-align: center;
  }
}
.cid-uqwdWRLxgS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqwdWRLxgS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4e423d;
}
.cid-uqwdWRLxgS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqwdWRLxgS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqwdWRLxgS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqwdWRLxgS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqwdWRLxgS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqwdWRLxgS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqwdWRLxgS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqwdWRLxgS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqwdWRLxgS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uqwdWRLxgS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqwdWRLxgS .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-uqwdWRLxgS .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqwdWRLxgS .navbar {
    height: 70px;
  }
  .cid-uqwdWRLxgS .navbar.opened {
    height: auto;
  }
  .cid-uqwdWRLxgS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqwdWRLxgS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uqwdWRLxgS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uqwdWRLxgS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uqwdWRLxgS .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-uqwdWRLxgS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uqwdWRLxgS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uqwdWRLxgS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uqwdWRLxgS .navbar-brand {
    margin-right: auto;
  }
  .cid-uqwdWRLxgS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uqwdWRLxgS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uqwdWRLxgS .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uqwdWRLxgS .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-uqwdWRLxgS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uqwdWRLxgS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uqwdWRLxgS .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-uqwdWRLxgS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uqwdWRLxgS .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-uqwdWRLxgS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uqwdWRLxgS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uqx8Rmweec {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-image: url("../../../assets/images/mbr-1-1920x1357.webp");
}
.cid-uqx8Rmweec .decor-wrap {
  position: absolute;
  right: 0;
  width: 60%;
  height: 150%;
  border-radius: 100% 0 0 100%;
  background-color: #ffffff;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uqx8Rmweec .decor-wrap {
    width: 100%;
  }
}
.cid-uqx8Rmweec .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqx8Rmweec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqx8Rmweec .row {
  position: relative;
  z-index: 1;
}
.cid-uqx8Rmweec .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uqx8Rmweec .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uqx8Rmweec .mbr-section-title {
  color: #212529;
}
.cid-uqx8Rmweec .mbr-text {
  color: #51565c;
}
.cid-uqx8ykNKZ8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uqx8ykNKZ8 .item-img {
  position: relative;
}
.cid-uqx8ykNKZ8 .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uqx8ykNKZ8 .cardbg {
  background: #820ac0;
  height: 100%;
  min-height: 160px;
}
.cid-uqx8ykNKZ8 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uqx8ykNKZ8 .image-wrapper {
  overflow: hidden;
}
.cid-uqx8ykNKZ8 .item1 {
  margin-bottom: 2rem !important;
}
.cid-uqx8ykNKZ8 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uqx8ykNKZ8 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uqx8ykNKZ8 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uqx8ykNKZ8 .item1,
.cid-uqx8ykNKZ8 .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uqx8ykNKZ8 .item1 .item:hover,
.cid-uqx8ykNKZ8 .item .item:hover {
  cursor: pointer;
}
.cid-uqx8ykNKZ8 .item1:hover .link-icon-wrapper span,
.cid-uqx8ykNKZ8 .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-uqx8ykNKZ8 .card2 {
    margin-top: 1rem;
  }
}
.cid-uqx8ykNKZ8 .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-uqx8ykNKZ8 .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-uqx8ykNKZ8 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uqx8ykNKZ8 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uqx8ykNKZ8 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uqx8ykNKZ8 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uqx8ykNKZ8 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uqx8ykNKZ8 .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-uqx8ykNKZ8 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uqx8ykNKZ8 img,
.cid-uqx8ykNKZ8 .item-img {
  width: 100%;
}
.cid-uqx8ykNKZ8 .item:focus,
.cid-uqx8ykNKZ8 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uqx8ykNKZ8 .item {
    margin-bottom: 1rem;
  }
}
.cid-uqx8ykNKZ8 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uqx8ykNKZ8 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uqx8ykNKZ8 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uqx8ykNKZ8 .mbr-section-subtitle,
.cid-uqx8ykNKZ8 .subtitle-wrap,
.cid-uqx8ykNKZ8 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uqx8ykNKZ8 .mbr-text,
.cid-uqx8ykNKZ8 .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uqx8uEoxja {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uqx8uEoxja .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqx8uEoxja .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqx8uEoxja .map-wrapper {
  height: 100%;
}
.cid-uqx8uEoxja .card-wrapper {
  border: 1px solid #ff66c4;
  padding: 3rem 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uqx8uEoxja .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uqx8uEoxja .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uqx8uEoxja .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqx8uEoxja .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uqx8uEoxja .google-map {
  height: 100%;
  position: relative;
}
.cid-uqx8uEoxja .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uqx8uEoxja .google-map iframe {
    min-height: 350px;
  }
}
.cid-uqx8uEoxja .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-uqx8uEoxja .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uqx8uEoxja .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uqx8uEoxja ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uqx8uEoxja .content-head {
  max-width: 800px;
}
.cid-uqx8uEoxja .mbr-section-title {
  color: #820ac0;
}
.cid-uqx8uEoxja .cardTitle {
  color: #820ac0;
}
.cid-uqx8uEoxja .list,
.cid-uqx8uEoxja .item-wrap {
  color: #221b35;
}
.cid-uqwgeu3Hz5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uqwgeu3Hz5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqwgeu3Hz5 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uqwgeu3Hz5 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqwgeu3Hz5 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uqwgeu3Hz5 a {
  font-weight: 600;
}
.cid-uqwgeu3Hz5 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uqwgeu3Hz5 .col-lg-3,
  .cid-uqwgeu3Hz5 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uqwgeu3Hz5 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uqwgeu3Hz5 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uqwgeu3Hz5 h5 {
  margin: 0;
}
.cid-uqwgeu3Hz5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqwgeu3Hz5 .iconfont-wrapper {
  position: relative;
}
.cid-uqwgeu3Hz5 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uqwgeu3Hz5 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uqwgeu3Hz5 .sociconfont-wrapper {
  display: flex;
}
.cid-uqwgeu3Hz5 .card-title,
.cid-uqwgeu3Hz5 .iconfont-wrapper {
  color: #ff66c4;
}
.cid-uqwgeu3Hz5 .card-text {
  color: #820ac0;
}
.cid-uqwgeu3Hz5 .mbr-section-title {
  color: #000000;
}
.cid-uqwgeu3Hz5 .main-title,
.cid-uqwgeu3Hz5 .iconfont-wrapper {
  text-align: left;
  color: #820ac0;
}
.cid-uqwdWRLxgS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uqwdWRLxgS .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;
}
@media (max-width: 767px) {
  .cid-uqwdWRLxgS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uqwdWRLxgS .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uqwdWRLxgS .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uqwdWRLxgS .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-uqwdWRLxgS .rr-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-uqwdWRLxgS .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uqwdWRLxgS .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-uqwdWRLxgS .rr-brand .navbar-logo a {
  outline: none;
}
.cid-uqwdWRLxgS .navbar-caption-wrap {
  align-items: center;
}
.cid-uqwdWRLxgS .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-uqwdWRLxgS .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uqwdWRLxgS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-uqwdWRLxgS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uqwdWRLxgS .navbar-nav .nav-item .nav-link:hover {
  color: #ff66c4 !important;
}
.cid-uqwdWRLxgS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uqwdWRLxgS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uqwdWRLxgS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uqwdWRLxgS .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uqwdWRLxgS .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uqwdWRLxgS .navbar-nav {
    align-items: center;
  }
}
.cid-uqwdWRLxgS .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uqwdWRLxgS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uqwdWRLxgS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uqwdWRLxgS .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uqwdWRLxgS .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqwdWRLxgS .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uqwdWRLxgS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqwdWRLxgS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uqwdWRLxgS .nav-item:focus,
.cid-uqwdWRLxgS .nav-link:focus {
  outline: none;
}
.cid-uqwdWRLxgS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqwdWRLxgS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqwdWRLxgS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqwdWRLxgS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqwdWRLxgS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqwdWRLxgS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqwdWRLxgS .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uqwdWRLxgS .navbar.opened {
  transition: all 0.3s;
}
.cid-uqwdWRLxgS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqwdWRLxgS .navbar .navbar-logo img {
  width: auto;
}
.cid-uqwdWRLxgS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uqwdWRLxgS .navbar.collapsed {
  justify-content: center;
}
.cid-uqwdWRLxgS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqwdWRLxgS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqwdWRLxgS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uqwdWRLxgS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqwdWRLxgS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqwdWRLxgS .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-uqwdWRLxgS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqwdWRLxgS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqwdWRLxgS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uqwdWRLxgS .navbar {
    min-height: 72px;
  }
  .cid-uqwdWRLxgS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uqwdWRLxgS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqwdWRLxgS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqwdWRLxgS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqwdWRLxgS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqwdWRLxgS .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-uqwdWRLxgS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqwdWRLxgS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uqwdWRLxgS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqwdWRLxgS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqwdWRLxgS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uqwdWRLxgS .dropdown-item.active,
.cid-uqwdWRLxgS .dropdown-item:active {
  background-color: transparent;
}
.cid-uqwdWRLxgS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqwdWRLxgS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqwdWRLxgS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqwdWRLxgS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.cid-uqwdWRLxgS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uqwdWRLxgS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uqwdWRLxgS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqwdWRLxgS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uqwdWRLxgS .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-uqwdWRLxgS .navbar-buttons {
    text-align: center;
  }
}
.cid-uqwdWRLxgS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqwdWRLxgS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4e423d;
}
.cid-uqwdWRLxgS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqwdWRLxgS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqwdWRLxgS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqwdWRLxgS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqwdWRLxgS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqwdWRLxgS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqwdWRLxgS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqwdWRLxgS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqwdWRLxgS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uqwdWRLxgS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqwdWRLxgS .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-uqwdWRLxgS .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqwdWRLxgS .navbar {
    height: 70px;
  }
  .cid-uqwdWRLxgS .navbar.opened {
    height: auto;
  }
  .cid-uqwdWRLxgS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqwdWRLxgS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uqwdWRLxgS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uqwdWRLxgS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uqwdWRLxgS .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-uqwdWRLxgS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uqwdWRLxgS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uqwdWRLxgS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uqwdWRLxgS .navbar-brand {
    margin-right: auto;
  }
  .cid-uqwdWRLxgS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uqwdWRLxgS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uqwdWRLxgS .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uqwdWRLxgS .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-uqwdWRLxgS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uqwdWRLxgS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uqwdWRLxgS .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-uqwdWRLxgS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uqwdWRLxgS .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-uqwdWRLxgS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uqwdWRLxgS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uqwdWS9s6x {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uqwdWS9s6x .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uqwdWS9s6x .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uqwdWS9s6x .media-col {
    flex-direction: column;
  }
}
.cid-uqwdWS9s6x .brand-name {
  margin-bottom: 0;
  color: #555555;
}
.cid-uqwdWS9s6x .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uqwdWS9s6x .media-wrap {
    margin-right: 0;
  }
}
.cid-uqwdWS9s6x .cards-row,
.cid-uqwdWS9s6x .social-row,
.cid-uqwdWS9s6x .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uqwdWS9s6x .cards-row,
  .cid-uqwdWS9s6x .social-row,
  .cid-uqwdWS9s6x .menu-row {
    justify-content: center;
  }
}
.cid-uqwdWS9s6x .menu-row {
  margin-bottom: 1rem;
}
.cid-uqwdWS9s6x .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uqwdWS9s6x .foot-menu {
    justify-content: center;
  }
}
.cid-uqwdWS9s6x .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uqwdWS9s6x .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uqwdWS9s6x .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uqwdWS9s6x .row {
    text-align: center;
  }
  .cid-uqwdWS9s6x .cards-col {
    justify-content: center;
  }
  .cid-uqwdWS9s6x .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uqwdWS9s6x .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uqwdWS9s6x .card-item:last-child {
  margin-right: 0;
}
.cid-uqwdWS9s6x .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uqwdWS9s6x .logo {
  width: 80px;
}
.cid-uqwdWS9s6x .socicon {
  color: black;
}
.cid-uqwdWS9s6x .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uqwdWS9s6x .soc-item:last-child {
  margin-right: 0;
}
.cid-uqwdWS9s6x .mbr-text {
  color: #ffffff;
}
.cid-uqwdWS9s6x .copyright {
  color: #000000;
}
.cid-uqwOBv5hrx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffd7ef;
}
.cid-uqwOBv5hrx .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uqwOBv5hrx H4 {
  color: #820ac0;
}
.cid-uqwgp2kLng {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uqwgp2kLng .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqwgp2kLng .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uqwgp2kLng .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqwgp2kLng .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uqwgp2kLng a {
  font-weight: 600;
}
.cid-uqwgp2kLng a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uqwgp2kLng .col-lg-3,
  .cid-uqwgp2kLng .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uqwgp2kLng .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uqwgp2kLng .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uqwgp2kLng h5 {
  margin: 0;
}
.cid-uqwgp2kLng .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqwgp2kLng .iconfont-wrapper {
  position: relative;
}
.cid-uqwgp2kLng .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uqwgp2kLng .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uqwgp2kLng .sociconfont-wrapper {
  display: flex;
}
.cid-uqwgp2kLng .card-title,
.cid-uqwgp2kLng .iconfont-wrapper {
  color: #ff66c4;
}
.cid-uqwgp2kLng .card-text {
  color: #820ac0;
}
.cid-uqwgp2kLng .mbr-section-title {
  color: #000000;
}
.cid-uqwgp2kLng .main-title,
.cid-uqwgp2kLng .iconfont-wrapper {
  text-align: left;
  color: #820ac0;
}
