@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700,800,900,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 3.6rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 2.8rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #9801cb !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9801cb !important;
  border-color: #9801cb !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5f017f !important;
  border-color: #5f017f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5f017f !important;
  border-color: #5f017f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4c0065;
  color: #4c0065;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #9801cb;
  border-color: #9801cb;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9801cb !important;
  border-color: #9801cb !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #9801cb !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #4c0065 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #9801cb;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e59aff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !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: #ff3366 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23149dcc' %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.3;
}
.cid-uHTPYKS6Gc .navbar {
  padding: .5rem 0;
  background: #9801cb;
  transition: none;
  min-height: 77px;
}
.cid-uHTPYKS6Gc .navbar-dropdown.bg-color.transparent.opened {
  background: #9801cb;
}
.cid-uHTPYKS6Gc a {
  font-style: normal;
}
.cid-uHTPYKS6Gc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uHTPYKS6Gc .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uHTPYKS6Gc .nav-item:focus,
.cid-uHTPYKS6Gc .nav-link:focus {
  outline: none;
}
.cid-uHTPYKS6Gc .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uHTPYKS6Gc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uHTPYKS6Gc .menu-logo {
  margin-right: auto;
}
.cid-uHTPYKS6Gc .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHTPYKS6Gc .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uHTPYKS6Gc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uHTPYKS6Gc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uHTPYKS6Gc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uHTPYKS6Gc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uHTPYKS6Gc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uHTPYKS6Gc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uHTPYKS6Gc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uHTPYKS6Gc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHTPYKS6Gc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uHTPYKS6Gc .dropdown .dropdown-menu {
  background: #9801cb;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uHTPYKS6Gc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uHTPYKS6Gc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHTPYKS6Gc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uHTPYKS6Gc .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uHTPYKS6Gc .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uHTPYKS6Gc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uHTPYKS6Gc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uHTPYKS6Gc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uHTPYKS6Gc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uHTPYKS6Gc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uHTPYKS6Gc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uHTPYKS6Gc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uHTPYKS6Gc button.navbar-toggler:focus {
  outline: none;
}
.cid-uHTPYKS6Gc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHTPYKS6Gc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHTPYKS6Gc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHTPYKS6Gc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHTPYKS6Gc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHTPYKS6Gc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHTPYKS6Gc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHTPYKS6Gc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHTPYKS6Gc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHTPYKS6Gc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uHTPYKS6Gc .collapsed .btn {
  display: -webkit-flex;
}
.cid-uHTPYKS6Gc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.collapsing,
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uHTPYKS6Gc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uHTPYKS6Gc .collapsed button.navbar-toggler {
  display: block;
}
.cid-uHTPYKS6Gc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uHTPYKS6Gc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uHTPYKS6Gc .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uHTPYKS6Gc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uHTPYKS6Gc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uHTPYKS6Gc .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uHTPYKS6Gc .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uHTPYKS6Gc img {
    height: 3.8rem !important;
  }
  .cid-uHTPYKS6Gc .btn {
    display: -webkit-flex;
  }
  .cid-uHTPYKS6Gc button.navbar-toggler {
    display: block;
  }
  .cid-uHTPYKS6Gc .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uHTPYKS6Gc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uHTPYKS6Gc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uHTPYKS6Gc .navbar-collapse.collapsing,
  .cid-uHTPYKS6Gc .navbar-collapse.show {
    display: block !important;
  }
  .cid-uHTPYKS6Gc .navbar-collapse.collapsing .navbar-nav,
  .cid-uHTPYKS6Gc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uHTPYKS6Gc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uHTPYKS6Gc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uHTPYKS6Gc .navbar-collapse.collapsing .navbar-buttons,
  .cid-uHTPYKS6Gc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uHTPYKS6Gc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uHTPYKS6Gc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uHTPYKS6Gc .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uHTPYKS6Gc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uHTPYKS6Gc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uHTPYKS6Gc .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uHTPYKS6Gc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uHTPYKS6Gc .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uHTPYKS6Gc .nav-link:hover,
