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





body {
  font-family: Epilogue;
}
.display-1 {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 8.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 10.5rem;
}
.display-2 {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-4 {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 6.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.88rem;
    font-size: calc( 3.59rem + (8.4 - 3.59) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.59rem + (8.4 - 3.59) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #5d147f !important;
}
.bg-success {
  background-color: #fafafa !important;
}
.bg-info {
  background-color: #b954e9 !important;
}
.bg-warning {
  background-color: #460763 !important;
}
.bg-danger {
  background-color: #e6c576 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5d147f !important;
  border-color: #5d147f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #3d0d53 !important;
  border-color: #3d0d53 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3d0d53 !important;
  border-color: #3d0d53 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #131419 !important;
  border-color: #131419 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #b954e9 !important;
  border-color: #b954e9 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #a727e3 !important;
  border-color: #a727e3 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a727e3 !important;
  border-color: #a727e3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #460763 !important;
  border-color: #460763 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #240433 !important;
  border-color: #240433 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #240433 !important;
  border-color: #240433 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e6c576 !important;
  border-color: #e6c576 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #deb34b !important;
  border-color: #deb34b !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #deb34b !important;
  border-color: #deb34b !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #5d147f;
  color: #5d147f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #5d147f !important;
  border-color: #5d147f !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5d147f !important;
  border-color: #5d147f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #131419;
  color: #131419;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #131419 !important;
  border-color: #131419 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #131419 !important;
  border-color: #131419 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #b954e9;
  color: #b954e9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #b954e9 !important;
  border-color: #b954e9 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b954e9 !important;
  border-color: #b954e9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #460763;
  color: #460763;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #460763 !important;
  border-color: #460763 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #460763 !important;
  border-color: #460763 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e6c576;
  color: #e6c576;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #e6c576 !important;
  border-color: #e6c576 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e6c576 !important;
  border-color: #e6c576 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #121212;
  border-color: #121212;
  color: #fafafa;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #121212;
  background-color: transparent;
  border-color: #121212;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #fafafa;
  border-color: #fafafa;
  color: #121212;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #fafafa;
  background-color: transparent;
  border-color: #fafafa;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: #121212;
  color: #121212;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #fafafa;
  background-color: #121212;
  border-color: #121212;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #121212;
  background-color: #fafafa;
  border-color: #fafafa;
}
.text-primary {
  color: #5d147f !important;
}
.text-secondary {
  color: #131419 !important;
}
.text-success {
  color: #fafafa !important;
}
.text-info {
  color: #b954e9 !important;
}
.text-warning {
  color: #460763 !important;
}
.text-danger {
  color: #e6c576 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #5d147f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #131419 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #fafafa !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #b954e9 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #460763 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #e6c576 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #232323 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #5d147f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b954e9;
}
.alert-warning {
  background-color: #460763;
}
.alert-danger {
  background-color: #e6c576;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5d147f;
  border-color: #5d147f;
  color: #ffffff;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #5d147f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a834df;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9a0fda;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #5d147f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #5d147f;
}
/* Forms */
.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: #5d147f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #5d147f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #5d147f;
  border-bottom-color: #5d147f;
}
.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: #5d147f !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: #131419 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%235d147f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-shcsmypUY9 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-shcsmypUY9 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-shcsmypUY9 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-shcsmypUY9 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-shcsmypUY9 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-shcsmypUY9 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-shcsmypUY9 .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-shcsmypUY9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-shcsmypUY9 .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-shcsmypUY9 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-shcsmypUY9 .navbar.collapsed.opened .navbar-collapse.show,
.cid-shcsmypUY9 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-shcsmypUY9 .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-shcsmypUY9 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-shcsmypUY9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-shcsmypUY9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shcsmypUY9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-shcsmypUY9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-shcsmypUY9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shcsmypUY9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-shcsmypUY9 .navbar {
    flex-wrap: nowrap;
  }
  .cid-shcsmypUY9 .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-shcsmypUY9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shcsmypUY9 .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-shcsmypUY9 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-shcsmypUY9 .navbar.opened .navbar-collapse.show,
  .cid-shcsmypUY9 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-shcsmypUY9 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-shcsmypUY9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-shcsmypUY9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shcsmypUY9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-shcsmypUY9 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-shcsmypUY9 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-shcsmypUY9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shcsmypUY9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-shcsmypUY9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-shcsmypUY9 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-shcsmypUY9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-shcsmypUY9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shcsmypUY9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-shcsmypUY9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shcsmypUY9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shcsmypUY9 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-shcsmypUY9 .dropdown-item.active,
.cid-shcsmypUY9 .dropdown-item:active {
  background-color: transparent;
}
.cid-shcsmypUY9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-shcsmypUY9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shcsmypUY9 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shcsmypUY9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-shcsmypUY9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shcsmypUY9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shcsmypUY9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shcsmypUY9 .navbar-buttons {
  text-align: center;
}
.cid-shcsmypUY9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shcsmypUY9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #460763;
}
.cid-shcsmypUY9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shcsmypUY9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shcsmypUY9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shcsmypUY9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shcsmypUY9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shcsmypUY9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shcsmypUY9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shcsmypUY9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shcsmypUY9 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-shcsmypUY9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-shcsmypUY9 a.nav-link:focus {
  outline: none;
}
.cid-shcsmypUY9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-shcsmypUY9 .nav-link:hover,
.cid-shcsmypUY9 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shcsmypUY9 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-shcsmypUY9 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sickdhCYgs {
  padding-top: 150px;
  padding-bottom: 15px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-sickdhCYgs .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-sickdhCYgs #e1_circle,
.cid-sickdhCYgs #e3_circle,
.cid-sickdhCYgs #e4_circle,
.cid-sickdhCYgs #e5_circle {
  fill: #ffffff !important;
}
.cid-sickdhCYgs #e6_circle {
  fill: #ffffff !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-sickdhCYgs .round {
  border-radius: 100%;
  position: absolute;
  background-color: #ffffff;
  animation: orbit 4s linear infinite;
}
.cid-sickdhCYgs .rev {
  animation: rev 4s linear infinite;
}
.cid-sickdhCYgs .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-sickdhCYgs .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-sickdhCYgs .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-sickdhCYgs .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-sickdhCYgs .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-sickdhCYgs .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-sickdhCYgs .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-sickdhCYgs .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-sickdhCYgs .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-sickdhCYgs .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-sickdhCYgs .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-sickdhCYgs H1 {
  color: #460763;
}
.cid-sickdhCYgs .mbr-text,
.cid-sickdhCYgs .mbr-section-btn {
  color: #716c80;
}
.cid-sickdhCYgs img {
  width: 100%;
  margin: 0 auto;
}
.cid-simsQCwZ2T {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-st25HMPteC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-st25HMPteC H1 {
  color: #000000;
}
.cid-st25HMPteC .mbr-text,
.cid-st25HMPteC .mbr-section-btn {
  color: #000000;
}
.cid-st25HMPteC .mbr-subtitle {
  color: #000000;
}
.cid-st25HMPteC .mbr-text {
  margin-top: 1.5rem;
}
.cid-st25HMPteC .mbr-section-btn {
  margin-top: 2rem;
}
.cid-siwJQFBwNn.popup-builder {
  background-color: #ffffff;
}
.cid-siwJQFBwNn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-siwJQFBwNn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-siwJQFBwNn .modal-content,
.cid-siwJQFBwNn .modal-dialog {
  height: auto;
}
.cid-siwJQFBwNn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-siwJQFBwNn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-siwJQFBwNn .form-wrapper .mbr-form .form-group,
  .cid-siwJQFBwNn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-siwJQFBwNn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-siwJQFBwNn .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-siwJQFBwNn .mbr-text {
  text-align: center;
}
.cid-siwJQFBwNn .pt-0 {
  padding-top: 0 !important;
}
.cid-siwJQFBwNn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-siwJQFBwNn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-siwJQFBwNn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-siwJQFBwNn .modal-open {
  overflow: hidden;
}
.cid-siwJQFBwNn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-siwJQFBwNn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-siwJQFBwNn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-siwJQFBwNn .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-siwJQFBwNn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-siwJQFBwNn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-siwJQFBwNn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-siwJQFBwNn .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-siwJQFBwNn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-siwJQFBwNn .modal-backdrop.fade {
  opacity: 0;
}
.cid-siwJQFBwNn .modal-backdrop.show {
  opacity: .5;
}
.cid-siwJQFBwNn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-siwJQFBwNn .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-siwJQFBwNn .modal-header .close:hover {
  opacity: 1;
}
.cid-siwJQFBwNn .modal-header .close:focus {
  outline: none;
}
.cid-siwJQFBwNn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-siwJQFBwNn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-siwJQFBwNn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-siwJQFBwNn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-siwJQFBwNn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-siwJQFBwNn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-siwJQFBwNn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-siwJQFBwNn .modal-sm {
    max-width: 300px;
  }
  .cid-siwJQFBwNn .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-siwJQFBwNn .modal-lg,
  .cid-siwJQFBwNn .modal-xl {
    max-width: 800px;
  }
  .cid-siwJQFBwNn .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-siwJQFBwNn .modal-xl {
    max-width: 1140px;
  }
  .cid-siwJQFBwNn .container {
    max-width: 1140px;
  }
}
.cid-siwJQFBwNn .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-siwJQFBwNn .container {
    max-width: 720px;
  }
}
.cid-siwJQFBwNn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-siwJQFBwNn .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-siwJQFBwNn .form-group {
  margin-bottom: 1rem;
}
.cid-siwJQFBwNn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-siwJQFBwNn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-siwJQFBwNn .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-simviMgeKJ {
  background: #520e73;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-simviMgeKJ .image-block {
  margin: auto;
}
.cid-simviMgeKJ figcaption {
  position: relative;
}
.cid-simviMgeKJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-simviMgeKJ .image-block {
    width: 100% !important;
  }
}
.cid-simviMgeKJ DIV {
  text-align: center;
}
.cid-sjEuk1SQgE.popup-builder {
  background-color: #ffffff;
}
.cid-sjEuk1SQgE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sjEuk1SQgE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sjEuk1SQgE .modal-content,
.cid-sjEuk1SQgE .modal-dialog {
  height: auto;
}
.cid-sjEuk1SQgE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sjEuk1SQgE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sjEuk1SQgE .form-wrapper .mbr-form .form-group,
  .cid-sjEuk1SQgE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sjEuk1SQgE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sjEuk1SQgE .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjEuk1SQgE .mbr-text {
  text-align: center;
}
.cid-sjEuk1SQgE .pt-0 {
  padding-top: 0 !important;
}
.cid-sjEuk1SQgE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sjEuk1SQgE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sjEuk1SQgE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sjEuk1SQgE .modal-open {
  overflow: hidden;
}
.cid-sjEuk1SQgE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sjEuk1SQgE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sjEuk1SQgE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sjEuk1SQgE .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sjEuk1SQgE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sjEuk1SQgE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sjEuk1SQgE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sjEuk1SQgE .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sjEuk1SQgE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sjEuk1SQgE .modal-backdrop.fade {
  opacity: 0;
}
.cid-sjEuk1SQgE .modal-backdrop.show {
  opacity: .5;
}
.cid-sjEuk1SQgE .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sjEuk1SQgE .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sjEuk1SQgE .modal-header .close:hover {
  opacity: 1;
}
.cid-sjEuk1SQgE .modal-header .close:focus {
  outline: none;
}
.cid-sjEuk1SQgE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sjEuk1SQgE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sjEuk1SQgE .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sjEuk1SQgE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sjEuk1SQgE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sjEuk1SQgE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sjEuk1SQgE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sjEuk1SQgE .modal-sm {
    max-width: 300px;
  }
  .cid-sjEuk1SQgE .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sjEuk1SQgE .modal-lg,
  .cid-sjEuk1SQgE .modal-xl {
    max-width: 800px;
  }
  .cid-sjEuk1SQgE .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sjEuk1SQgE .modal-xl {
    max-width: 1140px;
  }
  .cid-sjEuk1SQgE .container {
    max-width: 1140px;
  }
}
.cid-sjEuk1SQgE .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sjEuk1SQgE .container {
    max-width: 720px;
  }
}
.cid-sjEuk1SQgE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sjEuk1SQgE .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sjEuk1SQgE .form-group {
  margin-bottom: 1rem;
}
.cid-sjEuk1SQgE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sjEuk1SQgE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sjEuk1SQgE .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-siIHBu1rtq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #520e73;
}
.cid-siIHBu1rtq .mbr-section-subtitle {
  color: #767676;
}
.cid-siIHBu1rtq .mbr-section-title {
  color: #ffffff;
}
.cid-simx15Thnz {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #520e73;
}
.cid-simx15Thnz .container-fluid {
  padding: 0 3rem;
}
.cid-simx15Thnz .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #5d147f, #131419);
  display: inline-block;
}
.cid-simx15Thnz .card {
  display: block;
}
.cid-simx15Thnz .card .card-wrapper {
  height: 1%;
  overflow: visible;
}
.cid-simx15Thnz .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
}
.cid-simx15Thnz .card .card-wrapper .card-img img {
  transition: all 0.5s;
}
.cid-simx15Thnz .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all 0.5s;
}
.cid-simx15Thnz .text-row {
  -webkit-align-self: center;
  align-self: center;
}
.cid-simx15Thnz .prices {
  color: #ffffff;
}
.cid-simx15Thnz .oldPrice {
  text-decoration: line-through;
}
.cid-simx15Thnz .oldPrice,
.cid-simx15Thnz .newPrice {
  color: inherit;
}
@media (max-width: 767px) {
  .cid-simx15Thnz .container-fluid {
    padding: 0 1rem;
  }
  .cid-simx15Thnz .text-row {
    padding-bottom: 1rem;
  }
}
.cid-simykSSsLz.popup-builder {
  background-color: #ffffff;
}
.cid-simykSSsLz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-simykSSsLz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-simykSSsLz .modal-content,
.cid-simykSSsLz .modal-dialog {
  height: auto;
}
.cid-simykSSsLz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-simykSSsLz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-simykSSsLz .form-wrapper .mbr-form .form-group,
  .cid-simykSSsLz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-simykSSsLz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-simykSSsLz .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-simykSSsLz .mbr-text {
  text-align: left;
  color: #121212;
}
.cid-simykSSsLz .pt-0 {
  padding-top: 0 !important;
}
.cid-simykSSsLz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-simykSSsLz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-simykSSsLz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-simykSSsLz .modal-open {
  overflow: hidden;
}
.cid-simykSSsLz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-simykSSsLz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-simykSSsLz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-simykSSsLz .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-simykSSsLz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-simykSSsLz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-simykSSsLz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-simykSSsLz .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-simykSSsLz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-simykSSsLz .modal-backdrop.fade {
  opacity: 0;
}
.cid-simykSSsLz .modal-backdrop.show {
  opacity: .5;
}
.cid-simykSSsLz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-simykSSsLz .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-simykSSsLz .modal-header .close:hover {
  opacity: 1;
}
.cid-simykSSsLz .modal-header .close:focus {
  outline: none;
}
.cid-simykSSsLz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-simykSSsLz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-simykSSsLz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-simykSSsLz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-simykSSsLz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-simykSSsLz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-simykSSsLz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-simykSSsLz .modal-sm {
    max-width: 300px;
  }
  .cid-simykSSsLz .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-simykSSsLz .modal-lg,
  .cid-simykSSsLz .modal-xl {
    max-width: 800px;
  }
  .cid-simykSSsLz .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-simykSSsLz .modal-xl {
    max-width: 1140px;
  }
  .cid-simykSSsLz .container {
    max-width: 1140px;
  }
}
.cid-simykSSsLz .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-simykSSsLz .container {
    max-width: 720px;
  }
}
.cid-simykSSsLz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-simykSSsLz .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-simykSSsLz .form-group {
  margin-bottom: 1rem;
}
.cid-simykSSsLz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-simykSSsLz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-simykSSsLz .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-simrJMSM4r {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-simrJMSM4r .text-wrapper {
    padding: 2rem;
  }
}
.cid-simrJMSM4r .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-simrJMSM4r .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-simrJMSM4r .mbr-section-title {
  text-align: left;
  margin-bottom: 0 !important;
  color: #ffffff;
}
.cid-simrJMSM4r .name {
  margin-top: 0.70rem;
  color: #47a15d;
  text-align: left;
}
.cid-simrJMSM4r .mbr-text {
  margin-bottom: 0 !important;
  color: #000000;
  text-align: left;
  margin-top: 4.25rem !important;
  line-height: 1.4;
}
.cid-simrJMSM4r .mbr-text,
.cid-simrJMSM4r .mbr-section-data {
  text-align: left;
}
.cid-simrJMSM4r .mbr-text,
.cid-simrJMSM4r .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-simrJMSM4r .mbr-section-btn {
  margin-top: 3.5rem !important;
}
.cid-siOsHqiJKO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1304.jpg");
}
.cid-siOsHqiJKO .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-siOsHqiJKO .content-panel {
  padding: 2rem;
  background-color: #5d147f;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-siOsHqiJKO .form-group,
  .cid-siOsHqiJKO .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
@media (max-width: 768px) {
  .cid-siOsHqiJKO .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-siOsHqiJKO .text-block {
    margin-bottom: 2rem;
  }
}
.cid-siOsHqiJKO .mbr-section-title {
  color: #ffffff;
}
.cid-siOsHqiJKO .content-block {
  color: #ffffff;
}
.cid-shV1Ndj9xn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #460763;
}
.cid-shV1Ndj9xn .block-title {
  color: #ffffff;
}
.cid-shV1zF5kj8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #460763;
}
.cid-shV1zF5kj8 .carousel {
  z-index: 2;
  position: relative;
}
.cid-shV1zF5kj8 .user {
  padding: 0 !important;
}
.cid-shV1zF5kj8 .carousel-inner {
  position: relative;
}
.cid-shV1zF5kj8 .user_image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-shV1zF5kj8 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-shV1zF5kj8 .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  z-index: 0;
}
.cid-shV1zF5kj8 .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-shV1zF5kj8 .carousel-item.active,
.cid-shV1zF5kj8 .carousel-item-next,
.cid-shV1zF5kj8 .carousel-item-prev {
  display: flex;
}
.cid-shV1zF5kj8 .user_name {
  margin: 0;
  color: #ffffff;
}
.cid-shV1zF5kj8 .carousel-controls a {
  font-size: 2rem;
}
.cid-shV1zF5kj8 .carousel-controls a span {
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
  opacity: 0.5;
}
.cid-shV1zF5kj8 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-shV1zF5kj8 ol {
  margin-bottom: 0;
  top: -3rem;
  height: fit-content;
  position: absolute;
}
.cid-shV1zF5kj8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-shV1zF5kj8 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-shV1zF5kj8 .carousel-indicators .active {
  opacity: 1;
  width: 14px;
  height: 14px;
}
.cid-shV1zF5kj8 .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-shV1zF5kj8 .user_text {
  color: #ffffff;
}
.cid-shV1zF5kj8 .user_status {
  color: #707070;
}
.cid-simAfkpoOy {
  padding-top: 45px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-simAfkpoOy .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-simAfkpoOy .mbr-section-title,
.cid-simAfkpoOy .mbr-section-subtitle,
.cid-simAfkpoOy .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-simAfkpoOy .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-simAfkpoOy .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-simAfkpoOy .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-simAfkpoOy .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-simAfkpoOy .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #460763);
}
.cid-simAfkpoOy .icon-focus {
  display: none;
}
.cid-simAfkpoOy .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  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-simAfkpoOy ul {
  font-size: 0;
}
.cid-simAfkpoOy .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-simAfkpoOy .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-simAfkpoOy .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-simAfkpoOy .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-simAfkpoOy .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-simAfkpoOy .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-simAfkpoOy .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-simAfkpoOy .btn:hover {
  background: transparent !important;
}
.cid-simAfkpoOy .btn:hover:before {
  background: transparent !important;
}
.cid-simAfkpoOy .btn:before {
  background-color: transparent !important;
}
.cid-simAfkpoOy .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-shcshjRRaP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-shcshjRRaP .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-shcshjRRaP .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-shcshjRRaP .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-shcshjRRaP .media-container-row .mbr-text {
  color: #460763;
  text-align: center;
}
