@import url(https://fonts.googleapis.com/css?family=Great+Vibes:400&display=swap);
@import url(https://fonts.googleapis.com/css?family=Inria+Serif:300,300i,400,400i,700,700i&display=swap);




.btn {
  border-width: 2px;
}
body {
  font-family: JetBrains Mono;
}
.display-1 {
  font-family: 'La Fausto';
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Great Vibes', handwriting;
  font-size: 3.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Inria Serif', serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inria Serif', serif;
  font-size: 2rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inria Serif', serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.4rem 2.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 0.8rem 3rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #592f61 !important;
}
.bg-success {
  background-color: #f7f6e1 !important;
}
.bg-info {
  background-color: #d3bcf6 !important;
}
.bg-warning {
  background-color: #f29c17 !important;
}
.bg-danger {
  background-color: #f7f6e1 !important;
}
.btn-primary {
  box-shadow: none!important;
}
.btn-primary,
.btn-primary:active {
  background-color: #592f61 !important;
  border-color: #592f61 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #592f61 !important;
  background-color: white!important;
  border-color: #592f61 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #231327 !important;
  border-color: #231327 !important;
}
.btn-secondary {
  box-shadow: none!important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d29bfd !important;
  border-color: #d29bfd !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #d29bfd !important;
  background-color: white!important;
  border-color: #d29bfd !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ac46fb !important;
  border-color: #ac46fb !important;
}
.btn-info {
  box-shadow: none!important;
}
.btn-info,
.btn-info:active {
  background-color: #d3bcf6 !important;
  border-color: #d3bcf6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #d3bcf6 !important;
  background-color: white!important;
  border-color: #d3bcf6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a170ec !important;
  border-color: #a170ec !important;
}
.btn-success {
  box-shadow: none!important;
}
.btn-success,
.btn-success:active {
  background-color: #f7f6e1 !important;
  border-color: #f7f6e1 !important;
  color: #aba62e !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #f7f6e1 !important;
  background-color: white!important;
  border-color: #f7f6e1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #aba62e !important;
  background-color: #e5e19d !important;
  border-color: #e5e19d !important;
}
.btn-warning {
  box-shadow: none!important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f29c17 !important;
  border-color: #f29c17 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #f29c17 !important;
  background-color: white!important;
  border-color: #f29c17 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a96a09 !important;
  border-color: #a96a09 !important;
}
.btn-danger {
  box-shadow: none!important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f7f6e1 !important;
  border-color: #f7f6e1 !important;
  color: #aba62e !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #f7f6e1 !important;
  background-color: white!important;
  border-color: #f7f6e1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #aba62e !important;
  background-color: #e5e19d !important;
  border-color: #e5e19d !important;
}
.btn-white {
  background: white;
  transition: all 0.3s;
  color: #592f61;
  border-color: white;
}
.btn-white:hover {
  background: #592f61;
  color: white;
  border-color: #592f61;
}
.btn-black {
  box-shadow: none!important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #232323 !important;
  background-color: white!important;
  border-color: #232323 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #592f61;
  color: #592f61;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #231327 !important;
  background-color: transparent!important;
  border-color: #231327 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #592f61 !important;
  border-color: #592f61 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #d29bfd;
  color: #d29bfd;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ac46fb !important;
  background-color: transparent!important;
  border-color: #ac46fb !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d29bfd !important;
  border-color: #d29bfd !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #d3bcf6;
  color: #d3bcf6;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a170ec !important;
  background-color: transparent!important;
  border-color: #a170ec !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #d3bcf6 !important;
  border-color: #d3bcf6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f7f6e1;
  color: #f7f6e1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e5e19d !important;
  background-color: transparent!important;
  border-color: #e5e19d !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #aba62e !important;
  background-color: #f7f6e1 !important;
  border-color: #f7f6e1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f29c17;
  color: #f29c17;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a96a09 !important;
  background-color: transparent!important;
  border-color: #a96a09 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f29c17 !important;
  border-color: #f29c17 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f7f6e1;
  color: #f7f6e1;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #e5e19d !important;
  background-color: transparent!important;
  border-color: #e5e19d !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #aba62e !important;
  background-color: #f7f6e1 !important;
  border-color: #f7f6e1 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #592f61 !important;
}
.text-secondary {
  color: #d29bfd !important;
}
.text-success {
  color: #f7f6e1 !important;
}
.text-info {
  color: #d3bcf6 !important;
}
.text-warning {
  color: #f29c17 !important;
}
.text-danger {
  color: #f7f6e1 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1a0e1c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a537fb !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #e2de90 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #9862ea !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #9a6109 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #e2de90 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  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: #592f61;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #d3bcf6;
}
.alert-warning {
  background-color: #f29c17;
}
.alert-danger {
  background-color: #f7f6e1;
}
.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: #592f61;
  border-color: #592f61;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #592f61;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a45eb1;
}
.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: #fdeed8;
}
.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: 'Inria Serif', serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #592f61 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inria Serif', serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #592f61;
}
/* 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: #592f61;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #592f61;
}
.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: #592f61;
  border-bottom-color: #592f61;
}
.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: #592f61 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #d29bfd !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='%23592f61' %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-thkorXVwQs .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #592f61;
  background: none;
}
.cid-thkorXVwQs .navbar.opened {
  transition: all 0.3s;
  background: #592f61 !important;
}
.cid-thkorXVwQs .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-thkorXVwQs .navbar .dropdown-item {
  transition: all 0.3s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #bc69fc;
  background: #d29bfd !important;
}
.cid-thkorXVwQs .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-thkorXVwQs .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-thkorXVwQs .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-thkorXVwQs .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-thkorXVwQs .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #592f61;
}
.cid-thkorXVwQs .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-thkorXVwQs .navbar.collapsed {
  flex-direction: row !important;
}
.cid-thkorXVwQs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thkorXVwQs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-thkorXVwQs .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-thkorXVwQs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thkorXVwQs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thkorXVwQs .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-thkorXVwQs .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  padding: 0.667em 1.667em;
}
.cid-thkorXVwQs .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-thkorXVwQs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thkorXVwQs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
}
.cid-thkorXVwQs .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-thkorXVwQs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thkorXVwQs .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-thkorXVwQs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thkorXVwQs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thkorXVwQs .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-thkorXVwQs .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
    padding: 0.667em 1.667em;
  }
  .cid-thkorXVwQs .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-thkorXVwQs .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-thkorXVwQs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thkorXVwQs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-thkorXVwQs .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-thkorXVwQs .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-thkorXVwQs .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-thkorXVwQs .navbar.navbar-short {
  background: #592f61 !important;
  min-height: 60px;
}
.cid-thkorXVwQs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-thkorXVwQs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-thkorXVwQs .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-thkorXVwQs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thkorXVwQs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thkorXVwQs .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-thkorXVwQs .dropdown-item.active,
.cid-thkorXVwQs .dropdown-item:active {
  background-color: transparent;
}
.cid-thkorXVwQs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thkorXVwQs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thkorXVwQs .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thkorXVwQs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #592f61;
}
.cid-thkorXVwQs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-thkorXVwQs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thkorXVwQs ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-thkorXVwQs .navbar-buttons {
  text-align: center;
}
.cid-thkorXVwQs 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-thkorXVwQs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-thkorXVwQs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-thkorXVwQs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thkorXVwQs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thkorXVwQs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thkorXVwQs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thkorXVwQs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thkorXVwQs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thkorXVwQs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thkorXVwQs .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-thkorXVwQs a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-thkorXVwQs .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-thkorXVwQs .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  padding: 1.667em 1.667em;
}
.cid-thkorXVwQs .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-thkorXVwQs .nav-link:hover,
.cid-thkorXVwQs .dropdown-item:hover {
  color: #d29bfd !important;
}
.cid-tMVde7LMw9 {
  overflow-x: hidden !important;
}
.cid-tMVde7LMw9,
.cid-tMVde7LMw9 .scroll-wrapper {
  padding-top: 135px;
  padding-bottom: 225px;
}
.cid-tMVde7LMw9 .mbr-section-title {
  color: #ffffff;
}
.cid-tMVde7LMw9 .mbr-section-title span {
  color: #592f61;
}
.cid-tMVde7LMw9 .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-tMVde7LMw9 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 42s !important;
  animation-duration: 42s;
  background-image: url("../../../assets/images/pamelaportada-2000x3000.png");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-tMVde7LMw9 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-tMVde7LMw9 .mbr-overlay {
  z-index: 1;
}
.cid-tMVde7LMw9 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-thkoTl8ocG .number-wrap {
  color: #592f61;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 5px 13px 5px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-thkoTl8ocG .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #592f61;
}
.cid-thkoTl8ocG .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-thkoTl8ocG .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #592f61;
}
.cid-thkoTl8ocG .countdown-cont {
  margin: 0 auto;
}
.cid-thkoTl8ocG .full-count-container {
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-thkoTl8ocG .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-thkoTl8ocG .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-thkoTl8ocG .dot {
    display: none;
  }
  .cid-thkoTl8ocG .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-thkoTl8ocG .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-thkoTl8ocG .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-thkoTl8ocG .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-thkoTl8ocG .number {
    font-size: 25px;
  }
  .cid-thkoTl8ocG .period {
    font-size: 0.7rem;
  }
}
.cid-thkoTl8ocG H2 {
  color: #592f61;
  text-align: center;
}
.cid-tN7aEH3rBO {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tN7aEH3rBO svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tN7aEH3rBO #e2_shape {
  fill: #ffffff !important;
}
.cid-tN7aEH3rBO img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(233, 205, 254, 0.35);
}
@media (max-width: 576px) {
  .cid-tN7aEH3rBO img {
    width: 90%!important;
  }
}
.cid-tN7aEH3rBO H1 {
  color: #ffffff;
}
.cid-tMVp7EyE1Q {
  overflow: hidden !important;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/9d578a32-84ac-4149-abb2-dc586142ed48-2000x2867.jpg");
}
.cid-tMVp7EyE1Q .animated-element {
  color: #592f61;
}
.cid-tMVp7EyE1Q .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-tMVp7EyE1Q .img-block {
    padding-right: 2rem;
  }
}
.cid-tMVp7EyE1Q .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tMVp7EyE1Q .mbr-text,
.cid-tMVp7EyE1Q .mbr-section-btn {
  color: #592f61;
  text-align: center;
}
.cid-tmEKPvIb6u {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/9d578a32-84ac-4149-abb2-dc586142ed48-2000x2867.jpg");
  overflow: hidden;
}
.cid-tmEKPvIb6u svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tmEKPvIb6u #e2_shape {
  fill: #56121d !important;
}
.cid-tmEKPvIb6u img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(233, 205, 254, 0.35);
}
@media (max-width: 576px) {
  .cid-tmEKPvIb6u img {
    width: 90%!important;
  }
}
.cid-tmEKPvIb6u H1 {
  color: #ffffff;
}
.cid-tMVm43vZdm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/9d578a32-84ac-4149-abb2-dc586142ed48-2000x2867.jpg");
  overflow: hidden;
}
.cid-tMVm43vZdm svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tMVm43vZdm #e2_shape {
  fill: #ffffff !important;
}
.cid-tMVm43vZdm img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(233, 205, 254, 0.35);
}
@media (max-width: 576px) {
  .cid-tMVm43vZdm img {
    width: 90%!important;
  }
}
.cid-tMVm43vZdm H1 {
  color: #9d8028;
}
.cid-tMVm43vZdm H3 {
  color: #9d8028;
}
.cid-tMVm43vZdm .mbr-text,
.cid-tMVm43vZdm .mbr-section-btn {
  color: #592f61;
}
.cid-tGBsPR7LjA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/9d578a32-84ac-4149-abb2-dc586142ed48-2000x2867.jpg");
}
.cid-tGBsPR7LjA .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tGBsPR7LjA .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tGBsPR7LjA .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tGBsPR7LjA .form-group {
  padding-right: 0;
}
.cid-tGBsPR7LjA .card {
  padding: 3rem 8rem;
}
.cid-tGBsPR7LjA .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-tGBsPR7LjA .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-tGBsPR7LjA .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGBsPR7LjA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGBsPR7LjA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGBsPR7LjA .map-placeholder {
  display: none;
}
.cid-tGBsPR7LjA .btn-primary {
  border: 1px solid #592f61 !important;
}
.cid-tGBsPR7LjA .btn-primary:hover {
  border: 1px solid #592f61 !important;
}
.cid-tGBsPR7LjA .stripe {
  border-bottom: 1px solid #bed3f9;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tGBsPR7LjA .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tGBsPR7LjA .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tGBsPR7LjA .mbr-text {
  color: #444;
}
.cid-tGBsPR7LjA h5 {
  margin-bottom: 0;
}
.cid-tGBsPR7LjA .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tGBsPR7LjA .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGBsPR7LjA .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tGBsPR7LjA .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tGBsPR7LjA .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-tGBsPR7LjA .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tGBsPR7LjA .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGBsPR7LjA .social-list a:hover {
  opacity: 0.4;
}
.cid-tGBsPR7LjA .media-container-row > div {
  padding: 0px;
}
.cid-tGBsPR7LjA .text2 {
  color: #592f61;
  text-align: left;
}
.cid-tGBsPR7LjA .group-title {
  text-align: center;
  color: #592f61;
  padding-bottom: 0.2rem;
}
.cid-tGBsPR7LjA .links {
  color: #656565;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 1200px) {
  .cid-tGBsPR7LjA .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tGBsPR7LjA .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tGBsPR7LjA h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tGBsPR7LjA .form-group {
    max-width: 180px;
  }
  .cid-tGBsPR7LjA .card {
    padding: 2rem 1rem;
  }
}
.cid-tGBsPR7LjA .links span {
  color: #9e9e9e;
}
.cid-tGBsPR7LjA .logo-title,
.cid-tGBsPR7LjA .logo-sub-title {
  text-align: center;
}
.cid-tGBsPR7LjA .logo-sub-title i {
  color: #9e9e9e;
}
.cid-tGBubTAfJN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/9d578a32-84ac-4149-abb2-dc586142ed48-2000x2867.jpg");
}
.cid-tGBubTAfJN .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-tGBubTAfJN .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tGBubTAfJN .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tGBubTAfJN .form-group {
  padding-right: 0;
}
.cid-tGBubTAfJN .card {
  padding: 3rem 8rem;
}
.cid-tGBubTAfJN .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-tGBubTAfJN .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-tGBubTAfJN .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGBubTAfJN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGBubTAfJN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGBubTAfJN .map-placeholder {
  display: none;
}
.cid-tGBubTAfJN .btn-primary {
  border: 1px solid #592f61 !important;
}
.cid-tGBubTAfJN .btn-primary:hover {
  border: 1px solid #592f61 !important;
}
.cid-tGBubTAfJN .stripe {
  border-bottom: 1px solid #bed3f9;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tGBubTAfJN .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tGBubTAfJN .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tGBubTAfJN .mbr-text {
  color: #444;
}
.cid-tGBubTAfJN h5 {
  margin-bottom: 0;
}
.cid-tGBubTAfJN .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tGBubTAfJN .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGBubTAfJN .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tGBubTAfJN .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tGBubTAfJN .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-tGBubTAfJN .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tGBubTAfJN .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGBubTAfJN .social-list a:hover {
  opacity: 0.4;
}
.cid-tGBubTAfJN .media-container-row > div {
  padding: 0px;
}
.cid-tGBubTAfJN .text2 {
  color: #592f61;
  text-align: left;
}
.cid-tGBubTAfJN .group-title {
  text-align: center;
  color: #592f61;
  padding-bottom: 0.2rem;
}
.cid-tGBubTAfJN .links {
  color: #656565;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 1200px) {
  .cid-tGBubTAfJN .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tGBubTAfJN .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tGBubTAfJN h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tGBubTAfJN .form-group {
    max-width: 180px;
  }
  .cid-tGBubTAfJN .card {
    padding: 2rem 1rem;
  }
}
.cid-tGBubTAfJN .links span {
  color: #9e9e9e;
}
.cid-tGBubTAfJN .logo-title,
.cid-tGBubTAfJN .logo-sub-title {
  text-align: center;
}
.cid-tGBubTAfJN .logo-sub-title i {
  color: #9e9e9e;
}
.cid-thkqMjNpv7 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/9d578a32-84ac-4149-abb2-dc586142ed48-2000x2867.jpg");
  overflow: hidden;
}
.cid-thkqMjNpv7 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-thkqMjNpv7 #e2_shape {
  fill: #56121d !important;
}
.cid-thkqMjNpv7 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(233, 205, 254, 0.35);
}
@media (max-width: 576px) {
  .cid-thkqMjNpv7 img {
    width: 90%!important;
  }
}
.cid-thkqMjNpv7 H1 {
  color: #ffffff;
}
.cid-tGBzdzBTuW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/9d578a32-84ac-4149-abb2-dc586142ed48-2000x2867.jpg");
}
.cid-tGBzdzBTuW .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tGBzdzBTuW .card-wrapper {
  background-color: #f6f6f6;
  border-radius: 10px;
  overflow: visible;
  padding: 0rem 0;
  background-color: transparent;
}
.cid-tGBzdzBTuW p {
  line-height: 2.5;
}
.cid-tGBzdzBTuW .card-box {
  padding: 4rem 4rem;
}
@media (max-width: 767px) {
  .cid-tGBzdzBTuW .card-box {
    padding: 2rem 1rem;
  }
}
.cid-tGBzdzBTuW .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transform: scale(1.1);
  border: 10px solid #d29bfd;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tGBzdzBTuW .image-wrapper img {
    transform: scale(1);
  }
}
.cid-tGBzdzBTuW .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 1.3rem;
  background: #f6f6f6;
  transition: all 0.3s;
}
.cid-tGBzdzBTuW .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #592f61;
  font-size: 1.3rem;
  transition: all 0.3s;
}
.cid-tGBzdzBTuW .social-row .soc-item:hover {
  background-color: #592f61;
}
.cid-tGBzdzBTuW .social-row .soc-item:hover .mbr-iconfont {
  color: #f6f6f6;
}
@media (max-width: 767px) {
  .cid-tGBzdzBTuW .social-row .soc-item {
    margin: 0 0.3rem;
  }
}
.cid-tGBzdzBTuW .mbr-text,
.cid-tGBzdzBTuW .social-row {
  color: #592f61;
  text-align: center;
}
.cid-tGBzdzBTuW .card-title {
  color: #592f61;
  text-align: center;
}
.cid-tjrKUdu81f {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/9d578a32-84ac-4149-abb2-dc586142ed48-2000x2867.jpg");
  overflow: hidden;
}
.cid-tjrKUdu81f svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tjrKUdu81f #e2_shape {
  fill: #ffffff !important;
}
.cid-tjrKUdu81f img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(233, 205, 254, 0.35);
}
@media (max-width: 576px) {
  .cid-tjrKUdu81f img {
    width: 90%!important;
  }
}
.cid-tjrKUdu81f H1 {
  color: #9d8028;
}
.cid-tjrKUdu81f H3 {
  color: #9d8028;
}
.cid-tjrKUdu81f .mbr-text,
.cid-tjrKUdu81f .mbr-section-btn {
  color: #592f61;
}
.cid-tNcOCyWOpK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/9d578a32-84ac-4149-abb2-dc586142ed48-2000x2867.jpg");
}
.cid-tNcOCyWOpK .mbr-section-title,
.cid-tNcOCyWOpK .mbr-section-subtitle {
  color: #000000;
}
.cid-tNcOCyWOpK .mbr-section-text {
  color: #232323;
}
.cid-tNcOCyWOpK .mbr-text,
.cid-tNcOCyWOpK .typed-text,
.cid-tNcOCyWOpK .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-tNcOCyWOpK .btn {
  margin-left: 4px !important;
}
.cid-tNcOCyWOpK .animated-element {
  color: #592f61;
}
.cid-tNcOCyWOpK .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #592f61;
}
.cid-tNcOCyWOpK .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tNcOCyWOpK .typed-text,
  .cid-tNcOCyWOpK .mbr-section-subtitle,
  .cid-tNcOCyWOpK .mbr-section-text,
  .cid-tNcOCyWOpK .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tNcOCyWOpK .mbr-section-subtitle,
.cid-tNcOCyWOpK .typed-text {
  color: #592f61;
}
.cid-tMVl7VNwtE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/9d578a32-84ac-4149-abb2-dc586142ed48-2000x2867.jpg");
  overflow: hidden;
}
.cid-tMVl7VNwtE svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tMVl7VNwtE #e2_shape {
  fill: #ffffff !important;
}
.cid-tMVl7VNwtE img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(233, 205, 254, 0.35);
}
@media (max-width: 576px) {
  .cid-tMVl7VNwtE img {
    width: 90%!important;
  }
}
.cid-tMVl7VNwtE H1 {
  color: #9d8028;
}
.cid-tMVl7VNwtE H3 {
  color: #9d8028;
}
.cid-tMVl7VNwtE .mbr-text,
.cid-tMVl7VNwtE .mbr-section-btn {
  color: #592f61;
}
.cid-tNcNQ3NKfg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/9d578a32-84ac-4149-abb2-dc586142ed48-2000x2867.jpg");
}
.cid-tNcNQ3NKfg .mbr-section-title,
.cid-tNcNQ3NKfg .mbr-section-subtitle {
  color: #000000;
}
.cid-tNcNQ3NKfg .mbr-section-text {
  color: #232323;
}
.cid-tNcNQ3NKfg .mbr-text,
.cid-tNcNQ3NKfg .typed-text,
.cid-tNcNQ3NKfg .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-tNcNQ3NKfg .btn {
  margin-left: 4px !important;
}
.cid-tNcNQ3NKfg .animated-element {
  color: #592f61;
}
.cid-tNcNQ3NKfg .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #592f61;
}
.cid-tNcNQ3NKfg .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tNcNQ3NKfg .typed-text,
  .cid-tNcNQ3NKfg .mbr-section-subtitle,
  .cid-tNcNQ3NKfg .mbr-section-text,
  .cid-tNcNQ3NKfg .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tNcNQ3NKfg .mbr-section-subtitle,
.cid-tNcNQ3NKfg .typed-text {
  color: #592f61;
}
.cid-tMVhkU5DzE {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #d3bcf6;
}
.cid-tMVhkU5DzE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tMVhkU5DzE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMVhkU5DzE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tMVhkU5DzE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tMVhkU5DzE .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #d29bfd;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tMVhkU5DzE .icon-focus {
  display: none;
}
.cid-tMVhkU5DzE .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-tMVhkU5DzE ul {
  font-size: 0;
}
.cid-tMVhkU5DzE .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #d3bcf6 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-tMVhkU5DzE .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tMVhkU5DzE .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #592f61, #d29bfd);
}
.cid-tMVhkU5DzE .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tMVhkU5DzE .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tMVhkU5DzE .mbr-gallery-item > div:hover:before {
  opacity: 0.2 !important;
}
.cid-tMVhkU5DzE .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tMVhkU5DzE .btn:hover {
  background: transparent !important;
}
.cid-tMVhkU5DzE .btn:hover:before {
  background: transparent !important;
}
.cid-tMVhkU5DzE .btn:before {
  background-color: transparent !important;
}
.cid-tMVhkU5DzE .btn:focus {
  box-shadow: none;
}
.cid-tMVhkU5DzE .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #592f61;
}
.cid-thksngRldi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/9d578a32-84ac-4149-abb2-dc586142ed48-2000x2867.jpg");
}
.cid-thksngRldi .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-thksngRldi .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-thksngRldi .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thksngRldi .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-thksngRldi .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-thksngRldi .text2 {
  color: #000000;
  text-align: left;
}
.cid-thksngRldi .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-thksngRldi .logo-title {
  text-align: center;
}
.cid-thksngRldi .logo-sub-title {
  text-align: center;
}
.cid-thksngRldi .links {
  text-align: center;
  color: #656565;
}
.cid-thksngRldi .logo-sub-title i {
  color: #9e9e9e;
}
.cid-thksngRldi .logo-title,
.cid-thksngRldi .logo {
  color: #592f61;
}