.cid-uHTPYKS6Gc .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uHTc3FCOd1 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uHTc3FCOd1 H2 {
  color: #9801cb;
}
.cid-uHTH0vN0CM .modal-body .close {
  background: #1b1b1b;
}
.cid-uHTH0vN0CM .modal-body .close span {
  font-style: normal;
}
.cid-uHTH0vN0CM .carousel-inner > .active,
.cid-uHTH0vN0CM .carousel-inner > .next,
.cid-uHTH0vN0CM .carousel-inner > .prev {
  display: flex;
}
.cid-uHTH0vN0CM .carousel-control .icon-next,
.cid-uHTH0vN0CM .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uHTH0vN0CM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uHTH0vN0CM .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uHTH0vN0CM .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uHTH0vN0CM .boxed-slider > div {
  position: relative;
}
.cid-uHTH0vN0CM .container img {
  width: 100%;
}
.cid-uHTH0vN0CM .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uHTH0vN0CM .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uHTH0vN0CM .mbr-table-cell {
  padding: 0;
}
.cid-uHTH0vN0CM .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uHTH0vN0CM .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-uHTH0vN0CM .mbr-overlay {
  z-index: 1;
}
.cid-uHTH0vN0CM .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uHTH0vN0CM .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uHTH0vN0CM .carousel-item.active.right,
.cid-uHTH0vN0CM .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uHTH0vN0CM .carousel-item.active.left,
.cid-uHTH0vN0CM .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uHTH0vN0CM .carousel-item.active,
.cid-uHTH0vN0CM .carousel-item.next.left,
.cid-uHTH0vN0CM .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uHTH0vN0CM .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-uHTH0vN0CM .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHTH0vN0CM .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHTH0vN0CM .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uHTH0vN0CM .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHTH0vN0CM .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uHTH0vN0CM .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uHTH0vN0CM .mbr-slider .carousel-indicators li.active,
.cid-uHTH0vN0CM .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uHTH0vN0CM .mbr-slider .carousel-indicators li::after,
.cid-uHTH0vN0CM .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uHTH0vN0CM .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uHTH0vN0CM .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uHTH0vN0CM .mbr-slider > .container img {
  width: 100%;
}
.cid-uHTH0vN0CM .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uHTH0vN0CM .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uHTH0vN0CM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uHTH0vN0CM .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uHTH0vN0CM .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uHTH0vN0CM .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uHTH0vN0CM .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uHTH0vN0CM .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uHTH0vN0CM .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uHTH0vN0CM .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uHTH0vN0CM .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uHTH0vN0CM .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uHTH0vN0CM .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uHYU4hRPM5 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bg-6.png");
}
.cid-uHYU4hRPM5 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uHYU4hRPM5 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #9801cb;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #9801cb;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-uHYU4hRPM5 .nav-tabs .nav-link:hover {
  background-color: #9801cb;
}
.cid-uHYU4hRPM5 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #9801cb;
}
.cid-uHYU4hRPM5 .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-uHYU4hRPM5 p {
  color: #232323;
}
.cid-uHYU4hRPM5 .mbr-text {
  text-align: center;
}
.cid-uHYU4hRPM5 H2 {
  color: #9801cb;
}
.cid-uHYU4hRPM5 P {
  color: #9801cb;
}
.cid-uHYlOyiryh {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bg-7.png");
}
.cid-uHYlOyiryh .mbr-section-subtitle {
  color: #767676;
}
.cid-uHYlOyiryh .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uHYlOyiryh .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-uHYlOyiryh .team-item .item-image img {
  width: 100%;
}
.cid-uHYlOyiryh .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uHYlOyiryh .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uHYlOyiryh .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uHYlOyiryh .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uHYlOyiryh .team-item .item-caption {
  background: #c1c1c1;
}
.cid-uHYlOyiryh H2 {
  color: #9801cb;
}
.cid-uHYlOyiryh .item-name {
  color: #ffffff;
}
.cid-uHYlOyiryh .item-role P {
  color: #232323;
}
.cid-uIrwTNzf9l {
  padding-top: 15px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg-7.png");
}
.cid-uIrwTNzf9l .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uIrwTNzf9l .carousel-item.active,
.cid-uIrwTNzf9l .carousel-item-next,
.cid-uIrwTNzf9l .carousel-item-prev {
  display: flex;
}
.cid-uIrwTNzf9l .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-uIrwTNzf9l .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-uIrwTNzf9l .carousel-controls a:hover span {
  opacity: 1;
}
.cid-uIrwTNzf9l .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uIrwTNzf9l .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uIrwTNzf9l .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uIrwTNzf9l H2 {
  color: #9801cb;
}
.cid-uHYMz1Poa9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/bg-6.png");
}
.cid-uHYMz1Poa9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHYMz1Poa9 .formoid {
  margin: auto;
}
.cid-uHYMz1Poa9 .form-control {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-uHYMz1Poa9 .input-group-btn .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 !important;
}
.cid-uHYMz1Poa9 input[type="email"] {
  border-radius: 100px !important;
}
.cid-uHYMz1Poa9 a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-uHYMz1Poa9 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
@media (max-width: 768px) {
  .cid-uHYMz1Poa9 .mbr-form .row {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uHYMz1Poa9 .form-group,
  .cid-uHYMz1Poa9 .input-group-btn,
  .cid-uHYMz1Poa9 .input-group-btn .btn {
    max-width: 300px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .cid-uHYMz1Poa9 .mbr-form .row > * {
    padding: 0 0.5rem;
  }
}
.cid-uHYMz1Poa9 H2 {
  color: #9801cb;
}
.cid-uHYAz8XSzw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uHYAz8XSzw .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uHYAz8XSzw .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-uHYAz8XSzw .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uHYAz8XSzw .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uHYAz8XSzw .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uHYAz8XSzw .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uHYAz8XSzw .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uHYAz8XSzw .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uHYAz8XSzw .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uHYAz8XSzw .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uHYAz8XSzw .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uHYAz8XSzw .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uHYAz8XSzw .links {
  text-align: center;
}
.cid-uHTPYKS6Gc .navbar {
  padding: .5rem 0;
  background: #9801cb;
  transition: none;
  min-height: 77px;
}
.cid-uHTPYKS6Gc .navbar-dropdown.bg-color.transparent.opened {
  background: #9801cb;
}
.cid-uHTPYKS6Gc a {
  font-style: normal;
}
.cid-uHTPYKS6Gc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uHTPYKS6Gc .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uHTPYKS6Gc .nav-item:focus,
.cid-uHTPYKS6Gc .nav-link:focus {
  outline: none;
}
.cid-uHTPYKS6Gc .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uHTPYKS6Gc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uHTPYKS6Gc .menu-logo {
  margin-right: auto;
}
.cid-uHTPYKS6Gc .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHTPYKS6Gc .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uHTPYKS6Gc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uHTPYKS6Gc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uHTPYKS6Gc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uHTPYKS6Gc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uHTPYKS6Gc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uHTPYKS6Gc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uHTPYKS6Gc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uHTPYKS6Gc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHTPYKS6Gc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uHTPYKS6Gc .dropdown .dropdown-menu {
  background: #9801cb;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uHTPYKS6Gc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uHTPYKS6Gc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHTPYKS6Gc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uHTPYKS6Gc .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uHTPYKS6Gc .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uHTPYKS6Gc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uHTPYKS6Gc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uHTPYKS6Gc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uHTPYKS6Gc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uHTPYKS6Gc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uHTPYKS6Gc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uHTPYKS6Gc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uHTPYKS6Gc button.navbar-toggler:focus {
  outline: none;
}
.cid-uHTPYKS6Gc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHTPYKS6Gc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHTPYKS6Gc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHTPYKS6Gc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHTPYKS6Gc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHTPYKS6Gc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHTPYKS6Gc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHTPYKS6Gc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHTPYKS6Gc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHTPYKS6Gc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uHTPYKS6Gc .collapsed .btn {
  display: -webkit-flex;
}
.cid-uHTPYKS6Gc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.collapsing,
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uHTPYKS6Gc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uHTPYKS6Gc .collapsed button.navbar-toggler {
  display: block;
}
.cid-uHTPYKS6Gc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uHTPYKS6Gc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uHTPYKS6Gc .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uHTPYKS6Gc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uHTPYKS6Gc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uHTPYKS6Gc .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uHTPYKS6Gc .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uHTPYKS6Gc img {
    height: 3.8rem !important;
  }
  .cid-uHTPYKS6Gc .btn {
    display: -webkit-flex;
  }
  .cid-uHTPYKS6Gc button.navbar-toggler {
    display: block;
  }
  .cid-uHTPYKS6Gc .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uHTPYKS6Gc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uHTPYKS6Gc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uHTPYKS6Gc .navbar-collapse.collapsing,
  .cid-uHTPYKS6Gc .navbar-collapse.show {
    display: block !important;
  }
  .cid-uHTPYKS6Gc .navbar-collapse.collapsing .navbar-nav,
  .cid-uHTPYKS6Gc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uHTPYKS6Gc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uHTPYKS6Gc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uHTPYKS6Gc .navbar-collapse.collapsing .navbar-buttons,
  .cid-uHTPYKS6Gc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uHTPYKS6Gc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uHTPYKS6Gc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uHTPYKS6Gc .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uHTPYKS6Gc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uHTPYKS6Gc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uHTPYKS6Gc .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uHTPYKS6Gc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uHTPYKS6Gc .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uHTPYKS6Gc .nav-link:hover,
.cid-uHTPYKS6Gc .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uHZ3aMqCrG {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uHZ3aMqCrG H2 {
  color: #863885;
}
.cid-uHZ3hJPFDi {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg-6.png");
}
.cid-uHZ3hJPFDi P {
  color: #767676;
}
.cid-uHZ3hJPFDi H1 {
  color: #863885;
}
.cid-uHZ3hJPFDi .mbr-text,
.cid-uHZ3hJPFDi .mbr-section-btn {
  color: #863885;
}
.cid-uHZ55drm11 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-uHZ55drm11 .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-uHZ55drm11 div.b {
  padding-top: 2rem;
}
.cid-uHZ55drm11 H2 {
  text-align: center;
  color: #863885;
}
.cid-uHZ55drm11 H5 {
  color: #863885;
}
.cid-uHZchIMMRb {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bg-6.png");
}
.cid-uHZchIMMRb .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uHZchIMMRb .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #ffffff;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-uHZchIMMRb .nav-tabs .nav-link:hover {
  background-color: #9801cb;
}
.cid-uHZchIMMRb .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #9801cb;
}
.cid-uHZchIMMRb .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-uHZchIMMRb p {
  color: #232323;
}
.cid-uHZchIMMRb .mbr-text {
  text-align: center;
}
.cid-uHZchIMMRb H2 {
  color: #863885;
}
.cid-uHZchIMMRb P {
  color: #863885;
}
.cid-uHZ3TYxN72 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/bg-6.png");
}
.cid-uHZ3TYxN72 P {
  color: #767676;
}
.cid-uHZ3TYxN72 H1 {
  color: #863885;
}
.cid-uHZ3TYxN72 .mbr-text,
.cid-uHZ3TYxN72 .mbr-section-btn {
  color: #863885;
}
.cid-uIrE70d6WG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uIrE70d6WG .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uIrE70d6WG .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-uIrE70d6WG .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uIrE70d6WG .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uIrE70d6WG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uIrE70d6WG .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uIrE70d6WG .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uIrE70d6WG .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uIrE70d6WG .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uIrE70d6WG .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uIrE70d6WG .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIrE70d6WG .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uIrE70d6WG .links {
  text-align: center;
}
.cid-uHTPYKS6Gc .navbar {
  padding: .5rem 0;
  background: #9801cb;
  transition: none;
  min-height: 77px;
}
.cid-uHTPYKS6Gc .navbar-dropdown.bg-color.transparent.opened {
  background: #9801cb;
}
.cid-uHTPYKS6Gc a {
  font-style: normal;
}
.cid-uHTPYKS6Gc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uHTPYKS6Gc .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uHTPYKS6Gc .nav-item:focus,
.cid-uHTPYKS6Gc .nav-link:focus {
  outline: none;
}
.cid-uHTPYKS6Gc .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uHTPYKS6Gc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uHTPYKS6Gc .menu-logo {
  margin-right: auto;
}
.cid-uHTPYKS6Gc .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHTPYKS6Gc .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uHTPYKS6Gc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uHTPYKS6Gc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uHTPYKS6Gc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uHTPYKS6Gc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uHTPYKS6Gc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uHTPYKS6Gc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uHTPYKS6Gc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uHTPYKS6Gc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHTPYKS6Gc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uHTPYKS6Gc .dropdown .dropdown-menu {
  background: #9801cb;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uHTPYKS6Gc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uHTPYKS6Gc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHTPYKS6Gc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uHTPYKS6Gc .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uHTPYKS6Gc .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uHTPYKS6Gc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uHTPYKS6Gc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uHTPYKS6Gc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uHTPYKS6Gc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uHTPYKS6Gc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uHTPYKS6Gc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uHTPYKS6Gc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uHTPYKS6Gc button.navbar-toggler:focus {
  outline: none;
}
.cid-uHTPYKS6Gc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHTPYKS6Gc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHTPYKS6Gc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHTPYKS6Gc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHTPYKS6Gc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHTPYKS6Gc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHTPYKS6Gc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHTPYKS6Gc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHTPYKS6Gc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHTPYKS6Gc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uHTPYKS6Gc .collapsed .btn {
  display: -webkit-flex;
}
.cid-uHTPYKS6Gc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.collapsing,
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uHTPYKS6Gc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uHTPYKS6Gc .collapsed button.navbar-toggler {
  display: block;
}
.cid-uHTPYKS6Gc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uHTPYKS6Gc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uHTPYKS6Gc .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uHTPYKS6Gc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uHTPYKS6Gc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uHTPYKS6Gc .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uHTPYKS6Gc .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uHTPYKS6Gc img {
    height: 3.8rem !important;
  }
  .cid-uHTPYKS6Gc .btn {
    display: -webkit-flex;
  }
  .cid-uHTPYKS6Gc button.navbar-toggler {
    display: block;
  }
  .cid-uHTPYKS6Gc .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uHTPYKS6Gc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uHTPYKS6Gc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uHTPYKS6Gc .navbar-collapse.collapsing,
  .cid-uHTPYKS6Gc .navbar-collapse.show {
    display: block !important;
  }
  .cid-uHTPYKS6Gc .navbar-collapse.collapsing .navbar-nav,
  .cid-uHTPYKS6Gc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uHTPYKS6Gc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uHTPYKS6Gc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uHTPYKS6Gc .navbar-collapse.collapsing .navbar-buttons,
  .cid-uHTPYKS6Gc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uHTPYKS6Gc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uHTPYKS6Gc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uHTPYKS6Gc .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uHTPYKS6Gc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uHTPYKS6Gc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uHTPYKS6Gc .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uHTPYKS6Gc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uHTPYKS6Gc .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uHTPYKS6Gc .nav-link:hover,
