.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: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Bricolage Grotesque;
}
.display-1 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 8.75rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 10.9375rem;
}
.display-2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 5.875rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 7.34375rem;
}
.display-4 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 160%;
}
.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: 7rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.125rem;
    font-size: calc( 3.7124999999999995rem + (8.75 - 3.7124999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.7124999999999995rem + (8.75 - 3.7124999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.7rem;
    font-size: calc( 2.70625rem + (5.875 - 2.70625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.70625rem + (5.875 - 2.70625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((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: 50px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 50px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 50px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 50px;
}
.bg-primary {
  background-color: #41155a !important;
}
.bg-success {
  background-color: #9c9c9c !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #41155a !important;
}
.bg-danger {
  background-color: #7b5092 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #41155a !important;
  border-color: #41155a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #5f1f83 !important;
  border-color: #5f1f83 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5f1f83 !important;
  border-color: #5f1f83 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #393939 !important;
  border-color: #393939 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #535353 !important;
  border-color: #535353 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #535353 !important;
  border-color: #535353 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #b6b6b6 !important;
  border-color: #b6b6b6 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b6b6b6 !important;
  border-color: #b6b6b6 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #41155a !important;
  border-color: #41155a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #5f1f83 !important;
  border-color: #5f1f83 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5f1f83 !important;
  border-color: #5f1f83 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #7b5092 !important;
  border-color: #7b5092 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #9568ad !important;
  border-color: #9568ad !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9568ad !important;
  border-color: #9568ad !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: #41155a;
  color: #41155a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0e0514 !important;
  background-color: transparent !important;
  border-color: #0e0514 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #41155a !important;
  border-color: #41155a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #393939;
  color: #393939;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0e0e0e !important;
  background-color: transparent !important;
  border-color: #0e0e0e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #393939 !important;
  border-color: #393939 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #9c9c9c;
  color: #9c9c9c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #717171 !important;
  background-color: transparent !important;
  border-color: #717171 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #41155a;
  color: #41155a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0e0514 !important;
  background-color: transparent !important;
  border-color: #0e0514 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #41155a !important;
  border-color: #41155a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #7b5092;
  color: #7b5092;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #4c315a !important;
  background-color: transparent !important;
  border-color: #4c315a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #7b5092 !important;
  border-color: #7b5092 !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: #41155a !important;
}
.text-secondary {
  color: #393939 !important;
}
.text-success {
  color: #9c9c9c !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #41155a !important;
}
.text-danger {
  color: #7b5092 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #050207 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #060606 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #696969 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #050207 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #432c50 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #41155a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #41155a;
}
.alert-danger {
  background-color: #7b5092;
}
.mbr-gallery-filter li.active .btn {
  background-color: #41155a;
  border-color: #41155a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #41155a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8c2dc1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #dcdcdc;
}
.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: #8c2dc1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b89ac8;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 160%;
  font-weight: 400;
}
.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: #41155a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 160%;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #41155a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #41155a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #41155a;
}
.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: #41155a;
  border-bottom-color: #41155a;
}
.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: #41155a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #393939 !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='%2341155a' %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 {
  box-shadow: none;
  padding: 15px 30px;
  min-width: 150px;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  transform: scale(1.03);
  border: none !important;
  box-shadow: none;
}
img {
  border-radius: 0 !important;
}
.cid-tNKxOXJdHd .navbar-dropdown {
  background-color: #41155a !important;
  padding: 0;
}
.cid-tNKxOXJdHd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #41155a !important;
  background: #41155a;
}
.cid-tNKxOXJdHd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNKxOXJdHd .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tNKxOXJdHd .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tNKxOXJdHd .menu_box .navbar.opened,
  .cid-tNKxOXJdHd .menu_box .navbar-collapse {
    background-color: #41155a !important;
    transition: all 0s ease 0s;
  }
}
.cid-tNKxOXJdHd .navbar-dropdown {
  position: relative !important;
}
.cid-tNKxOXJdHd .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tNKxOXJdHd .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tNKxOXJdHd .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tNKxOXJdHd .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tNKxOXJdHd .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tNKxOXJdHd .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tNKxOXJdHd .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #311f3a;
  }
  .cid-tNKxOXJdHd .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tNKxOXJdHd .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tNKxOXJdHd .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tNKxOXJdHd .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tNKxOXJdHd .offcanvas-body .mbr-text,
  .cid-tNKxOXJdHd .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tNKxOXJdHd .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tNKxOXJdHd .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tNKxOXJdHd .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tNKxOXJdHd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tNKxOXJdHd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tNKxOXJdHd .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tNKxOXJdHd .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tNKxOXJdHd ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tNKxOXJdHd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tNKxOXJdHd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tNKxOXJdHd .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tNKxOXJdHd li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tNKxOXJdHd .lg_brand {
    margin: 0 1rem;
  }
  .cid-tNKxOXJdHd .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tNKxOXJdHd .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tNKxOXJdHd .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tNKxOXJdHd .nav-item {
    margin: 0 !important;
  }
}
.cid-tNKxOXJdHd .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-tNKxOXJdHd .nav-item .nav-link:hover,
.cid-tNKxOXJdHd .nav-item .nav-link:focus {
  opacity: .6;
}
.cid-tNKxOXJdHd .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tNKxOXJdHd .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tNKxOXJdHd .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tNKxOXJdHd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tNKxOXJdHd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tNKxOXJdHd .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tNKxOXJdHd .offcanvas_box {
    display: none;
  }
}
.cid-tNKxOXJdHd .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tNKxOXJdHd .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tNKxOXJdHd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tNKxOXJdHd .container {
  display: flex;
  margin: auto;
}
.cid-tNKxOXJdHd .iconfont-wrapper {
  color: #d3d3d3;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tNKxOXJdHd .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tNKxOXJdHd .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tNKxOXJdHd .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tNKxOXJdHd .navbar-nav {
    margin: 0;
  }
}
.cid-tNKxOXJdHd .dropdown-menu,
.cid-tNKxOXJdHd .navbar.opened {
  background-color: false !important;
}
.cid-tNKxOXJdHd .nav-item:focus,
.cid-tNKxOXJdHd .nav-link:focus {
  outline: none;
}
.cid-tNKxOXJdHd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNKxOXJdHd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNKxOXJdHd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNKxOXJdHd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNKxOXJdHd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNKxOXJdHd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNKxOXJdHd .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tNKxOXJdHd .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tNKxOXJdHd .navbar.opened {
  transition: all 0.3s;
}
.cid-tNKxOXJdHd .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tNKxOXJdHd .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tNKxOXJdHd .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tNKxOXJdHd .navbar.collapsed {
  justify-content: center;
}
.cid-tNKxOXJdHd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNKxOXJdHd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tNKxOXJdHd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNKxOXJdHd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNKxOXJdHd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNKxOXJdHd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tNKxOXJdHd .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tNKxOXJdHd .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tNKxOXJdHd .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tNKxOXJdHd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNKxOXJdHd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNKxOXJdHd .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tNKxOXJdHd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNKxOXJdHd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tNKxOXJdHd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNKxOXJdHd .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tNKxOXJdHd .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tNKxOXJdHd .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tNKxOXJdHd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tNKxOXJdHd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNKxOXJdHd .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tNKxOXJdHd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNKxOXJdHd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tNKxOXJdHd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tNKxOXJdHd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNKxOXJdHd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tNKxOXJdHd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNKxOXJdHd .dropdown-item.active,
.cid-tNKxOXJdHd .dropdown-item:active {
  background-color: transparent;
}
.cid-tNKxOXJdHd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNKxOXJdHd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNKxOXJdHd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNKxOXJdHd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNKxOXJdHd ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tNKxOXJdHd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNKxOXJdHd button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #41155a;
  background: #000000;
}
.cid-tNKxOXJdHd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tNKxOXJdHd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNKxOXJdHd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNKxOXJdHd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNKxOXJdHd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNKxOXJdHd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNKxOXJdHd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNKxOXJdHd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNKxOXJdHd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNKxOXJdHd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tNKxOXJdHd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNKxOXJdHd .navbar {
    height: 70px;
  }
  .cid-tNKxOXJdHd .navbar.opened {
    height: auto;
  }
  .cid-tNKxOXJdHd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNKxOXJdHd .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tNKxOXJdHd .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-tNKxOXJdHd .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 170px;
}
.cid-tNKxOXJdHd .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-tNKxOXJdHd .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tNKxOXJdHd .navbar-caption:hover {
  color: #41155a;
}
@media (min-width: 992px) {
  .cid-tNKxOXJdHd .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tNKxOXJdHd .text_widget {
  margin-bottom: 32px;
  color: #ffffff;
}
.cid-tNKxOXJdHd .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tNKxOXJdHd .text_widget a:hover,
.cid-tNKxOXJdHd .text_widget a:focus {
  opacity: .6;
}
.cid-tNKxOXJdHd .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tNKxOXJdHd .navbar-caption {
  color: #000000;
}
.cid-tNKxOXJdHd .mbr-text {
  color: #ededed;
  text-align: center;
}
.cid-tNKxOXJdHd .mbr-section-subtitle,
.cid-tNKxOXJdHd .text_widget,
.cid-tNKxOXJdHd .mbr-section-btn {
  text-align: center;
  color: #9d7cb0;
}
.cid-tNKxOXJdHd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ucWw7w3RcD {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1541.webp");
}
.cid-ucWw7w3RcD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucWw7w3RcD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucWw7w3RcD .col-12 {
  position: relative;
}
.cid-ucWw7w3RcD img {
  max-width: 800px;
  margin: auto;
}
.cid-ucWw7w3RcD .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-ucWw7w3RcD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucWw7w3RcD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucWw7w3RcD .image-wrapper {
    padding: 1rem;
  }
}
.cid-ucWw7w3RcD .mbr-section-title {
  color: #ffffff;
}
.cid-tYTXBqGOeE {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #41155a;
}
.cid-tYTXBqGOeE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYTXBqGOeE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave2 {
  0% {
    transform: scaleY(0.8);
  }
  50% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0.8);
  }
}
.cid-tYTXBqGOeE #gentle-wave {
  fill: #41155a;
}
.cid-tYTXBqGOeE .svg2 {
  background: transparent;
  position: absolute;
  bottom: 100%;
  animation: 5s ease infinite wave2;
  transform: scaleY(0.8);
  transform-origin: bottom;
}
.cid-tYTXBqGOeE b {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-tYTXBqGOeE img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tYTXBqGOeE img {
    padding-bottom: 2rem;
  }
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-tYTXBqGOeE .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-tYTXBqGOeE .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-tYTXBqGOeE .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-tYTXBqGOeE .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-tYTXBqGOeE .row {
  align-items: center;
}
.cid-tYTXBqGOeE .mbr-section-title {
  color: #ffffff;
}
.cid-tYTXBqGOeE .mbr-text,
.cid-tYTXBqGOeE .mbr-section-btn {
  color: #ffffff;
}
.cid-tYTXBqGOeE .mbr-link,
.cid-tYTXBqGOeE .link-wrapper {
  color: #ffffff;
}
.cid-tNKxRAkT7e {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-tNKxRAkT7e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNKxRAkT7e .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-tNKxRAkT7e .container {
    padding: 0 30px;
  }
}
.cid-tNKxRAkT7e .row {
  justify-content: center;
}
.cid-tNKxRAkT7e .title-wrapper {
  position: relative;
}
.cid-tNKxRAkT7e .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 1400px) {
  .cid-tNKxRAkT7e .title-wrapper .title-wrap {
    width: 80%;
  }
}
@media (max-width: 1200px) {
  .cid-tNKxRAkT7e .title-wrapper .title-wrap {
    width: 90%;
  }
}
@media (max-width: 992px) {
  .cid-tNKxRAkT7e .title-wrapper .title-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-tNKxRAkT7e .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tNKxRAkT7e .title-wrapper .title-wrap .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-tNKxRAkT7e .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tNKxRAkT7e .title-wrapper .title-wrap .mbr-section-title {
    font-size: 38px;
    line-height: 1.5;
  }
}
.cid-tNKxRAkT7e .title-wrapper .title-wrap .mbr-section-title span {
  color: #9d7cb0;
}
.cid-tNKxRAkT7e .title-wrapper img {
  position: absolute;
  top: 0;
  right: 0;
  height: 850px;
  width: 40%;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-tNKxRAkT7e .title-wrapper img {
    position: static;
    height: 350px;
    width: 200px;
    margin: 30px auto 0;
  }
}
.cid-tNKxRAkT7e .mbr-section-title {
  color: #7b5092;
  text-align: left;
}
.cid-tNKxRAkT7e .mbr-section-subtitle {
  color: #000000;
}
.cid-tRwwEmMPyC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/2626213.webp");
}
.cid-tRwwEmMPyC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRwwEmMPyC .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-tRwwEmMPyC .container {
    padding: 0 30px;
  }
}
.cid-tRwwEmMPyC .row .card {
  justify-content: center;
}
.cid-tRwwEmMPyC .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tRwwEmMPyC .title-wrapper .mbr-section-subtitle {
  opacity: .4;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tRwwEmMPyC .image-wrapper {
    margin-top: 30px;
  }
}
.cid-tRwwEmMPyC .image-wrapper img {
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-tRwwEmMPyC .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-tRwwEmMPyC .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-tRwwEmMPyC .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-tRwwEmMPyC .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-tRwwEmMPyC .mbr-section-title {
  color: #ffffff;
}
.cid-tRwwEmMPyC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u3CkAj8Ewy {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #41155a;
}
.cid-u3BMBTAbvp {
  background-image: url("../../../assets/images/2626213.webp");
}
.cid-u3BMBTAbvp .mbr-overlay {
  background: #000000;
  opacity: 0.8;
}
.cid-u3BMBTAbvp .container-fluid {
  padding: 0 100px;
}
@media (max-width: 1440px) {
  .cid-u3BMBTAbvp .container-fluid {
    padding: 0 45px;
  }
}
@media (max-width: 992px) {
  .cid-u3BMBTAbvp .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-u3BMBTAbvp .container {
    padding: 0 30px;
  }
}
.cid-u3BMBTAbvp .item:focus,
.cid-u3BMBTAbvp span:focus {
  outline: none;
}
.cid-u3BMBTAbvp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .cid-u3BMBTAbvp .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u3BMBTAbvp .embla__slide .slide-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u3BMBTAbvp .embla__slide .slide-content {
    display: block;
  }
}
.cid-u3BMBTAbvp .embla__slide .slide-content .social-wrapper {
  width: 250px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u3BMBTAbvp .embla__slide .slide-content .social-wrapper .social-row {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 45px;
  }
}
.cid-u3BMBTAbvp .embla__slide .slide-content .social-wrapper .social-row .soc-item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u3BMBTAbvp .embla__slide .slide-content .social-wrapper .social-row .soc-item {
    margin: 0 10px;
  }
}
.cid-u3BMBTAbvp .embla__slide .slide-content .social-wrapper .social-row .soc-item a {
  display: block;
}
.cid-u3BMBTAbvp .embla__slide .slide-content .social-wrapper .social-row .soc-item a:hover .mbr-iconfont,
.cid-u3BMBTAbvp .embla__slide .slide-content .social-wrapper .social-row .soc-item a:focus .mbr-iconfont {
  opacity: .6;
}
.cid-u3BMBTAbvp .embla__slide .slide-content .social-wrapper .social-row .soc-item a .mbr-iconfont {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-u3BMBTAbvp .embla__slide .slide-content .item-wrapper {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.cid-u3BMBTAbvp .embla__slide .slide-content .item-wrapper a {
  display: block;
}
.cid-u3BMBTAbvp .embla__slide .slide-content .item-wrapper a:hover .item-img .icon-wrapper,
.cid-u3BMBTAbvp .embla__slide .slide-content .item-wrapper a:focus .item-img .icon-wrapper {
  opacity: 1;
}
.cid-u3BMBTAbvp .embla__slide .slide-content .item-wrapper a:hover .item-img .icon-wrapper::before,
.cid-u3BMBTAbvp .embla__slide .slide-content .item-wrapper a:focus .item-img .icon-wrapper::before {
  opacity: .6;
}
.cid-u3BMBTAbvp .embla__slide .slide-content .item-wrapper a .item-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u3BMBTAbvp .embla__slide .slide-content .item-wrapper a .item-img img {
  height: 650px;
  max-width: 450px;
  object-fit: cover;
  transform: rotate(-14deg);
}
@media (max-width: 1400px) {
  .cid-u3BMBTAbvp .embla__slide .slide-content .item-wrapper a .item-img img {
    max-width: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-u3BMBTAbvp .embla__slide .slide-content .item-wrapper a .item-img img {
    height: 450px;
    max-width: 310px;
  }
}
@media (max-width: 768px) {
  .cid-u3BMBTAbvp .embla__slide .slide-content .item-wrapper a .item-img img {
    transform: rotate(0);
    height: 350px;
  }
}
.cid-u3BMBTAbvp .embla__slide .slide-content .item-wrapper a .item-img .icon-wrapper {
  position: absolute;
  width: 100px;
  height: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-u3BMBTAbvp .embla__slide .slide-content .item-wrapper a .item-img .icon-wrapper {
    display: none;
  }
}
.cid-u3BMBTAbvp .embla__slide .slide-content .item-wrapper a .item-img .icon-wrapper .mbr-iconfont {
  font-size: 35px;
  color: #ffffff;
  z-index: 1;
  transform: rotate(45deg);
}
.cid-u3BMBTAbvp .embla__slide .slide-content .item-wrapper a .item-img .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  opacity: 0;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-u3BMBTAbvp .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  width: 250px;
}
@media (max-width: 992px) {
  .cid-u3BMBTAbvp .embla__slide .slide-content .item-content {
    margin-top: 45px;
    width: 100%;
  }
}
.cid-u3BMBTAbvp .embla__slide .slide-content .item-content .item-subtitle {
  opacity: .6;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u3BMBTAbvp .embla__slide .slide-content .item-content .item-subtitle {
    margin-bottom: 30px;
    opacity: 1;
    text-align: center;
  }
}
.cid-u3BMBTAbvp .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u3BMBTAbvp .embla__slide .slide-content .item-content .item-title {
    text-align: center;
  }
}
.cid-u3BMBTAbvp .embla__button--next,
.cid-u3BMBTAbvp .embla__button--prev {
  display: flex;
}
.cid-u3BMBTAbvp .embla__button {
  top: 50%;
  width: 100px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6;
}
.cid-u3BMBTAbvp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u3BMBTAbvp .embla__button:hover {
  opacity: 1;
}
.cid-u3BMBTAbvp .embla__button.embla__button--prev {
  left: 24%;
}
@media (max-width: 1199px) {
  .cid-u3BMBTAbvp .embla__button.embla__button--prev {
    left: 20%;
  }
}
@media (max-width: 768px) {
  .cid-u3BMBTAbvp .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-u3BMBTAbvp .embla__button.embla__button--next {
  right: 24%;
}
@media (max-width: 1199px) {
  .cid-u3BMBTAbvp .embla__button.embla__button--next {
    right: 20%;
  }
}
@media (max-width: 768px) {
  .cid-u3BMBTAbvp .embla__button.embla__button--next {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .cid-u3BMBTAbvp .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-u3BMBTAbvp .embla {
  position: relative;
  width: 100%;
}
.cid-u3BMBTAbvp .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u3BMBTAbvp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u3BMBTAbvp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u3BMBTAbvp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u3BMBTAbvp .item-menu-overlay {
  opacity: 0 !important;
}
.cid-u3BMBTAbvp .item-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-u3BMBTAbvp .item-title {
  color: #ffffff;
  text-align: right;
}
.cid-tNKxQWkwHW {
  padding-top: 6rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-image: url("../../../assets/images/nanne-art-info-1024x616.webp");
}
.cid-tNKxQWkwHW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNKxQWkwHW .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-tNKxQWkwHW .container {
    padding: 0 30px;
  }
}
.cid-tNKxQWkwHW .row {
  justify-content: center;
}
.cid-tNKxQWkwHW .content-wrapper {
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-tNKxQWkwHW .content-wrapper {
    padding: 0;
  }
}
.cid-tNKxQWkwHW .content-wrapper .mbr-section-title {
  padding: 60px 0;
  margin: 0;
  border-bottom: 2px solid #ededed;
}
@media (max-width: 992px) {
  .cid-tNKxQWkwHW .content-wrapper .mbr-section-title {
    padding: 0 0 30px;
  }
}
.cid-tNKxQWkwHW .content-wrapper .items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-tNKxQWkwHW .content-wrapper .items {
    margin-top: 30px;
  }
}
.cid-tNKxQWkwHW .content-wrapper .items .item {
  margin: 0 60px 20px 0;
}
.cid-tNKxQWkwHW .content-wrapper .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 5px;
}
.cid-tNKxQWkwHW .content-wrapper .items .item .item-wrapper .card-box .card-desc {
  opacity: .6;
  margin-bottom: 0;
}
.cid-tNKxQWkwHW .image-wrapper {
  height: 430px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tNKxQWkwHW .image-wrapper {
    height: 350px;
    margin-top: 25px;
  }
}
.cid-tNKxQWkwHW .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vh;
  height: 100%;
  object-fit: cover;
}
.cid-tNKxQWkwHW .item-menu-overlay .btn-wrapper {
  margin-top: -30%;
}
.cid-tNKxQWkwHW .mbr-section-title {
  color: #41155a;
}
.cid-tNKxQWkwHW .card-title {
  color: #000000;
}
.cid-tNKxQWkwHW .card-desc {
  color: #000000;
}
.cid-tSQbeedxXB {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tSQbeedxXB .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tSQbeedxXB .form-control,
.cid-tSQbeedxXB .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #311f3a;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tSQbeedxXB .form-control::-webkit-input-placeholder,
.cid-tSQbeedxXB .field-input::-webkit-input-placeholder,
.cid-tSQbeedxXB .form-control::-webkit-input-placeholder,
.cid-tSQbeedxXB .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-tSQbeedxXB .form-control:-moz-placeholder,
.cid-tSQbeedxXB .field-input:-moz-placeholder,
.cid-tSQbeedxXB .form-control:-moz-placeholder,
.cid-tSQbeedxXB .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-tSQbeedxXB .form-control:hover,
.cid-tSQbeedxXB .field-input:hover,
.cid-tSQbeedxXB .form-control:focus,
.cid-tSQbeedxXB .field-input:focus {
  background-color: #9d7cb0;
  border-color: #cccccc;
  color: #41155a;
  box-shadow: none;
  outline: none;
}
.cid-tSQbeedxXB .form-control:hover::-webkit-input-placeholder,
.cid-tSQbeedxXB .field-input:hover::-webkit-input-placeholder,
.cid-tSQbeedxXB .form-control:focus::-webkit-input-placeholder,
.cid-tSQbeedxXB .field-input:focus::-webkit-input-placeholder,
.cid-tSQbeedxXB .form-control:hover::-webkit-input-placeholder,
.cid-tSQbeedxXB .field-input:hover::-webkit-input-placeholder,
.cid-tSQbeedxXB .form-control:focus::-webkit-input-placeholder,
.cid-tSQbeedxXB .field-input:focus::-webkit-input-placeholder {
  color: #d3d3d3;
}
.cid-tSQbeedxXB .form-control:hover:-moz-placeholder,
.cid-tSQbeedxXB .field-input:hover:-moz-placeholder,
.cid-tSQbeedxXB .form-control:focus:-moz-placeholder,
.cid-tSQbeedxXB .field-input:focus:-moz-placeholder,
.cid-tSQbeedxXB .form-control:hover:-moz-placeholder,
.cid-tSQbeedxXB .field-input:hover:-moz-placeholder,
.cid-tSQbeedxXB .form-control:focus:-moz-placeholder,
.cid-tSQbeedxXB .field-input:focus:-moz-placeholder {
  color: #d3d3d3;
}
.cid-tSQbeedxXB .jq-number__spin:hover,
.cid-tSQbeedxXB .jq-number__spin:focus {
  background-color: #9d7cb0;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tSQbeedxXB .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #311f3a;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tSQbeedxXB .jq-selectbox li,
.cid-tSQbeedxXB .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tSQbeedxXB .jq-selectbox li:hover,
.cid-tSQbeedxXB .jq-selectbox li.selected {
  background-color: #9d7cb0;
  color: #ffffff;
}
.cid-tSQbeedxXB .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tSQbeedxXB .jq-number__spin.minus:hover:after,
.cid-tSQbeedxXB .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tSQbeedxXB .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tSQbeedxXB .jq-number__spin.minus:after,
.cid-tSQbeedxXB .jq-number__spin.plus:after {
  border-top-color: #9d7cb0;
  border-bottom-color: #9d7cb0;
}
.cid-tSQbeedxXB input::-webkit-clear-button {
  display: none;
}
.cid-tSQbeedxXB input::-webkit-inner-spin-button {
  display: none;
}
.cid-tSQbeedxXB input::-webkit-outer-spin-button {
  display: none;
}
.cid-tSQbeedxXB input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tSQbeedxXB H4 {
  color: #41155a;
}
.cid-tSQbeedxXB LABEL {
  color: #41155a;
}
.cid-tNKxVaHkBA {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-tNKxVaHkBA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNKxVaHkBA .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-tNKxVaHkBA .container {
    padding: 0 30px;
  }
}
.cid-tNKxVaHkBA .row {
  justify-content: center;
}
.cid-tNKxVaHkBA .card {
  justify-content: flex-end;
}
.cid-tNKxVaHkBA .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tNKxVaHkBA .content-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-tNKxVaHkBA .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tNKxVaHkBA .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tNKxVaHkBA .content-wrapper .main-btn {
    margin-bottom: 30px;
  }
}
.cid-tNKxVaHkBA .content-wrapper .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tNKxVaHkBA .list-wrapper {
    margin-top: 30px;
  }
}
.cid-tNKxVaHkBA .list-wrapper .btn {
  flex-direction: row-reverse;
  opacity: .6;
  padding: 0;
  min-width: auto;
  margin: 10px 0 10px 30px;
}
@media (max-width: 992px) {
  .cid-tNKxVaHkBA .list-wrapper .btn {
    margin: 10px 30px 10px 0;
  }
}
.cid-tNKxVaHkBA .list-wrapper .btn:hover,
.cid-tNKxVaHkBA .list-wrapper .btn:focus {
  opacity: 1;
  transform: scale(1);
}
.cid-tNKxVaHkBA .list-wrapper .btn:hover .mbr-iconfont,
.cid-tNKxVaHkBA .list-wrapper .btn:focus .mbr-iconfont {
  transform: rotate(0);
}
.cid-tNKxVaHkBA .list-wrapper .btn .mbr-iconfont {
  margin: 0 10px 0 0;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.cid-tNKxVaHkBA .copyright {
  margin: 10px 0;
  color: #5c2e76;
}
.cid-tNKxVaHkBA .mbr-section-title {
  color: #000000;
}
.cid-tNKxVaHkBA .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tNKxVaHkBA .mbr-section-btn {
    text-align: left;
  }
}
.cid-tNKxVaHkBA .mbr-section-title,
.cid-tNKxVaHkBA .mbr-section-btn {
  color: #41155a;
}
.cid-IYapqo2kBG .hidden {
  display: none;
}
