.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Playfair Display;
}
.display-1 {
  font-family: 'Young Serif', serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Young Serif', serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Gabarito', display;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Young Serif', serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Gabarito', display;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
@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: #35065a !important;
}
.bg-success {
  background-color: #fcefcf !important;
}
.bg-info {
  background-color: #fffaf5 !important;
}
.bg-warning {
  background-color: #ecf4f6 !important;
}
.bg-danger {
  background-color: #fee3d9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #35065a !important;
  border-color: #35065a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #51098a !important;
  border-color: #51098a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #51098a !important;
  border-color: #51098a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #63cfbf !important;
  border-color: #63cfbf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #8adbcf !important;
  border-color: #8adbcf !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8adbcf !important;
  border-color: #8adbcf !important;
}
.btn-info,
.btn-info:active {
  background-color: #fffaf5 !important;
  border-color: #fffaf5 !important;
  color: #f57a00 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #f57a00 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #fcefcf !important;
  border-color: #fcefcf !important;
  color: #c08c0c !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #c08c0c !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ecf4f6 !important;
  border-color: #ecf4f6 !important;
  color: #498a9a !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #498a9a !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fee3d9 !important;
  border-color: #fee3d9 !important;
  color: #d23d06 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #d23d06 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #35065a;
  color: #35065a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #050109 !important;
  background-color: transparent !important;
  border-color: #050109 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #35065a !important;
  border-color: #35065a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #63cfbf;
  color: #63cfbf;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #34a897 !important;
  background-color: transparent !important;
  border-color: #34a897 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #63cfbf !important;
  border-color: #63cfbf !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fffaf5;
  color: #fffaf5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffcf9e !important;
  background-color: transparent !important;
  border-color: #ffcf9e !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #f57a00 !important;
  background-color: #fffaf5 !important;
  border-color: #fffaf5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fcefcf;
  color: #fcefcf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #f7d47d !important;
  background-color: transparent !important;
  border-color: #f7d47d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #c08c0c !important;
  background-color: #fcefcf !important;
  border-color: #fcefcf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ecf4f6;
  color: #ecf4f6;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b1d2da !important;
  background-color: transparent !important;
  border-color: #b1d2da !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #498a9a !important;
  background-color: #ecf4f6 !important;
  border-color: #ecf4f6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fee3d9;
  color: #fee3d9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fca585 !important;
  background-color: transparent !important;
  border-color: #fca585 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #d23d06 !important;
  background-color: #fee3d9 !important;
  border-color: #fee3d9 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #35065a !important;
}
.text-secondary {
  color: #63cfbf !important;
}
.text-success {
  color: #fcefcf !important;
}
.text-info {
  color: #fffaf5 !important;
}
.text-warning {
  color: #ecf4f6 !important;
}
.text-danger {
  color: #fee3d9 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #309c8c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #f6cf6f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffc78f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a7ccd5 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fb9a76 !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: #35065a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fffaf5;
}
.alert-warning {
  background-color: #ecf4f6;
}
.alert-danger {
  background-color: #fee3d9;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 30px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #35065a;
  border-color: #35065a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #35065a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7b0ed2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Gabarito', display;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #35065a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Gabarito', display;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #35065a;
}
/* 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: #35065a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #35065a;
}
.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: #35065a;
  border-bottom-color: #35065a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #35065a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #63cfbf !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='%2335065a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 5px 16px;
  position: relative;
  box-shadow: none;
  border-radius: 30px !important;
  font-weight: 400 !important;
  transition: all .3s ease;
  transform: translate(-5px, -5px);
  z-index: 11;
  border: 1px solid #35065a !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 7px;
  transition: all .3s ease;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
  transform: translate(0);
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: translateX(0.5rem);
}
.mbr-section-btn .btn:hover::before,
.mbr-section-btn-main .btn:hover::before,
.mbr-section-btn .btn:focus::before,
.mbr-section-btn-main .btn:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.mbr-section-btn .btn::before,
.mbr-section-btn-main .btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  transform: translate(4px, 4px);
  z-index: 10;
  transition: all .3s ease;
  border: 1px solid #35065a;
  pointer-events: none;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  color: #35065a !important;
}
.cid-uABgTpwyKR .navbar-dropdown {
  position: relative !important;
}
.cid-uABgTpwyKR .navbar-dropdown {
  position: absolute !important;
}
.cid-uABgTpwyKR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uABgTpwyKR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uABgTpwyKR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uABgTpwyKR .dropdown-item:hover,
.cid-uABgTpwyKR .dropdown-item:focus {
  background: #35065a !important;
  color: white !important;
}
.cid-uABgTpwyKR .dropdown-item:hover span {
  color: white;
}
.cid-uABgTpwyKR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uABgTpwyKR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uABgTpwyKR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uABgTpwyKR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uABgTpwyKR .nav-link {
  position: relative;
}
.cid-uABgTpwyKR .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uABgTpwyKR .container {
    flex-wrap: nowrap;
  }
}
.cid-uABgTpwyKR .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uABgTpwyKR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uABgTpwyKR .dropdown-menu,
.cid-uABgTpwyKR .navbar.opened {
  background: #eeeef7 !important;
}
.cid-uABgTpwyKR .nav-item:focus,
.cid-uABgTpwyKR .nav-link:focus {
  outline: none;
}
.cid-uABgTpwyKR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uABgTpwyKR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uABgTpwyKR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uABgTpwyKR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uABgTpwyKR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uABgTpwyKR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uABgTpwyKR .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(238, 238, 247, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uABgTpwyKR .navbar.opened {
  transition: all 0.3s;
}
.cid-uABgTpwyKR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uABgTpwyKR .navbar .navbar-logo img {
  width: auto;
}
.cid-uABgTpwyKR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uABgTpwyKR .navbar.collapsed {
  justify-content: center;
}
.cid-uABgTpwyKR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uABgTpwyKR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uABgTpwyKR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uABgTpwyKR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uABgTpwyKR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uABgTpwyKR .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-uABgTpwyKR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uABgTpwyKR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uABgTpwyKR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uABgTpwyKR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uABgTpwyKR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uABgTpwyKR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uABgTpwyKR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uABgTpwyKR .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-uABgTpwyKR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uABgTpwyKR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uABgTpwyKR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uABgTpwyKR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uABgTpwyKR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uABgTpwyKR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uABgTpwyKR .navbar.navbar-short {
  min-height: 96px;
}
.cid-uABgTpwyKR .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uABgTpwyKR .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uABgTpwyKR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uABgTpwyKR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uABgTpwyKR .dropdown-item.active,
.cid-uABgTpwyKR .dropdown-item:active {
  background-color: transparent;
}
.cid-uABgTpwyKR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uABgTpwyKR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uABgTpwyKR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uABgTpwyKR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-uABgTpwyKR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uABgTpwyKR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uABgTpwyKR ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uABgTpwyKR ul.navbar-nav {
    padding: 8px 16px;
    background-color: #000000;
    border: 1px solid #ffffff;
  }
}
.cid-uABgTpwyKR .navbar-buttons {
  text-align: center;
}
.cid-uABgTpwyKR .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uABgTpwyKR .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uABgTpwyKR .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uABgTpwyKR .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uABgTpwyKR button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uABgTpwyKR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-uABgTpwyKR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uABgTpwyKR button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uABgTpwyKR button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uABgTpwyKR button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uABgTpwyKR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uABgTpwyKR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uABgTpwyKR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uABgTpwyKR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uABgTpwyKR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uABgTpwyKR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uABgTpwyKR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uABgTpwyKR .navbar {
    height: 70px;
  }
  .cid-uABgTpwyKR .navbar.opened {
    height: auto;
  }
  .cid-uABgTpwyKR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uABgTpwyKR .navbar-nav {
  margin: 0 auto;
}
.cid-uABgTpwyKR .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uABgTpwyKR .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uABgTpwyKR .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uABgTpwyKR .nav-item .nav-link::after {
  color: #63cfbf !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uABgTpwyKR .nav-item .nav-link:hover {
  background-color: #e7f2ed;
}
.cid-uABgTpwyKR .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uABgTpwyKR .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uABgTpwyKR .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uABgTpwyKR .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-uABgTpwyKR .nav-item .dropdown-menu .dropdown-item:hover {
  color: #35065a !important;
}
@media (max-width: 991px) {
  .cid-uABgTpwyKR .navbar {
    justify-content: flex-start !important;
  }
  .cid-uABgTpwyKR .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uABgTpwyKR .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uABgTpwyKR .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uABgTpwyKR .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uABgTpwyKR .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uABgTpwyKR .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uABh1iBIsq {
  background-image: url("../../../assets/images/1c1a92c2-5260-46c9-8972-a594305d2929-scaled.webp");
}
.cid-uABh1iBIsq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABh1iBIsq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uABh1iBIsq .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uABh1iBIsq .container {
    padding: 0 16px;
  }
}
.cid-uABh1iBIsq .content-wrapper {
  margin-bottom: 20%;
}
.cid-uABh1iBIsq .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uABh1iBIsq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uABh1iBIsq .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-uABh1iBIsq .mbr-section-title {
  color: #000000;
}
.cid-uABh1iBIsq .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uABh1iBIsq .mbr-section-title,
.cid-uABh1iBIsq .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uABi6bSsia {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uABi6bSsia .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABi6bSsia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABi6bSsia .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uABi6bSsia .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uABi6bSsia .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uABi6bSsia .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uABi6bSsia .container {
    padding: 0 16px;
  }
}
.cid-uABi6bSsia .row {
  justify-content: space-between;
}
.cid-uABi6bSsia .row:hover,
.cid-uABi6bSsia .row:focus {
  cursor: pointer;
}
.cid-uABi6bSsia .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uABi6bSsia .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uABi6bSsia .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uABi6bSsia .image-wrapper img {
    height: 300px;
  }
}
.cid-uABi6bSsia .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uABi6bSsia .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uABi6bSsia .mbr-section-title {
  color: #000000;
}
.cid-uABi6bSsia .mbr-text {
  color: #000000;
}
.cid-uABj0SRvuq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uABj0SRvuq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABj0SRvuq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABj0SRvuq .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uABj0SRvuq .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uABj0SRvuq .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uABj0SRvuq .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uABj0SRvuq .container {
    padding: 0 16px;
  }
}
.cid-uABj0SRvuq .row {
  padding: 60px 64px;
  background-color: #ffffff;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-uABj0SRvuq .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uABj0SRvuq .row {
    padding: 25px 9px;
  }
}
.cid-uABj0SRvuq .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uABj0SRvuq .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uABj0SRvuq .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uABj0SRvuq .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-uABj0SRvuq .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-uABj0SRvuq .image-wrapper img {
    height: 350px;
  }
}
.cid-uABj0SRvuq .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uABj0SRvuq .content-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uABj0SRvuq .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uABj0SRvuq .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .cid-uABj0SRvuq .items-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uABj0SRvuq .items-wrapper {
    display: block;
  }
}
.cid-uABj0SRvuq .items-wrapper .item {
  padding: 50px;
  background-color: #f7f7f7;
  border-radius: .5rem !important;
}
.cid-uABj0SRvuq .items-wrapper .item:nth-child(2n) {
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-uABj0SRvuq .items-wrapper .item {
    margin-bottom: 2rem;
    padding: 25px;
  }
}
.cid-uABj0SRvuq .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uABj0SRvuq .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #35065a;
  display: inline-flex;
}
.cid-uABj0SRvuq .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-uABj0SRvuq .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uABj0SRvuq .card {
  justify-content: center;
}
.cid-uABj0SRvuq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uABj0SRvuq .mbr-text {
  color: #000000;
}
.cid-uABj0SRvuq .card-title {
  color: #000000;
}
.cid-uABj0SRvuq .card-text {
  color: #000000;
  text-align: left;
}
.cid-uABj0SRvuq .card-title,
.cid-uABj0SRvuq .icon-wrapper {
  text-align: center;
}
.cid-tV6JtoPa5S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tV6JtoPa5S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6JtoPa5S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6JtoPa5S .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6JtoPa5S .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6JtoPa5S .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6JtoPa5S .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6JtoPa5S .container {
    padding: 0 16px;
  }
}
.cid-tV6JtoPa5S .row {
  justify-content: center;
}
.cid-tV6JtoPa5S .title-wrapper {
  margin-bottom: 50px;
}
.cid-tV6JtoPa5S .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-tV6JtoPa5S .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tV6JtoPa5S .cards-wrapper .item {
  padding: 50px 40px;
  background-color: #f7f7f7;
  border-radius: 1rem !important;
  margin-top: -7.5rem;
  width: 46%;
}
.cid-tV6JtoPa5S .cards-wrapper .item:first-child {
  margin-top: 0;
}
.cid-tV6JtoPa5S .cards-wrapper .item:nth-child(2n) {
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-tV6JtoPa5S .cards-wrapper .item:nth-child(2n) {
    margin-left: 0;
  }
}
@media (max-width: 1440px) {
  .cid-tV6JtoPa5S .cards-wrapper .item {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-tV6JtoPa5S .cards-wrapper .item {
    margin-top: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-tV6JtoPa5S .cards-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 50px;
}
.cid-tV6JtoPa5S .cards-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #35065a;
  display: inline-flex;
}
.cid-tV6JtoPa5S .cards-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-tV6JtoPa5S .cards-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-tV6JtoPa5S .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tV6JtoPa5S .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tV6JtoPa5S .card-title {
  color: #000000;
}
.cid-tV6JtoPa5S .card-text {
  color: #000000;
}
.cid-tV6JsLdNyx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tV6JsLdNyx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6JsLdNyx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6JsLdNyx .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6JsLdNyx .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6JsLdNyx .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6JsLdNyx .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6JsLdNyx .container {
    padding: 0 16px;
  }
}
.cid-tV6JsLdNyx .mbr-section-subtitle {
  margin-bottom: 56px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tV6JsLdNyx .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tV6JsLdNyx .content-wrapper {
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-tV6JsLdNyx .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-tV6JsLdNyx .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tV6JsLdNyx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tV6JsLdNyx .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 992px) {
  .cid-tV6JsLdNyx .cards-wrapper {
    display: block;
  }
}
.cid-tV6JsLdNyx .cards-wrapper .item {
  padding: 32px;
  background-color: #f7f7f7;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-tV6JsLdNyx .cards-wrapper .item {
    display: block;
    margin-bottom: 2rem;
    padding: 24px;
  }
}
.cid-tV6JsLdNyx .cards-wrapper .item a:focus .item-wrapper .card-box .link-wrapper .mbr-iconfont,
.cid-tV6JsLdNyx .cards-wrapper .item a:hover .item-wrapper .card-box .link-wrapper .mbr-iconfont {
  transform: translateX(10px);
}
.cid-tV6JsLdNyx .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 12px;
}
.cid-tV6JsLdNyx .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #35065a;
  display: inline-flex;
}
.cid-tV6JsLdNyx .cards-wrapper .item a .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-tV6JsLdNyx .cards-wrapper .item a .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-tV6JsLdNyx .cards-wrapper .item a .item-wrapper .card-box .link-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #000000;
  display: inline-flex;
  transition: all .3s ease;
}
.cid-tV6JsLdNyx .mbr-section-title {
  color: #000000;
}
.cid-tV6JsLdNyx .mbr-text {
  color: #000000;
}
.cid-tV6JsLdNyx .card-title {
  color: #000000;
}
.cid-tV6JsLdNyx .card-text {
  color: #000000;
}
.cid-uHuBCviL65 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHuBCviL65 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHuBCviL65 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHuBCviL65 .row {
  justify-content: center;
}
.cid-uHuBCviL65 .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uHuBCviL65 .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uHuBCviL65 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHuBCviL65 .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uHuBCviL65 .item {
    margin-bottom: 35px;
  }
}
.cid-uHuBCviL65 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHuBCviL65 .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uHuBCviL65 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 60px;
}
.cid-uHuBCviL65 .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uHuBCviL65 .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-uHuBCviL65 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHuBCviL65 .item-title {
  color: #000000;
}
.cid-uHuBDMXpIe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-uHuBDMXpIe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHuBDMXpIe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHuBDMXpIe .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uHuBDMXpIe .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHuBDMXpIe .container {
    padding: 0 16px;
  }
}
.cid-uHuBDMXpIe .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uHuBDMXpIe .google-map iframe {
    height: 350px;
  }
}
.cid-uHuIr72FUz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uHuIr72FUz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uHuIr72FUz .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uHuIr72FUz .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uHuIr72FUz .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uHuIr72FUz .media-container-row .footer-item,
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes,
  .cid-uHuIr72FUz .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHuIr72FUz .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (5 * 1rem));
  display: inline-block;
}
.cid-uHuIr72FUz .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-uHuIr72FUz .mbr-social-likes a {
  color: #000000;
}
.cid-uHuIr72FUz .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uHuIr72FUz .mbr-social-likes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uHuIr72FUz .footer-logo img {
  width: auto;
}
.cid-uHuIr72FUz .footer-item {
  display: flex;
  align-items: center;
}
.cid-uHuIr72FUz .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-uHuIr72FUz .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uHuIr72FUz .footer-item-title {
  color: #ffffff;
}
.cid-uABgTpwyKR .navbar-dropdown {
  position: relative !important;
}
.cid-uABgTpwyKR .navbar-dropdown {
  position: absolute !important;
}
.cid-uABgTpwyKR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uABgTpwyKR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uABgTpwyKR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uABgTpwyKR .dropdown-item:hover,
.cid-uABgTpwyKR .dropdown-item:focus {
  background: #35065a !important;
  color: white !important;
}
.cid-uABgTpwyKR .dropdown-item:hover span {
  color: white;
}
.cid-uABgTpwyKR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uABgTpwyKR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uABgTpwyKR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uABgTpwyKR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uABgTpwyKR .nav-link {
  position: relative;
}
.cid-uABgTpwyKR .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uABgTpwyKR .container {
    flex-wrap: nowrap;
  }
}
.cid-uABgTpwyKR .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uABgTpwyKR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uABgTpwyKR .dropdown-menu,
.cid-uABgTpwyKR .navbar.opened {
  background: #eeeef7 !important;
}
.cid-uABgTpwyKR .nav-item:focus,
.cid-uABgTpwyKR .nav-link:focus {
  outline: none;
}
.cid-uABgTpwyKR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uABgTpwyKR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uABgTpwyKR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uABgTpwyKR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uABgTpwyKR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uABgTpwyKR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uABgTpwyKR .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(238, 238, 247, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uABgTpwyKR .navbar.opened {
  transition: all 0.3s;
}
.cid-uABgTpwyKR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uABgTpwyKR .navbar .navbar-logo img {
  width: auto;
}
.cid-uABgTpwyKR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uABgTpwyKR .navbar.collapsed {
  justify-content: center;
}
.cid-uABgTpwyKR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uABgTpwyKR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uABgTpwyKR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uABgTpwyKR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uABgTpwyKR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uABgTpwyKR .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-uABgTpwyKR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uABgTpwyKR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uABgTpwyKR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uABgTpwyKR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uABgTpwyKR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uABgTpwyKR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uABgTpwyKR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uABgTpwyKR .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-uABgTpwyKR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uABgTpwyKR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uABgTpwyKR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uABgTpwyKR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uABgTpwyKR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uABgTpwyKR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uABgTpwyKR .navbar.navbar-short {
  min-height: 96px;
}
.cid-uABgTpwyKR .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uABgTpwyKR .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uABgTpwyKR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uABgTpwyKR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uABgTpwyKR .dropdown-item.active,
.cid-uABgTpwyKR .dropdown-item:active {
  background-color: transparent;
}
.cid-uABgTpwyKR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uABgTpwyKR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uABgTpwyKR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uABgTpwyKR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-uABgTpwyKR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uABgTpwyKR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uABgTpwyKR ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uABgTpwyKR ul.navbar-nav {
    padding: 8px 16px;
    background-color: #35065a;
    border: 1px solid #baace7;
  }
}
.cid-uABgTpwyKR .navbar-buttons {
  text-align: center;
}
.cid-uABgTpwyKR .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uABgTpwyKR .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uABgTpwyKR .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uABgTpwyKR .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uABgTpwyKR button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uABgTpwyKR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-uABgTpwyKR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uABgTpwyKR button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uABgTpwyKR button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uABgTpwyKR button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uABgTpwyKR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uABgTpwyKR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uABgTpwyKR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uABgTpwyKR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uABgTpwyKR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uABgTpwyKR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uABgTpwyKR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uABgTpwyKR .navbar {
    height: 70px;
  }
  .cid-uABgTpwyKR .navbar.opened {
    height: auto;
  }
  .cid-uABgTpwyKR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uABgTpwyKR .navbar-nav {
  margin: 0 auto;
}
.cid-uABgTpwyKR .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uABgTpwyKR .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uABgTpwyKR .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uABgTpwyKR .nav-item .nav-link::after {
  color: #63cfbf !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uABgTpwyKR .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-uABgTpwyKR .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uABgTpwyKR .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uABgTpwyKR .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uABgTpwyKR .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-uABgTpwyKR .nav-item .dropdown-menu .dropdown-item:hover {
  color: #35065a !important;
}
@media (max-width: 991px) {
  .cid-uABgTpwyKR .navbar {
    justify-content: flex-start !important;
  }
  .cid-uABgTpwyKR .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uABgTpwyKR .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uABgTpwyKR .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uABgTpwyKR .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uABgTpwyKR .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uABgTpwyKR .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uHuHKG0lye {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uHuHKG0lye .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHuHKG0lye .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHuHKG0lye .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uHuHKG0lye .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uHuHKG0lye .container {
    padding: 0 15px;
  }
}
.cid-uHuHKG0lye .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uHuHKG0lye .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uHuHKG0lye .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uHuHKG0lye .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uHuHKG0lye .mbr-section-title {
  color: #ffffff;
}
.cid-uHuHKG0lye .mbr-text {
  color: #ffffff;
}
.cid-uHuHKG0lye .mbr-name {
  color: #f2ac2b;
}
.cid-uHuIr72FUz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uHuIr72FUz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uHuIr72FUz .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uHuIr72FUz .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uHuIr72FUz .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uHuIr72FUz .media-container-row .footer-item,
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes,
  .cid-uHuIr72FUz .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHuIr72FUz .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (5 * 1rem));
  display: inline-block;
}
.cid-uHuIr72FUz .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-uHuIr72FUz .mbr-social-likes a {
  color: #000000;
}
.cid-uHuIr72FUz .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uHuIr72FUz .mbr-social-likes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uHuIr72FUz .footer-logo img {
  width: auto;
}
.cid-uHuIr72FUz .footer-item {
  display: flex;
  align-items: center;
}
.cid-uHuIr72FUz .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-uHuIr72FUz .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uHuIr72FUz .footer-item-title {
  color: #ffffff;
}
.cid-uHuCvi2h4l .navbar-dropdown {
  position: relative !important;
}
.cid-uHuCvi2h4l .navbar-dropdown {
  position: absolute !important;
}
.cid-uHuCvi2h4l .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHuCvi2h4l .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHuCvi2h4l .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHuCvi2h4l .dropdown-item:hover,
.cid-uHuCvi2h4l .dropdown-item:focus {
  background: #35065a !important;
  color: white !important;
}
.cid-uHuCvi2h4l .dropdown-item:hover span {
  color: white;
}
.cid-uHuCvi2h4l .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHuCvi2h4l .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHuCvi2h4l .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHuCvi2h4l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHuCvi2h4l .nav-link {
  position: relative;
}
.cid-uHuCvi2h4l .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uHuCvi2h4l .container {
    flex-wrap: nowrap;
  }
}
.cid-uHuCvi2h4l .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uHuCvi2h4l .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHuCvi2h4l .dropdown-menu,
.cid-uHuCvi2h4l .navbar.opened {
  background: #eeeef7 !important;
}
.cid-uHuCvi2h4l .nav-item:focus,
.cid-uHuCvi2h4l .nav-link:focus {
  outline: none;
}
.cid-uHuCvi2h4l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHuCvi2h4l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHuCvi2h4l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHuCvi2h4l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHuCvi2h4l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHuCvi2h4l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHuCvi2h4l .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(238, 238, 247, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uHuCvi2h4l .navbar.opened {
  transition: all 0.3s;
}
.cid-uHuCvi2h4l .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHuCvi2h4l .navbar .navbar-logo img {
  width: auto;
}
.cid-uHuCvi2h4l .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHuCvi2h4l .navbar.collapsed {
  justify-content: center;
}
.cid-uHuCvi2h4l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHuCvi2h4l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHuCvi2h4l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uHuCvi2h4l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHuCvi2h4l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHuCvi2h4l .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-uHuCvi2h4l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHuCvi2h4l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHuCvi2h4l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHuCvi2h4l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHuCvi2h4l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHuCvi2h4l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHuCvi2h4l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHuCvi2h4l .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-uHuCvi2h4l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHuCvi2h4l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHuCvi2h4l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHuCvi2h4l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uHuCvi2h4l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHuCvi2h4l .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHuCvi2h4l .navbar.navbar-short {
  min-height: 96px;
}
.cid-uHuCvi2h4l .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uHuCvi2h4l .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uHuCvi2h4l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHuCvi2h4l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHuCvi2h4l .dropdown-item.active,
.cid-uHuCvi2h4l .dropdown-item:active {
  background-color: transparent;
}
.cid-uHuCvi2h4l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHuCvi2h4l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHuCvi2h4l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHuCvi2h4l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-uHuCvi2h4l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHuCvi2h4l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHuCvi2h4l ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uHuCvi2h4l ul.navbar-nav {
    padding: 8px 16px;
    background-color: #000000;
    border: 1px solid #ffffff;
  }
}
.cid-uHuCvi2h4l .navbar-buttons {
  text-align: center;
}
.cid-uHuCvi2h4l .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uHuCvi2h4l .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uHuCvi2h4l .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uHuCvi2h4l .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uHuCvi2h4l button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uHuCvi2h4l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-uHuCvi2h4l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uHuCvi2h4l button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uHuCvi2h4l button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uHuCvi2h4l button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uHuCvi2h4l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHuCvi2h4l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHuCvi2h4l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHuCvi2h4l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHuCvi2h4l .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uHuCvi2h4l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHuCvi2h4l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHuCvi2h4l .navbar {
    height: 70px;
  }
  .cid-uHuCvi2h4l .navbar.opened {
    height: auto;
  }
  .cid-uHuCvi2h4l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHuCvi2h4l .navbar-nav {
  margin: 0 auto;
}
.cid-uHuCvi2h4l .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uHuCvi2h4l .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uHuCvi2h4l .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uHuCvi2h4l .nav-item .nav-link::after {
  color: #63cfbf !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uHuCvi2h4l .nav-item .nav-link:hover {
  background-color: #e7f2ed;
}
.cid-uHuCvi2h4l .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uHuCvi2h4l .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uHuCvi2h4l .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uHuCvi2h4l .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-uHuCvi2h4l .nav-item .dropdown-menu .dropdown-item:hover {
  color: #35065a !important;
}
@media (max-width: 991px) {
  .cid-uHuCvi2h4l .navbar {
    justify-content: flex-start !important;
  }
  .cid-uHuCvi2h4l .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uHuCvi2h4l .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uHuCvi2h4l .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uHuCvi2h4l .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uHuCvi2h4l .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uHuCvi2h4l .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uHuCviv1AC {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hardware-wallets-700x450.png");
}
.cid-uHuCviv1AC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHuCviv1AC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHuCviv1AC .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uHuCviv1AC .container {
    padding: 0 16px;
  }
}
.cid-uHuCviv1AC .content-wrapper {
  margin-bottom: 20%;
}
.cid-uHuCviv1AC .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uHuCviv1AC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHuCviv1AC .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-uHuCviv1AC .mbr-section-title {
  color: #000000;
}
.cid-uHuCviv1AC .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uHuCviv1AC .mbr-section-title,
.cid-uHuCviv1AC .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uHuCviTnUO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uHuCviTnUO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHuCviTnUO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHuCviTnUO .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uHuCviTnUO .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uHuCviTnUO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHuCviTnUO .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uHuCviTnUO .container {
    padding: 0 16px;
  }
}
.cid-uHuCviTnUO .row {
  justify-content: space-between;
}
.cid-uHuCviTnUO .row:hover,
.cid-uHuCviTnUO .row:focus {
  cursor: pointer;
}
.cid-uHuCviTnUO .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHuCviTnUO .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHuCviTnUO .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uHuCviTnUO .image-wrapper img {
    height: 300px;
  }
}
.cid-uHuCviTnUO .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uHuCviTnUO .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uHuCviTnUO .mbr-section-title {
  color: #000000;
}
.cid-uHuCviTnUO .mbr-text {
  color: #000000;
}
.cid-uHuD6BwRvZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uHuD6BwRvZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHuD6BwRvZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHuD6BwRvZ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uHuD6BwRvZ .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uHuD6BwRvZ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHuD6BwRvZ .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uHuD6BwRvZ .container {
    padding: 0 16px;
  }
}
.cid-uHuD6BwRvZ .row {
  justify-content: space-between;
}
.cid-uHuD6BwRvZ .row:hover,
.cid-uHuD6BwRvZ .row:focus {
  cursor: pointer;
}
.cid-uHuD6BwRvZ .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHuD6BwRvZ .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHuD6BwRvZ .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uHuD6BwRvZ .image-wrapper img {
    height: 300px;
  }
}
.cid-uHuD6BwRvZ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uHuD6BwRvZ .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uHuD6BwRvZ .mbr-section-title {
  color: #000000;
}
.cid-uHuD6BwRvZ .mbr-text {
  color: #000000;
}
.cid-uHuCvkGdco {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHuCvkGdco .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHuCvkGdco .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHuCvkGdco .row {
  justify-content: center;
}
.cid-uHuCvkGdco .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uHuCvkGdco .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uHuCvkGdco .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHuCvkGdco .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uHuCvkGdco .item {
    margin-bottom: 35px;
  }
}
.cid-uHuCvkGdco .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHuCvkGdco .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uHuCvkGdco .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 60px;
}
.cid-uHuCvkGdco .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uHuCvkGdco .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-uHuCvkGdco .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHuCvkGdco .item-title {
  color: #000000;
}
.cid-uHuCvlcQT2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-uHuCvlcQT2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHuCvlcQT2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHuCvlcQT2 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uHuCvlcQT2 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHuCvlcQT2 .container {
    padding: 0 16px;
  }
}
.cid-uHuCvlcQT2 .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uHuCvlcQT2 .google-map iframe {
    height: 350px;
  }
}
.cid-uHuIr72FUz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uHuIr72FUz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uHuIr72FUz .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uHuIr72FUz .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uHuIr72FUz .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uHuIr72FUz .media-container-row .footer-item,
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes,
  .cid-uHuIr72FUz .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHuIr72FUz .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (5 * 1rem));
  display: inline-block;
}
.cid-uHuIr72FUz .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-uHuIr72FUz .mbr-social-likes a {
  color: #000000;
}
.cid-uHuIr72FUz .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uHuIr72FUz .mbr-social-likes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uHuIr72FUz .footer-logo img {
  width: auto;
}
.cid-uHuIr72FUz .footer-item {
  display: flex;
  align-items: center;
}
.cid-uHuIr72FUz .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-uHuIr72FUz .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uHuIr72FUz .footer-item-title {
  color: #ffffff;
}
.cid-uHuDl0QRPq .navbar-dropdown {
  position: relative !important;
}
.cid-uHuDl0QRPq .navbar-dropdown {
  position: absolute !important;
}
.cid-uHuDl0QRPq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHuDl0QRPq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHuDl0QRPq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHuDl0QRPq .dropdown-item:hover,
.cid-uHuDl0QRPq .dropdown-item:focus {
  background: #35065a !important;
  color: white !important;
}
.cid-uHuDl0QRPq .dropdown-item:hover span {
  color: white;
}
.cid-uHuDl0QRPq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHuDl0QRPq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHuDl0QRPq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHuDl0QRPq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHuDl0QRPq .nav-link {
  position: relative;
}
.cid-uHuDl0QRPq .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uHuDl0QRPq .container {
    flex-wrap: nowrap;
  }
}
.cid-uHuDl0QRPq .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uHuDl0QRPq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHuDl0QRPq .dropdown-menu,
.cid-uHuDl0QRPq .navbar.opened {
  background: #eeeef7 !important;
}
.cid-uHuDl0QRPq .nav-item:focus,
.cid-uHuDl0QRPq .nav-link:focus {
  outline: none;
}
.cid-uHuDl0QRPq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHuDl0QRPq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHuDl0QRPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHuDl0QRPq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHuDl0QRPq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHuDl0QRPq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHuDl0QRPq .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(238, 238, 247, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uHuDl0QRPq .navbar.opened {
  transition: all 0.3s;
}
.cid-uHuDl0QRPq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHuDl0QRPq .navbar .navbar-logo img {
  width: auto;
}
.cid-uHuDl0QRPq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHuDl0QRPq .navbar.collapsed {
  justify-content: center;
}
.cid-uHuDl0QRPq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHuDl0QRPq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHuDl0QRPq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uHuDl0QRPq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHuDl0QRPq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHuDl0QRPq .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-uHuDl0QRPq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHuDl0QRPq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHuDl0QRPq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHuDl0QRPq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHuDl0QRPq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHuDl0QRPq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHuDl0QRPq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHuDl0QRPq .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-uHuDl0QRPq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHuDl0QRPq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHuDl0QRPq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHuDl0QRPq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uHuDl0QRPq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHuDl0QRPq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHuDl0QRPq .navbar.navbar-short {
  min-height: 96px;
}
.cid-uHuDl0QRPq .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uHuDl0QRPq .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uHuDl0QRPq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHuDl0QRPq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHuDl0QRPq .dropdown-item.active,
.cid-uHuDl0QRPq .dropdown-item:active {
  background-color: transparent;
}
.cid-uHuDl0QRPq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHuDl0QRPq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHuDl0QRPq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHuDl0QRPq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-uHuDl0QRPq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHuDl0QRPq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHuDl0QRPq ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uHuDl0QRPq ul.navbar-nav {
    padding: 8px 16px;
    background-color: #000000;
    border: 1px solid #ffffff;
  }
}
.cid-uHuDl0QRPq .navbar-buttons {
  text-align: center;
}
.cid-uHuDl0QRPq .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uHuDl0QRPq .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uHuDl0QRPq .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uHuDl0QRPq .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uHuDl0QRPq button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uHuDl0QRPq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-uHuDl0QRPq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uHuDl0QRPq button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uHuDl0QRPq button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uHuDl0QRPq button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uHuDl0QRPq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHuDl0QRPq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHuDl0QRPq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHuDl0QRPq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHuDl0QRPq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uHuDl0QRPq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHuDl0QRPq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHuDl0QRPq .navbar {
    height: 70px;
  }
  .cid-uHuDl0QRPq .navbar.opened {
    height: auto;
  }
  .cid-uHuDl0QRPq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHuDl0QRPq .navbar-nav {
  margin: 0 auto;
}
.cid-uHuDl0QRPq .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uHuDl0QRPq .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uHuDl0QRPq .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uHuDl0QRPq .nav-item .nav-link::after {
  color: #63cfbf !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uHuDl0QRPq .nav-item .nav-link:hover {
  background-color: #e7f2ed;
}
.cid-uHuDl0QRPq .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uHuDl0QRPq .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uHuDl0QRPq .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uHuDl0QRPq .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-uHuDl0QRPq .nav-item .dropdown-menu .dropdown-item:hover {
  color: #35065a !important;
}
@media (max-width: 991px) {
  .cid-uHuDl0QRPq .navbar {
    justify-content: flex-start !important;
  }
  .cid-uHuDl0QRPq .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uHuDl0QRPq .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uHuDl0QRPq .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uHuDl0QRPq .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uHuDl0QRPq .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uHuDl0QRPq .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uHuDl1lysT {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled-artwork-3-1024x677.jpg");
}
.cid-uHuDl1lysT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHuDl1lysT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHuDl1lysT .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uHuDl1lysT .container {
    padding: 0 16px;
  }
}
.cid-uHuDl1lysT .content-wrapper {
  margin-bottom: 20%;
}
.cid-uHuDl1lysT .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uHuDl1lysT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHuDl1lysT .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-uHuDl1lysT .mbr-section-title {
  color: #000000;
}
.cid-uHuDl1lysT .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uHuDl1lysT .mbr-section-title,
.cid-uHuDl1lysT .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uHuDwwDgaw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHuDwwDgaw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHuDwwDgaw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHuDwwDgaw .card {
  justify-content: center;
}
.cid-uHuDwwDgaw .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uHuDwwDgaw .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uHuDwwDgaw .content-wrapper {
    padding: 0;
  }
}
.cid-uHuDwwDgaw .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHuDwwDgaw .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uHuDwwDgaw .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 90px;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uHuDwwDgaw .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uHuDwwDgaw .items-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-uHuDwwDgaw .items-wrapper .item {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uHuDwwDgaw .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uHuDwwDgaw .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uHuDwwDgaw .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uHuDwwDgaw .items-wrapper .item .item-wrapper {
  transition: all .3s ease;
  height: 100%;
  overflow: hidden;
}
.cid-uHuDwwDgaw .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uHuDwwDgaw .items-wrapper .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uHuDwwDgaw .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uHuDwwDgaw .items-wrapper .item .item-wrapper .card-box {
  padding: 32px;
  background-color: #ffffff;
  border-top: 2px solid #bbbbbb;
}
@media (max-width: 992px) {
  .cid-uHuDwwDgaw .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-uHuDwwDgaw .items-wrapper .item .item-wrapper .card-box .tag-wrapper {
  margin-bottom: 32px;
}
.cid-uHuDwwDgaw .items-wrapper .item .item-wrapper .card-box .tag-wrapper .item-price {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #bbbbbb;
}
.cid-uHuDwwDgaw .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uHuDwwDgaw .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 32px;
}
.cid-uHuDwwDgaw .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uHuDwwDgaw .mbr-section-title {
  color: #ffffff;
}
.cid-uHuDwwDgaw .item-title {
  color: #2C2625;
}
.cid-uHuDwwDgaw .item-price {
  color: #2C2625;
}
.cid-uHuDwwDgaw .item-text {
  color: #2C2625;
}
.cid-uHuDwwDgaw .item-price,
.cid-uHuDwwDgaw .tag-wrapper {
  color: #35065a;
}
.cid-uHuDl2mFOL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHuDl2mFOL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHuDl2mFOL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHuDl2mFOL .row {
  justify-content: center;
}
.cid-uHuDl2mFOL .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uHuDl2mFOL .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uHuDl2mFOL .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHuDl2mFOL .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uHuDl2mFOL .item {
    margin-bottom: 35px;
  }
}
.cid-uHuDl2mFOL .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHuDl2mFOL .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uHuDl2mFOL .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 60px;
}
.cid-uHuDl2mFOL .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uHuDl2mFOL .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-uHuDl2mFOL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHuDl2mFOL .item-title {
  color: #000000;
}
.cid-uHuDl2M6gb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-uHuDl2M6gb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHuDl2M6gb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHuDl2M6gb .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uHuDl2M6gb .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHuDl2M6gb .container {
    padding: 0 16px;
  }
}
.cid-uHuDl2M6gb .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uHuDl2M6gb .google-map iframe {
    height: 350px;
  }
}
.cid-uHuIr72FUz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uHuIr72FUz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uHuIr72FUz .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uHuIr72FUz .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uHuIr72FUz .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uHuIr72FUz .media-container-row .footer-item,
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes,
  .cid-uHuIr72FUz .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHuIr72FUz .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (5 * 1rem));
  display: inline-block;
}
.cid-uHuIr72FUz .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-uHuIr72FUz .mbr-social-likes a {
  color: #000000;
}
.cid-uHuIr72FUz .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uHuIr72FUz .mbr-social-likes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uHuIr72FUz .footer-logo img {
  width: auto;
}
.cid-uHuIr72FUz .footer-item {
  display: flex;
  align-items: center;
}
.cid-uHuIr72FUz .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-uHuIr72FUz .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uHuIr72FUz .footer-item-title {
  color: #ffffff;
}
.cid-uHuIDpyyZt.popup-builder {
  background-color: #ffffff;
}
.cid-uHuIDpyyZt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHuIDpyyZt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHuIDpyyZt .modal-content,
.cid-uHuIDpyyZt .modal-dialog {
  height: auto;
}
.cid-uHuIDpyyZt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHuIDpyyZt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHuIDpyyZt .form-wrapper .mbr-form .form-group,
  .cid-uHuIDpyyZt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHuIDpyyZt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHuIDpyyZt .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHuIDpyyZt .mbr-text {
  text-align: center;
}
.cid-uHuIDpyyZt .pt-0 {
  padding-top: 0 !important;
}
.cid-uHuIDpyyZt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHuIDpyyZt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHuIDpyyZt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHuIDpyyZt .modal-open {
  overflow: hidden;
}
.cid-uHuIDpyyZt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHuIDpyyZt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHuIDpyyZt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHuIDpyyZt .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHuIDpyyZt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHuIDpyyZt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHuIDpyyZt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHuIDpyyZt .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHuIDpyyZt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHuIDpyyZt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHuIDpyyZt .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHuIDpyyZt .modal-backdrop.show {
  opacity: .5;
}
.cid-uHuIDpyyZt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHuIDpyyZt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHuIDpyyZt .modal-header {
    padding: 1rem;
  }
}
.cid-uHuIDpyyZt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHuIDpyyZt .modal-header .close svg {
  fill: #353535;
}
.cid-uHuIDpyyZt .modal-header .close:hover {
  opacity: 1;
}
.cid-uHuIDpyyZt .modal-header .close:focus {
  outline: none;
}
.cid-uHuIDpyyZt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHuIDpyyZt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHuIDpyyZt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHuIDpyyZt .modal-body {
    padding: 1rem;
  }
}
.cid-uHuIDpyyZt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHuIDpyyZt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHuIDpyyZt .modal-footer {
    padding: 1rem;
  }
}
.cid-uHuIDpyyZt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHuIDpyyZt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHuIDpyyZt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHuIDpyyZt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHuIDpyyZt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHuIDpyyZt .modal-lg,
  .cid-uHuIDpyyZt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHuIDpyyZt .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHuIDpyyZt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHuIDpyyZt .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHuIDpyyZt .form-group {
  margin-bottom: 1rem;
}
.cid-uHuIDpyyZt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHuIDpyyZt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHuIDpyyZt .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHuIDpyyZt .mbr-section-btn {
  margin: 0;
}
.cid-uHuIDpyyZt .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHuEAtiAPW .navbar-dropdown {
  position: relative !important;
}
.cid-uHuEAtiAPW .navbar-dropdown {
  position: absolute !important;
}
.cid-uHuEAtiAPW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHuEAtiAPW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHuEAtiAPW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHuEAtiAPW .dropdown-item:hover,
.cid-uHuEAtiAPW .dropdown-item:focus {
  background: #35065a !important;
  color: white !important;
}
.cid-uHuEAtiAPW .dropdown-item:hover span {
  color: white;
}
.cid-uHuEAtiAPW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHuEAtiAPW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHuEAtiAPW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHuEAtiAPW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHuEAtiAPW .nav-link {
  position: relative;
}
.cid-uHuEAtiAPW .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uHuEAtiAPW .container {
    flex-wrap: nowrap;
  }
}
.cid-uHuEAtiAPW .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uHuEAtiAPW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHuEAtiAPW .dropdown-menu,
.cid-uHuEAtiAPW .navbar.opened {
  background: #eeeef7 !important;
}
.cid-uHuEAtiAPW .nav-item:focus,
.cid-uHuEAtiAPW .nav-link:focus {
  outline: none;
}
.cid-uHuEAtiAPW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHuEAtiAPW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHuEAtiAPW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHuEAtiAPW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHuEAtiAPW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHuEAtiAPW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHuEAtiAPW .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(238, 238, 247, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uHuEAtiAPW .navbar.opened {
  transition: all 0.3s;
}
.cid-uHuEAtiAPW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHuEAtiAPW .navbar .navbar-logo img {
  width: auto;
}
.cid-uHuEAtiAPW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHuEAtiAPW .navbar.collapsed {
  justify-content: center;
}
.cid-uHuEAtiAPW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHuEAtiAPW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHuEAtiAPW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uHuEAtiAPW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHuEAtiAPW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHuEAtiAPW .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-uHuEAtiAPW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHuEAtiAPW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHuEAtiAPW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHuEAtiAPW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHuEAtiAPW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHuEAtiAPW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHuEAtiAPW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHuEAtiAPW .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-uHuEAtiAPW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHuEAtiAPW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHuEAtiAPW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHuEAtiAPW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uHuEAtiAPW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHuEAtiAPW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHuEAtiAPW .navbar.navbar-short {
  min-height: 96px;
}
.cid-uHuEAtiAPW .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uHuEAtiAPW .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uHuEAtiAPW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHuEAtiAPW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHuEAtiAPW .dropdown-item.active,
.cid-uHuEAtiAPW .dropdown-item:active {
  background-color: transparent;
}
.cid-uHuEAtiAPW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHuEAtiAPW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHuEAtiAPW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHuEAtiAPW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-uHuEAtiAPW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHuEAtiAPW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHuEAtiAPW ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uHuEAtiAPW ul.navbar-nav {
    padding: 8px 16px;
    background-color: #000000;
    border: 1px solid #ffffff;
  }
}
.cid-uHuEAtiAPW .navbar-buttons {
  text-align: center;
}
.cid-uHuEAtiAPW .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uHuEAtiAPW .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uHuEAtiAPW .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uHuEAtiAPW .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uHuEAtiAPW button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uHuEAtiAPW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-uHuEAtiAPW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uHuEAtiAPW button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uHuEAtiAPW button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uHuEAtiAPW button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uHuEAtiAPW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHuEAtiAPW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHuEAtiAPW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHuEAtiAPW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHuEAtiAPW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uHuEAtiAPW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHuEAtiAPW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHuEAtiAPW .navbar {
    height: 70px;
  }
  .cid-uHuEAtiAPW .navbar.opened {
    height: auto;
  }
  .cid-uHuEAtiAPW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHuEAtiAPW .navbar-nav {
  margin: 0 auto;
}
.cid-uHuEAtiAPW .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uHuEAtiAPW .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uHuEAtiAPW .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uHuEAtiAPW .nav-item .nav-link::after {
  color: #63cfbf !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uHuEAtiAPW .nav-item .nav-link:hover {
  background-color: #e7f2ed;
}
.cid-uHuEAtiAPW .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uHuEAtiAPW .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uHuEAtiAPW .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uHuEAtiAPW .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-uHuEAtiAPW .nav-item .dropdown-menu .dropdown-item:hover {
  color: #35065a !important;
}
@media (max-width: 991px) {
  .cid-uHuEAtiAPW .navbar {
    justify-content: flex-start !important;
  }
  .cid-uHuEAtiAPW .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uHuEAtiAPW .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uHuEAtiAPW .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uHuEAtiAPW .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uHuEAtiAPW .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uHuEAtiAPW .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uHuEAtMEeK {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/20230718-hardwarewallet-news-1200x675.webp");
}
.cid-uHuEAtMEeK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHuEAtMEeK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHuEAtMEeK .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uHuEAtMEeK .container {
    padding: 0 16px;
  }
}
.cid-uHuEAtMEeK .content-wrapper {
  margin-bottom: 20%;
}
.cid-uHuEAtMEeK .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uHuEAtMEeK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHuEAtMEeK .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-uHuEAtMEeK .mbr-section-title {
  color: #000000;
}
.cid-uHuEAtMEeK .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uHuEAtMEeK .mbr-section-title,
.cid-uHuEAtMEeK .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uHuFgTjjIk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHuFgTjjIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHuFgTjjIk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHuFgTjjIk .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uHuFgTjjIk .container-fluid {
    padding: 0 12px;
  }
}
.cid-uHuFgTjjIk .container-fluid .row {
  padding: 0;
}
.cid-uHuFgTjjIk .row {
  border: 3px solid #ffffff;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-radius: 5px;
  margin-top: -3px;
}
.cid-uHuFgTjjIk .card {
  border-radius: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 28px;
}
@media (min-width: 992px) {
  .cid-uHuFgTjjIk .card {
    border-right: 2px solid #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-uHuFgTjjIk .card {
    padding: 20px;
  }
}
.cid-uHuFgTjjIk .card .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uHuFgTjjIk .card .card-wrap .card-wrapper .mbr-desc {
  margin-bottom: 28px;
}
.cid-uHuFgTjjIk .card .card-wrap .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHuFgTjjIk .card .card-wrap .mbr-section-btn {
  margin-top: 28px;
}
@media (min-width: 992px) {
  .cid-uHuFgTjjIk .card:nth-child(2n) {
    border-right: none;
    border-left: 1px solid #ffffff;
  }
}
.cid-uHuFgTjjIk .mbr-desc {
  color: #f4e8da;
}
.cid-uHuFgTjjIk .mbr-text {
  color: #ffffff;
}
.cid-uHuFgTjjIk .mbr-desc,
.cid-uHuFgTjjIk .mbr-section-btn {
  color: #ffffff;
}
.cid-uHuEAuHBWj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHuEAuHBWj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHuEAuHBWj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHuEAuHBWj .row {
  justify-content: center;
}
.cid-uHuEAuHBWj .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uHuEAuHBWj .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uHuEAuHBWj .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHuEAuHBWj .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uHuEAuHBWj .item {
    margin-bottom: 35px;
  }
}
.cid-uHuEAuHBWj .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHuEAuHBWj .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uHuEAuHBWj .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 60px;
}
.cid-uHuEAuHBWj .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uHuEAuHBWj .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-uHuEAuHBWj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHuEAuHBWj .item-title {
  color: #000000;
}
.cid-uHuEAvayRK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-uHuEAvayRK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHuEAvayRK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHuEAvayRK .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uHuEAvayRK .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHuEAvayRK .container {
    padding: 0 16px;
  }
}
.cid-uHuEAvayRK .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uHuEAvayRK .google-map iframe {
    height: 350px;
  }
}
.cid-uHuIr72FUz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uHuIr72FUz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uHuIr72FUz .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uHuIr72FUz .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uHuIr72FUz .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uHuIr72FUz .media-container-row .footer-item,
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes,
  .cid-uHuIr72FUz .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHuIr72FUz .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (5 * 1rem));
  display: inline-block;
}
.cid-uHuIr72FUz .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-uHuIr72FUz .mbr-social-likes a {
  color: #000000;
}
.cid-uHuIr72FUz .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uHuIr72FUz .mbr-social-likes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uHuIr72FUz .footer-logo img {
  width: auto;
}
.cid-uHuIr72FUz .footer-item {
  display: flex;
  align-items: center;
}
.cid-uHuIr72FUz .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-uHuIr72FUz .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uHuIr72FUz .footer-item-title {
  color: #ffffff;
}
.cid-uHuFWSI08w .navbar-dropdown {
  position: relative !important;
}
.cid-uHuFWSI08w .navbar-dropdown {
  position: absolute !important;
}
.cid-uHuFWSI08w .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHuFWSI08w .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHuFWSI08w .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHuFWSI08w .dropdown-item:hover,
.cid-uHuFWSI08w .dropdown-item:focus {
  background: #35065a !important;
  color: white !important;
}
.cid-uHuFWSI08w .dropdown-item:hover span {
  color: white;
}
.cid-uHuFWSI08w .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHuFWSI08w .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHuFWSI08w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHuFWSI08w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHuFWSI08w .nav-link {
  position: relative;
}
.cid-uHuFWSI08w .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uHuFWSI08w .container {
    flex-wrap: nowrap;
  }
}
.cid-uHuFWSI08w .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uHuFWSI08w .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHuFWSI08w .dropdown-menu,
.cid-uHuFWSI08w .navbar.opened {
  background: #eeeef7 !important;
}
.cid-uHuFWSI08w .nav-item:focus,
.cid-uHuFWSI08w .nav-link:focus {
  outline: none;
}
.cid-uHuFWSI08w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHuFWSI08w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHuFWSI08w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHuFWSI08w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHuFWSI08w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHuFWSI08w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHuFWSI08w .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(238, 238, 247, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uHuFWSI08w .navbar.opened {
  transition: all 0.3s;
}
.cid-uHuFWSI08w .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHuFWSI08w .navbar .navbar-logo img {
  width: auto;
}
.cid-uHuFWSI08w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHuFWSI08w .navbar.collapsed {
  justify-content: center;
}
.cid-uHuFWSI08w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHuFWSI08w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHuFWSI08w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uHuFWSI08w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHuFWSI08w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHuFWSI08w .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-uHuFWSI08w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHuFWSI08w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHuFWSI08w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHuFWSI08w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHuFWSI08w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHuFWSI08w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHuFWSI08w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHuFWSI08w .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-uHuFWSI08w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHuFWSI08w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHuFWSI08w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHuFWSI08w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uHuFWSI08w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHuFWSI08w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHuFWSI08w .navbar.navbar-short {
  min-height: 96px;
}
.cid-uHuFWSI08w .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uHuFWSI08w .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uHuFWSI08w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHuFWSI08w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHuFWSI08w .dropdown-item.active,
.cid-uHuFWSI08w .dropdown-item:active {
  background-color: transparent;
}
.cid-uHuFWSI08w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHuFWSI08w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHuFWSI08w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHuFWSI08w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-uHuFWSI08w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHuFWSI08w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHuFWSI08w ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uHuFWSI08w ul.navbar-nav {
    padding: 8px 16px;
    background-color: #35065a;
    border: 1px solid #baace7;
  }
}
.cid-uHuFWSI08w .navbar-buttons {
  text-align: center;
}
.cid-uHuFWSI08w .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uHuFWSI08w .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uHuFWSI08w .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uHuFWSI08w .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uHuFWSI08w button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uHuFWSI08w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-uHuFWSI08w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uHuFWSI08w button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uHuFWSI08w button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uHuFWSI08w button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uHuFWSI08w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHuFWSI08w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHuFWSI08w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHuFWSI08w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHuFWSI08w .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uHuFWSI08w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHuFWSI08w .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHuFWSI08w .navbar {
    height: 70px;
  }
  .cid-uHuFWSI08w .navbar.opened {
    height: auto;
  }
  .cid-uHuFWSI08w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHuFWSI08w .navbar-nav {
  margin: 0 auto;
}
.cid-uHuFWSI08w .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uHuFWSI08w .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uHuFWSI08w .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uHuFWSI08w .nav-item .nav-link::after {
  color: #63cfbf !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uHuFWSI08w .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-uHuFWSI08w .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uHuFWSI08w .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uHuFWSI08w .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uHuFWSI08w .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-uHuFWSI08w .nav-item .dropdown-menu .dropdown-item:hover {
  color: #35065a !important;
}
@media (max-width: 991px) {
  .cid-uHuFWSI08w .navbar {
    justify-content: flex-start !important;
  }
  .cid-uHuFWSI08w .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uHuFWSI08w .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uHuFWSI08w .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uHuFWSI08w .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uHuFWSI08w .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uHuFWSI08w .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uHuFWTlgIU {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/crypto-hardware-wallets-scaled-e1678430342108.webp");
}
.cid-uHuFWTlgIU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHuFWTlgIU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHuFWTlgIU .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uHuFWTlgIU .container {
    padding: 0 16px;
  }
}
.cid-uHuFWTlgIU .content-wrapper {
  margin-bottom: 20%;
}
.cid-uHuFWTlgIU .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uHuFWTlgIU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHuFWTlgIU .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-uHuFWTlgIU .mbr-section-title {
  color: #000000;
}
.cid-uHuFWTlgIU .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uHuFWTlgIU .mbr-section-title,
.cid-uHuFWTlgIU .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uHuGfdmJsr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(45deg, #3fb5a5 -20%, #000000 40%, #b6a36a 200%);
}
@media (max-width: 768px) {
  .cid-uHuGfdmJsr {
    background-image: linear-gradient(45deg, #3fb5a5 -60%, #000000 40%, #b6a36a 200%);
  }
}
.cid-uHuGfdmJsr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHuGfdmJsr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHuGfdmJsr .row {
  justify-content: space-between;
}
.cid-uHuGfdmJsr .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uHuGfdmJsr .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uHuGfdmJsr .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHuGfdmJsr .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-uHuGfdmJsr .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uHuGfdmJsr .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uHuGfdmJsr .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uHuGfdmJsr .mbr-section-title {
  color: #ffffff;
}
.cid-uHuGfdmJsr .item-title {
  color: #ffffff;
}
.cid-uHuGfdmJsr .item-text {
  color: #ffffff;
}
.cid-uHuFWUpN7q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHuFWUpN7q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHuFWUpN7q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHuFWUpN7q .row {
  justify-content: center;
}
.cid-uHuFWUpN7q .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uHuFWUpN7q .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uHuFWUpN7q .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHuFWUpN7q .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uHuFWUpN7q .item {
    margin-bottom: 35px;
  }
}
.cid-uHuFWUpN7q .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHuFWUpN7q .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uHuFWUpN7q .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 60px;
}
.cid-uHuFWUpN7q .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uHuFWUpN7q .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-uHuFWUpN7q .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHuFWUpN7q .item-title {
  color: #000000;
}
.cid-uHuFWUXdFz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-uHuFWUXdFz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHuFWUXdFz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHuFWUXdFz .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uHuFWUXdFz .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHuFWUXdFz .container {
    padding: 0 16px;
  }
}
.cid-uHuFWUXdFz .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uHuFWUXdFz .google-map iframe {
    height: 350px;
  }
}
.cid-uHuIr72FUz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uHuIr72FUz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uHuIr72FUz .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uHuIr72FUz .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uHuIr72FUz .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uHuIr72FUz .media-container-row .footer-item,
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes,
  .cid-uHuIr72FUz .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHuIr72FUz .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (5 * 1rem));
  display: inline-block;
}
.cid-uHuIr72FUz .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-uHuIr72FUz .mbr-social-likes a {
  color: #000000;
}
.cid-uHuIr72FUz .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uHuIr72FUz .mbr-social-likes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uHuIr72FUz .footer-logo img {
  width: auto;
}
.cid-uHuIr72FUz .footer-item {
  display: flex;
  align-items: center;
}
.cid-uHuIr72FUz .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-uHuIr72FUz .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uHuIr72FUz .footer-item-title {
  color: #ffffff;
}
.cid-uHuFYXv3gM .navbar-dropdown {
  position: relative !important;
}
.cid-uHuFYXv3gM .navbar-dropdown {
  position: absolute !important;
}
.cid-uHuFYXv3gM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHuFYXv3gM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHuFYXv3gM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHuFYXv3gM .dropdown-item:hover,
.cid-uHuFYXv3gM .dropdown-item:focus {
  background: #35065a !important;
  color: white !important;
}
.cid-uHuFYXv3gM .dropdown-item:hover span {
  color: white;
}
.cid-uHuFYXv3gM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHuFYXv3gM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHuFYXv3gM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHuFYXv3gM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHuFYXv3gM .nav-link {
  position: relative;
}
.cid-uHuFYXv3gM .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uHuFYXv3gM .container {
    flex-wrap: nowrap;
  }
}
.cid-uHuFYXv3gM .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uHuFYXv3gM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHuFYXv3gM .dropdown-menu,
.cid-uHuFYXv3gM .navbar.opened {
  background: #eeeef7 !important;
}
.cid-uHuFYXv3gM .nav-item:focus,
.cid-uHuFYXv3gM .nav-link:focus {
  outline: none;
}
.cid-uHuFYXv3gM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHuFYXv3gM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHuFYXv3gM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHuFYXv3gM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHuFYXv3gM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHuFYXv3gM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHuFYXv3gM .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(238, 238, 247, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uHuFYXv3gM .navbar.opened {
  transition: all 0.3s;
}
.cid-uHuFYXv3gM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHuFYXv3gM .navbar .navbar-logo img {
  width: auto;
}
.cid-uHuFYXv3gM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHuFYXv3gM .navbar.collapsed {
  justify-content: center;
}
.cid-uHuFYXv3gM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHuFYXv3gM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHuFYXv3gM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uHuFYXv3gM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHuFYXv3gM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHuFYXv3gM .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-uHuFYXv3gM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHuFYXv3gM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHuFYXv3gM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHuFYXv3gM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHuFYXv3gM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHuFYXv3gM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHuFYXv3gM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHuFYXv3gM .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-uHuFYXv3gM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHuFYXv3gM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHuFYXv3gM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHuFYXv3gM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uHuFYXv3gM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHuFYXv3gM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHuFYXv3gM .navbar.navbar-short {
  min-height: 96px;
}
.cid-uHuFYXv3gM .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uHuFYXv3gM .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uHuFYXv3gM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHuFYXv3gM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHuFYXv3gM .dropdown-item.active,
.cid-uHuFYXv3gM .dropdown-item:active {
  background-color: transparent;
}
.cid-uHuFYXv3gM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHuFYXv3gM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHuFYXv3gM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHuFYXv3gM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-uHuFYXv3gM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHuFYXv3gM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHuFYXv3gM ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uHuFYXv3gM ul.navbar-nav {
    padding: 8px 16px;
    background-color: #000000;
    border: 1px solid #ffffff;
  }
}
.cid-uHuFYXv3gM .navbar-buttons {
  text-align: center;
}
.cid-uHuFYXv3gM .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uHuFYXv3gM .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uHuFYXv3gM .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uHuFYXv3gM .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uHuFYXv3gM button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uHuFYXv3gM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-uHuFYXv3gM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uHuFYXv3gM button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uHuFYXv3gM button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uHuFYXv3gM button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uHuFYXv3gM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHuFYXv3gM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHuFYXv3gM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHuFYXv3gM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHuFYXv3gM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uHuFYXv3gM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHuFYXv3gM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHuFYXv3gM .navbar {
    height: 70px;
  }
  .cid-uHuFYXv3gM .navbar.opened {
    height: auto;
  }
  .cid-uHuFYXv3gM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHuFYXv3gM .navbar-nav {
  margin: 0 auto;
}
.cid-uHuFYXv3gM .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uHuFYXv3gM .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uHuFYXv3gM .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uHuFYXv3gM .nav-item .nav-link::after {
  color: #63cfbf !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uHuFYXv3gM .nav-item .nav-link:hover {
  background-color: #e7f2ed;
}
.cid-uHuFYXv3gM .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uHuFYXv3gM .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uHuFYXv3gM .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uHuFYXv3gM .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-uHuFYXv3gM .nav-item .dropdown-menu .dropdown-item:hover {
  color: #35065a !important;
}
@media (max-width: 991px) {
  .cid-uHuFYXv3gM .navbar {
    justify-content: flex-start !important;
  }
  .cid-uHuFYXv3gM .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uHuFYXv3gM .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uHuFYXv3gM .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uHuFYXv3gM .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uHuFYXv3gM .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uHuFYXv3gM .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uHuFYZnC2z {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/oip-2025-04-05t172532.403-474x355.jpg");
}
.cid-uHuFYZnC2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHuFYZnC2z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHuFYZnC2z .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uHuFYZnC2z .container {
    padding: 0 16px;
  }
}
.cid-uHuFYZnC2z .content-wrapper {
  margin-bottom: 20%;
}
.cid-uHuFYZnC2z .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uHuFYZnC2z .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHuFYZnC2z .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-uHuFYZnC2z .mbr-section-title {
  color: #000000;
}
.cid-uHuFYZnC2z .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uHuFYZnC2z .mbr-section-title,
.cid-uHuFYZnC2z .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uHuGU1cq1l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHuGU1cq1l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHuGU1cq1l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHuGU1cq1l .container {
    padding: 0 30px;
  }
}
.cid-uHuGU1cq1l .row {
  justify-content: center;
}
.cid-uHuGU1cq1l .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHuGU1cq1l .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uHuGU1cq1l .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #000000;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uHuGU1cq1l .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-uHuGU1cq1l .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uHuGU1cq1l .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uHuGU1cq1l .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uHuGU1cq1l .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #e7f2ed;
  background-color: #000000;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-uHuGU1cq1l .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uHuGU1cq1l .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-uHuGU1cq1l .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uHuGU1cq1l .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHuGU1cq1l .panel-title-edit {
  color: #000000;
}
.cid-uHuGU1cq1l .panel-text {
  color: #000000;
}
.cid-uHuFZ0oBQc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHuFZ0oBQc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHuFZ0oBQc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHuFZ0oBQc .row {
  justify-content: center;
}
.cid-uHuFZ0oBQc .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uHuFZ0oBQc .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uHuFZ0oBQc .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHuFZ0oBQc .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uHuFZ0oBQc .item {
    margin-bottom: 35px;
  }
}
.cid-uHuFZ0oBQc .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHuFZ0oBQc .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uHuFZ0oBQc .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 60px;
}
.cid-uHuFZ0oBQc .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uHuFZ0oBQc .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-uHuFZ0oBQc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHuFZ0oBQc .item-title {
  color: #000000;
}
.cid-uHuFZ0VJ6F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-uHuFZ0VJ6F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHuFZ0VJ6F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHuFZ0VJ6F .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uHuFZ0VJ6F .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHuFZ0VJ6F .container {
    padding: 0 16px;
  }
}
.cid-uHuFZ0VJ6F .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uHuFZ0VJ6F .google-map iframe {
    height: 350px;
  }
}
.cid-uHuIr72FUz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uHuIr72FUz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uHuIr72FUz .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uHuIr72FUz .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uHuIr72FUz .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uHuIr72FUz .media-container-row .footer-item,
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes,
  .cid-uHuIr72FUz .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHuIr72FUz .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (5 * 1rem));
  display: inline-block;
}
.cid-uHuIr72FUz .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-uHuIr72FUz .mbr-social-likes a {
  color: #000000;
}
.cid-uHuIr72FUz .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uHuIr72FUz .mbr-social-likes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uHuIr72FUz .footer-logo img {
  width: auto;
}
.cid-uHuIr72FUz .footer-item {
  display: flex;
  align-items: center;
}
.cid-uHuIr72FUz .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-uHuIr72FUz .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uHuIr72FUz .footer-item-title {
  color: #ffffff;
}
.cid-uHuHdCybIK .navbar-dropdown {
  position: relative !important;
}
.cid-uHuHdCybIK .navbar-dropdown {
  position: absolute !important;
}
.cid-uHuHdCybIK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHuHdCybIK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHuHdCybIK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHuHdCybIK .dropdown-item:hover,
.cid-uHuHdCybIK .dropdown-item:focus {
  background: #35065a !important;
  color: white !important;
}
.cid-uHuHdCybIK .dropdown-item:hover span {
  color: white;
}
.cid-uHuHdCybIK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHuHdCybIK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHuHdCybIK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHuHdCybIK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHuHdCybIK .nav-link {
  position: relative;
}
.cid-uHuHdCybIK .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uHuHdCybIK .container {
    flex-wrap: nowrap;
  }
}
.cid-uHuHdCybIK .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uHuHdCybIK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHuHdCybIK .dropdown-menu,
.cid-uHuHdCybIK .navbar.opened {
  background: #eeeef7 !important;
}
.cid-uHuHdCybIK .nav-item:focus,
.cid-uHuHdCybIK .nav-link:focus {
  outline: none;
}
.cid-uHuHdCybIK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHuHdCybIK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHuHdCybIK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHuHdCybIK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHuHdCybIK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHuHdCybIK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHuHdCybIK .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(238, 238, 247, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uHuHdCybIK .navbar.opened {
  transition: all 0.3s;
}
.cid-uHuHdCybIK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHuHdCybIK .navbar .navbar-logo img {
  width: auto;
}
.cid-uHuHdCybIK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHuHdCybIK .navbar.collapsed {
  justify-content: center;
}
.cid-uHuHdCybIK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHuHdCybIK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHuHdCybIK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uHuHdCybIK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHuHdCybIK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHuHdCybIK .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-uHuHdCybIK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHuHdCybIK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHuHdCybIK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHuHdCybIK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHuHdCybIK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHuHdCybIK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHuHdCybIK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHuHdCybIK .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-uHuHdCybIK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHuHdCybIK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHuHdCybIK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHuHdCybIK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uHuHdCybIK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHuHdCybIK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHuHdCybIK .navbar.navbar-short {
  min-height: 96px;
}
.cid-uHuHdCybIK .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uHuHdCybIK .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uHuHdCybIK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHuHdCybIK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHuHdCybIK .dropdown-item.active,
.cid-uHuHdCybIK .dropdown-item:active {
  background-color: transparent;
}
.cid-uHuHdCybIK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHuHdCybIK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHuHdCybIK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHuHdCybIK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-uHuHdCybIK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHuHdCybIK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHuHdCybIK ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uHuHdCybIK ul.navbar-nav {
    padding: 8px 16px;
    background-color: #35065a;
    border: 1px solid #baace7;
  }
}
.cid-uHuHdCybIK .navbar-buttons {
  text-align: center;
}
.cid-uHuHdCybIK .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uHuHdCybIK .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uHuHdCybIK .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uHuHdCybIK .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uHuHdCybIK button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uHuHdCybIK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-uHuHdCybIK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uHuHdCybIK button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uHuHdCybIK button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uHuHdCybIK button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uHuHdCybIK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHuHdCybIK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHuHdCybIK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHuHdCybIK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHuHdCybIK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uHuHdCybIK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHuHdCybIK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHuHdCybIK .navbar {
    height: 70px;
  }
  .cid-uHuHdCybIK .navbar.opened {
    height: auto;
  }
  .cid-uHuHdCybIK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHuHdCybIK .navbar-nav {
  margin: 0 auto;
}
.cid-uHuHdCybIK .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uHuHdCybIK .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uHuHdCybIK .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uHuHdCybIK .nav-item .nav-link::after {
  color: #63cfbf !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uHuHdCybIK .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-uHuHdCybIK .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uHuHdCybIK .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uHuHdCybIK .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uHuHdCybIK .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-uHuHdCybIK .nav-item .dropdown-menu .dropdown-item:hover {
  color: #35065a !important;
}
@media (max-width: 991px) {
  .cid-uHuHdCybIK .navbar {
    justify-content: flex-start !important;
  }
  .cid-uHuHdCybIK .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uHuHdCybIK .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uHuHdCybIK .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uHuHdCybIK .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uHuHdCybIK .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uHuHdCybIK .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uHuHdDaiiM {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/unnamed-1-1600x1061.png");
}
.cid-uHuHdDaiiM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHuHdDaiiM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHuHdDaiiM .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uHuHdDaiiM .container {
    padding: 0 16px;
  }
}
.cid-uHuHdDaiiM .content-wrapper {
  margin-bottom: 20%;
}
.cid-uHuHdDaiiM .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uHuHdDaiiM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHuHdDaiiM .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-uHuHdDaiiM .mbr-section-title {
  color: #000000;
}
.cid-uHuHdDaiiM .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uHuHdDaiiM .mbr-section-title,
.cid-uHuHdDaiiM .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uHuHuxSaX7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHuHuxSaX7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHuHuxSaX7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHuHuxSaX7 .row {
  justify-content: center;
}
.cid-uHuHuxSaX7 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uHuHuxSaX7 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uHuHuxSaX7 .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uHuHuxSaX7 .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uHuHuxSaX7 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uHuHuxSaX7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .cid-uHuHuxSaX7 .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uHuHuxSaX7 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uHuHuxSaX7 .mbr-label,
.cid-uHuHuxSaX7 .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uHuHuxSaX7 .mbr-section-title {
  color: #fff7ee;
}
.cid-uHuHuxSaX7 .mbr-text,
.cid-uHuHuxSaX7 .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uHuHuxSaX7 .mbr-section-title,
.cid-uHuHuxSaX7 .mbr-section-btn {
  text-align: center;
}
.cid-uHuHdEcEMs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHuHdEcEMs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHuHdEcEMs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHuHdEcEMs .row {
  justify-content: center;
}
.cid-uHuHdEcEMs .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uHuHdEcEMs .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uHuHdEcEMs .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHuHdEcEMs .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uHuHdEcEMs .item {
    margin-bottom: 35px;
  }
}
.cid-uHuHdEcEMs .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHuHdEcEMs .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uHuHdEcEMs .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 60px;
}
.cid-uHuHdEcEMs .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uHuHdEcEMs .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-uHuHdEcEMs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHuHdEcEMs .item-title {
  color: #000000;
}
.cid-uHuHdEHvHf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-uHuHdEHvHf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHuHdEHvHf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHuHdEHvHf .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uHuHdEHvHf .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHuHdEHvHf .container {
    padding: 0 16px;
  }
}
.cid-uHuHdEHvHf .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uHuHdEHvHf .google-map iframe {
    height: 350px;
  }
}
.cid-uHuIr72FUz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uHuIr72FUz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uHuIr72FUz .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uHuIr72FUz .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uHuIr72FUz .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uHuIr72FUz .media-container-row .footer-item,
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes,
  .cid-uHuIr72FUz .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHuIr72FUz .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (5 * 1rem));
  display: inline-block;
}
.cid-uHuIr72FUz .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-uHuIr72FUz .mbr-social-likes a {
  color: #000000;
}
.cid-uHuIr72FUz .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uHuIr72FUz .mbr-social-likes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uHuIr72FUz .footer-logo img {
  width: auto;
}
.cid-uHuIr72FUz .footer-item {
  display: flex;
  align-items: center;
}
.cid-uHuIr72FUz .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-uHuIr72FUz .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uHuIr72FUz .footer-item-title {
  color: #ffffff;
}
.cid-uABgTpwyKR .navbar-dropdown {
  position: relative !important;
}
.cid-uABgTpwyKR .navbar-dropdown {
  position: absolute !important;
}
.cid-uABgTpwyKR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uABgTpwyKR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uABgTpwyKR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uABgTpwyKR .dropdown-item:hover,
.cid-uABgTpwyKR .dropdown-item:focus {
  background: #35065a !important;
  color: white !important;
}
.cid-uABgTpwyKR .dropdown-item:hover span {
  color: white;
}
.cid-uABgTpwyKR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uABgTpwyKR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uABgTpwyKR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uABgTpwyKR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uABgTpwyKR .nav-link {
  position: relative;
}
.cid-uABgTpwyKR .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uABgTpwyKR .container {
    flex-wrap: nowrap;
  }
}
.cid-uABgTpwyKR .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uABgTpwyKR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uABgTpwyKR .dropdown-menu,
.cid-uABgTpwyKR .navbar.opened {
  background: #eeeef7 !important;
}
.cid-uABgTpwyKR .nav-item:focus,
.cid-uABgTpwyKR .nav-link:focus {
  outline: none;
}
.cid-uABgTpwyKR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uABgTpwyKR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uABgTpwyKR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uABgTpwyKR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uABgTpwyKR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uABgTpwyKR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uABgTpwyKR .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(238, 238, 247, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uABgTpwyKR .navbar.opened {
  transition: all 0.3s;
}
.cid-uABgTpwyKR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uABgTpwyKR .navbar .navbar-logo img {
  width: auto;
}
.cid-uABgTpwyKR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uABgTpwyKR .navbar.collapsed {
  justify-content: center;
}
.cid-uABgTpwyKR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uABgTpwyKR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uABgTpwyKR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uABgTpwyKR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uABgTpwyKR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uABgTpwyKR .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-uABgTpwyKR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uABgTpwyKR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uABgTpwyKR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uABgTpwyKR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uABgTpwyKR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uABgTpwyKR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uABgTpwyKR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uABgTpwyKR .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-uABgTpwyKR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uABgTpwyKR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uABgTpwyKR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uABgTpwyKR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uABgTpwyKR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uABgTpwyKR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uABgTpwyKR .navbar.navbar-short {
  min-height: 96px;
}
.cid-uABgTpwyKR .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uABgTpwyKR .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uABgTpwyKR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uABgTpwyKR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uABgTpwyKR .dropdown-item.active,
.cid-uABgTpwyKR .dropdown-item:active {
  background-color: transparent;
}
.cid-uABgTpwyKR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uABgTpwyKR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uABgTpwyKR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uABgTpwyKR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-uABgTpwyKR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uABgTpwyKR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uABgTpwyKR ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uABgTpwyKR ul.navbar-nav {
    padding: 8px 16px;
    background-color: #35065a;
    border: 1px solid #baace7;
  }
}
.cid-uABgTpwyKR .navbar-buttons {
  text-align: center;
}
.cid-uABgTpwyKR .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uABgTpwyKR .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uABgTpwyKR .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uABgTpwyKR .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uABgTpwyKR button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uABgTpwyKR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-uABgTpwyKR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uABgTpwyKR button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uABgTpwyKR button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uABgTpwyKR button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uABgTpwyKR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uABgTpwyKR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uABgTpwyKR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uABgTpwyKR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uABgTpwyKR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uABgTpwyKR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uABgTpwyKR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uABgTpwyKR .navbar {
    height: 70px;
  }
  .cid-uABgTpwyKR .navbar.opened {
    height: auto;
  }
  .cid-uABgTpwyKR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uABgTpwyKR .navbar-nav {
  margin: 0 auto;
}
.cid-uABgTpwyKR .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uABgTpwyKR .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uABgTpwyKR .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uABgTpwyKR .nav-item .nav-link::after {
  color: #63cfbf !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uABgTpwyKR .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-uABgTpwyKR .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uABgTpwyKR .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uABgTpwyKR .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uABgTpwyKR .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-uABgTpwyKR .nav-item .dropdown-menu .dropdown-item:hover {
  color: #35065a !important;
}
@media (max-width: 991px) {
  .cid-uABgTpwyKR .navbar {
    justify-content: flex-start !important;
  }
  .cid-uABgTpwyKR .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uABgTpwyKR .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uABgTpwyKR .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uABgTpwyKR .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uABgTpwyKR .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uABgTpwyKR .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uHuHXJvAvw {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uHuHXJvAvw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHuHXJvAvw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHuHXJvAvw .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uHuHXJvAvw .content-wrapper .mbr-section-title span {
  color: #000000;
}
.cid-uHuHXJvAvw .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uHuHXJvAvw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uHuHXJvAvw .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #000000, #000000, #000000);
}
@media (max-width: 992px) {
  .cid-uHuHXJvAvw .border-wrap {
    margin-top: 32px;
  }
}
.cid-uHuHXJvAvw .mbr-section-title {
  color: #ffffff;
}
.cid-uHuHXJvAvw .mbr-text,
.cid-uHuHXJvAvw .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uHuHXJvAvw .mbr-section-title,
.cid-uHuHXJvAvw .mbr-section-btn {
  text-align: center;
}
.cid-uHuIr72FUz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uHuIr72FUz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uHuIr72FUz .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uHuIr72FUz .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uHuIr72FUz .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uHuIr72FUz .media-container-row .footer-item,
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes,
  .cid-uHuIr72FUz .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHuIr72FUz .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (5 * 1rem));
  display: inline-block;
}
.cid-uHuIr72FUz .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-uHuIr72FUz .mbr-social-likes a {
  color: #000000;
}
.cid-uHuIr72FUz .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uHuIr72FUz .mbr-social-likes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uHuIr72FUz .footer-logo img {
  width: auto;
}
.cid-uHuIr72FUz .footer-item {
  display: flex;
  align-items: center;
}
.cid-uHuIr72FUz .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-uHuIr72FUz .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uHuIr72FUz .footer-item-title {
  color: #ffffff;
}
.cid-uABgTpwyKR .navbar-dropdown {
  position: relative !important;
}
.cid-uABgTpwyKR .navbar-dropdown {
  position: absolute !important;
}
.cid-uABgTpwyKR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uABgTpwyKR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uABgTpwyKR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uABgTpwyKR .dropdown-item:hover,
.cid-uABgTpwyKR .dropdown-item:focus {
  background: #35065a !important;
  color: white !important;
}
.cid-uABgTpwyKR .dropdown-item:hover span {
  color: white;
}
.cid-uABgTpwyKR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uABgTpwyKR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uABgTpwyKR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uABgTpwyKR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uABgTpwyKR .nav-link {
  position: relative;
}
.cid-uABgTpwyKR .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uABgTpwyKR .container {
    flex-wrap: nowrap;
  }
}
.cid-uABgTpwyKR .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uABgTpwyKR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uABgTpwyKR .dropdown-menu,
.cid-uABgTpwyKR .navbar.opened {
  background: #eeeef7 !important;
}
.cid-uABgTpwyKR .nav-item:focus,
.cid-uABgTpwyKR .nav-link:focus {
  outline: none;
}
.cid-uABgTpwyKR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uABgTpwyKR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uABgTpwyKR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uABgTpwyKR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uABgTpwyKR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uABgTpwyKR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uABgTpwyKR .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(238, 238, 247, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uABgTpwyKR .navbar.opened {
  transition: all 0.3s;
}
.cid-uABgTpwyKR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uABgTpwyKR .navbar .navbar-logo img {
  width: auto;
}
.cid-uABgTpwyKR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uABgTpwyKR .navbar.collapsed {
  justify-content: center;
}
.cid-uABgTpwyKR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uABgTpwyKR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uABgTpwyKR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uABgTpwyKR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uABgTpwyKR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uABgTpwyKR .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-uABgTpwyKR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uABgTpwyKR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uABgTpwyKR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uABgTpwyKR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uABgTpwyKR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uABgTpwyKR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uABgTpwyKR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uABgTpwyKR .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-uABgTpwyKR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uABgTpwyKR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uABgTpwyKR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uABgTpwyKR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uABgTpwyKR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uABgTpwyKR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uABgTpwyKR .navbar.navbar-short {
  min-height: 96px;
}
.cid-uABgTpwyKR .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uABgTpwyKR .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uABgTpwyKR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uABgTpwyKR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uABgTpwyKR .dropdown-item.active,
.cid-uABgTpwyKR .dropdown-item:active {
  background-color: transparent;
}
.cid-uABgTpwyKR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uABgTpwyKR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uABgTpwyKR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uABgTpwyKR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-uABgTpwyKR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uABgTpwyKR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uABgTpwyKR ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uABgTpwyKR ul.navbar-nav {
    padding: 8px 16px;
    background-color: #35065a;
    border: 1px solid #baace7;
  }
}
.cid-uABgTpwyKR .navbar-buttons {
  text-align: center;
}
.cid-uABgTpwyKR .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uABgTpwyKR .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uABgTpwyKR .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uABgTpwyKR .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uABgTpwyKR button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uABgTpwyKR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-uABgTpwyKR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uABgTpwyKR button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uABgTpwyKR button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uABgTpwyKR button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uABgTpwyKR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uABgTpwyKR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uABgTpwyKR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uABgTpwyKR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uABgTpwyKR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uABgTpwyKR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uABgTpwyKR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uABgTpwyKR .navbar {
    height: 70px;
  }
  .cid-uABgTpwyKR .navbar.opened {
    height: auto;
  }
  .cid-uABgTpwyKR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uABgTpwyKR .navbar-nav {
  margin: 0 auto;
}
.cid-uABgTpwyKR .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uABgTpwyKR .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uABgTpwyKR .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uABgTpwyKR .nav-item .nav-link::after {
  color: #63cfbf !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uABgTpwyKR .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-uABgTpwyKR .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uABgTpwyKR .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uABgTpwyKR .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uABgTpwyKR .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-uABgTpwyKR .nav-item .dropdown-menu .dropdown-item:hover {
  color: #35065a !important;
}
@media (max-width: 991px) {
  .cid-uABgTpwyKR .navbar {
    justify-content: flex-start !important;
  }
  .cid-uABgTpwyKR .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uABgTpwyKR .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uABgTpwyKR .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uABgTpwyKR .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uABgTpwyKR .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uABgTpwyKR .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uHuI9BG1NI {
  padding-top: 11rem;
  padding-bottom: 11rem;
  background-color: #000000;
}
.cid-uHuI9BG1NI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHuI9BG1NI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHuI9BG1NI .container {
    padding: 0 22px;
  }
}
.cid-uHuI9BG1NI .row {
  justify-content: center;
}
.cid-uHuI9BG1NI .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHuI9BG1NI .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHuI9BG1NI .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-uHuI9BG1NI .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHuI9BG1NI .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-uHuI9BG1NI .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHuI9BG1NI .mbr-section-title {
  color: #ffffff;
}
.cid-uHuI9BG1NI .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uHuI9BG1NI .mbr-section-title,
.cid-uHuI9BG1NI .icon-wrapper {
  text-align: center;
}
.cid-uHuIr72FUz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uHuIr72FUz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uHuIr72FUz .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uHuIr72FUz .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uHuIr72FUz .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uHuIr72FUz .media-container-row .footer-item,
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes,
  .cid-uHuIr72FUz .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHuIr72FUz .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (5 * 1rem));
  display: inline-block;
}
.cid-uHuIr72FUz .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-uHuIr72FUz .mbr-social-likes a {
  color: #000000;
}
.cid-uHuIr72FUz .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uHuIr72FUz .mbr-social-likes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uHuIr72FUz .footer-logo img {
  width: auto;
}
.cid-uHuIr72FUz .footer-item {
  display: flex;
  align-items: center;
}
.cid-uHuIr72FUz .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-uHuIr72FUz .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uHuIr72FUz .footer-item-title {
  color: #ffffff;
}
.cid-uABgTpwyKR .navbar-dropdown {
  position: relative !important;
}
.cid-uABgTpwyKR .navbar-dropdown {
  position: absolute !important;
}
.cid-uABgTpwyKR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uABgTpwyKR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uABgTpwyKR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uABgTpwyKR .dropdown-item:hover,
.cid-uABgTpwyKR .dropdown-item:focus {
  background: #35065a !important;
  color: white !important;
}
.cid-uABgTpwyKR .dropdown-item:hover span {
  color: white;
}
.cid-uABgTpwyKR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uABgTpwyKR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uABgTpwyKR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uABgTpwyKR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uABgTpwyKR .nav-link {
  position: relative;
}
.cid-uABgTpwyKR .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uABgTpwyKR .container {
    flex-wrap: nowrap;
  }
}
.cid-uABgTpwyKR .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uABgTpwyKR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uABgTpwyKR .dropdown-menu,
.cid-uABgTpwyKR .navbar.opened {
  background: #eeeef7 !important;
}
.cid-uABgTpwyKR .nav-item:focus,
.cid-uABgTpwyKR .nav-link:focus {
  outline: none;
}
.cid-uABgTpwyKR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uABgTpwyKR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uABgTpwyKR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uABgTpwyKR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uABgTpwyKR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uABgTpwyKR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uABgTpwyKR .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(238, 238, 247, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uABgTpwyKR .navbar.opened {
  transition: all 0.3s;
}
.cid-uABgTpwyKR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uABgTpwyKR .navbar .navbar-logo img {
  width: auto;
}
.cid-uABgTpwyKR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uABgTpwyKR .navbar.collapsed {
  justify-content: center;
}
.cid-uABgTpwyKR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uABgTpwyKR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uABgTpwyKR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uABgTpwyKR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uABgTpwyKR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uABgTpwyKR .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-uABgTpwyKR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uABgTpwyKR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uABgTpwyKR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uABgTpwyKR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uABgTpwyKR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uABgTpwyKR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uABgTpwyKR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uABgTpwyKR .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-uABgTpwyKR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uABgTpwyKR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uABgTpwyKR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uABgTpwyKR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uABgTpwyKR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uABgTpwyKR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uABgTpwyKR .navbar.navbar-short {
  min-height: 96px;
}
.cid-uABgTpwyKR .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uABgTpwyKR .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uABgTpwyKR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uABgTpwyKR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uABgTpwyKR .dropdown-item.active,
.cid-uABgTpwyKR .dropdown-item:active {
  background-color: transparent;
}
.cid-uABgTpwyKR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uABgTpwyKR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uABgTpwyKR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uABgTpwyKR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-uABgTpwyKR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uABgTpwyKR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uABgTpwyKR ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uABgTpwyKR ul.navbar-nav {
    padding: 8px 16px;
    background-color: #35065a;
    border: 1px solid #baace7;
  }
}
.cid-uABgTpwyKR .navbar-buttons {
  text-align: center;
}
.cid-uABgTpwyKR .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uABgTpwyKR .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uABgTpwyKR .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uABgTpwyKR .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uABgTpwyKR button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uABgTpwyKR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-uABgTpwyKR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uABgTpwyKR button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uABgTpwyKR button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uABgTpwyKR button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uABgTpwyKR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uABgTpwyKR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uABgTpwyKR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uABgTpwyKR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uABgTpwyKR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uABgTpwyKR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uABgTpwyKR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uABgTpwyKR .navbar {
    height: 70px;
  }
  .cid-uABgTpwyKR .navbar.opened {
    height: auto;
  }
  .cid-uABgTpwyKR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uABgTpwyKR .navbar-nav {
  margin: 0 auto;
}
.cid-uABgTpwyKR .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uABgTpwyKR .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uABgTpwyKR .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uABgTpwyKR .nav-item .nav-link::after {
  color: #63cfbf !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uABgTpwyKR .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-uABgTpwyKR .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uABgTpwyKR .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uABgTpwyKR .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uABgTpwyKR .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-uABgTpwyKR .nav-item .dropdown-menu .dropdown-item:hover {
  color: #35065a !important;
}
@media (max-width: 991px) {
  .cid-uABgTpwyKR .navbar {
    justify-content: flex-start !important;
  }
  .cid-uABgTpwyKR .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uABgTpwyKR .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uABgTpwyKR .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uABgTpwyKR .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uABgTpwyKR .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uABgTpwyKR .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uHuIerNdV6 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHuIerNdV6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHuIerNdV6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHuIerNdV6 .container {
    padding: 0 30px;
  }
}
.cid-uHuIerNdV6 .row {
  justify-content: center;
}
.cid-uHuIerNdV6 .title-wrapper {
  margin: 0 12%;
}
@media (max-width: 992px) {
  .cid-uHuIerNdV6 .title-wrapper {
    margin: 0;
  }
}
.cid-uHuIerNdV6 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uHuIerNdV6 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uHuIerNdV6 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uHuIerNdV6 .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uHuIerNdV6 .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uHuIerNdV6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHuIerNdV6 .mbr-text {
  color: #ffffff;
}
.cid-uHuIerNdV6 .mbr-name {
  color: #f1f4e9;
  text-align: center;
}
.cid-uHuIr72FUz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uHuIr72FUz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uHuIr72FUz .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uHuIr72FUz .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uHuIr72FUz .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uHuIr72FUz .media-container-row .footer-item,
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes,
  .cid-uHuIr72FUz .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-uHuIr72FUz .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHuIr72FUz .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (5 * 1rem));
  display: inline-block;
}
.cid-uHuIr72FUz .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-uHuIr72FUz .mbr-social-likes a {
  color: #000000;
}
.cid-uHuIr72FUz .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uHuIr72FUz .mbr-social-likes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uHuIr72FUz .footer-logo img {
  width: auto;
}
.cid-uHuIr72FUz .footer-item {
  display: flex;
  align-items: center;
}
.cid-uHuIr72FUz .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-uHuIr72FUz .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uHuIr72FUz .footer-item-title {
  color: #ffffff;
}