.cid-uHTPYKS6Gc .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uHZ7sM5Vri {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uHZ7sM5Vri H2 {
  color: #863885;
}
.cid-uHZ7DgeYzN {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bg-6.png");
}
.cid-uHZvt3fPAW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uHZvt3fPAW .mbr-section-subtitle {
  color: #767676;
}
.cid-uHZvt3fPAW .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uHZvt3fPAW .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-uHZvt3fPAW .team-item .item-image img {
  width: 100%;
}
.cid-uHZvt3fPAW .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uHZvt3fPAW .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uHZvt3fPAW .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uHZvt3fPAW .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uHZvt3fPAW .team-item .item-caption {
  background: #c1c1c1;
}
.cid-uHZvt3fPAW H2 {
  color: #efefef;
}
.cid-uHZvt3fPAW .item-name {
  color: #ffffff;
}
.cid-uHZvt3fPAW .item-role P {
  color: #ffffff;
}
.cid-uHZgKt1RbR {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uHZgKt1RbR .mbr-section-subtitle {
  color: #767676;
}
.cid-uHZgKt1RbR .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uHZgKt1RbR .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-uHZgKt1RbR .team-item .item-image img {
  width: 100%;
}
.cid-uHZgKt1RbR .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uHZgKt1RbR .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uHZgKt1RbR .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uHZgKt1RbR .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uHZgKt1RbR .team-item .item-caption {
  background: #c1c1c1;
}
.cid-uHZgKt1RbR H2 {
  color: #efefef;
}
.cid-uHZgKt1RbR .item-name {
  color: #ffffff;
}
.cid-uHZgKt1RbR .item-role P {
  color: #ffffff;
}
.cid-uHZk5QXfGM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uHZk5QXfGM .mbr-section-subtitle {
  color: #767676;
}
.cid-uHZk5QXfGM .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uHZk5QXfGM .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-uHZk5QXfGM .team-item .item-image img {
  width: 100%;
}
.cid-uHZk5QXfGM .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uHZk5QXfGM .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uHZk5QXfGM .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uHZk5QXfGM .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uHZk5QXfGM .team-item .item-caption {
  background: #c1c1c1;
}
.cid-uHZk5QXfGM H2 {
  color: #efefef;
}
.cid-uHZk5QXfGM .item-name {
  color: #ffffff;
}
.cid-uHZk5QXfGM .item-role P {
  color: #ffffff;
}
.cid-uHZmkyjOnV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uHZmkyjOnV .mbr-section-subtitle {
  color: #767676;
}
.cid-uHZmkyjOnV .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uHZmkyjOnV .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-uHZmkyjOnV .team-item .item-image img {
  width: 100%;
}
.cid-uHZmkyjOnV .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uHZmkyjOnV .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uHZmkyjOnV .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uHZmkyjOnV .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uHZmkyjOnV .team-item .item-caption {
  background: #c1c1c1;
}
.cid-uHZmkyjOnV H2 {
  color: #efefef;
}
.cid-uHZmkyjOnV .item-name {
  color: #ffffff;
}
.cid-uHZmkyjOnV .item-role P {
  color: #ffffff;
}
.cid-uHZnYHBUSl {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uHZnYHBUSl .mbr-section-subtitle {
  color: #767676;
}
.cid-uHZnYHBUSl .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uHZnYHBUSl .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-uHZnYHBUSl .team-item .item-image img {
  width: 100%;
}
.cid-uHZnYHBUSl .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uHZnYHBUSl .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uHZnYHBUSl .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uHZnYHBUSl .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uHZnYHBUSl .team-item .item-caption {
  background: #c1c1c1;
}
.cid-uHZnYHBUSl H2 {
  color: #efefef;
}
.cid-uHZnYHBUSl .item-name {
  color: #ffffff;
}
.cid-uHZnYHBUSl .item-role P {
  color: #ffffff;
}
.cid-uIrDKfCBA3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uIrDKfCBA3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uIrDKfCBA3 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-uIrDKfCBA3 .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uIrDKfCBA3 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uIrDKfCBA3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uIrDKfCBA3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uIrDKfCBA3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uIrDKfCBA3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uIrDKfCBA3 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uIrDKfCBA3 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uIrDKfCBA3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIrDKfCBA3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uIrDKfCBA3 .links {
  text-align: center;
}
.cid-uHTPYKS6Gc .navbar {
  padding: .5rem 0;
  background: #9801cb;
  transition: none;
  min-height: 77px;
}
.cid-uHTPYKS6Gc .navbar-dropdown.bg-color.transparent.opened {
  background: #9801cb;
}
.cid-uHTPYKS6Gc a {
  font-style: normal;
}
.cid-uHTPYKS6Gc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uHTPYKS6Gc .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uHTPYKS6Gc .nav-item:focus,
.cid-uHTPYKS6Gc .nav-link:focus {
  outline: none;
}
.cid-uHTPYKS6Gc .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uHTPYKS6Gc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uHTPYKS6Gc .menu-logo {
  margin-right: auto;
}
.cid-uHTPYKS6Gc .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHTPYKS6Gc .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uHTPYKS6Gc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uHTPYKS6Gc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uHTPYKS6Gc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uHTPYKS6Gc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uHTPYKS6Gc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uHTPYKS6Gc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uHTPYKS6Gc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uHTPYKS6Gc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHTPYKS6Gc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uHTPYKS6Gc .dropdown .dropdown-menu {
  background: #9801cb;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uHTPYKS6Gc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uHTPYKS6Gc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHTPYKS6Gc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uHTPYKS6Gc .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uHTPYKS6Gc .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uHTPYKS6Gc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uHTPYKS6Gc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uHTPYKS6Gc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uHTPYKS6Gc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uHTPYKS6Gc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uHTPYKS6Gc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uHTPYKS6Gc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uHTPYKS6Gc button.navbar-toggler:focus {
  outline: none;
}
.cid-uHTPYKS6Gc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHTPYKS6Gc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHTPYKS6Gc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHTPYKS6Gc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHTPYKS6Gc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHTPYKS6Gc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHTPYKS6Gc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHTPYKS6Gc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHTPYKS6Gc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHTPYKS6Gc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uHTPYKS6Gc .collapsed .btn {
  display: -webkit-flex;
}
.cid-uHTPYKS6Gc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.collapsing,
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uHTPYKS6Gc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uHTPYKS6Gc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uHTPYKS6Gc .collapsed button.navbar-toggler {
  display: block;
}
.cid-uHTPYKS6Gc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uHTPYKS6Gc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uHTPYKS6Gc .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uHTPYKS6Gc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uHTPYKS6Gc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uHTPYKS6Gc .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uHTPYKS6Gc .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uHTPYKS6Gc img {
    height: 3.8rem !important;
  }
  .cid-uHTPYKS6Gc .btn {
    display: -webkit-flex;
  }
  .cid-uHTPYKS6Gc button.navbar-toggler {
    display: block;
  }
  .cid-uHTPYKS6Gc .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uHTPYKS6Gc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uHTPYKS6Gc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uHTPYKS6Gc .navbar-collapse.collapsing,
  .cid-uHTPYKS6Gc .navbar-collapse.show {
    display: block !important;
  }
  .cid-uHTPYKS6Gc .navbar-collapse.collapsing .navbar-nav,
  .cid-uHTPYKS6Gc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uHTPYKS6Gc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uHTPYKS6Gc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uHTPYKS6Gc .navbar-collapse.collapsing .navbar-buttons,
  .cid-uHTPYKS6Gc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uHTPYKS6Gc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uHTPYKS6Gc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uHTPYKS6Gc .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uHTPYKS6Gc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uHTPYKS6Gc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uHTPYKS6Gc .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uHTPYKS6Gc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uHTPYKS6Gc .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uHTPYKS6Gc .nav-link:hover,
.cid-uHTPYKS6Gc .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uImUZHY43p {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uImUZHY43p H2 {
  color: #863885;
}
.cid-uImW8BShf7 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uImW8BShf7 h2 {
  text-align: left;
}
.cid-uImW8BShf7 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uImW8BShf7 p {
  color: #767676;
  text-align: left;
}
.cid-uImW8BShf7 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uImW8BShf7 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uImW8BShf7 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uImW8BShf7 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uImW8BShf7 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uImW8BShf7 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uImW8BShf7 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uImW8BShf7 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uImW8BShf7 .card-img span {
    font-size: 40px !important;
  }
}
.cid-uImW8BShf7 P {
  color: #232323;
}
.cid-uImW8BShf7 H2 {
  color: #9801cb;
  text-align: center;
}
.cid-uImYlqjhzt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uImYlqjhzt .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uImYlqjhzt .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uImYlqjhzt .item-wrapper {
  height: 100%;
}
.cid-uImYlqjhzt .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uImYlqjhzt .carousel-control,
.cid-uImYlqjhzt .close {
  background: #1b1b1b;
}
.cid-uImYlqjhzt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uImYlqjhzt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uImYlqjhzt .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-uImYlqjhzt .close::before {
  content: '\e91a';
}
.cid-uImYlqjhzt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uImYlqjhzt .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-uImYlqjhzt .carousel-inner > .active {
  display: block;
}
.cid-uImYlqjhzt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uImYlqjhzt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uImYlqjhzt .carousel-control .icon-next,
.cid-uImYlqjhzt .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uImYlqjhzt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uImYlqjhzt .carousel-control,
  .cid-uImYlqjhzt .carousel-indicators,
  .cid-uImYlqjhzt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uImYlqjhzt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uImYlqjhzt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uImYlqjhzt .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-uImYlqjhzt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uImYlqjhzt .carousel-indicators {
    display: none;
  }
}
.cid-uImYlqjhzt .carousel-indicators .active,
.cid-uImYlqjhzt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-uImYlqjhzt .carousel-indicators .active {
  background: #fff;
}
.cid-uImYlqjhzt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uImYlqjhzt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uImYlqjhzt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uImYlqjhzt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uImYlqjhzt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uImYlqjhzt .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-uImYlqjhzt .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uImYlqjhzt .carousel {
  width: 100%;
}
.cid-uImYlqjhzt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uImYlqjhzt .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-uImYlqjhzt .modal.fade .modal-dialog,
.cid-uImYlqjhzt .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-uImYlqjhzt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uImYlqjhzt a {
  display: block;
}
.cid-uImYlqjhzt a.img {
  pointer-events: none;
}
.cid-uImZXyTgzL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uImZXyTgzL .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uImZXyTgzL .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uImZXyTgzL .item-wrapper {
  height: 100%;
}
.cid-uImZXyTgzL .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uImZXyTgzL .carousel-control,
.cid-uImZXyTgzL .close {
  background: #1b1b1b;
}
.cid-uImZXyTgzL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uImZXyTgzL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uImZXyTgzL .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-uImZXyTgzL .close::before {
  content: '\e91a';
}
.cid-uImZXyTgzL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uImZXyTgzL .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-uImZXyTgzL .carousel-inner > .active {
  display: block;
}
.cid-uImZXyTgzL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uImZXyTgzL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uImZXyTgzL .carousel-control .icon-next,
.cid-uImZXyTgzL .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uImZXyTgzL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uImZXyTgzL .carousel-control,
  .cid-uImZXyTgzL .carousel-indicators,
  .cid-uImZXyTgzL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uImZXyTgzL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uImZXyTgzL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uImZXyTgzL .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-uImZXyTgzL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uImZXyTgzL .carousel-indicators {
    display: none;
  }
}
.cid-uImZXyTgzL .carousel-indicators .active,
.cid-uImZXyTgzL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-uImZXyTgzL .carousel-indicators .active {
  background: #fff;
}
.cid-uImZXyTgzL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uImZXyTgzL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uImZXyTgzL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uImZXyTgzL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uImZXyTgzL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uImZXyTgzL .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-uImZXyTgzL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uImZXyTgzL .carousel {
  width: 100%;
}
.cid-uImZXyTgzL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uImZXyTgzL .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-uImZXyTgzL .modal.fade .modal-dialog,
.cid-uImZXyTgzL .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-uImZXyTgzL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uImZXyTgzL a {
  display: block;
}
.cid-uImZXyTgzL a.img {
  pointer-events: none;
}
.cid-uIn0L2XUSq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uIrBkhTF0p {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uIrBkhTF0p .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uIrBkhTF0p .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-uIrBkhTF0p .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uIrBkhTF0p .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uIrBkhTF0p .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uIrBkhTF0p .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uIrBkhTF0p .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uIrBkhTF0p .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uIrBkhTF0p .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uIrBkhTF0p .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uIrBkhTF0p .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIrBkhTF0p .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uIrBkhTF0p .links {
  text-align: center;
}
.cid-uIn2zDlKH4 .navbar {
  padding: .5rem 0;
  background: #9801cb;
  transition: none;
  min-height: 77px;
}
.cid-uIn2zDlKH4 .navbar-dropdown.bg-color.transparent.opened {
  background: #9801cb;
}
.cid-uIn2zDlKH4 a {
  font-style: normal;
}
.cid-uIn2zDlKH4 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uIn2zDlKH4 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uIn2zDlKH4 .nav-item:focus,
.cid-uIn2zDlKH4 .nav-link:focus {
  outline: none;
}
.cid-uIn2zDlKH4 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uIn2zDlKH4 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uIn2zDlKH4 .menu-logo {
  margin-right: auto;
}
.cid-uIn2zDlKH4 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uIn2zDlKH4 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uIn2zDlKH4 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uIn2zDlKH4 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uIn2zDlKH4 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uIn2zDlKH4 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uIn2zDlKH4 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uIn2zDlKH4 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uIn2zDlKH4 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uIn2zDlKH4 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uIn2zDlKH4 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uIn2zDlKH4 .dropdown .dropdown-menu {
  background: #9801cb;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uIn2zDlKH4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uIn2zDlKH4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIn2zDlKH4 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uIn2zDlKH4 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uIn2zDlKH4 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uIn2zDlKH4 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uIn2zDlKH4 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uIn2zDlKH4 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uIn2zDlKH4 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uIn2zDlKH4 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uIn2zDlKH4 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uIn2zDlKH4 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uIn2zDlKH4 button.navbar-toggler:focus {
  outline: none;
}
.cid-uIn2zDlKH4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIn2zDlKH4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uIn2zDlKH4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uIn2zDlKH4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uIn2zDlKH4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uIn2zDlKH4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uIn2zDlKH4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uIn2zDlKH4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uIn2zDlKH4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uIn2zDlKH4 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uIn2zDlKH4 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uIn2zDlKH4 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uIn2zDlKH4 .collapsed .navbar-collapse.collapsing,
.cid-uIn2zDlKH4 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uIn2zDlKH4 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uIn2zDlKH4 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uIn2zDlKH4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uIn2zDlKH4 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uIn2zDlKH4 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uIn2zDlKH4 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uIn2zDlKH4 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uIn2zDlKH4 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uIn2zDlKH4 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uIn2zDlKH4 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uIn2zDlKH4 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uIn2zDlKH4 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uIn2zDlKH4 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uIn2zDlKH4 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uIn2zDlKH4 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uIn2zDlKH4 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uIn2zDlKH4 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uIn2zDlKH4 img {
    height: 3.8rem !important;
  }
  .cid-uIn2zDlKH4 .btn {
    display: -webkit-flex;
  }
  .cid-uIn2zDlKH4 button.navbar-toggler {
    display: block;
  }
  .cid-uIn2zDlKH4 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uIn2zDlKH4 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uIn2zDlKH4 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uIn2zDlKH4 .navbar-collapse.collapsing,
  .cid-uIn2zDlKH4 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uIn2zDlKH4 .navbar-collapse.collapsing .navbar-nav,
  .cid-uIn2zDlKH4 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uIn2zDlKH4 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uIn2zDlKH4 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uIn2zDlKH4 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uIn2zDlKH4 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uIn2zDlKH4 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uIn2zDlKH4 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uIn2zDlKH4 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uIn2zDlKH4 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uIn2zDlKH4 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uIn2zDlKH4 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uIn2zDlKH4 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uIn2zDlKH4 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uIn2zDlKH4 .nav-link:hover,
.cid-uIn2zDlKH4 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uIn2zEL1pJ {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uIn2zEL1pJ H2 {
  color: #863885;
}
.cid-uIn2zFMfm3 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uIn2zFMfm3 h2 {
  text-align: left;
}
.cid-uIn2zFMfm3 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uIn2zFMfm3 p {
  color: #767676;
  text-align: left;
}
.cid-uIn2zFMfm3 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uIn2zFMfm3 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uIn2zFMfm3 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uIn2zFMfm3 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uIn2zFMfm3 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uIn2zFMfm3 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uIn2zFMfm3 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uIn2zFMfm3 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uIn2zFMfm3 .card-img span {
    font-size: 40px !important;
  }
}
.cid-uIn2zFMfm3 P {
  color: #232323;
}
.cid-uIn2zFMfm3 H2 {
  color: #9801cb;
  text-align: center;
}
.cid-uIn2zHe1s2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uIn2zHe1s2 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uIn2zHe1s2 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uIn2zHe1s2 .item-wrapper {
  height: 100%;
}
.cid-uIn2zHe1s2 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uIn2zHe1s2 .carousel-control,
.cid-uIn2zHe1s2 .close {
  background: #1b1b1b;
}
.cid-uIn2zHe1s2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uIn2zHe1s2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uIn2zHe1s2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-uIn2zHe1s2 .close::before {
  content: '\e91a';
}
.cid-uIn2zHe1s2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uIn2zHe1s2 .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-uIn2zHe1s2 .carousel-inner > .active {
  display: block;
}
.cid-uIn2zHe1s2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIn2zHe1s2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uIn2zHe1s2 .carousel-control .icon-next,
.cid-uIn2zHe1s2 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uIn2zHe1s2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uIn2zHe1s2 .carousel-control,
  .cid-uIn2zHe1s2 .carousel-indicators,
  .cid-uIn2zHe1s2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uIn2zHe1s2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uIn2zHe1s2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uIn2zHe1s2 .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-uIn2zHe1s2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uIn2zHe1s2 .carousel-indicators {
    display: none;
  }
}
.cid-uIn2zHe1s2 .carousel-indicators .active,
.cid-uIn2zHe1s2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-uIn2zHe1s2 .carousel-indicators .active {
  background: #fff;
}
.cid-uIn2zHe1s2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uIn2zHe1s2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uIn2zHe1s2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uIn2zHe1s2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uIn2zHe1s2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uIn2zHe1s2 .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-uIn2zHe1s2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uIn2zHe1s2 .carousel {
  width: 100%;
}
.cid-uIn2zHe1s2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uIn2zHe1s2 .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-uIn2zHe1s2 .modal.fade .modal-dialog,
.cid-uIn2zHe1s2 .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-uIn2zHe1s2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uIn2zHe1s2 a {
  display: block;
}
.cid-uIn2zHe1s2 a.img {
  pointer-events: none;
}
.cid-uIn2zJb3Sl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uIn2zJb3Sl .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uIn2zJb3Sl .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uIn2zJb3Sl .item-wrapper {
  height: 100%;
}
.cid-uIn2zJb3Sl .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uIn2zJb3Sl .carousel-control,
.cid-uIn2zJb3Sl .close {
  background: #1b1b1b;
}
.cid-uIn2zJb3Sl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uIn2zJb3Sl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uIn2zJb3Sl .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-uIn2zJb3Sl .close::before {
  content: '\e91a';
}
.cid-uIn2zJb3Sl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uIn2zJb3Sl .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-uIn2zJb3Sl .carousel-inner > .active {
  display: block;
}
.cid-uIn2zJb3Sl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIn2zJb3Sl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uIn2zJb3Sl .carousel-control .icon-next,
.cid-uIn2zJb3Sl .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uIn2zJb3Sl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uIn2zJb3Sl .carousel-control,
  .cid-uIn2zJb3Sl .carousel-indicators,
  .cid-uIn2zJb3Sl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uIn2zJb3Sl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uIn2zJb3Sl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uIn2zJb3Sl .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-uIn2zJb3Sl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uIn2zJb3Sl .carousel-indicators {
    display: none;
  }
}
.cid-uIn2zJb3Sl .carousel-indicators .active,
.cid-uIn2zJb3Sl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-uIn2zJb3Sl .carousel-indicators .active {
  background: #fff;
}
.cid-uIn2zJb3Sl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uIn2zJb3Sl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uIn2zJb3Sl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uIn2zJb3Sl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uIn2zJb3Sl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uIn2zJb3Sl .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-uIn2zJb3Sl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uIn2zJb3Sl .carousel {
  width: 100%;
}
.cid-uIn2zJb3Sl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uIn2zJb3Sl .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-uIn2zJb3Sl .modal.fade .modal-dialog,
.cid-uIn2zJb3Sl .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-uIn2zJb3Sl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uIn2zJb3Sl a {
  display: block;
}
.cid-uIn2zJb3Sl a.img {
  pointer-events: none;
}
.cid-uIn2zKwQUo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uIrD1ocEiH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uIrD1ocEiH .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uIrD1ocEiH .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-uIrD1ocEiH .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uIrD1ocEiH .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uIrD1ocEiH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uIrD1ocEiH .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uIrD1ocEiH .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uIrD1ocEiH .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uIrD1ocEiH .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uIrD1ocEiH .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uIrD1ocEiH .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIrD1ocEiH .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uIrD1ocEiH .links {
  text-align: center;
}
.cid-uIpNYBjcfD .navbar {
  padding: .5rem 0;
  background: #9801cb;
  transition: none;
  min-height: 77px;
}
.cid-uIpNYBjcfD .navbar-dropdown.bg-color.transparent.opened {
  background: #9801cb;
}
.cid-uIpNYBjcfD a {
  font-style: normal;
}
.cid-uIpNYBjcfD .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uIpNYBjcfD .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uIpNYBjcfD .nav-item:focus,
.cid-uIpNYBjcfD .nav-link:focus {
  outline: none;
}
.cid-uIpNYBjcfD .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uIpNYBjcfD .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uIpNYBjcfD .menu-logo {
  margin-right: auto;
}
.cid-uIpNYBjcfD .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uIpNYBjcfD .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uIpNYBjcfD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uIpNYBjcfD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uIpNYBjcfD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uIpNYBjcfD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uIpNYBjcfD .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uIpNYBjcfD .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uIpNYBjcfD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uIpNYBjcfD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uIpNYBjcfD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uIpNYBjcfD .dropdown .dropdown-menu {
  background: #9801cb;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uIpNYBjcfD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uIpNYBjcfD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIpNYBjcfD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uIpNYBjcfD .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uIpNYBjcfD .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uIpNYBjcfD .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uIpNYBjcfD .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uIpNYBjcfD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uIpNYBjcfD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uIpNYBjcfD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uIpNYBjcfD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uIpNYBjcfD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uIpNYBjcfD button.navbar-toggler:focus {
  outline: none;
}
.cid-uIpNYBjcfD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIpNYBjcfD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uIpNYBjcfD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uIpNYBjcfD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uIpNYBjcfD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uIpNYBjcfD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uIpNYBjcfD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uIpNYBjcfD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uIpNYBjcfD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uIpNYBjcfD .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uIpNYBjcfD .collapsed .btn {
  display: -webkit-flex;
}
.cid-uIpNYBjcfD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uIpNYBjcfD .collapsed .navbar-collapse.collapsing,
.cid-uIpNYBjcfD .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uIpNYBjcfD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uIpNYBjcfD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uIpNYBjcfD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uIpNYBjcfD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uIpNYBjcfD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uIpNYBjcfD .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uIpNYBjcfD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uIpNYBjcfD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uIpNYBjcfD .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uIpNYBjcfD .collapsed button.navbar-toggler {
  display: block;
}
.cid-uIpNYBjcfD .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uIpNYBjcfD .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uIpNYBjcfD .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uIpNYBjcfD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uIpNYBjcfD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uIpNYBjcfD .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uIpNYBjcfD .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uIpNYBjcfD img {
    height: 3.8rem !important;
  }
  .cid-uIpNYBjcfD .btn {
    display: -webkit-flex;
  }
  .cid-uIpNYBjcfD button.navbar-toggler {
    display: block;
  }
  .cid-uIpNYBjcfD .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uIpNYBjcfD .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uIpNYBjcfD .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uIpNYBjcfD .navbar-collapse.collapsing,
  .cid-uIpNYBjcfD .navbar-collapse.show {
    display: block !important;
  }
  .cid-uIpNYBjcfD .navbar-collapse.collapsing .navbar-nav,
  .cid-uIpNYBjcfD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uIpNYBjcfD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uIpNYBjcfD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uIpNYBjcfD .navbar-collapse.collapsing .navbar-buttons,
  .cid-uIpNYBjcfD .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uIpNYBjcfD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uIpNYBjcfD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uIpNYBjcfD .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uIpNYBjcfD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uIpNYBjcfD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uIpNYBjcfD .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uIpNYBjcfD .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uIpNYBjcfD .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uIpNYBjcfD .nav-link:hover,
