@import url(https://fonts.googleapis.com/css?family=Kumbh+Sans:300,400,700&display=swap);





body {
  font-family: Kumbh Sans;
}
.display-1 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 4.2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.72rem;
}
.display-2 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 4.2rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 15px 30px;
  border-radius: 0;
}
.btn-sm {
  padding: 15px 30px;
  border-radius: 0;
}
.btn-md {
  padding: 15px 30px;
  border-radius: 0;
}
.btn-lg {
  padding: 20px 40px;
  border-radius: 0;
}
.bg-primary {
  background-color: #ac08d6 !important;
}
.bg-success {
  background-color: #ffda00 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #333333 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ac08d6 !important;
  border-color: #ac08d6 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ca1bf6 !important;
  border-color: #ca1bf6 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ca1bf6 !important;
  border-color: #ca1bf6 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #61123b !important;
  border-color: #61123b !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #8c1a55 !important;
  border-color: #8c1a55 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8c1a55 !important;
  border-color: #8c1a55 !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: #9b9288 !important;
  border-color: #9b9288 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #9b9288 !important;
  border-color: #9b9288 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
  color: #171717 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #171717 !important;
  background-color: #ffe133 !important;
  border-color: #ffe133 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #171717 !important;
  background-color: #ffe133 !important;
  border-color: #ffe133 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #4d4d4d !important;
  border-color: #4d4d4d !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #4d4d4d !important;
  border-color: #4d4d4d !important;
}
.btn-white {
  color: #222222 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #171717 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #171717 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #171717 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #3c3c3c !important;
  border-color: #3c3c3c !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3c3c3c !important;
  border-color: #3c3c3c !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #5d0474;
  color: #5d0474;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ac08d6;
  border-color: #ac08d6;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ac08d6 !important;
  border-color: #ac08d6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0b0207;
  color: #0b0207;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #61123b;
  border-color: #61123b;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #61123b !important;
  border-color: #61123b !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: #998300;
  color: #998300;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #ffda00;
  border-color: #ffda00;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !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: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !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: #ac08d6 !important;
}
.text-secondary {
  color: #61123b !important;
}
.text-success {
  color: #ffda00 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #333333 !important;
}
.text-grey {
  color: #a9a9a9;
}
.text-black {
  color: #000000 !important;
}
.text-white {
  color: #ffffff !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #d54cf8 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #b7226f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffe966 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #333333 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #666666 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
a[class*='text-'] {
  font-weight: inherit;
  background-image: linear-gradient(120deg, #ac08d6 0%, #ac08d6 100%);
  background-repeat: no-repeat;
  background-size: 100% 30%;
  background-position: 0 90%;
  transition: background-size 0.2s ease-in;
}
a[class*='text-']:hover {
  background-size: 100% 100%;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #333333;
}
.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: #ac08d6;
  border-color: #ac08d6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ac08d6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ecaefc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff8cc;
}
.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: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a6a6a6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #ac08d6;
}
/* Forms */
.mbr-form .btn {
  margin: 0.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);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ac08d6;
  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: #ac08d6;
  border-bottom-color: #ac08d6;
}
.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: #ac08d6 !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: #61123b !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: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ac08d6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-srfc48n4UR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-srfc48n4UR nav.navbar {
  position: fixed;
}
.cid-srfc48n4UR .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-srfc48n4UR .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-srfc48n4UR .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-srfc48n4UR .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-srfc48n4UR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-srfc48n4UR .nav-link,
.cid-srfc48n4UR .dropdown-item {
  font-weight: 700;
}
.cid-srfc48n4UR .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #ac08d6 0%, #ac08d6 100%) !important;
}
.cid-srfc48n4UR .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-srfc48n4UR .container {
  display: flex;
  margin: auto;
}
.cid-srfc48n4UR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-srfc48n4UR .navbar-caption,
.cid-srfc48n4UR .dropdown-item {
  background-image: none;
}
.cid-srfc48n4UR .dropdown-menu,
.cid-srfc48n4UR .navbar.opened {
  background: #000000 !important;
}
.cid-srfc48n4UR .nav-item:focus,
.cid-srfc48n4UR .nav-link:focus {
  outline: none;
}
.cid-srfc48n4UR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-srfc48n4UR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srfc48n4UR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-srfc48n4UR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-srfc48n4UR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srfc48n4UR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srfc48n4UR .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-srfc48n4UR .navbar.opened {
  transition: all 0.3s;
}
.cid-srfc48n4UR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-srfc48n4UR .navbar .navbar-logo img {
  width: auto;
}
.cid-srfc48n4UR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-srfc48n4UR .navbar.collapsed {
  justify-content: center;
}
.cid-srfc48n4UR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-srfc48n4UR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-srfc48n4UR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-srfc48n4UR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srfc48n4UR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-srfc48n4UR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-srfc48n4UR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-srfc48n4UR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-srfc48n4UR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-srfc48n4UR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-srfc48n4UR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-srfc48n4UR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-srfc48n4UR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-srfc48n4UR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-srfc48n4UR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-srfc48n4UR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-srfc48n4UR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-srfc48n4UR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-srfc48n4UR .navbar.navbar-short {
  min-height: 106px;
}
.cid-srfc48n4UR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-srfc48n4UR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-srfc48n4UR .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-srfc48n4UR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-srfc48n4UR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srfc48n4UR .dropdown-item.active,
.cid-srfc48n4UR .dropdown-item:active {
  background-color: transparent;
}
.cid-srfc48n4UR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-srfc48n4UR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-srfc48n4UR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-srfc48n4UR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-srfc48n4UR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-srfc48n4UR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srfc48n4UR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-srfc48n4UR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-srfc48n4UR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-srfc48n4UR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-srfc48n4UR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srfc48n4UR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srfc48n4UR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srfc48n4UR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srfc48n4UR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srfc48n4UR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-srfc48n4UR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-srfc48n4UR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srfc48n4UR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-srfc48n4UR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-srfc48n4UR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srfc48n4UR .navbar {
    height: 70px;
  }
  .cid-srfc48n4UR .navbar.opened {
    height: auto;
  }
  .cid-srfc48n4UR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srfc48n4UR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-srfc48n4UR .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-srfjKpxSlj {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
  position: relative;
  overflow: hidden;
}
.cid-srfjKpxSlj svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-srfjKpxSlj .mbr-text,
.cid-srfjKpxSlj .mbr-section-btn {
  color: #ffffff;
}
.cid-srfjKpxSlj #e12_areaS3 {
  fill: #000000 !important;
}
.cid-srfjKpxSlj #e19_areaS3 {
  fill: #61123b !important;
}
.cid-srfjKpxSlj H1 {
  color: #ffffff;
  text-align: left;
}
.cid-srfjKpxSlj img {
  width: 70%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(140, 26, 85, 0.35);
}
.cid-srfjKpxSlj .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ac08d6;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-srfjKpxSlj .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-srfjKpxSlj img {
    left: 0px;
    width: 100%;
  }
}
.cid-srfjKpxSlj H3 {
  color: #ffffff;
}
.cid-srfmjEFX58 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #61123b;
}
.cid-srfmjEFX58 .container {
  max-width: 1500px;
}
.cid-srfmjEFX58 .row {
  background: #000000;
}
.cid-srfmjEFX58 .img-col {
  padding: 0;
}
.cid-srfmjEFX58 .title-col {
  padding: 4rem 6rem;
}
.cid-srfmjEFX58 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-srfmjEFX58 h2 {
  padding: 0;
  margin: 0;
}
.cid-srfmjEFX58 .text-wrap {
  margin: auto;
}
.cid-srfmjEFX58 .mbr-text {
  color: #cccccc;
}
@media (max-width: 1200px) {
  .cid-srfmjEFX58 .row {
    margin: 2rem;
  }
  .cid-srfmjEFX58 .title-col {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-srfmjEFX58 .row {
    margin: 0rem;
  }
  .cid-srfmjEFX58 .title-col {
    padding: 2rem 1rem;
  }
}
.cid-srgrAzk2zc {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-srgrAzk2zc .mbr-text,
.cid-srgrAzk2zc .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-srgrAzk2zc p {
  z-index: 2;
  position: relative;
}
.cid-srgrAzk2zc .author-box {
  display: flex;
  flex-direction: row;
}
.cid-srgrAzk2zc .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(140, 26, 85, 0.35);
  padding: 1rem 1.5rem;
}
.cid-srgrAzk2zc .ico1 {
  font-size: 2rem;
}
.cid-srgrAzk2zc .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-srgrAzk2zc H3 {
  color: #149dcc;
}
.cid-ssY9tXI2gX {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-ssY9tXI2gX .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-ssY9tXI2gX .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-ssY9tXI2gX .col + .mbr-section-btn .btn,
.cid-ssY9tXI2gX .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-ssY9tXI2gX .col + .mbr-section-btn .btn,
  .cid-ssY9tXI2gX .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-ssY9tXI2gX .dragArea > *:nth-last-child(2).col,
  .cid-ssY9tXI2gX .dragArea > *:nth-last-child(2).col-auto,
  .cid-ssY9tXI2gX .col + .mbr-section-btn,
  .cid-ssY9tXI2gX .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-ssY9tXI2gX .dragArea {
    flex-direction: column;
  }
}
.cid-ssY9tXI2gX .btn-primary {
  border: 1px solid #ac08d6 !important;
}
.cid-ssY9tXI2gX .btn-primary:hover {
  border: 1px solid #ac08d6 !important;
}
.cid-ssY9tXI2gX .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-ssY9tXI2gX .form-group {
  max-width: 220px;
}
.cid-ssY9tXI2gX .mbr-section-btn {
  padding-left: 0;
}
.cid-ssY9tXI2gX .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-ssY9tXI2gX .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-ssY9tXI2gX .mbr-text {
  color: #444;
}
.cid-ssY9tXI2gX h5 {
  margin-bottom: 0;
}
.cid-ssY9tXI2gX .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-ssY9tXI2gX .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssY9tXI2gX .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-ssY9tXI2gX .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ssY9tXI2gX .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ssY9tXI2gX .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ssY9tXI2gX .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ssY9tXI2gX .social-list a:hover {
  opacity: 0.4;
}
.cid-ssY9tXI2gX .media-container-row > div {
  padding: 0px;
}
.cid-ssY9tXI2gX .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-ssY9tXI2gX .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-ssY9tXI2gX .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ssY9tXI2gX .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-ssY9tXI2gX .social-list,
  .cid-ssY9tXI2gX .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-ssY9tXI2gX h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-ssY9tXI2gX .form-group {
    max-width: 180px;
  }
}
.cid-ssY9tXI2gX .links span {
  color: #9e9e9e;
}
.cid-ssY9tXI2gX .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-ssY9tXI2gX .logo-title {
  text-align: center;
}
.cid-ssY9tXI2gX .logo-title,
.cid-ssY9tXI2gX .logo {
  color: #ffffff;
}
.cid-srgthFWx1d {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-srgthFWx1d nav.navbar {
  position: fixed;
}
.cid-srgthFWx1d .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-srgthFWx1d .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-srgthFWx1d .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-srgthFWx1d .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-srgthFWx1d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-srgthFWx1d .nav-link,
.cid-srgthFWx1d .dropdown-item {
  font-weight: 700;
}
.cid-srgthFWx1d .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #ac08d6 0%, #ac08d6 100%) !important;
}
.cid-srgthFWx1d .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-srgthFWx1d .container {
  display: flex;
  margin: auto;
}
.cid-srgthFWx1d .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-srgthFWx1d .navbar-caption,
.cid-srgthFWx1d .dropdown-item {
  background-image: none;
}
.cid-srgthFWx1d .dropdown-menu,
.cid-srgthFWx1d .navbar.opened {
  background: #000000 !important;
}
.cid-srgthFWx1d .nav-item:focus,
.cid-srgthFWx1d .nav-link:focus {
  outline: none;
}
.cid-srgthFWx1d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-srgthFWx1d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srgthFWx1d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-srgthFWx1d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-srgthFWx1d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srgthFWx1d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srgthFWx1d .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-srgthFWx1d .navbar.opened {
  transition: all 0.3s;
}
.cid-srgthFWx1d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-srgthFWx1d .navbar .navbar-logo img {
  width: auto;
}
.cid-srgthFWx1d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-srgthFWx1d .navbar.collapsed {
  justify-content: center;
}
.cid-srgthFWx1d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-srgthFWx1d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-srgthFWx1d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-srgthFWx1d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srgthFWx1d .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-srgthFWx1d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-srgthFWx1d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-srgthFWx1d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-srgthFWx1d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-srgthFWx1d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-srgthFWx1d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-srgthFWx1d .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-srgthFWx1d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-srgthFWx1d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-srgthFWx1d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-srgthFWx1d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-srgthFWx1d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-srgthFWx1d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-srgthFWx1d .navbar.navbar-short {
  min-height: 106px;
}
.cid-srgthFWx1d .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-srgthFWx1d .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-srgthFWx1d .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-srgthFWx1d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-srgthFWx1d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srgthFWx1d .dropdown-item.active,
.cid-srgthFWx1d .dropdown-item:active {
  background-color: transparent;
}
.cid-srgthFWx1d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-srgthFWx1d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-srgthFWx1d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-srgthFWx1d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-srgthFWx1d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-srgthFWx1d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srgthFWx1d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-srgthFWx1d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-srgthFWx1d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-srgthFWx1d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-srgthFWx1d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srgthFWx1d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srgthFWx1d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srgthFWx1d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srgthFWx1d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srgthFWx1d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-srgthFWx1d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-srgthFWx1d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srgthFWx1d .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-srgthFWx1d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-srgthFWx1d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srgthFWx1d .navbar {
    height: 70px;
  }
  .cid-srgthFWx1d .navbar.opened {
    height: auto;
  }
  .cid-srgthFWx1d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srgthFWx1d .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-srgthFWx1d .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-srgu9QuQmt {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ac08d6;
  position: relative;
  overflow: hidden;
}
.cid-srgu9QuQmt svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-srgu9QuQmt #e1_ellipse {
  fill: #ffffff !important;
}
.cid-srgu9QuQmt img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(140, 26, 85, 0.35);
}
@media (max-width: 576px) {
  .cid-srgu9QuQmt img {
    width: 100%;
    left: 0;
  }
}
.cid-srgu9QuQmt H1 {
  color: #ac08d6;
}
.cid-srgu9QuQmt .mbr-text,
.cid-srgu9QuQmt .mbr-section-btn {
  color: #000000;
}
.cid-srgwolUeG6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #61123b;
}
.cid-srgwolUeG6 .item img {
  width: 100%;
  z-index: 1;
}
.cid-srgwolUeG6 .item .card {
  margin-left: 20%;
  background-color: #000000;
  padding: 2rem;
  position: relative;
  margin-top: -2rem;
  z-index: 2;
  border-radius: 0;
}
.cid-srgwolUeG6 .item-wrapper {
  padding-bottom: 2rem;
}
.cid-srgwolUeG6 .card .mbr-text,
.cid-srgwolUeG6 .card .mbr-section-title {
  margin-bottom: 10px;
}
.cid-srgwolUeG6 .mbr-text {
  color: #ffffff;
}
.cid-srgwolUeG6 H2 {
  text-align: center;
  color: #ffffff;
}
.cid-srgwolUeG6 H5 {
  color: #ffffff;
}
.cid-ssYbbGvknP {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-ssYbbGvknP .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-ssYbbGvknP .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-ssYbbGvknP .col + .mbr-section-btn .btn,
.cid-ssYbbGvknP .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-ssYbbGvknP .col + .mbr-section-btn .btn,
  .cid-ssYbbGvknP .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-ssYbbGvknP .dragArea > *:nth-last-child(2).col,
  .cid-ssYbbGvknP .dragArea > *:nth-last-child(2).col-auto,
  .cid-ssYbbGvknP .col + .mbr-section-btn,
  .cid-ssYbbGvknP .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-ssYbbGvknP .dragArea {
    flex-direction: column;
  }
}
.cid-ssYbbGvknP .btn-primary {
  border: 1px solid #ac08d6 !important;
}
.cid-ssYbbGvknP .btn-primary:hover {
  border: 1px solid #ac08d6 !important;
}
.cid-ssYbbGvknP .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-ssYbbGvknP .form-group {
  max-width: 220px;
}
.cid-ssYbbGvknP .mbr-section-btn {
  padding-left: 0;
}
.cid-ssYbbGvknP .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-ssYbbGvknP .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-ssYbbGvknP .mbr-text {
  color: #444;
}
.cid-ssYbbGvknP h5 {
  margin-bottom: 0;
}
.cid-ssYbbGvknP .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-ssYbbGvknP .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssYbbGvknP .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-ssYbbGvknP .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ssYbbGvknP .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ssYbbGvknP .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ssYbbGvknP .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ssYbbGvknP .social-list a:hover {
  opacity: 0.4;
}
.cid-ssYbbGvknP .media-container-row > div {
  padding: 0px;
}
.cid-ssYbbGvknP .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-ssYbbGvknP .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-ssYbbGvknP .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ssYbbGvknP .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-ssYbbGvknP .social-list,
  .cid-ssYbbGvknP .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-ssYbbGvknP h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-ssYbbGvknP .form-group {
    max-width: 180px;
  }
}
.cid-ssYbbGvknP .links span {
  color: #9e9e9e;
}
.cid-ssYbbGvknP .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-ssYbbGvknP .logo-title {
  text-align: center;
}
.cid-ssYbbGvknP .logo-title,
.cid-ssYbbGvknP .logo {
  color: #ffffff;
}
.cid-ssXZM824OL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-ssXZM824OL nav.navbar {
  position: fixed;
}
.cid-ssXZM824OL .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-ssXZM824OL .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-ssXZM824OL .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-ssXZM824OL .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-ssXZM824OL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ssXZM824OL .nav-link,
.cid-ssXZM824OL .dropdown-item {
  font-weight: 700;
}
.cid-ssXZM824OL .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #ac08d6 0%, #ac08d6 100%) !important;
}
.cid-ssXZM824OL .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-ssXZM824OL .container {
  display: flex;
  margin: auto;
}
.cid-ssXZM824OL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssXZM824OL .navbar-caption,
.cid-ssXZM824OL .dropdown-item {
  background-image: none;
}
.cid-ssXZM824OL .dropdown-menu,
.cid-ssXZM824OL .navbar.opened {
  background: #000000 !important;
}
.cid-ssXZM824OL .nav-item:focus,
.cid-ssXZM824OL .nav-link:focus {
  outline: none;
}
.cid-ssXZM824OL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-ssXZM824OL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssXZM824OL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ssXZM824OL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ssXZM824OL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ssXZM824OL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssXZM824OL .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-ssXZM824OL .navbar.opened {
  transition: all 0.3s;
}
.cid-ssXZM824OL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ssXZM824OL .navbar .navbar-logo img {
  width: auto;
}
.cid-ssXZM824OL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ssXZM824OL .navbar.collapsed {
  justify-content: center;
}
.cid-ssXZM824OL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ssXZM824OL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ssXZM824OL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-ssXZM824OL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssXZM824OL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ssXZM824OL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ssXZM824OL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ssXZM824OL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ssXZM824OL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ssXZM824OL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ssXZM824OL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ssXZM824OL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ssXZM824OL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ssXZM824OL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ssXZM824OL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ssXZM824OL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ssXZM824OL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ssXZM824OL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ssXZM824OL .navbar.navbar-short {
  min-height: 106px;
}
.cid-ssXZM824OL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ssXZM824OL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ssXZM824OL .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssXZM824OL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssXZM824OL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssXZM824OL .dropdown-item.active,
.cid-ssXZM824OL .dropdown-item:active {
  background-color: transparent;
}
.cid-ssXZM824OL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssXZM824OL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ssXZM824OL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ssXZM824OL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ssXZM824OL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssXZM824OL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssXZM824OL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ssXZM824OL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ssXZM824OL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ssXZM824OL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ssXZM824OL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssXZM824OL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssXZM824OL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssXZM824OL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssXZM824OL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssXZM824OL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssXZM824OL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssXZM824OL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssXZM824OL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ssXZM824OL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ssXZM824OL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssXZM824OL .navbar {
    height: 70px;
  }
  .cid-ssXZM824OL .navbar.opened {
    height: auto;
  }
  .cid-ssXZM824OL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ssXZM824OL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ssXZM824OL .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ssXZM8B4Zc {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ac08d6;
  position: relative;
  overflow: hidden;
}
.cid-ssXZM8B4Zc svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-ssXZM8B4Zc #e1_ellipse {
  fill: #ffffff !important;
}
.cid-ssXZM8B4Zc img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(140, 26, 85, 0.35);
}
@media (max-width: 576px) {
  .cid-ssXZM8B4Zc img {
    width: 100%;
    left: 0;
  }
}
.cid-ssXZM8B4Zc H1 {
  color: #ac08d6;
}
.cid-ssXZM8B4Zc .mbr-text,
.cid-ssXZM8B4Zc .mbr-section-btn {
  color: #000000;
}
.cid-ssY0QwmGHH {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #000000;
}
.cid-ssY0QwmGHH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ssY0QwmGHH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssY0QwmGHH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ssY0QwmGHH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ssY0QwmGHH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #ffaa00);
}
.cid-ssY0QwmGHH .icon-focus {
  display: none;
}
.cid-ssY0QwmGHH .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-ssY0QwmGHH ul {
  font-size: 0;
}
.cid-ssY0QwmGHH .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-ssY0QwmGHH .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-ssY0QwmGHH .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ac08d6, #61123b);
}
.cid-ssY0QwmGHH .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-ssY0QwmGHH .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-ssY0QwmGHH .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-ssY0QwmGHH .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-ssY0QwmGHH .btn:hover {
  background: transparent !important;
}
.cid-ssY0QwmGHH .btn:hover:before {
  background: transparent !important;
}
.cid-ssY0QwmGHH .btn:before {
  background-color: transparent !important;
}
.cid-ssY0QwmGHH .btn:focus {
  box-shadow: none;
}
.cid-ssY0QwmGHH .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.cid-ssYbdZFNSp {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-ssYbdZFNSp .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-ssYbdZFNSp .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-ssYbdZFNSp .col + .mbr-section-btn .btn,
.cid-ssYbdZFNSp .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-ssYbdZFNSp .col + .mbr-section-btn .btn,
  .cid-ssYbdZFNSp .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-ssYbdZFNSp .dragArea > *:nth-last-child(2).col,
  .cid-ssYbdZFNSp .dragArea > *:nth-last-child(2).col-auto,
  .cid-ssYbdZFNSp .col + .mbr-section-btn,
  .cid-ssYbdZFNSp .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-ssYbdZFNSp .dragArea {
    flex-direction: column;
  }
}
.cid-ssYbdZFNSp .btn-primary {
  border: 1px solid #ac08d6 !important;
}
.cid-ssYbdZFNSp .btn-primary:hover {
  border: 1px solid #ac08d6 !important;
}
.cid-ssYbdZFNSp .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-ssYbdZFNSp .form-group {
  max-width: 220px;
}
.cid-ssYbdZFNSp .mbr-section-btn {
  padding-left: 0;
}
.cid-ssYbdZFNSp .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-ssYbdZFNSp .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-ssYbdZFNSp .mbr-text {
  color: #444;
}
.cid-ssYbdZFNSp h5 {
  margin-bottom: 0;
}
.cid-ssYbdZFNSp .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-ssYbdZFNSp .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssYbdZFNSp .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-ssYbdZFNSp .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ssYbdZFNSp .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ssYbdZFNSp .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ssYbdZFNSp .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ssYbdZFNSp .social-list a:hover {
  opacity: 0.4;
}
.cid-ssYbdZFNSp .media-container-row > div {
  padding: 0px;
}
.cid-ssYbdZFNSp .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-ssYbdZFNSp .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-ssYbdZFNSp .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ssYbdZFNSp .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-ssYbdZFNSp .social-list,
  .cid-ssYbdZFNSp .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-ssYbdZFNSp h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-ssYbdZFNSp .form-group {
    max-width: 180px;
  }
}
.cid-ssYbdZFNSp .links span {
  color: #9e9e9e;
}
.cid-ssYbdZFNSp .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-ssYbdZFNSp .logo-title {
  text-align: center;
}
.cid-ssYbdZFNSp .logo-title,
.cid-ssYbdZFNSp .logo {
  color: #ffffff;
}
.cid-ssY2FqqPhy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-ssY2FqqPhy nav.navbar {
  position: fixed;
}
.cid-ssY2FqqPhy .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-ssY2FqqPhy .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-ssY2FqqPhy .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-ssY2FqqPhy .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-ssY2FqqPhy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ssY2FqqPhy .nav-link,
.cid-ssY2FqqPhy .dropdown-item {
  font-weight: 700;
}
.cid-ssY2FqqPhy .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #ac08d6 0%, #ac08d6 100%) !important;
}
.cid-ssY2FqqPhy .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-ssY2FqqPhy .container {
  display: flex;
  margin: auto;
}
.cid-ssY2FqqPhy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssY2FqqPhy .navbar-caption,
.cid-ssY2FqqPhy .dropdown-item {
  background-image: none;
}
.cid-ssY2FqqPhy .dropdown-menu,
.cid-ssY2FqqPhy .navbar.opened {
  background: #000000 !important;
}
.cid-ssY2FqqPhy .nav-item:focus,
.cid-ssY2FqqPhy .nav-link:focus {
  outline: none;
}
.cid-ssY2FqqPhy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-ssY2FqqPhy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssY2FqqPhy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ssY2FqqPhy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ssY2FqqPhy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ssY2FqqPhy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssY2FqqPhy .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-ssY2FqqPhy .navbar.opened {
  transition: all 0.3s;
}
.cid-ssY2FqqPhy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ssY2FqqPhy .navbar .navbar-logo img {
  width: auto;
}
.cid-ssY2FqqPhy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ssY2FqqPhy .navbar.collapsed {
  justify-content: center;
}
.cid-ssY2FqqPhy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ssY2FqqPhy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ssY2FqqPhy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-ssY2FqqPhy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssY2FqqPhy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ssY2FqqPhy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ssY2FqqPhy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ssY2FqqPhy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ssY2FqqPhy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ssY2FqqPhy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ssY2FqqPhy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ssY2FqqPhy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ssY2FqqPhy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ssY2FqqPhy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ssY2FqqPhy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ssY2FqqPhy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ssY2FqqPhy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ssY2FqqPhy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ssY2FqqPhy .navbar.navbar-short {
  min-height: 106px;
}
.cid-ssY2FqqPhy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ssY2FqqPhy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ssY2FqqPhy .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssY2FqqPhy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssY2FqqPhy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssY2FqqPhy .dropdown-item.active,
.cid-ssY2FqqPhy .dropdown-item:active {
  background-color: transparent;
}
.cid-ssY2FqqPhy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssY2FqqPhy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ssY2FqqPhy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ssY2FqqPhy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ssY2FqqPhy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssY2FqqPhy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssY2FqqPhy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ssY2FqqPhy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ssY2FqqPhy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ssY2FqqPhy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ssY2FqqPhy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssY2FqqPhy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssY2FqqPhy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssY2FqqPhy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssY2FqqPhy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssY2FqqPhy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssY2FqqPhy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssY2FqqPhy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssY2FqqPhy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ssY2FqqPhy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ssY2FqqPhy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssY2FqqPhy .navbar {
    height: 70px;
  }
  .cid-ssY2FqqPhy .navbar.opened {
    height: auto;
  }
  .cid-ssY2FqqPhy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ssY2FqqPhy .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ssY2FqqPhy .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ssY2Fris5z {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ac08d6;
  position: relative;
  overflow: hidden;
}
.cid-ssY2Fris5z svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-ssY2Fris5z #e1_ellipse {
  fill: #ffffff !important;
}
.cid-ssY2Fris5z img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(140, 26, 85, 0.35);
}
@media (max-width: 576px) {
  .cid-ssY2Fris5z img {
    width: 100%;
    left: 0;
  }
}
.cid-ssY2Fris5z H1 {
  color: #ac08d6;
}
.cid-ssY2Fris5z .mbr-text,
.cid-ssY2Fris5z .mbr-section-btn {
  color: #000000;
}
.cid-ssY3EP0JHo {
  padding-top: 120px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #ac08d6, #000000);
}
.cid-ssY3EP0JHo .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ssY3EP0JHo .carousel-item.active,
.cid-ssY3EP0JHo .carousel-item-next,
.cid-ssY3EP0JHo .carousel-item-prev {
  display: flex;
}
.cid-ssY3EP0JHo .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
  width: 20%;
}
.cid-ssY3EP0JHo .carousel-controls a span {
  position: absolute;
  top: 45%;
  font-size: 1.2rem;
  padding: 15px;
  border-radius: 50%;
  color: #000000;
  background: #ffffff;
  opacity: .9;
}
.cid-ssY3EP0JHo .carousel-controls a:hover span {
  opacity: 1;
}
.cid-ssY3EP0JHo .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  margin: 1rem auto 1rem auto;
  display: flex;
}
.cid-ssY3EP0JHo .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-ssY3EP0JHo .mbr-iconfont {
  font-size: 3rem;
  position: absolute;
  opacity: 1;
  color: #f4f8fa;
}
.cid-ssY3EP0JHo .mbr-iconfont.left-top {
  top: 0;
  left: 0;
}
.cid-ssY3EP0JHo .mbr-iconfont.right-bottom {
  bottom: 1rem;
  right: 0;
}
.cid-ssY3EP0JHo .user_text {
  position: relative;
  text-align: left;
}
@media (min-width: 768px) {
  .cid-ssY3EP0JHo .user_text p {
    padding: 1rem 4rem;
  }
}
@media (max-width: 230px) {
  .cid-ssY3EP0JHo .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-ssYbg1xwer {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-ssYbg1xwer .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-ssYbg1xwer .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-ssYbg1xwer .col + .mbr-section-btn .btn,
.cid-ssYbg1xwer .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-ssYbg1xwer .col + .mbr-section-btn .btn,
  .cid-ssYbg1xwer .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-ssYbg1xwer .dragArea > *:nth-last-child(2).col,
  .cid-ssYbg1xwer .dragArea > *:nth-last-child(2).col-auto,
  .cid-ssYbg1xwer .col + .mbr-section-btn,
  .cid-ssYbg1xwer .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-ssYbg1xwer .dragArea {
    flex-direction: column;
  }
}
.cid-ssYbg1xwer .btn-primary {
  border: 1px solid #ac08d6 !important;
}
.cid-ssYbg1xwer .btn-primary:hover {
  border: 1px solid #ac08d6 !important;
}
.cid-ssYbg1xwer .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-ssYbg1xwer .form-group {
  max-width: 220px;
}
.cid-ssYbg1xwer .mbr-section-btn {
  padding-left: 0;
}
.cid-ssYbg1xwer .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-ssYbg1xwer .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-ssYbg1xwer .mbr-text {
  color: #444;
}
.cid-ssYbg1xwer h5 {
  margin-bottom: 0;
}
.cid-ssYbg1xwer .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-ssYbg1xwer .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssYbg1xwer .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-ssYbg1xwer .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ssYbg1xwer .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ssYbg1xwer .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ssYbg1xwer .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ssYbg1xwer .social-list a:hover {
  opacity: 0.4;
}
.cid-ssYbg1xwer .media-container-row > div {
  padding: 0px;
}
.cid-ssYbg1xwer .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-ssYbg1xwer .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-ssYbg1xwer .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ssYbg1xwer .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-ssYbg1xwer .social-list,
  .cid-ssYbg1xwer .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-ssYbg1xwer h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-ssYbg1xwer .form-group {
    max-width: 180px;
  }
}
.cid-ssYbg1xwer .links span {
  color: #9e9e9e;
}
.cid-ssYbg1xwer .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-ssYbg1xwer .logo-title {
  text-align: center;
}
.cid-ssYbg1xwer .logo-title,
.cid-ssYbg1xwer .logo {
  color: #ffffff;
}
.cid-ssY6tw0LmS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-ssY6tw0LmS nav.navbar {
  position: fixed;
}
.cid-ssY6tw0LmS .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-ssY6tw0LmS .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-ssY6tw0LmS .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-ssY6tw0LmS .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-ssY6tw0LmS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ssY6tw0LmS .nav-link,
.cid-ssY6tw0LmS .dropdown-item {
  font-weight: 700;
}
.cid-ssY6tw0LmS .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #ac08d6 0%, #ac08d6 100%) !important;
}
.cid-ssY6tw0LmS .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-ssY6tw0LmS .container {
  display: flex;
  margin: auto;
}
.cid-ssY6tw0LmS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssY6tw0LmS .navbar-caption,
.cid-ssY6tw0LmS .dropdown-item {
  background-image: none;
}
.cid-ssY6tw0LmS .dropdown-menu,
.cid-ssY6tw0LmS .navbar.opened {
  background: #000000 !important;
}
.cid-ssY6tw0LmS .nav-item:focus,
.cid-ssY6tw0LmS .nav-link:focus {
  outline: none;
}
.cid-ssY6tw0LmS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-ssY6tw0LmS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssY6tw0LmS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ssY6tw0LmS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ssY6tw0LmS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ssY6tw0LmS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssY6tw0LmS .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-ssY6tw0LmS .navbar.opened {
  transition: all 0.3s;
}
.cid-ssY6tw0LmS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ssY6tw0LmS .navbar .navbar-logo img {
  width: auto;
}
.cid-ssY6tw0LmS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ssY6tw0LmS .navbar.collapsed {
  justify-content: center;
}
.cid-ssY6tw0LmS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ssY6tw0LmS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ssY6tw0LmS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-ssY6tw0LmS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssY6tw0LmS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ssY6tw0LmS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ssY6tw0LmS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ssY6tw0LmS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ssY6tw0LmS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ssY6tw0LmS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ssY6tw0LmS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ssY6tw0LmS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ssY6tw0LmS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ssY6tw0LmS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ssY6tw0LmS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ssY6tw0LmS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ssY6tw0LmS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ssY6tw0LmS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ssY6tw0LmS .navbar.navbar-short {
  min-height: 106px;
}
.cid-ssY6tw0LmS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ssY6tw0LmS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ssY6tw0LmS .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssY6tw0LmS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssY6tw0LmS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssY6tw0LmS .dropdown-item.active,
.cid-ssY6tw0LmS .dropdown-item:active {
  background-color: transparent;
}
.cid-ssY6tw0LmS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssY6tw0LmS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ssY6tw0LmS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ssY6tw0LmS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ssY6tw0LmS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssY6tw0LmS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssY6tw0LmS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ssY6tw0LmS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ssY6tw0LmS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ssY6tw0LmS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ssY6tw0LmS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssY6tw0LmS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssY6tw0LmS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssY6tw0LmS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssY6tw0LmS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssY6tw0LmS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssY6tw0LmS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssY6tw0LmS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssY6tw0LmS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ssY6tw0LmS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ssY6tw0LmS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssY6tw0LmS .navbar {
    height: 70px;
  }
  .cid-ssY6tw0LmS .navbar.opened {
    height: auto;
  }
  .cid-ssY6tw0LmS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ssY6tw0LmS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ssY6tw0LmS .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ssY6twWfXO {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ac08d6;
  position: relative;
  overflow: hidden;
}
.cid-ssY6twWfXO svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-ssY6twWfXO #e1_ellipse {
  fill: #ffffff !important;
}
.cid-ssY6twWfXO img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(140, 26, 85, 0.35);
}
@media (max-width: 576px) {
  .cid-ssY6twWfXO img {
    width: 100%;
    left: 0;
  }
}
.cid-ssY6twWfXO H1 {
  color: #ac08d6;
}
.cid-ssY6twWfXO .mbr-text,
.cid-ssY6twWfXO .mbr-section-btn {
  color: #000000;
}
.cid-ssYbhRFh35 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-ssYbhRFh35 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-ssYbhRFh35 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-ssYbhRFh35 .col + .mbr-section-btn .btn,
.cid-ssYbhRFh35 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-ssYbhRFh35 .col + .mbr-section-btn .btn,
  .cid-ssYbhRFh35 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-ssYbhRFh35 .dragArea > *:nth-last-child(2).col,
  .cid-ssYbhRFh35 .dragArea > *:nth-last-child(2).col-auto,
  .cid-ssYbhRFh35 .col + .mbr-section-btn,
  .cid-ssYbhRFh35 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-ssYbhRFh35 .dragArea {
    flex-direction: column;
  }
}
.cid-ssYbhRFh35 .btn-primary {
  border: 1px solid #ac08d6 !important;
}
.cid-ssYbhRFh35 .btn-primary:hover {
  border: 1px solid #ac08d6 !important;
}
.cid-ssYbhRFh35 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-ssYbhRFh35 .form-group {
  max-width: 220px;
}
.cid-ssYbhRFh35 .mbr-section-btn {
  padding-left: 0;
}
.cid-ssYbhRFh35 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-ssYbhRFh35 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-ssYbhRFh35 .mbr-text {
  color: #444;
}
.cid-ssYbhRFh35 h5 {
  margin-bottom: 0;
}
.cid-ssYbhRFh35 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-ssYbhRFh35 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssYbhRFh35 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-ssYbhRFh35 .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ssYbhRFh35 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ssYbhRFh35 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ssYbhRFh35 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ssYbhRFh35 .social-list a:hover {
  opacity: 0.4;
}
.cid-ssYbhRFh35 .media-container-row > div {
  padding: 0px;
}
.cid-ssYbhRFh35 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-ssYbhRFh35 .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-ssYbhRFh35 .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ssYbhRFh35 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-ssYbhRFh35 .social-list,
  .cid-ssYbhRFh35 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-ssYbhRFh35 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-ssYbhRFh35 .form-group {
    max-width: 180px;
  }
}
.cid-ssYbhRFh35 .links span {
  color: #9e9e9e;
}
.cid-ssYbhRFh35 .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-ssYbhRFh35 .logo-title {
  text-align: center;
}
.cid-ssYbhRFh35 .logo-title,
.cid-ssYbhRFh35 .logo {
  color: #ffffff;
}