.cid-uIpNYBjcfD .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uIpNYCoWba {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uIpNYCoWba H2 {
  color: #863885;
}
.cid-uIpNYDN1KP {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uIpNYDN1KP h2 {
  text-align: left;
}
.cid-uIpNYDN1KP h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uIpNYDN1KP p {
  color: #767676;
  text-align: left;
}
.cid-uIpNYDN1KP .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uIpNYDN1KP .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uIpNYDN1KP .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uIpNYDN1KP .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uIpNYDN1KP .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uIpNYDN1KP .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uIpNYDN1KP .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uIpNYDN1KP .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uIpNYDN1KP .card-img span {
    font-size: 40px !important;
  }
}
.cid-uIpNYDN1KP P {
  color: #232323;
}
.cid-uIpNYDN1KP H2 {
  color: #9801cb;
  text-align: center;
}
.cid-uIpNYFuuTz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uIpNYFuuTz .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uIpNYFuuTz .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uIpNYFuuTz .item-wrapper {
  height: 100%;
}
.cid-uIpNYFuuTz .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uIpNYFuuTz .carousel-control,
.cid-uIpNYFuuTz .close {
  background: #1b1b1b;
}
.cid-uIpNYFuuTz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uIpNYFuuTz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uIpNYFuuTz .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-uIpNYFuuTz .close::before {
  content: '\e91a';
}
.cid-uIpNYFuuTz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uIpNYFuuTz .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-uIpNYFuuTz .carousel-inner > .active {
  display: block;
}
.cid-uIpNYFuuTz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIpNYFuuTz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uIpNYFuuTz .carousel-control .icon-next,
.cid-uIpNYFuuTz .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uIpNYFuuTz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uIpNYFuuTz .carousel-control,
  .cid-uIpNYFuuTz .carousel-indicators,
  .cid-uIpNYFuuTz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uIpNYFuuTz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uIpNYFuuTz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uIpNYFuuTz .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-uIpNYFuuTz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uIpNYFuuTz .carousel-indicators {
    display: none;
  }
}
.cid-uIpNYFuuTz .carousel-indicators .active,
.cid-uIpNYFuuTz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-uIpNYFuuTz .carousel-indicators .active {
  background: #fff;
}
.cid-uIpNYFuuTz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uIpNYFuuTz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uIpNYFuuTz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uIpNYFuuTz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uIpNYFuuTz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uIpNYFuuTz .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-uIpNYFuuTz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uIpNYFuuTz .carousel {
  width: 100%;
}
.cid-uIpNYFuuTz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uIpNYFuuTz .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-uIpNYFuuTz .modal.fade .modal-dialog,
.cid-uIpNYFuuTz .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-uIpNYFuuTz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uIpNYFuuTz a {
  display: block;
}
.cid-uIpNYFuuTz a.img {
  pointer-events: none;
}
.cid-uIpNYIF57C {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uIrD3caCwL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uIrD3caCwL .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uIrD3caCwL .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-uIrD3caCwL .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uIrD3caCwL .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uIrD3caCwL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uIrD3caCwL .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uIrD3caCwL .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uIrD3caCwL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uIrD3caCwL .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uIrD3caCwL .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uIrD3caCwL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIrD3caCwL .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uIrD3caCwL .links {
  text-align: center;
}
.cid-uIpRInwuDc .navbar {
  padding: .5rem 0;
  background: #9801cb;
  transition: none;
  min-height: 77px;
}
.cid-uIpRInwuDc .navbar-dropdown.bg-color.transparent.opened {
  background: #9801cb;
}
.cid-uIpRInwuDc a {
  font-style: normal;
}
.cid-uIpRInwuDc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uIpRInwuDc .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uIpRInwuDc .nav-item:focus,
.cid-uIpRInwuDc .nav-link:focus {
  outline: none;
}
.cid-uIpRInwuDc .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uIpRInwuDc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uIpRInwuDc .menu-logo {
  margin-right: auto;
}
.cid-uIpRInwuDc .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uIpRInwuDc .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uIpRInwuDc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uIpRInwuDc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uIpRInwuDc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uIpRInwuDc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uIpRInwuDc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uIpRInwuDc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uIpRInwuDc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uIpRInwuDc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uIpRInwuDc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uIpRInwuDc .dropdown .dropdown-menu {
  background: #9801cb;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uIpRInwuDc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uIpRInwuDc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIpRInwuDc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uIpRInwuDc .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uIpRInwuDc .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uIpRInwuDc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uIpRInwuDc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uIpRInwuDc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uIpRInwuDc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uIpRInwuDc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uIpRInwuDc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uIpRInwuDc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uIpRInwuDc button.navbar-toggler:focus {
  outline: none;
}
.cid-uIpRInwuDc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIpRInwuDc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uIpRInwuDc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uIpRInwuDc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uIpRInwuDc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uIpRInwuDc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uIpRInwuDc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uIpRInwuDc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uIpRInwuDc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uIpRInwuDc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uIpRInwuDc .collapsed .btn {
  display: -webkit-flex;
}
.cid-uIpRInwuDc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uIpRInwuDc .collapsed .navbar-collapse.collapsing,
.cid-uIpRInwuDc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uIpRInwuDc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uIpRInwuDc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uIpRInwuDc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uIpRInwuDc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uIpRInwuDc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uIpRInwuDc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uIpRInwuDc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uIpRInwuDc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uIpRInwuDc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uIpRInwuDc .collapsed button.navbar-toggler {
  display: block;
}
.cid-uIpRInwuDc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uIpRInwuDc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uIpRInwuDc .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uIpRInwuDc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uIpRInwuDc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uIpRInwuDc .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uIpRInwuDc .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uIpRInwuDc img {
    height: 3.8rem !important;
  }
  .cid-uIpRInwuDc .btn {
    display: -webkit-flex;
  }
  .cid-uIpRInwuDc button.navbar-toggler {
    display: block;
  }
  .cid-uIpRInwuDc .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uIpRInwuDc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uIpRInwuDc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uIpRInwuDc .navbar-collapse.collapsing,
  .cid-uIpRInwuDc .navbar-collapse.show {
    display: block !important;
  }
  .cid-uIpRInwuDc .navbar-collapse.collapsing .navbar-nav,
  .cid-uIpRInwuDc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uIpRInwuDc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uIpRInwuDc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uIpRInwuDc .navbar-collapse.collapsing .navbar-buttons,
  .cid-uIpRInwuDc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uIpRInwuDc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uIpRInwuDc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uIpRInwuDc .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uIpRInwuDc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uIpRInwuDc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uIpRInwuDc .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uIpRInwuDc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uIpRInwuDc .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uIpRInwuDc .nav-link:hover,
.cid-uIpRInwuDc .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uIpRIoTVdx {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uIpRIoTVdx H2 {
  color: #863885;
}
.cid-uIpRIqbjCo {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uIpRIqbjCo h2 {
  text-align: left;
}
.cid-uIpRIqbjCo h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uIpRIqbjCo p {
  color: #767676;
  text-align: left;
}
.cid-uIpRIqbjCo .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uIpRIqbjCo .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uIpRIqbjCo .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uIpRIqbjCo .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uIpRIqbjCo .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uIpRIqbjCo .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uIpRIqbjCo .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uIpRIqbjCo .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uIpRIqbjCo .card-img span {
    font-size: 40px !important;
  }
}
.cid-uIpRIqbjCo P {
  color: #232323;
}
.cid-uIpRIqbjCo H2 {
  color: #9801cb;
  text-align: center;
}
.cid-uIpRIrzMrt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uIpRIrzMrt .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uIpRIrzMrt .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uIpRIrzMrt .item-wrapper {
  height: 100%;
}
.cid-uIpRIrzMrt .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uIpRIrzMrt .carousel-control,
.cid-uIpRIrzMrt .close {
  background: #1b1b1b;
}
.cid-uIpRIrzMrt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uIpRIrzMrt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uIpRIrzMrt .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-uIpRIrzMrt .close::before {
  content: '\e91a';
}
.cid-uIpRIrzMrt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uIpRIrzMrt .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-uIpRIrzMrt .carousel-inner > .active {
  display: block;
}
.cid-uIpRIrzMrt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIpRIrzMrt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uIpRIrzMrt .carousel-control .icon-next,
.cid-uIpRIrzMrt .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uIpRIrzMrt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uIpRIrzMrt .carousel-control,
  .cid-uIpRIrzMrt .carousel-indicators,
  .cid-uIpRIrzMrt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uIpRIrzMrt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uIpRIrzMrt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uIpRIrzMrt .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-uIpRIrzMrt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uIpRIrzMrt .carousel-indicators {
    display: none;
  }
}
.cid-uIpRIrzMrt .carousel-indicators .active,
.cid-uIpRIrzMrt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-uIpRIrzMrt .carousel-indicators .active {
  background: #fff;
}
.cid-uIpRIrzMrt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uIpRIrzMrt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uIpRIrzMrt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uIpRIrzMrt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uIpRIrzMrt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uIpRIrzMrt .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-uIpRIrzMrt .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uIpRIrzMrt .carousel {
  width: 100%;
}
.cid-uIpRIrzMrt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uIpRIrzMrt .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-uIpRIrzMrt .modal.fade .modal-dialog,
.cid-uIpRIrzMrt .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-uIpRIrzMrt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uIpRIrzMrt a {
  display: block;
}
.cid-uIpRIrzMrt a.img {
  pointer-events: none;
}
.cid-uIpRItmloX {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uIrD8x5sqd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uIrD8x5sqd .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uIrD8x5sqd .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-uIrD8x5sqd .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uIrD8x5sqd .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uIrD8x5sqd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uIrD8x5sqd .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uIrD8x5sqd .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uIrD8x5sqd .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uIrD8x5sqd .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uIrD8x5sqd .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uIrD8x5sqd .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIrD8x5sqd .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uIrD8x5sqd .links {
  text-align: center;
}
