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





body {
  font-family: Rubik;
}

.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 2.4rem;
  font-display: swap;
}

.display-1>.mbr-iconfont {
  font-size: 3.84rem;
}

.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 2rem;
  font-display: swap;
}

.display-2>.mbr-iconfont {
  font-size: 3.2rem;
}

.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-display: swap;
}

.display-4>.mbr-iconfont {
  font-size: 1.6rem;
}

.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}

.display-5>.mbr-iconfont {
  font-size: 2.4rem;
}

.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}

.display-7>.mbr-iconfont {
  font-size: 1.76rem;
}

/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.92rem;
    font-size: calc(1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-2 {
    font-size: 1.6rem;
    font-size: calc(1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-4 {
    font-size: 0.8rem;
    font-size: calc(1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-5 {
    font-size: 1.2rem;
    font-size: calc(1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}

/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}

.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}

.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}

.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}

.bg-primary {
  background-color: #EC71A8 !important;
}

.bg-success {
  background-color: #f7ed4a !important;
}

.bg-info {
  background-color: #82786e !important;
}

.bg-warning {
  background-color: #879a9f !important;
}

.bg-danger {
  background-color: #b1a374 !important;
}

.btn-primary,
.btn-primary:active {
  background-color: #ec71a8 !important;
  border-color: #ec71a8 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background-color: #e32e7f !important;
  border-color: #e32e7f !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #e32e7f !important;
  border-color: #e32e7f !important;
}

.btn-secondary,
.btn-secondary:active {
  background-color: #6FACA8 !important;
  border-color: #6FACA8 !important;
  color: #ffffff;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #4c837f !important;
  border-color: #4c837f !important;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4c837f !important;
  border-color: #4c837f !important;
}

.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}

.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}

.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}

.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}

.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}

.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}

.btn-white {
  color: #333333 !important;
}

.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}

.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}

.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}

.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}

.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}

.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #e50101;
  color: #e50101;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #EC71A8;
  border-color: #EC71A8;
}

.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #EC71A8 !important;
  border-color: #EC71A8 !important;
}

.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}

.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}

.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}

.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}

.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}

.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}

.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}

.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}

.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}

.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}

.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}

.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}

.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}

.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}

.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}

.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}

.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}

.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}

.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}

.text-primary {
  color: #EC71A8 !important;
}

.text-secondary {
  color: #ff3366 !important;
}

.text-success {
  color: #f7ed4a !important;
}

.text-info {
  color: #82786e !important;
}

.text-warning {
  color: #879a9f !important;
}

.text-danger {
  color: #b1a374 !important;
}

.text-white {
  color: #ffffff !important;
}

.text-black {
  color: #000000 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #e50101 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}

a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}

a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}

.alert-success {
  background-color: #70c770;
}

.alert-info {
  background-color: #82786e;
}

.alert-warning {
  background-color: #879a9f;
}

.alert-danger {
  background-color: #b1a374;
}

.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}

.mbr-gallery-filter li.active .btn {
  background-color: #EC71A8;
  border-color: #EC71A8;
  color: #ffffff;
}

.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}

a,
a:hover {
  color: #EC71A8;
}

.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}

.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}

.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}

.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}

.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}

/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}

.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}

.form-control>.mbr-iconfont {
  font-size: 1.76rem;
}

blockquote {
  border-color: #EC71A8;
}

/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}

@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }

  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}

/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #EC71A8;
}

.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #EC71A8;
}

/* Headers*/
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}

.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #EC71A8;
  color: #ffffff;
}

.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #EC71A8;
  border-bottom-color: #EC71A8;
}

.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: #EC71A8 !important;
  box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}

.lazy-bg {
  background-image: none !important;
}

.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}

iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23fe4e4e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

section.lazy-placeholder:after {
  opacity: 0.3;
}

.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}

.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}

.cid-qTkzRZLJNu a {
  font-style: normal;
}

.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}

.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}

.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}

.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}

.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}

.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}

.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}

.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}

.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}

.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}

.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}

.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}

.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}

.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}

.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}

.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}

.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}

.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}

.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}

.cid-qTkzRZLJNu .dropdown.open>.dropdown-menu {
  display: block;
}

.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}

.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}

.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}

.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}

.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}

.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}

.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}

.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}

.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}

.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #37101D;
}

.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}

.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}

.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}

.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}

.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}

.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}

.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}

.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}

.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}

.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}

.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}

.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}

.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}

.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}

.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}

.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}

.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}

.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}

.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}

.cid-qTkzRZLJNu .collapsed .dropdown.open>.dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}

.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}

.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}

@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }

  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }

  .cid-qTkzRZLJNu .btn {
    display: flex;
  }

  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }

  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }

  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }

  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }

  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }

  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }

  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }

  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }

  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }

  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }

  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }

  .cid-qTkzRZLJNu .dropdown.open>.dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }

  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }

  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}

@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}

.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}

.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #EC71A8 !important;
}

.cid-uM7RhZMbi7 {
  padding-top: 117px;
  padding-bottom: 40px;
  background-color: #252525;
  background: linear-gradient(90deg, #ec71a8, #f6f162, #6faca8);
}

.cid-uM7RhZMbi7 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  align-items: center;
}

.cid-uM7RhZMbi7 h1,
.cid-uM7RhZMbi7 p {
  color: #37101D;
}

@media (min-width: 992px) {
  .cid-uM7RhZMbi7 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 1rem;
  }
}

@media (max-width: 991px) {
  .cid-uM7RhZMbi7 .mbr-figure {
    padding-bottom: 3rem;
  }
}

@media (max-width: 767px) {
  .cid-uM7RhZMbi7 .mbr-text {
    text-align: center;
  }
}

.cid-uM8jEXgSxt {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}

.cid-uM8jEXgSxt .mbr-overlay {
  background: #879a9f;
}

.cid-uM8jEXgSxt .mbr-section-title {
  letter-spacing: -1px;
  color: #232323;
}

.cid-uM8jEXgSxt .mbr-section-subtitle {
  color: #232323;
}

.cid-uM8jEXgSxt .mbr-text,
.cid-uM8jEXgSxt .mbr-section-btn {
  color: #252525;
}

.cid-uM8AQrjo6f {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}

.cid-uM8AQrjo6f .card .card-img {
  overflow: hidden;
}

.cid-uM8AQrjo6f .card .card-img img {
  transition: all .5s;
}

.cid-uM8AQrjo6f .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.cid-uM8AQrjo6f .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}

.cid-uM8AQrjo6f .card {
  height: 100%;
}

.cid-uM8AQrjo6f .card .card-wrapper {
  height: 100%;
}

.cid-uM8AQrjo6f .card .card-wrapper .card-img {
  border-radius: 0;
}

.cid-uM8AQrjo6f .card .card-box {
  background: #ffffff;
  padding: 2rem;
}

.cid-uM8AQrjo6f .card .card-box .card-title {
  margin: 0;
}

.cid-uM8AQrjo6f .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}

.cid-uM8AQrjo6f .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}

.cid-uM8AQrjo6f .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}

.cid-uM8AQrjo6f .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.cid-uM8AQrjo6f .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.cid-uM8AQrjo6f .card .card-footer .icons-list {
  margin: 0;
}

.cid-uM8AQrjo6f .card .card-footer .icons-list li {
  margin-right: 1rem;
}

.cid-uM8AQrjo6f .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}

.cid-uM8AQrjo6f .card .card-footer .link .link-text {
  display: inline-block;
}

.cid-uM8AQrjo6f .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}

.cid-uM8AQrjo6f .card-box {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 1px;
}

.cid-uM8AQrjo6f .card-footer {
  border-top: 1px solid #efefef;
}

@media (max-width: 767px) {
  .cid-uM8AQrjo6f .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}

@media (max-width: 991px) {
  .cid-uM8AQrjo6f .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}

.cid-uM8AQrjo6f .main-title {
  color: #6FACA8;
  text-align: left;
}

.cid-uM8AQrjo6f .main-subtitle,
.cid-uM8AQrjo6f .underline {
  text-align: left;
}

.cid-uM8AQrjo6f .card-text,
.cid-uM8AQrjo6f .card-btn {
  color: #6FACA8;
}

.cid-uM91dbhedV {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}

.cid-uM91dbhedV .card .card-img {
  overflow: hidden;
}

.cid-uM91dbhedV .card .card-img img {
  transition: all .5s;
}

.cid-uM91dbhedV .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.cid-uM91dbhedV .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}

.cid-uM91dbhedV .card {
  height: 100%;
}

.cid-uM91dbhedV .card .card-wrapper {
  height: 100%;
}

.cid-uM91dbhedV .card .card-wrapper .card-img {
  border-radius: 0;
}

.cid-uM91dbhedV .card .card-box {
  background: #ffffff;
  padding: 2rem;
}

.cid-uM91dbhedV .card .card-box .card-title {
  margin: 0;
}

.cid-uM91dbhedV .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}

.cid-uM91dbhedV .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}

.cid-uM91dbhedV .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}

.cid-uM91dbhedV .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.cid-uM91dbhedV .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.cid-uM91dbhedV .card .card-footer .icons-list {
  margin: 0;
}

.cid-uM91dbhedV .card .card-footer .icons-list li {
  margin-right: 1rem;
}

.cid-uM91dbhedV .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}

.cid-uM91dbhedV .card .card-footer .link .link-text {
  display: inline-block;
}

.cid-uM91dbhedV .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}

.cid-uM91dbhedV .card-box {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 1px;
}

.cid-uM91dbhedV .card-footer {
  border-top: 1px solid #efefef;
}

@media (max-width: 767px) {
  .cid-uM91dbhedV .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}

@media (max-width: 991px) {
  .cid-uM91dbhedV .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}

.cid-uM91dbhedV .main-title {
  color: #EC71A8;
  text-align: left;
}

.cid-uM91dbhedV .main-subtitle,
.cid-uM91dbhedV .underline {
  text-align: left;
  color: #ffffff;
}

.cid-uM91dbhedV .card-text,
.cid-uM91dbhedV .card-btn {
  color: #EC71A8;
}

.cid-uM91nSY5hp {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #111111;
  background: linear-gradient(90deg, #ec71a8, #f6f162, #6faca8);
}

.cid-uM91nSY5hp .card .card-img {
  overflow: hidden;
}

.cid-uM91nSY5hp .card .card-img img {
  transition: all .5s;
}

.cid-uM91nSY5hp .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.cid-uM91nSY5hp .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}

.cid-uM91nSY5hp .card {
  height: 100%;
}

.cid-uM91nSY5hp .card .card-wrapper {
  height: 100%;
}

.cid-uM91nSY5hp .card .card-wrapper .card-img {
  border-radius: 0;
}

.cid-uM91nSY5hp .card .card-box {
  background: #ffffff;
  padding: 2rem;
}

.cid-uM91nSY5hp .card .card-box .card-title {
  margin: 0;
}

.cid-uM91nSY5hp .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}

.cid-uM91nSY5hp .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}

.cid-uM91nSY5hp .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}

.cid-uM91nSY5hp .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.cid-uM91nSY5hp .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.cid-uM91nSY5hp .card .card-footer .icons-list {
  margin: 0;
}

.cid-uM91nSY5hp .card .card-footer .icons-list li {
  margin-right: 1rem;
}

.cid-uM91nSY5hp .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}

.cid-uM91nSY5hp .card .card-footer .link .link-text {
  display: inline-block;
}

.cid-uM91nSY5hp .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}

.cid-uM91nSY5hp .card-box {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 1px;
}

.cid-uM91nSY5hp .card-footer {
  border-top: 1px solid #efefef;
}

@media (max-width: 767px) {
  .cid-uM91nSY5hp .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}

@media (max-width: 991px) {
  .cid-uM91nSY5hp .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}

.cid-uM91nSY5hp .main-title {
  color: #37101d;
  text-align: left;
}

.cid-uM91nSY5hp .main-subtitle,
.cid-uM91nSY5hp .underline {
  text-align: left;
  color: #37101d;
}

.cid-uM91nSY5hp .card-text,
.cid-uM91nSY5hp .card-btn {
  color: #EC71A8;
}

.cid-uM92fs8Hlv {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #111111;
}

.cid-uM92fs8Hlv .card .card-img {
  overflow: hidden;
}

.cid-uM92fs8Hlv .card .card-img img {
  transition: all .5s;
}

.cid-uM92fs8Hlv .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.cid-uM92fs8Hlv .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}

.cid-uM92fs8Hlv .card {
  height: 100%;
}

.cid-uM92fs8Hlv .card .card-wrapper {
  height: 100%;
}

.cid-uM92fs8Hlv .card .card-wrapper .card-img {
  border-radius: 0;
}

.cid-uM92fs8Hlv .card .card-box {
  background: #ffffff;
  padding: 2rem;
}

.cid-uM92fs8Hlv .card .card-box .card-title {
  margin: 0;
}

.cid-uM92fs8Hlv .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}

.cid-uM92fs8Hlv .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}

.cid-uM92fs8Hlv .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}

.cid-uM92fs8Hlv .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.cid-uM92fs8Hlv .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.cid-uM92fs8Hlv .card .card-footer .icons-list {
  margin: 0;
}

.cid-uM92fs8Hlv .card .card-footer .icons-list li {
  margin-right: 1rem;
}

.cid-uM92fs8Hlv .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}

.cid-uM92fs8Hlv .card .card-footer .link .link-text {
  display: inline-block;
}

.cid-uM92fs8Hlv .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}

.cid-uM92fs8Hlv .card-box {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 1px;
}

.cid-uM92fs8Hlv .card-footer {
  border-top: 1px solid #efefef;
}

@media (max-width: 767px) {
  .cid-uM92fs8Hlv .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}

@media (max-width: 991px) {
  .cid-uM92fs8Hlv .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}

.cid-uM92fs8Hlv .main-title {
  color: #EC71A8;
  text-align: left;
}

.cid-uM92fs8Hlv .main-subtitle,
.cid-uM92fs8Hlv .underline {
  text-align: left;
  color: #ffffff;
}

.cid-uM92fs8Hlv .card-text,
.cid-uM92fs8Hlv .card-btn {
  color: #EC71A8;
}

.cid-uM92u3J0VA {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .cid-uM92u3J0VA .content {
    text-align: center;
  }

  .cid-uM92u3J0VA .content>div:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .cid-uM92u3J0VA .media-wrap {
    margin-bottom: 1rem;
  }
}

.cid-uM92u3J0VA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}

.cid-uM92u3J0VA .media-wrap img {
  height: 6rem;
}

@media (max-width: 767px) {
  .cid-uM92u3J0VA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}

.cid-uM92u3J0VA .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}

.cid-uM92u3J0VA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.cid-uM92u3J0VA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}

.cid-uM92u3J0VA .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}

.cid-uM92u3J0VA .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.cid-uM92u3J0VA .footer-lower .social-list a:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .cid-uM92u3J0VA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.cid-uM97XoIGdI .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}

.cid-uM97XoIGdI .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}

.cid-uM97XoIGdI a {
  font-style: normal;
}

.cid-uM97XoIGdI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}

.cid-uM97XoIGdI .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}

.cid-uM97XoIGdI .nav-item:focus,
.cid-uM97XoIGdI .nav-link:focus {
  outline: none;
}

.cid-uM97XoIGdI .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}

.cid-uM97XoIGdI .btn .mbr-iconfont {
  font-size: 1.6rem;
}

.cid-uM97XoIGdI .menu-logo {
  margin-right: auto;
}

.cid-uM97XoIGdI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}

.cid-uM97XoIGdI .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}

.cid-uM97XoIGdI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}

.cid-uM97XoIGdI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}

.cid-uM97XoIGdI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}

.cid-uM97XoIGdI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}

.cid-uM97XoIGdI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}

.cid-uM97XoIGdI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}

.cid-uM97XoIGdI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}

.cid-uM97XoIGdI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}

.cid-uM97XoIGdI .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}

.cid-uM97XoIGdI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}

.cid-uM97XoIGdI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-uM97XoIGdI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}

.cid-uM97XoIGdI .dropdown.open>.dropdown-menu {
  display: block;
}

.cid-uM97XoIGdI .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}

.cid-uM97XoIGdI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}

.cid-uM97XoIGdI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}

.cid-uM97XoIGdI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}

.cid-uM97XoIGdI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}

.cid-uM97XoIGdI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}

.cid-uM97XoIGdI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}

.cid-uM97XoIGdI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}

.cid-uM97XoIGdI button.navbar-toggler:focus {
  outline: none;
}

.cid-uM97XoIGdI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}

.cid-uM97XoIGdI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}

.cid-uM97XoIGdI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}

.cid-uM97XoIGdI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}

.cid-uM97XoIGdI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}

.cid-uM97XoIGdI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-uM97XoIGdI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}

.cid-uM97XoIGdI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}

.cid-uM97XoIGdI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-uM97XoIGdI .collapsed.navbar-expand {
  flex-direction: column;
}

.cid-uM97XoIGdI .collapsed .btn {
  display: flex;
}

.cid-uM97XoIGdI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}

.cid-uM97XoIGdI .collapsed .navbar-collapse.collapsing,
.cid-uM97XoIGdI .collapsed .navbar-collapse.show {
  display: block !important;
}

.cid-uM97XoIGdI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uM97XoIGdI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}

.cid-uM97XoIGdI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uM97XoIGdI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}

.cid-uM97XoIGdI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uM97XoIGdI .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}

.cid-uM97XoIGdI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uM97XoIGdI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}

.cid-uM97XoIGdI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uM97XoIGdI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}

.cid-uM97XoIGdI .collapsed button.navbar-toggler {
  display: block;
}

.cid-uM97XoIGdI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}

.cid-uM97XoIGdI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}

.cid-uM97XoIGdI .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}

.cid-uM97XoIGdI .collapsed .dropdown.open>.dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}

.cid-uM97XoIGdI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}

.cid-uM97XoIGdI .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}

@media (max-width: 991px) {
  .cid-uM97XoIGdI .navbar-expand {
    flex-direction: column;
  }

  .cid-uM97XoIGdI img {
    height: 3.8rem !important;
  }

  .cid-uM97XoIGdI .btn {
    display: flex;
  }

  .cid-uM97XoIGdI button.navbar-toggler {
    display: block;
  }

  .cid-uM97XoIGdI .navbar-brand {
    margin-left: 1rem !important;
  }

  .cid-uM97XoIGdI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }

  .cid-uM97XoIGdI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }

  .cid-uM97XoIGdI .navbar-collapse.collapsing,
  .cid-uM97XoIGdI .navbar-collapse.show {
    display: block !important;
  }

  .cid-uM97XoIGdI .navbar-collapse.collapsing .navbar-nav,
  .cid-uM97XoIGdI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }

  .cid-uM97XoIGdI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uM97XoIGdI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }

  .cid-uM97XoIGdI .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uM97XoIGdI .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }

  .cid-uM97XoIGdI .navbar-collapse.collapsing .navbar-buttons,
  .cid-uM97XoIGdI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }

  .cid-uM97XoIGdI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uM97XoIGdI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }

  .cid-uM97XoIGdI .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }

  .cid-uM97XoIGdI .dropdown.open>.dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }

  .cid-uM97XoIGdI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }

  .cid-uM97XoIGdI .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}

@media (min-width: 767px) {
  .cid-uM97XoIGdI .menu-logo {
    flex-shrink: 0;
  }
}

.cid-uM97XoIGdI .navbar-collapse {
  flex-basis: auto;
}

.cid-uM97XoIGdI .nav-link:hover,
.cid-uM97XoIGdI .dropdown-item:hover {
  color: #EC71A8 !important;
}

.cid-uM97XpKUz8,
.cid-uMjL26wOVc,
.cid-uMjKGT90Am,
.cid-uMjLy4LmAo {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ec71a8;
  background: linear-gradient(90deg, #ec71a8, #f6f162, #6faca8);
}

.cid-uM97XpKUz8 .mbr-overlay {
  background: #879a9f;
}

.cid-uM97XpKUz8 .mbr-section-title {
  letter-spacing: -1px;
  color: #232323;
}

.cid-uM97XpKUz8 .mbr-section-subtitle {
  color: #37101D;
  text-align: center;
}

.cid-uM97XpKUz8 .mbr-text,
.cid-uM97XpKUz8 .mbr-section-btn {
  color: #252525;
}

.cid-uM98pHFwkJ {
  padding-top: 105px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}

.cid-uM98pHFwkJ .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}

.cid-uM98pHFwkJ .mbr-section-title {
  color: #111111;
}

.cid-uM98pHFwkJ .mbr-text,
.cid-uM98pHFwkJ .mbr-section-btn {
  color: #111111;
}

.cid-uM9967ESzo {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}

.cid-uM9967ESzo .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}

.cid-uM9967ESzo LABEL {
  text-align: left;
}

.cid-uMjnctLyBq {
  padding-top: 0px;
  padding-bottom: 105px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}

.cid-uMjnctLyBq .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}

.cid-uMjnctLyBq .mbr-section-title {
  color: #252525;
}

.cid-uMjnctLyBq .mbr-text,
.cid-uMjnctLyBq .mbr-section-btn {
  color: #252525;
}

.cid-uM97XuXjBX {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #EC71A8;
}

@media (max-width: 767px) {
  .cid-uM97XuXjBX .content {
    text-align: center;
  }

  .cid-uM97XuXjBX .content>div:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .cid-uM97XuXjBX .media-wrap {
    margin-bottom: 1rem;
  }
}

.cid-uM97XuXjBX .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}

.cid-uM97XuXjBX .media-wrap img {
  height: 6rem;
}

@media (max-width: 767px) {
  .cid-uM97XuXjBX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}

.cid-uM97XuXjBX .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}

.cid-uM97XuXjBX .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.cid-uM97XuXjBX .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}

.cid-uM97XuXjBX .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}

.cid-uM97XuXjBX .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.cid-uM97XuXjBX .footer-lower .social-list a:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .cid-uM97XuXjBX .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.cid-uM9jUOYFBT .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}

.cid-uM9jUOYFBT .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}

.cid-uM9jUOYFBT a {
  font-style: normal;
}

.cid-uM9jUOYFBT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}

.cid-uM9jUOYFBT .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}

.cid-uM9jUOYFBT .nav-item:focus,
.cid-uM9jUOYFBT .nav-link:focus {
  outline: none;
}

.cid-uM9jUOYFBT .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}

.cid-uM9jUOYFBT .btn .mbr-iconfont {
  font-size: 1.6rem;
}

.cid-uM9jUOYFBT .menu-logo {
  margin-right: auto;
}

.cid-uM9jUOYFBT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}

.cid-uM9jUOYFBT .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}

.cid-uM9jUOYFBT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}

.cid-uM9jUOYFBT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}

.cid-uM9jUOYFBT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}

.cid-uM9jUOYFBT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}

.cid-uM9jUOYFBT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}

.cid-uM9jUOYFBT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}

.cid-uM9jUOYFBT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}

.cid-uM9jUOYFBT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}

.cid-uM9jUOYFBT .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}

.cid-uM9jUOYFBT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}

.cid-uM9jUOYFBT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-uM9jUOYFBT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}

.cid-uM9jUOYFBT .dropdown.open>.dropdown-menu {
  display: block;
}

.cid-uM9jUOYFBT .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}

.cid-uM9jUOYFBT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}

.cid-uM9jUOYFBT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}

.cid-uM9jUOYFBT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}

.cid-uM9jUOYFBT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}

.cid-uM9jUOYFBT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}

.cid-uM9jUOYFBT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}

.cid-uM9jUOYFBT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}

.cid-uM9jUOYFBT button.navbar-toggler:focus {
  outline: none;
}

.cid-uM9jUOYFBT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}

.cid-uM9jUOYFBT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}

.cid-uM9jUOYFBT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}

.cid-uM9jUOYFBT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}

.cid-uM9jUOYFBT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}

.cid-uM9jUOYFBT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-uM9jUOYFBT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}

.cid-uM9jUOYFBT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}

.cid-uM9jUOYFBT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-uM9jUOYFBT .collapsed.navbar-expand {
  flex-direction: column;
}

.cid-uM9jUOYFBT .collapsed .btn {
  display: flex;
}

.cid-uM9jUOYFBT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}

.cid-uM9jUOYFBT .collapsed .navbar-collapse.collapsing,
.cid-uM9jUOYFBT .collapsed .navbar-collapse.show {
  display: block !important;
}

.cid-uM9jUOYFBT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uM9jUOYFBT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}

.cid-uM9jUOYFBT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uM9jUOYFBT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}

.cid-uM9jUOYFBT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uM9jUOYFBT .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}

.cid-uM9jUOYFBT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uM9jUOYFBT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}

.cid-uM9jUOYFBT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uM9jUOYFBT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}

.cid-uM9jUOYFBT .collapsed button.navbar-toggler {
  display: block;
}

.cid-uM9jUOYFBT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}

.cid-uM9jUOYFBT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}

.cid-uM9jUOYFBT .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}

.cid-uM9jUOYFBT .collapsed .dropdown.open>.dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}

.cid-uM9jUOYFBT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}

.cid-uM9jUOYFBT .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}

@media (max-width: 991px) {
  .cid-uM9jUOYFBT .navbar-expand {
    flex-direction: column;
  }

  .cid-uM9jUOYFBT img {
    height: 3.8rem !important;
  }

  .cid-uM9jUOYFBT .btn {
    display: flex;
  }

  .cid-uM9jUOYFBT button.navbar-toggler {
    display: block;
  }

  .cid-uM9jUOYFBT .navbar-brand {
    margin-left: 1rem !important;
  }

  .cid-uM9jUOYFBT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }

  .cid-uM9jUOYFBT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }

  .cid-uM9jUOYFBT .navbar-collapse.collapsing,
  .cid-uM9jUOYFBT .navbar-collapse.show {
    display: block !important;
  }

  .cid-uM9jUOYFBT .navbar-collapse.collapsing .navbar-nav,
  .cid-uM9jUOYFBT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }

  .cid-uM9jUOYFBT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uM9jUOYFBT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }

  .cid-uM9jUOYFBT .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uM9jUOYFBT .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }

  .cid-uM9jUOYFBT .navbar-collapse.collapsing .navbar-buttons,
  .cid-uM9jUOYFBT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }

  .cid-uM9jUOYFBT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uM9jUOYFBT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }

  .cid-uM9jUOYFBT .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }

  .cid-uM9jUOYFBT .dropdown.open>.dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }

  .cid-uM9jUOYFBT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }

  .cid-uM9jUOYFBT .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}

@media (min-width: 767px) {
  .cid-uM9jUOYFBT .menu-logo {
    flex-shrink: 0;
  }
}

.cid-uM9jUOYFBT .navbar-collapse {
  flex-basis: auto;
}

.cid-uM9jUOYFBT .nav-link:hover,
.cid-uM9jUOYFBT .dropdown-item:hover {
  color: #EC71A8 !important;
}

.cid-uM9jUPxysO .mbr-overlay {
  background: #879a9f;
}

.cid-uM9jUPxysO .mbr-section-title {
  letter-spacing: -1px;
  color: #232323;
}

.cid-uM9jUPxysO .mbr-section-subtitle {
  color: #37101D;
  text-align: center;
}

.cid-uM9jUPxysO .mbr-text,
.cid-uM9jUPxysO .mbr-section-btn {
  color: #252525;
}

.cid-uM9jUPZ039 {
  padding-top: 105px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}

.cid-uM9jUPZ039 .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}

.cid-uM9jUPZ039 .mbr-section-title {
  color: #111111;
  text-align: center;
}

.cid-uM9jUPZ039 .mbr-text,
.cid-uM9jUPZ039 .mbr-section-btn {
  color: #111111;
}

.cid-uMjkRdlRHM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}

.cid-uMjkRdlRHM .progress {
  width: 100%;
}

.cid-uMjkRdlRHM progress {
  height: 8px;
}

.cid-uMjkRdlRHM h3 {
  text-align: center;
  font-weight: 300;
}

.cid-uMjkRdlRHM .mbr-section-subtitle {
  color: #767676;
}

.cid-uMjkRdlRHM .progress_value {
  position: relative;
}

.cid-uMjkRdlRHM .progress_elements {
  margin: 0 auto;
}

.cid-uMjkRdlRHM .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.cid-uMjkRdlRHM .progress1 .progressbar-number:before,
.cid-uMjkRdlRHM .progress2 .progressbar-number:before,
.cid-uMjkRdlRHM .progress3 .progressbar-number:before,
.cid-uMjkRdlRHM .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}

.cid-uMjkRdlRHM progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}

.cid-uMjkRdlRHM progress::-webkit-progress-value {
  background: #EC71A8;
}

.cid-uMjkRdlRHM progress[value]::-moz-progress-bar {
  background: #EC71A8;
}

.cid-uMjkRdlRHM progress::-ms-fill {
  background: #EC71A8;
}

.cid-uMjkRdlRHM .progress1 .progressbar-number:before {
  content: '25';
}

.cid-uMjkRdlRHM .progress2 .progressbar-number:before {
  content: '80';
}

.cid-uMjkRdlRHM .progress3 .progressbar-number:before {
  content: '90';
}

.cid-uMjkRdlRHM .progress4 .progressbar-number:before {
  content: '100';
}

.cid-uMjkRdlRHM .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}

.cid-uMjkRdlRHM .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}

.cid-uMjkRdlRHM .progress_value span {
  padding-left: 30px;
}

.cid-uMjkRdlRHM .progressbar-number {
  word-break: normal;
}

.cid-uM9n1n8xwy {
  padding-top: 45px;
  padding-bottom: 105px;
  background-color: #ffffff;
}

.cid-uM9n1n8xwy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}

.cid-uM9n1n8xwy .form-control,
.cid-uM9n1n8xwy .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}

.cid-uM9n1n8xwy .form-control::-webkit-input-placeholder,
.cid-uM9n1n8xwy .field-input::-webkit-input-placeholder,
.cid-uM9n1n8xwy .form-control::-webkit-input-placeholder,
.cid-uM9n1n8xwy .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}

.cid-uM9n1n8xwy .form-control:-moz-placeholder,
.cid-uM9n1n8xwy .field-input:-moz-placeholder,
.cid-uM9n1n8xwy .form-control:-moz-placeholder,
.cid-uM9n1n8xwy .field-input:-moz-placeholder {
  color: #c1c1c1;
}

.cid-uM9n1n8xwy .form-control:hover,
.cid-uM9n1n8xwy .field-input:hover,
.cid-uM9n1n8xwy .form-control:focus,
.cid-uM9n1n8xwy .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}

.cid-uM9n1n8xwy .form-control:hover::-webkit-input-placeholder,
.cid-uM9n1n8xwy .field-input:hover::-webkit-input-placeholder,
.cid-uM9n1n8xwy .form-control:focus::-webkit-input-placeholder,
.cid-uM9n1n8xwy .field-input:focus::-webkit-input-placeholder,
.cid-uM9n1n8xwy .form-control:hover::-webkit-input-placeholder,
.cid-uM9n1n8xwy .field-input:hover::-webkit-input-placeholder,
.cid-uM9n1n8xwy .form-control:focus::-webkit-input-placeholder,
.cid-uM9n1n8xwy .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}

.cid-uM9n1n8xwy .form-control:hover:-moz-placeholder,
.cid-uM9n1n8xwy .field-input:hover:-moz-placeholder,
.cid-uM9n1n8xwy .form-control:focus:-moz-placeholder,
.cid-uM9n1n8xwy .field-input:focus:-moz-placeholder,
.cid-uM9n1n8xwy .form-control:hover:-moz-placeholder,
.cid-uM9n1n8xwy .field-input:hover:-moz-placeholder,
.cid-uM9n1n8xwy .form-control:focus:-moz-placeholder,
.cid-uM9n1n8xwy .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}

.cid-uM9n1n8xwy .jq-number__spin:hover,
.cid-uM9n1n8xwy .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}

.cid-uM9n1n8xwy .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}

.cid-uM9n1n8xwy .jq-selectbox li,
.cid-uM9n1n8xwy .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}

.cid-uM9n1n8xwy .jq-selectbox li:hover,
.cid-uM9n1n8xwy .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}

.cid-uM9n1n8xwy .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uM9n1n8xwy .jq-number__spin.minus:hover:after,
.cid-uM9n1n8xwy .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.cid-uM9n1n8xwy .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uM9n1n8xwy .jq-number__spin.minus:after,
.cid-uM9n1n8xwy .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}

.cid-uM9n1n8xwy input::-webkit-clear-button {
  display: none;
}

.cid-uM9n1n8xwy input::-webkit-inner-spin-button {
  display: none;
}

.cid-uM9n1n8xwy input::-webkit-outer-spin-button {
  display: none;
}

.cid-uM9n1n8xwy input::-webkit-calendar-picker-indicator {
  display: none;
}

.cid-uMjr7IQuDo {
  padding-top: 0px;
  padding-bottom: 105px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}

.cid-uMjr7IQuDo .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}

.cid-uMjr7IQuDo .mbr-section-title {
  color: #252525;
}

.cid-uMjr7IQuDo .mbr-text,
.cid-uMjr7IQuDo .mbr-section-btn {
  color: #252525;
}

.cid-uM9jUQHjYw {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #EC71A8;
}

@media (max-width: 767px) {
  .cid-uM9jUQHjYw .content {
    text-align: center;
  }

  .cid-uM9jUQHjYw .content>div:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .cid-uM9jUQHjYw .media-wrap {
    margin-bottom: 1rem;
  }
}

.cid-uM9jUQHjYw .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}

.cid-uM9jUQHjYw .media-wrap img {
  height: 6rem;
}

@media (max-width: 767px) {
  .cid-uM9jUQHjYw .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}

.cid-uM9jUQHjYw .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}

.cid-uM9jUQHjYw .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.cid-uM9jUQHjYw .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}

.cid-uM9jUQHjYw .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}

.cid-uM9jUQHjYw .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.cid-uM9jUQHjYw .footer-lower .social-list a:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .cid-uM9jUQHjYw .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.cid-uMjvZLYb7C .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}

.cid-uMjvZLYb7C .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}

.cid-uMjvZLYb7C a {
  font-style: normal;
}

.cid-uMjvZLYb7C .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}

.cid-uMjvZLYb7C .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}

.cid-uMjvZLYb7C .nav-item:focus,
.cid-uMjvZLYb7C .nav-link:focus {
  outline: none;
}

.cid-uMjvZLYb7C .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}

.cid-uMjvZLYb7C .btn .mbr-iconfont {
  font-size: 1.6rem;
}

.cid-uMjvZLYb7C .menu-logo {
  margin-right: auto;
}

.cid-uMjvZLYb7C .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}

.cid-uMjvZLYb7C .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}

.cid-uMjvZLYb7C .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}

.cid-uMjvZLYb7C .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}

.cid-uMjvZLYb7C .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}

.cid-uMjvZLYb7C .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}

.cid-uMjvZLYb7C .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}

.cid-uMjvZLYb7C .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}

.cid-uMjvZLYb7C .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}

.cid-uMjvZLYb7C .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}

.cid-uMjvZLYb7C .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}

.cid-uMjvZLYb7C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}

.cid-uMjvZLYb7C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-uMjvZLYb7C .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}

.cid-uMjvZLYb7C .dropdown.open>.dropdown-menu {
  display: block;
}

.cid-uMjvZLYb7C .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}

.cid-uMjvZLYb7C .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}

.cid-uMjvZLYb7C .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}

.cid-uMjvZLYb7C .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}

.cid-uMjvZLYb7C .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}

.cid-uMjvZLYb7C .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}

.cid-uMjvZLYb7C .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}

.cid-uMjvZLYb7C button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}

.cid-uMjvZLYb7C button.navbar-toggler:focus {
  outline: none;
}

.cid-uMjvZLYb7C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}

.cid-uMjvZLYb7C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}

.cid-uMjvZLYb7C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}

.cid-uMjvZLYb7C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}

.cid-uMjvZLYb7C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}

.cid-uMjvZLYb7C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-uMjvZLYb7C nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}

.cid-uMjvZLYb7C nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}

.cid-uMjvZLYb7C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-uMjvZLYb7C .collapsed.navbar-expand {
  flex-direction: column;
}

.cid-uMjvZLYb7C .collapsed .btn {
  display: flex;
}

.cid-uMjvZLYb7C .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}

.cid-uMjvZLYb7C .collapsed .navbar-collapse.collapsing,
.cid-uMjvZLYb7C .collapsed .navbar-collapse.show {
  display: block !important;
}

.cid-uMjvZLYb7C .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uMjvZLYb7C .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}

.cid-uMjvZLYb7C .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uMjvZLYb7C .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}

.cid-uMjvZLYb7C .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uMjvZLYb7C .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}

.cid-uMjvZLYb7C .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uMjvZLYb7C .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}

.cid-uMjvZLYb7C .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uMjvZLYb7C .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}

.cid-uMjvZLYb7C .collapsed button.navbar-toggler {
  display: block;
}

.cid-uMjvZLYb7C .collapsed .navbar-brand {
  margin-left: 1rem !important;
}

.cid-uMjvZLYb7C .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}

.cid-uMjvZLYb7C .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}

.cid-uMjvZLYb7C .collapsed .dropdown.open>.dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}

.cid-uMjvZLYb7C .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}

.cid-uMjvZLYb7C .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}

@media (max-width: 991px) {
  .cid-uMjvZLYb7C .navbar-expand {
    flex-direction: column;
  }

  .cid-uMjvZLYb7C img {
    height: 3.8rem !important;
  }

  .cid-uMjvZLYb7C .btn {
    display: flex;
  }

  .cid-uMjvZLYb7C button.navbar-toggler {
    display: block;
  }

  .cid-uMjvZLYb7C .navbar-brand {
    margin-left: 1rem !important;
  }

  .cid-uMjvZLYb7C .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }

  .cid-uMjvZLYb7C .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }

  .cid-uMjvZLYb7C .navbar-collapse.collapsing,
  .cid-uMjvZLYb7C .navbar-collapse.show {
    display: block !important;
  }

  .cid-uMjvZLYb7C .navbar-collapse.collapsing .navbar-nav,
  .cid-uMjvZLYb7C .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }

  .cid-uMjvZLYb7C .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uMjvZLYb7C .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }

  .cid-uMjvZLYb7C .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uMjvZLYb7C .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }

  .cid-uMjvZLYb7C .navbar-collapse.collapsing .navbar-buttons,
  .cid-uMjvZLYb7C .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }

  .cid-uMjvZLYb7C .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uMjvZLYb7C .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }

  .cid-uMjvZLYb7C .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }

  .cid-uMjvZLYb7C .dropdown.open>.dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }

  .cid-uMjvZLYb7C .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }

  .cid-uMjvZLYb7C .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}

@media (min-width: 767px) {
  .cid-uMjvZLYb7C .menu-logo {
    flex-shrink: 0;
  }
}

.cid-uMjvZLYb7C .navbar-collapse {
  flex-basis: auto;
}

.cid-uMjvZLYb7C .nav-link:hover,
.cid-uMjvZLYb7C .dropdown-item:hover {
  color: #EC71A8 !important;
}

.cid-uMjvZMkPqh .mbr-overlay {
  background: #879a9f;
}

.cid-uMjvZMkPqh .mbr-section-title {
  letter-spacing: -1px;
  color: #232323;
}

.cid-uMjvZMkPqh .mbr-section-subtitle {
  color: #37101D;
  text-align: center;
}

.cid-uMjvZMkPqh .mbr-text,
.cid-uMjvZMkPqh .mbr-section-btn {
  color: #252525;
}

.cid-uMjvZMDAnz {
  padding-top: 105px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}

.cid-uMjvZMDAnz .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}

.cid-uMjvZMDAnz .mbr-section-title {
  color: #111111;
  text-align: center;
}

.cid-uMjvZMDAnz .mbr-text,
.cid-uMjvZMDAnz .mbr-section-btn {
  color: #111111;
}

.cid-uMjvZMUMJs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}

.cid-uMjvZMUMJs .progress {
  width: 100%;
}

.cid-uMjvZMUMJs progress {
  height: 8px;
}

.cid-uMjvZMUMJs h3 {
  text-align: center;
  font-weight: 300;
}

.cid-uMjvZMUMJs .mbr-section-subtitle {
  color: #767676;
}

.cid-uMjvZMUMJs .progress_value {
  position: relative;
}

.cid-uMjvZMUMJs .progress_elements {
  margin: 0 auto;
}

.cid-uMjvZMUMJs .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.cid-uMjvZMUMJs .progress1 .progressbar-number:before,
.cid-uMjvZMUMJs .progress2 .progressbar-number:before,
.cid-uMjvZMUMJs .progress3 .progressbar-number:before,
.cid-uMjvZMUMJs .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}

.cid-uMjvZMUMJs progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}

.cid-uMjvZMUMJs progress::-webkit-progress-value {
  background: #EC71A8;
}

.cid-uMjvZMUMJs progress[value]::-moz-progress-bar {
  background: #EC71A8;
}

.cid-uMjvZMUMJs progress::-ms-fill {
  background: #EC71A8;
}

.cid-uMjvZMUMJs .progress1 .progressbar-number:before {
  content: '50';
}

.cid-uMjvZMUMJs .progress2 .progressbar-number:before {
  content: '80';
}

.cid-uMjvZMUMJs .progress3 .progressbar-number:before {
  content: '90';
}

.cid-uMjvZMUMJs .progress4 .progressbar-number:before {
  content: '100';
}

.cid-uMjvZMUMJs .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}

.cid-uMjvZMUMJs .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}

.cid-uMjvZMUMJs .progress_value span {
  padding-left: 30px;
}

.cid-uMjvZMUMJs .progressbar-number {
  word-break: normal;
}

.cid-uMjvZNf9vr {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}

.cid-uMjvZNf9vr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}

.cid-uMjvZNf9vr .form-control,
.cid-uMjvZNf9vr .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}

.cid-uMjvZNf9vr .form-control::-webkit-input-placeholder,
.cid-uMjvZNf9vr .field-input::-webkit-input-placeholder,
.cid-uMjvZNf9vr .form-control::-webkit-input-placeholder,
.cid-uMjvZNf9vr .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}

.cid-uMjvZNf9vr .form-control:-moz-placeholder,
.cid-uMjvZNf9vr .field-input:-moz-placeholder,
.cid-uMjvZNf9vr .form-control:-moz-placeholder,
.cid-uMjvZNf9vr .field-input:-moz-placeholder {
  color: #c1c1c1;
}

.cid-uMjvZNf9vr .form-control:hover,
.cid-uMjvZNf9vr .field-input:hover,
.cid-uMjvZNf9vr .form-control:focus,
.cid-uMjvZNf9vr .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}

.cid-uMjvZNf9vr .form-control:hover::-webkit-input-placeholder,
.cid-uMjvZNf9vr .field-input:hover::-webkit-input-placeholder,
.cid-uMjvZNf9vr .form-control:focus::-webkit-input-placeholder,
.cid-uMjvZNf9vr .field-input:focus::-webkit-input-placeholder,
.cid-uMjvZNf9vr .form-control:hover::-webkit-input-placeholder,
.cid-uMjvZNf9vr .field-input:hover::-webkit-input-placeholder,
.cid-uMjvZNf9vr .form-control:focus::-webkit-input-placeholder,
.cid-uMjvZNf9vr .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}

.cid-uMjvZNf9vr .form-control:hover:-moz-placeholder,
.cid-uMjvZNf9vr .field-input:hover:-moz-placeholder,
.cid-uMjvZNf9vr .form-control:focus:-moz-placeholder,
.cid-uMjvZNf9vr .field-input:focus:-moz-placeholder,
.cid-uMjvZNf9vr .form-control:hover:-moz-placeholder,
.cid-uMjvZNf9vr .field-input:hover:-moz-placeholder,
.cid-uMjvZNf9vr .form-control:focus:-moz-placeholder,
.cid-uMjvZNf9vr .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}

.cid-uMjvZNf9vr .jq-number__spin:hover,
.cid-uMjvZNf9vr .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}

.cid-uMjvZNf9vr .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}

.cid-uMjvZNf9vr .jq-selectbox li,
.cid-uMjvZNf9vr .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}

.cid-uMjvZNf9vr .jq-selectbox li:hover,
.cid-uMjvZNf9vr .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}

.cid-uMjvZNf9vr .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uMjvZNf9vr .jq-number__spin.minus:hover:after,
.cid-uMjvZNf9vr .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.cid-uMjvZNf9vr .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uMjvZNf9vr .jq-number__spin.minus:after,
.cid-uMjvZNf9vr .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}

.cid-uMjvZNf9vr input::-webkit-clear-button {
  display: none;
}

.cid-uMjvZNf9vr input::-webkit-inner-spin-button {
  display: none;
}

.cid-uMjvZNf9vr input::-webkit-outer-spin-button {
  display: none;
}

.cid-uMjvZNf9vr input::-webkit-calendar-picker-indicator {
  display: none;
}

.cid-uMjvZO5p9s {
  padding-top: 0px;
  padding-bottom: 105px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}

.cid-uMjvZO5p9s .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}

.cid-uMjvZO5p9s .mbr-section-title {
  color: #252525;
}

.cid-uMjvZO5p9s .mbr-text,
.cid-uMjvZO5p9s .mbr-section-btn {
  color: #252525;
}

.cid-uMjvZOnMqr {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #EC71A8;
}

@media (max-width: 767px) {
  .cid-uMjvZOnMqr .content {
    text-align: center;
  }

  .cid-uMjvZOnMqr .content>div:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .cid-uMjvZOnMqr .media-wrap {
    margin-bottom: 1rem;
  }
}

.cid-uMjvZOnMqr .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}

.cid-uMjvZOnMqr .media-wrap img {
  height: 6rem;
}

@media (max-width: 767px) {
  .cid-uMjvZOnMqr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}

.cid-uMjvZOnMqr .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}

.cid-uMjvZOnMqr .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.cid-uMjvZOnMqr .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}

.cid-uMjvZOnMqr .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}

.cid-uMjvZOnMqr .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.cid-uMjvZOnMqr .footer-lower .social-list a:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .cid-uMjvZOnMqr .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.cid-uMjGhV9YGT .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}

.cid-uMjGhV9YGT .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}

.cid-uMjGhV9YGT a {
  font-style: normal;
}

.cid-uMjGhV9YGT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}

.cid-uMjGhV9YGT .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}

.cid-uMjGhV9YGT .nav-item:focus,
.cid-uMjGhV9YGT .nav-link:focus {
  outline: none;
}

.cid-uMjGhV9YGT .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}

.cid-uMjGhV9YGT .btn .mbr-iconfont {
  font-size: 1.6rem;
}

.cid-uMjGhV9YGT .menu-logo {
  margin-right: auto;
}

.cid-uMjGhV9YGT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}

.cid-uMjGhV9YGT .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}

.cid-uMjGhV9YGT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}

.cid-uMjGhV9YGT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}

.cid-uMjGhV9YGT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}

.cid-uMjGhV9YGT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}

.cid-uMjGhV9YGT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}

.cid-uMjGhV9YGT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}

.cid-uMjGhV9YGT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}

.cid-uMjGhV9YGT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}

.cid-uMjGhV9YGT .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}

.cid-uMjGhV9YGT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}

.cid-uMjGhV9YGT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-uMjGhV9YGT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}

.cid-uMjGhV9YGT .dropdown.open>.dropdown-menu {
  display: block;
}

.cid-uMjGhV9YGT .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}

.cid-uMjGhV9YGT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}

.cid-uMjGhV9YGT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}

.cid-uMjGhV9YGT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}

.cid-uMjGhV9YGT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}

.cid-uMjGhV9YGT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}

.cid-uMjGhV9YGT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}

.cid-uMjGhV9YGT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}

.cid-uMjGhV9YGT button.navbar-toggler:focus {
  outline: none;
}

.cid-uMjGhV9YGT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}

.cid-uMjGhV9YGT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}

.cid-uMjGhV9YGT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}

.cid-uMjGhV9YGT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}

.cid-uMjGhV9YGT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}

.cid-uMjGhV9YGT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-uMjGhV9YGT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}

.cid-uMjGhV9YGT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}

.cid-uMjGhV9YGT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-uMjGhV9YGT .collapsed.navbar-expand {
  flex-direction: column;
}

.cid-uMjGhV9YGT .collapsed .btn {
  display: flex;
}

.cid-uMjGhV9YGT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}

.cid-uMjGhV9YGT .collapsed .navbar-collapse.collapsing,
.cid-uMjGhV9YGT .collapsed .navbar-collapse.show {
  display: block !important;
}

.cid-uMjGhV9YGT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uMjGhV9YGT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}

.cid-uMjGhV9YGT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uMjGhV9YGT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}

.cid-uMjGhV9YGT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uMjGhV9YGT .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}

.cid-uMjGhV9YGT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uMjGhV9YGT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}

.cid-uMjGhV9YGT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uMjGhV9YGT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}

.cid-uMjGhV9YGT .collapsed button.navbar-toggler {
  display: block;
}

.cid-uMjGhV9YGT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}

.cid-uMjGhV9YGT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}

.cid-uMjGhV9YGT .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}

.cid-uMjGhV9YGT .collapsed .dropdown.open>.dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}

.cid-uMjGhV9YGT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}

.cid-uMjGhV9YGT .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}

@media (max-width: 991px) {
  .cid-uMjGhV9YGT .navbar-expand {
    flex-direction: column;
  }

  .cid-uMjGhV9YGT img {
    height: 3.8rem !important;
  }

  .cid-uMjGhV9YGT .btn {
    display: flex;
  }

  .cid-uMjGhV9YGT button.navbar-toggler {
    display: block;
  }

  .cid-uMjGhV9YGT .navbar-brand {
    margin-left: 1rem !important;
  }

  .cid-uMjGhV9YGT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }

  .cid-uMjGhV9YGT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }

  .cid-uMjGhV9YGT .navbar-collapse.collapsing,
  .cid-uMjGhV9YGT .navbar-collapse.show {
    display: block !important;
  }

  .cid-uMjGhV9YGT .navbar-collapse.collapsing .navbar-nav,
  .cid-uMjGhV9YGT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }

  .cid-uMjGhV9YGT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uMjGhV9YGT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }

  .cid-uMjGhV9YGT .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uMjGhV9YGT .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }

  .cid-uMjGhV9YGT .navbar-collapse.collapsing .navbar-buttons,
  .cid-uMjGhV9YGT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }

  .cid-uMjGhV9YGT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uMjGhV9YGT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }

  .cid-uMjGhV9YGT .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }

  .cid-uMjGhV9YGT .dropdown.open>.dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }

  .cid-uMjGhV9YGT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }

  .cid-uMjGhV9YGT .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}

@media (min-width: 767px) {
  .cid-uMjGhV9YGT .menu-logo {
    flex-shrink: 0;
  }
}

.cid-uMjGhV9YGT .navbar-collapse {
  flex-basis: auto;
}

.cid-uMjGhV9YGT .nav-link:hover,
.cid-uMjGhV9YGT .dropdown-item:hover {
  color: #EC71A8 !important;
}

.cid-uMjGhVCV9O .mbr-overlay {
  background: #879a9f;
}

.cid-uMjGhVCV9O .mbr-section-title {
  letter-spacing: -1px;
  color: #232323;
}

.cid-uMjGhVCV9O .mbr-section-subtitle {
  color: #37101D;
  text-align: center;
}

.cid-uMjGhVCV9O .mbr-text,
.cid-uMjGhVCV9O .mbr-section-btn {
  color: #252525;
}

.cid-uMjGhVZeV0 {
  padding-top: 105px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}

.cid-uMjGhVZeV0 .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}

.cid-uMjGhVZeV0 .mbr-section-title {
  color: #111111;
  text-align: center;
}

.cid-uMjGhVZeV0 .mbr-text,
.cid-uMjGhVZeV0 .mbr-section-btn {
  color: #111111;
}

.cid-uMjGhWjZ9r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}

.cid-uMjGhWjZ9r .progress {
  width: 100%;
}

.cid-uMjGhWjZ9r progress {
  height: 8px;
}

.cid-uMjGhWjZ9r h3 {
  text-align: center;
  font-weight: 300;
}

.cid-uMjGhWjZ9r .mbr-section-subtitle {
  color: #767676;
}

.cid-uMjGhWjZ9r .progress_value {
  position: relative;
}

.cid-uMjGhWjZ9r .progress_elements {
  margin: 0 auto;
}

.cid-uMjGhWjZ9r .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.cid-uMjGhWjZ9r .progress1 .progressbar-number:before,
.cid-uMjGhWjZ9r .progress2 .progressbar-number:before,
.cid-uMjGhWjZ9r .progress3 .progressbar-number:before,
.cid-uMjGhWjZ9r .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}

.cid-uMjGhWjZ9r progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}

.cid-uMjGhWjZ9r progress::-webkit-progress-value {
  background: #EC71A8;
}

.cid-uMjGhWjZ9r progress[value]::-moz-progress-bar {
  background: #EC71A8;
}

.cid-uMjGhWjZ9r progress::-ms-fill {
  background: #EC71A8;
}

.cid-uMjGhWjZ9r .progress1 .progressbar-number:before {
  content: '75';
}

.cid-uMjGhWjZ9r .progress2 .progressbar-number:before {
  content: '80';
}

.cid-uMjGhWjZ9r .progress3 .progressbar-number:before {
  content: '90';
}

.cid-uMjGhWjZ9r .progress4 .progressbar-number:before {
  content: '100';
}

.cid-uMjGhWjZ9r .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}

.cid-uMjGhWjZ9r .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}

.cid-uMjGhWjZ9r .progress_value span {
  padding-left: 30px;
}

.cid-uMjGhWjZ9r .progressbar-number {
  word-break: normal;
}

.cid-uMjGhWEpeB {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}

.cid-uMjGhWEpeB .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}

.cid-uMjGhWEpeB .form-control,
.cid-uMjGhWEpeB .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}

.cid-uMjGhWEpeB .form-control::-webkit-input-placeholder,
.cid-uMjGhWEpeB .field-input::-webkit-input-placeholder,
.cid-uMjGhWEpeB .form-control::-webkit-input-placeholder,
.cid-uMjGhWEpeB .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}

.cid-uMjGhWEpeB .form-control:-moz-placeholder,
.cid-uMjGhWEpeB .field-input:-moz-placeholder,
.cid-uMjGhWEpeB .form-control:-moz-placeholder,
.cid-uMjGhWEpeB .field-input:-moz-placeholder {
  color: #c1c1c1;
}

.cid-uMjGhWEpeB .form-control:hover,
.cid-uMjGhWEpeB .field-input:hover,
.cid-uMjGhWEpeB .form-control:focus,
.cid-uMjGhWEpeB .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}

.cid-uMjGhWEpeB .form-control:hover::-webkit-input-placeholder,
.cid-uMjGhWEpeB .field-input:hover::-webkit-input-placeholder,
.cid-uMjGhWEpeB .form-control:focus::-webkit-input-placeholder,
.cid-uMjGhWEpeB .field-input:focus::-webkit-input-placeholder,
.cid-uMjGhWEpeB .form-control:hover::-webkit-input-placeholder,
.cid-uMjGhWEpeB .field-input:hover::-webkit-input-placeholder,
.cid-uMjGhWEpeB .form-control:focus::-webkit-input-placeholder,
.cid-uMjGhWEpeB .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}

.cid-uMjGhWEpeB .form-control:hover:-moz-placeholder,
.cid-uMjGhWEpeB .field-input:hover:-moz-placeholder,
.cid-uMjGhWEpeB .form-control:focus:-moz-placeholder,
.cid-uMjGhWEpeB .field-input:focus:-moz-placeholder,
.cid-uMjGhWEpeB .form-control:hover:-moz-placeholder,
.cid-uMjGhWEpeB .field-input:hover:-moz-placeholder,
.cid-uMjGhWEpeB .form-control:focus:-moz-placeholder,
.cid-uMjGhWEpeB .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}

.cid-uMjGhWEpeB .jq-number__spin:hover,
.cid-uMjGhWEpeB .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}

.cid-uMjGhWEpeB .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}

.cid-uMjGhWEpeB .jq-selectbox li,
.cid-uMjGhWEpeB .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}

.cid-uMjGhWEpeB .jq-selectbox li:hover,
.cid-uMjGhWEpeB .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}

.cid-uMjGhWEpeB .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uMjGhWEpeB .jq-number__spin.minus:hover:after,
.cid-uMjGhWEpeB .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.cid-uMjGhWEpeB .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uMjGhWEpeB .jq-number__spin.minus:after,
.cid-uMjGhWEpeB .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}

.cid-uMjGhWEpeB input::-webkit-clear-button {
  display: none;
}

.cid-uMjGhWEpeB input::-webkit-inner-spin-button {
  display: none;
}

.cid-uMjGhWEpeB input::-webkit-outer-spin-button {
  display: none;
}

.cid-uMjGhWEpeB input::-webkit-calendar-picker-indicator {
  display: none;
}

.cid-uMjGhXkkE7 {
  padding-top: 0px;
  padding-bottom: 105px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}

.cid-uMjGhXkkE7 .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}

.cid-uMjGhXkkE7 .mbr-section-title {
  color: #252525;
}

.cid-uMjGhXkkE7 .mbr-text,
.cid-uMjGhXkkE7 .mbr-section-btn {
  color: #252525;
}

.cid-uMjGhXIwVO {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #EC71A8;
}

@media (max-width: 767px) {
  .cid-uMjGhXIwVO .content {
    text-align: center;
  }

  .cid-uMjGhXIwVO .content>div:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .cid-uMjGhXIwVO .media-wrap {
    margin-bottom: 1rem;
  }
}

.cid-uMjGhXIwVO .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}

.cid-uMjGhXIwVO .media-wrap img {
  height: 6rem;
}

@media (max-width: 767px) {
  .cid-uMjGhXIwVO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}

.cid-uMjGhXIwVO .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}

.cid-uMjGhXIwVO .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.cid-uMjGhXIwVO .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}

.cid-uMjGhXIwVO .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}

.cid-uMjGhXIwVO .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.cid-uMjGhXIwVO .footer-lower .social-list a:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .cid-uMjGhXIwVO .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.cid-uMjHChknXS .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}

.cid-uMjHChknXS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}

.cid-uMjHChknXS a {
  font-style: normal;
}

.cid-uMjHChknXS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}

.cid-uMjHChknXS .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}

.cid-uMjHChknXS .nav-item:focus,
.cid-uMjHChknXS .nav-link:focus {
  outline: none;
}

.cid-uMjHChknXS .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}

.cid-uMjHChknXS .btn .mbr-iconfont {
  font-size: 1.6rem;
}

.cid-uMjHChknXS .menu-logo {
  margin-right: auto;
}

.cid-uMjHChknXS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}

.cid-uMjHChknXS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}

.cid-uMjHChknXS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}

.cid-uMjHChknXS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}

.cid-uMjHChknXS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}

.cid-uMjHChknXS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}

.cid-uMjHChknXS .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}

.cid-uMjHChknXS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}

.cid-uMjHChknXS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}

.cid-uMjHChknXS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}

.cid-uMjHChknXS .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}

.cid-uMjHChknXS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}

.cid-uMjHChknXS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-uMjHChknXS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}

.cid-uMjHChknXS .dropdown.open>.dropdown-menu {
  display: block;
}

.cid-uMjHChknXS .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}

.cid-uMjHChknXS .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}

.cid-uMjHChknXS .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}

.cid-uMjHChknXS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}

.cid-uMjHChknXS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}

.cid-uMjHChknXS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}

.cid-uMjHChknXS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}

.cid-uMjHChknXS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}

.cid-uMjHChknXS button.navbar-toggler:focus {
  outline: none;
}

.cid-uMjHChknXS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}

.cid-uMjHChknXS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}

.cid-uMjHChknXS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}

.cid-uMjHChknXS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}

.cid-uMjHChknXS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}

.cid-uMjHChknXS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-uMjHChknXS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}

.cid-uMjHChknXS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}

.cid-uMjHChknXS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-uMjHChknXS .collapsed.navbar-expand {
  flex-direction: column;
}

.cid-uMjHChknXS .collapsed .btn {
  display: flex;
}

.cid-uMjHChknXS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}

.cid-uMjHChknXS .collapsed .navbar-collapse.collapsing,
.cid-uMjHChknXS .collapsed .navbar-collapse.show {
  display: block !important;
}

.cid-uMjHChknXS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uMjHChknXS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}

.cid-uMjHChknXS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uMjHChknXS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}

.cid-uMjHChknXS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uMjHChknXS .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}

.cid-uMjHChknXS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uMjHChknXS .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}

.cid-uMjHChknXS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uMjHChknXS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}

.cid-uMjHChknXS .collapsed button.navbar-toggler {
  display: block;
}

.cid-uMjHChknXS .collapsed .navbar-brand {
  margin-left: 1rem !important;
}

.cid-uMjHChknXS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}

.cid-uMjHChknXS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}

.cid-uMjHChknXS .collapsed .dropdown.open>.dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}

.cid-uMjHChknXS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}

.cid-uMjHChknXS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}

@media (max-width: 991px) {
  .cid-uMjHChknXS .navbar-expand {
    flex-direction: column;
  }

  .cid-uMjHChknXS img {
    height: 3.8rem !important;
  }

  .cid-uMjHChknXS .btn {
    display: flex;
  }

  .cid-uMjHChknXS button.navbar-toggler {
    display: block;
  }

  .cid-uMjHChknXS .navbar-brand {
    margin-left: 1rem !important;
  }

  .cid-uMjHChknXS .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }

  .cid-uMjHChknXS .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }

  .cid-uMjHChknXS .navbar-collapse.collapsing,
  .cid-uMjHChknXS .navbar-collapse.show {
    display: block !important;
  }

  .cid-uMjHChknXS .navbar-collapse.collapsing .navbar-nav,
  .cid-uMjHChknXS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }

  .cid-uMjHChknXS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uMjHChknXS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }

  .cid-uMjHChknXS .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uMjHChknXS .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }

  .cid-uMjHChknXS .navbar-collapse.collapsing .navbar-buttons,
  .cid-uMjHChknXS .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }

  .cid-uMjHChknXS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uMjHChknXS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }

  .cid-uMjHChknXS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }

  .cid-uMjHChknXS .dropdown.open>.dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }

  .cid-uMjHChknXS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }

  .cid-uMjHChknXS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}

@media (min-width: 767px) {
  .cid-uMjHChknXS .menu-logo {
    flex-shrink: 0;
  }
}

.cid-uMjHChknXS .navbar-collapse {
  flex-basis: auto;
}

.cid-uMjHChknXS .nav-link:hover,
.cid-uMjHChknXS .dropdown-item:hover {
  color: #EC71A8 !important;
}

.cid-uMjHChIgV9 .mbr-overlay {
  background: #879a9f;
}

.cid-uMjHChIgV9 .mbr-section-title {
  letter-spacing: -1px;
  color: #232323;
}

.cid-uMjHChIgV9 .mbr-section-subtitle {
  color: #37101D;
  text-align: center;
}

.cid-uMjHChIgV9 .mbr-text,
.cid-uMjHChIgV9 .mbr-section-btn {
  color: #252525;
}

.cid-uMjHCi9M1z {
  padding-top: 105px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}

.cid-uMjHCi9M1z .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}

.cid-uMjHCi9M1z .mbr-section-title {
  color: #111111;
  text-align: center;
}

.cid-uMjHCi9M1z .mbr-text,
.cid-uMjHCi9M1z .mbr-section-btn {
  color: #111111;
}

.cid-uMjHCiwaCR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}

.cid-uMjHCiwaCR .progress {
  width: 100%;
}

.cid-uMjHCiwaCR progress {
  height: 8px;
}

.cid-uMjHCiwaCR h3 {
  text-align: center;
  font-weight: 300;
}

.cid-uMjHCiwaCR .mbr-section-subtitle {
  color: #767676;
}

.cid-uMjHCiwaCR .progress_value {
  position: relative;
}

.cid-uMjHCiwaCR .progress_elements {
  margin: 0 auto;
}

.cid-uMjHCiwaCR .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.cid-uMjHCiwaCR .progress1 .progressbar-number:before,
.cid-uMjHCiwaCR .progress2 .progressbar-number:before,
.cid-uMjHCiwaCR .progress3 .progressbar-number:before,
.cid-uMjHCiwaCR .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}

.cid-uMjHCiwaCR progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}

.cid-uMjHCiwaCR progress::-webkit-progress-value {
  background: #EC71A8;
}

.cid-uMjHCiwaCR progress[value]::-moz-progress-bar {
  background: #EC71A8;
}

.cid-uMjHCiwaCR progress::-ms-fill {
  background: #EC71A8;
}

.cid-uMjHCiwaCR .progress1 .progressbar-number:before {
  content: '75';
}

.cid-uMjHCiwaCR .progress2 .progressbar-number:before {
  content: '80';
}

.cid-uMjHCiwaCR .progress3 .progressbar-number:before {
  content: '90';
}

.cid-uMjHCiwaCR .progress4 .progressbar-number:before {
  content: '100';
}

.cid-uMjHCiwaCR .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}

.cid-uMjHCiwaCR .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}

.cid-uMjHCiwaCR .progress_value span {
  padding-left: 30px;
}

.cid-uMjHCiwaCR .progressbar-number {
  word-break: normal;
}

.cid-uMjHCiYggQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}

.cid-uMjHCiYggQ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}

.cid-uMjHCiYggQ .form-control,
.cid-uMjHCiYggQ .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}

.cid-uMjHCiYggQ .form-control::-webkit-input-placeholder,
.cid-uMjHCiYggQ .field-input::-webkit-input-placeholder,
.cid-uMjHCiYggQ .form-control::-webkit-input-placeholder,
.cid-uMjHCiYggQ .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}

.cid-uMjHCiYggQ .form-control:-moz-placeholder,
.cid-uMjHCiYggQ .field-input:-moz-placeholder,
.cid-uMjHCiYggQ .form-control:-moz-placeholder,
.cid-uMjHCiYggQ .field-input:-moz-placeholder {
  color: #c1c1c1;
}

.cid-uMjHCiYggQ .form-control:hover,
.cid-uMjHCiYggQ .field-input:hover,
.cid-uMjHCiYggQ .form-control:focus,
.cid-uMjHCiYggQ .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}

.cid-uMjHCiYggQ .form-control:hover::-webkit-input-placeholder,
.cid-uMjHCiYggQ .field-input:hover::-webkit-input-placeholder,
.cid-uMjHCiYggQ .form-control:focus::-webkit-input-placeholder,
.cid-uMjHCiYggQ .field-input:focus::-webkit-input-placeholder,
.cid-uMjHCiYggQ .form-control:hover::-webkit-input-placeholder,
.cid-uMjHCiYggQ .field-input:hover::-webkit-input-placeholder,
.cid-uMjHCiYggQ .form-control:focus::-webkit-input-placeholder,
.cid-uMjHCiYggQ .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}

.cid-uMjHCiYggQ .form-control:hover:-moz-placeholder,
.cid-uMjHCiYggQ .field-input:hover:-moz-placeholder,
.cid-uMjHCiYggQ .form-control:focus:-moz-placeholder,
.cid-uMjHCiYggQ .field-input:focus:-moz-placeholder,
.cid-uMjHCiYggQ .form-control:hover:-moz-placeholder,
.cid-uMjHCiYggQ .field-input:hover:-moz-placeholder,
.cid-uMjHCiYggQ .form-control:focus:-moz-placeholder,
.cid-uMjHCiYggQ .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}

.cid-uMjHCiYggQ .jq-number__spin:hover,
.cid-uMjHCiYggQ .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}

.cid-uMjHCiYggQ .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}

.cid-uMjHCiYggQ .jq-selectbox li,
.cid-uMjHCiYggQ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}

.cid-uMjHCiYggQ .jq-selectbox li:hover,
.cid-uMjHCiYggQ .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}

.cid-uMjHCiYggQ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uMjHCiYggQ .jq-number__spin.minus:hover:after,
.cid-uMjHCiYggQ .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.cid-uMjHCiYggQ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uMjHCiYggQ .jq-number__spin.minus:after,
.cid-uMjHCiYggQ .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}

.cid-uMjHCiYggQ input::-webkit-clear-button {
  display: none;
}

.cid-uMjHCiYggQ input::-webkit-inner-spin-button {
  display: none;
}

.cid-uMjHCiYggQ input::-webkit-outer-spin-button {
  display: none;
}

.cid-uMjHCiYggQ input::-webkit-calendar-picker-indicator {
  display: none;
}

.cid-uMjHCjGyEE {
  padding-top: 0px;
  padding-bottom: 105px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}

.cid-uMjHCjGyEE .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}

.cid-uMjHCjGyEE .mbr-section-title {
  color: #252525;
}

.cid-uMjHCjGyEE .mbr-text,
.cid-uMjHCjGyEE .mbr-section-btn {
  color: #252525;
}

.cid-uMjHCk4t9v {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #EC71A8;
}

@media (max-width: 767px) {
  .cid-uMjHCk4t9v .content {
    text-align: center;
  }

  .cid-uMjHCk4t9v .content>div:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .cid-uMjHCk4t9v .media-wrap {
    margin-bottom: 1rem;
  }
}

.cid-uMjHCk4t9v .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}

.cid-uMjHCk4t9v .media-wrap img {
  height: 6rem;
}

@media (max-width: 767px) {
  .cid-uMjHCk4t9v .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}

.cid-uMjHCk4t9v .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}

.cid-uMjHCk4t9v .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.cid-uMjHCk4t9v .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}

.cid-uMjHCk4t9v .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}

.cid-uMjHCk4t9v .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.cid-uMjHCk4t9v .footer-lower .social-list a:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .cid-uMjHCk4t9v .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.cid-uMjIUlKhlS .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}

.cid-uMjIUlKhlS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}

.cid-uMjIUlKhlS a {
  font-style: normal;
}

.cid-uMjIUlKhlS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}

.cid-uMjIUlKhlS .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}

.cid-uMjIUlKhlS .nav-item:focus,
.cid-uMjIUlKhlS .nav-link:focus {
  outline: none;
}

.cid-uMjIUlKhlS .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}

.cid-uMjIUlKhlS .btn .mbr-iconfont {
  font-size: 1.6rem;
}

.cid-uMjIUlKhlS .menu-logo {
  margin-right: auto;
}

.cid-uMjIUlKhlS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}

.cid-uMjIUlKhlS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}

.cid-uMjIUlKhlS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}

.cid-uMjIUlKhlS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}

.cid-uMjIUlKhlS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}

.cid-uMjIUlKhlS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}

.cid-uMjIUlKhlS .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}

.cid-uMjIUlKhlS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}

.cid-uMjIUlKhlS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}

.cid-uMjIUlKhlS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}

.cid-uMjIUlKhlS .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}

.cid-uMjIUlKhlS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}

.cid-uMjIUlKhlS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-uMjIUlKhlS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}

.cid-uMjIUlKhlS .dropdown.open>.dropdown-menu {
  display: block;
}

.cid-uMjIUlKhlS .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}

.cid-uMjIUlKhlS .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}

.cid-uMjIUlKhlS .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}

.cid-uMjIUlKhlS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}

.cid-uMjIUlKhlS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}

.cid-uMjIUlKhlS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}

.cid-uMjIUlKhlS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}

.cid-uMjIUlKhlS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}

.cid-uMjIUlKhlS button.navbar-toggler:focus {
  outline: none;
}

.cid-uMjIUlKhlS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}

.cid-uMjIUlKhlS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}

.cid-uMjIUlKhlS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}

.cid-uMjIUlKhlS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}

.cid-uMjIUlKhlS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}

.cid-uMjIUlKhlS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-uMjIUlKhlS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}

.cid-uMjIUlKhlS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}

.cid-uMjIUlKhlS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-uMjIUlKhlS .collapsed.navbar-expand {
  flex-direction: column;
}

.cid-uMjIUlKhlS .collapsed .btn {
  display: flex;
}

.cid-uMjIUlKhlS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}

.cid-uMjIUlKhlS .collapsed .navbar-collapse.collapsing,
.cid-uMjIUlKhlS .collapsed .navbar-collapse.show {
  display: block !important;
}

.cid-uMjIUlKhlS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uMjIUlKhlS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}

.cid-uMjIUlKhlS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uMjIUlKhlS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}

.cid-uMjIUlKhlS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uMjIUlKhlS .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}

.cid-uMjIUlKhlS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uMjIUlKhlS .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}

.cid-uMjIUlKhlS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uMjIUlKhlS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}

.cid-uMjIUlKhlS .collapsed button.navbar-toggler {
  display: block;
}

.cid-uMjIUlKhlS .collapsed .navbar-brand {
  margin-left: 1rem !important;
}

.cid-uMjIUlKhlS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}

.cid-uMjIUlKhlS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}

.cid-uMjIUlKhlS .collapsed .dropdown.open>.dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}

.cid-uMjIUlKhlS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}

.cid-uMjIUlKhlS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}

@media (max-width: 991px) {
  .cid-uMjIUlKhlS .navbar-expand {
    flex-direction: column;
  }

  .cid-uMjIUlKhlS img {
    height: 3.8rem !important;
  }

  .cid-uMjIUlKhlS .btn {
    display: flex;
  }

  .cid-uMjIUlKhlS button.navbar-toggler {
    display: block;
  }

  .cid-uMjIUlKhlS .navbar-brand {
    margin-left: 1rem !important;
  }

  .cid-uMjIUlKhlS .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }

  .cid-uMjIUlKhlS .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }

  .cid-uMjIUlKhlS .navbar-collapse.collapsing,
  .cid-uMjIUlKhlS .navbar-collapse.show {
    display: block !important;
  }

  .cid-uMjIUlKhlS .navbar-collapse.collapsing .navbar-nav,
  .cid-uMjIUlKhlS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }

  .cid-uMjIUlKhlS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uMjIUlKhlS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }

  .cid-uMjIUlKhlS .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uMjIUlKhlS .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }

  .cid-uMjIUlKhlS .navbar-collapse.collapsing .navbar-buttons,
  .cid-uMjIUlKhlS .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }

  .cid-uMjIUlKhlS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uMjIUlKhlS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }

  .cid-uMjIUlKhlS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }

  .cid-uMjIUlKhlS .dropdown.open>.dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }

  .cid-uMjIUlKhlS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }

  .cid-uMjIUlKhlS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}

@media (min-width: 767px) {
  .cid-uMjIUlKhlS .menu-logo {
    flex-shrink: 0;
  }
}

.cid-uMjIUlKhlS .navbar-collapse {
  flex-basis: auto;
}

.cid-uMjIUlKhlS .nav-link:hover,
.cid-uMjIUlKhlS .dropdown-item:hover {
  color: #EC71A8 !important;
}

.cid-uMjIUm9mIy .mbr-overlay {
  background: #879a9f;
}

.cid-uMjIUm9mIy .mbr-section-title {
  letter-spacing: -1px;
  color: #232323;
}

.cid-uMjIUm9mIy .mbr-section-subtitle {
  color: #37101D;
  text-align: center;
}

.cid-uMjIUm9mIy .mbr-text,
.cid-uMjIUm9mIy .mbr-section-btn {
  color: #252525;
}

.cid-uMjIUmBKbM {
  padding-top: 105px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}

.cid-uMjIUmBKbM .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}

.cid-uMjIUmBKbM .mbr-section-title {
  color: #111111;
  text-align: center;
}

.cid-uMjIUmBKbM .mbr-text,
.cid-uMjIUmBKbM .mbr-section-btn {
  color: #111111;
}

.cid-uMjIUmZISG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}

.cid-uMjIUmZISG .progress {
  width: 100%;
}

.cid-uMjIUmZISG progress {
  height: 8px;
}

.cid-uMjIUmZISG h3 {
  text-align: center;
  font-weight: 300;
}

.cid-uMjIUmZISG .mbr-section-subtitle {
  color: #767676;
}

.cid-uMjIUmZISG .progress_value {
  position: relative;
}

.cid-uMjIUmZISG .progress_elements {
  margin: 0 auto;
}

.cid-uMjIUmZISG .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.cid-uMjIUmZISG .progress1 .progressbar-number:before,
.cid-uMjIUmZISG .progress2 .progressbar-number:before,
.cid-uMjIUmZISG .progress3 .progressbar-number:before,
.cid-uMjIUmZISG .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}

.cid-uMjIUmZISG progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}

.cid-uMjIUmZISG progress::-webkit-progress-value {
  background: #EC71A8;
}

.cid-uMjIUmZISG progress[value]::-moz-progress-bar {
  background: #EC71A8;
}

.cid-uMjIUmZISG progress::-ms-fill {
  background: #EC71A8;
}

.cid-uMjIUmZISG .progress1 .progressbar-number:before {
  content: '100';
}

.cid-uMjIUmZISG .progress2 .progressbar-number:before {
  content: '80';
}

.cid-uMjIUmZISG .progress3 .progressbar-number:before {
  content: '90';
}

.cid-uMjIUmZISG .progress4 .progressbar-number:before {
  content: '100';
}

.cid-uMjIUmZISG .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}

.cid-uMjIUmZISG .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}

.cid-uMjIUmZISG .progress_value span {
  padding-left: 30px;
}

.cid-uMjIUmZISG .progressbar-number {
  word-break: normal;
}

.cid-uMjIUnvb84 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}

.cid-uMjIUnvb84 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}

.cid-uMjIUnvb84 .form-control,
.cid-uMjIUnvb84 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}

.cid-uMjIUnvb84 .form-control::-webkit-input-placeholder,
.cid-uMjIUnvb84 .field-input::-webkit-input-placeholder,
.cid-uMjIUnvb84 .form-control::-webkit-input-placeholder,
.cid-uMjIUnvb84 .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}

.cid-uMjIUnvb84 .form-control:-moz-placeholder,
.cid-uMjIUnvb84 .field-input:-moz-placeholder,
.cid-uMjIUnvb84 .form-control:-moz-placeholder,
.cid-uMjIUnvb84 .field-input:-moz-placeholder {
  color: #c1c1c1;
}

.cid-uMjIUnvb84 .form-control:hover,
.cid-uMjIUnvb84 .field-input:hover,
.cid-uMjIUnvb84 .form-control:focus,
.cid-uMjIUnvb84 .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}

.cid-uMjIUnvb84 .form-control:hover::-webkit-input-placeholder,
.cid-uMjIUnvb84 .field-input:hover::-webkit-input-placeholder,
.cid-uMjIUnvb84 .form-control:focus::-webkit-input-placeholder,
.cid-uMjIUnvb84 .field-input:focus::-webkit-input-placeholder,
.cid-uMjIUnvb84 .form-control:hover::-webkit-input-placeholder,
.cid-uMjIUnvb84 .field-input:hover::-webkit-input-placeholder,
.cid-uMjIUnvb84 .form-control:focus::-webkit-input-placeholder,
.cid-uMjIUnvb84 .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}

.cid-uMjIUnvb84 .form-control:hover:-moz-placeholder,
.cid-uMjIUnvb84 .field-input:hover:-moz-placeholder,
.cid-uMjIUnvb84 .form-control:focus:-moz-placeholder,
.cid-uMjIUnvb84 .field-input:focus:-moz-placeholder,
.cid-uMjIUnvb84 .form-control:hover:-moz-placeholder,
.cid-uMjIUnvb84 .field-input:hover:-moz-placeholder,
.cid-uMjIUnvb84 .form-control:focus:-moz-placeholder,
.cid-uMjIUnvb84 .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}

.cid-uMjIUnvb84 .jq-number__spin:hover,
.cid-uMjIUnvb84 .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}

.cid-uMjIUnvb84 .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}

.cid-uMjIUnvb84 .jq-selectbox li,
.cid-uMjIUnvb84 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}

.cid-uMjIUnvb84 .jq-selectbox li:hover,
.cid-uMjIUnvb84 .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}

.cid-uMjIUnvb84 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uMjIUnvb84 .jq-number__spin.minus:hover:after,
.cid-uMjIUnvb84 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.cid-uMjIUnvb84 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uMjIUnvb84 .jq-number__spin.minus:after,
.cid-uMjIUnvb84 .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}

.cid-uMjIUnvb84 input::-webkit-clear-button {
  display: none;
}

.cid-uMjIUnvb84 input::-webkit-inner-spin-button {
  display: none;
}

.cid-uMjIUnvb84 input::-webkit-outer-spin-button {
  display: none;
}

.cid-uMjIUnvb84 input::-webkit-calendar-picker-indicator {
  display: none;
}

.cid-uMjIUoj5b7 {
  padding-top: 0px;
  padding-bottom: 105px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}

.cid-uMjIUoj5b7 .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}

.cid-uMjIUoj5b7 .mbr-section-title {
  color: #252525;
}

.cid-uMjIUoj5b7 .mbr-text,
.cid-uMjIUoj5b7 .mbr-section-btn {
  color: #252525;
}

.cid-uMjIUoJ8wy {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #EC71A8;
}

@media (max-width: 767px) {
  .cid-uMjIUoJ8wy .content {
    text-align: center;
  }

  .cid-uMjIUoJ8wy .content>div:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .cid-uMjIUoJ8wy .media-wrap {
    margin-bottom: 1rem;
  }
}

.cid-uMjIUoJ8wy .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}

.cid-uMjIUoJ8wy .media-wrap img {
  height: 6rem;
}

@media (max-width: 767px) {
  .cid-uMjIUoJ8wy .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}

.cid-uMjIUoJ8wy .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}

.cid-uMjIUoJ8wy .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.cid-uMjIUoJ8wy .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}

.cid-uMjIUoJ8wy .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}

.cid-uMjIUoJ8wy .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.cid-uMjIUoJ8wy .footer-lower .social-list a:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .cid-uMjIUoJ8wy .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.cid-uMjKGSOY9l .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}

.cid-uMjKGSOY9l .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}

.cid-uMjKGSOY9l a {
  font-style: normal;
}

.cid-uMjKGSOY9l .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}

.cid-uMjKGSOY9l .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}

.cid-uMjKGSOY9l .nav-item:focus,
.cid-uMjKGSOY9l .nav-link:focus {
  outline: none;
}

.cid-uMjKGSOY9l .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}

.cid-uMjKGSOY9l .btn .mbr-iconfont {
  font-size: 1.6rem;
}

.cid-uMjKGSOY9l .menu-logo {
  margin-right: auto;
}

.cid-uMjKGSOY9l .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}

.cid-uMjKGSOY9l .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}

.cid-uMjKGSOY9l .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}

.cid-uMjKGSOY9l .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}

.cid-uMjKGSOY9l .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}

.cid-uMjKGSOY9l .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}

.cid-uMjKGSOY9l .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}

.cid-uMjKGSOY9l .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}

.cid-uMjKGSOY9l .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}

.cid-uMjKGSOY9l .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}

.cid-uMjKGSOY9l .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}

.cid-uMjKGSOY9l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}

.cid-uMjKGSOY9l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-uMjKGSOY9l .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}

.cid-uMjKGSOY9l .dropdown.open>.dropdown-menu {
  display: block;
}

.cid-uMjKGSOY9l .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}

.cid-uMjKGSOY9l .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}

.cid-uMjKGSOY9l .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}

.cid-uMjKGSOY9l .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}

.cid-uMjKGSOY9l .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}

.cid-uMjKGSOY9l .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}

.cid-uMjKGSOY9l .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}

.cid-uMjKGSOY9l button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}

.cid-uMjKGSOY9l button.navbar-toggler:focus {
  outline: none;
}

.cid-uMjKGSOY9l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}

.cid-uMjKGSOY9l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}

.cid-uMjKGSOY9l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}

.cid-uMjKGSOY9l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}

.cid-uMjKGSOY9l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}

.cid-uMjKGSOY9l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-uMjKGSOY9l nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}

.cid-uMjKGSOY9l nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}

.cid-uMjKGSOY9l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-uMjKGSOY9l .collapsed.navbar-expand {
  flex-direction: column;
}

.cid-uMjKGSOY9l .collapsed .btn {
  display: flex;
}

.cid-uMjKGSOY9l .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}

.cid-uMjKGSOY9l .collapsed .navbar-collapse.collapsing,
.cid-uMjKGSOY9l .collapsed .navbar-collapse.show {
  display: block !important;
}

.cid-uMjKGSOY9l .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uMjKGSOY9l .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}

.cid-uMjKGSOY9l .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uMjKGSOY9l .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}

.cid-uMjKGSOY9l .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uMjKGSOY9l .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}

.cid-uMjKGSOY9l .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uMjKGSOY9l .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}

.cid-uMjKGSOY9l .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uMjKGSOY9l .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}

.cid-uMjKGSOY9l .collapsed button.navbar-toggler {
  display: block;
}

.cid-uMjKGSOY9l .collapsed .navbar-brand {
  margin-left: 1rem !important;
}

.cid-uMjKGSOY9l .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}

.cid-uMjKGSOY9l .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}

.cid-uMjKGSOY9l .collapsed .dropdown.open>.dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}

.cid-uMjKGSOY9l .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}

.cid-uMjKGSOY9l .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}

@media (max-width: 991px) {
  .cid-uMjKGSOY9l .navbar-expand {
    flex-direction: column;
  }

  .cid-uMjKGSOY9l img {
    height: 3.8rem !important;
  }

  .cid-uMjKGSOY9l .btn {
    display: flex;
  }

  .cid-uMjKGSOY9l button.navbar-toggler {
    display: block;
  }

  .cid-uMjKGSOY9l .navbar-brand {
    margin-left: 1rem !important;
  }

  .cid-uMjKGSOY9l .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }

  .cid-uMjKGSOY9l .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }

  .cid-uMjKGSOY9l .navbar-collapse.collapsing,
  .cid-uMjKGSOY9l .navbar-collapse.show {
    display: block !important;
  }

  .cid-uMjKGSOY9l .navbar-collapse.collapsing .navbar-nav,
  .cid-uMjKGSOY9l .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }

  .cid-uMjKGSOY9l .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uMjKGSOY9l .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }

  .cid-uMjKGSOY9l .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uMjKGSOY9l .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }

  .cid-uMjKGSOY9l .navbar-collapse.collapsing .navbar-buttons,
  .cid-uMjKGSOY9l .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }

  .cid-uMjKGSOY9l .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uMjKGSOY9l .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }

  .cid-uMjKGSOY9l .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }

  .cid-uMjKGSOY9l .dropdown.open>.dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }

  .cid-uMjKGSOY9l .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }

  .cid-uMjKGSOY9l .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}

@media (min-width: 767px) {
  .cid-uMjKGSOY9l .menu-logo {
    flex-shrink: 0;
  }
}

.cid-uMjKGSOY9l .navbar-collapse {
  flex-basis: auto;
}

.cid-uMjKGSOY9l .nav-link:hover,
.cid-uMjKGSOY9l .dropdown-item:hover {
  color: #EC71A8 !important;
}

.cid-uMjKGT90Am .mbr-overlay {
  background: #879a9f;
}

.cid-uMjKGT90Am .mbr-section-title {
  letter-spacing: -1px;
  color: #232323;
}

.cid-uMjKGT90Am .mbr-section-subtitle {
  color: #37101D;
  text-align: center;
}

.cid-uMjKGT90Am .mbr-text,
.cid-uMjKGT90Am .mbr-section-btn {
  color: #252525;
}

.cid-uMjKGTtyoD {
  padding-top: 105px;
  padding-bottom: 105px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}

.cid-uMjKGTtyoD .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}

.cid-uMjKGTtyoD .mbr-section-title {
  color: #111111;
}

.cid-uMjKGTtyoD .mbr-text,
.cid-uMjKGTtyoD .mbr-section-btn {
  color: #111111;
}

.cid-uMjKGUCmSZ {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #EC71A8;
}

@media (max-width: 767px) {
  .cid-uMjKGUCmSZ .content {
    text-align: center;
  }

  .cid-uMjKGUCmSZ .content>div:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .cid-uMjKGUCmSZ .media-wrap {
    margin-bottom: 1rem;
  }
}

.cid-uMjKGUCmSZ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}

.cid-uMjKGUCmSZ .media-wrap img {
  height: 6rem;
}

@media (max-width: 767px) {
  .cid-uMjKGUCmSZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}

.cid-uMjKGUCmSZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}

.cid-uMjKGUCmSZ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.cid-uMjKGUCmSZ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}

.cid-uMjKGUCmSZ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}

.cid-uMjKGUCmSZ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.cid-uMjKGUCmSZ .footer-lower .social-list a:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .cid-uMjKGUCmSZ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.cid-uMjL26cxXZ .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}

.cid-uMjL26cxXZ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}

.cid-uMjL26cxXZ a {
  font-style: normal;
}

.cid-uMjL26cxXZ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}

.cid-uMjL26cxXZ .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}

.cid-uMjL26cxXZ .nav-item:focus,
.cid-uMjL26cxXZ .nav-link:focus {
  outline: none;
}

.cid-uMjL26cxXZ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}

.cid-uMjL26cxXZ .btn .mbr-iconfont {
  font-size: 1.6rem;
}

.cid-uMjL26cxXZ .menu-logo {
  margin-right: auto;
}

.cid-uMjL26cxXZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}

.cid-uMjL26cxXZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}

.cid-uMjL26cxXZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}

.cid-uMjL26cxXZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}

.cid-uMjL26cxXZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}

.cid-uMjL26cxXZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}

.cid-uMjL26cxXZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}

.cid-uMjL26cxXZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}

.cid-uMjL26cxXZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}

.cid-uMjL26cxXZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}

.cid-uMjL26cxXZ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}

.cid-uMjL26cxXZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}

.cid-uMjL26cxXZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-uMjL26cxXZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}

.cid-uMjL26cxXZ .dropdown.open>.dropdown-menu {
  display: block;
}

.cid-uMjL26cxXZ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}

.cid-uMjL26cxXZ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}

.cid-uMjL26cxXZ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}

.cid-uMjL26cxXZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}

.cid-uMjL26cxXZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}

.cid-uMjL26cxXZ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}

.cid-uMjL26cxXZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}

.cid-uMjL26cxXZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}

.cid-uMjL26cxXZ button.navbar-toggler:focus {
  outline: none;
}

.cid-uMjL26cxXZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}

.cid-uMjL26cxXZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}

.cid-uMjL26cxXZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}

.cid-uMjL26cxXZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}

.cid-uMjL26cxXZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}

.cid-uMjL26cxXZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-uMjL26cxXZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}

.cid-uMjL26cxXZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}

.cid-uMjL26cxXZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-uMjL26cxXZ .collapsed.navbar-expand {
  flex-direction: column;
}

.cid-uMjL26cxXZ .collapsed .btn {
  display: flex;
}

.cid-uMjL26cxXZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}

.cid-uMjL26cxXZ .collapsed .navbar-collapse.collapsing,
.cid-uMjL26cxXZ .collapsed .navbar-collapse.show {
  display: block !important;
}

.cid-uMjL26cxXZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uMjL26cxXZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}

.cid-uMjL26cxXZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uMjL26cxXZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}

.cid-uMjL26cxXZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uMjL26cxXZ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}

.cid-uMjL26cxXZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uMjL26cxXZ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}

.cid-uMjL26cxXZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uMjL26cxXZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}

.cid-uMjL26cxXZ .collapsed button.navbar-toggler {
  display: block;
}

.cid-uMjL26cxXZ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}

.cid-uMjL26cxXZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}

.cid-uMjL26cxXZ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}

.cid-uMjL26cxXZ .collapsed .dropdown.open>.dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}

.cid-uMjL26cxXZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}

.cid-uMjL26cxXZ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}

@media (max-width: 991px) {
  .cid-uMjL26cxXZ .navbar-expand {
    flex-direction: column;
  }

  .cid-uMjL26cxXZ img {
    height: 3.8rem !important;
  }

  .cid-uMjL26cxXZ .btn {
    display: flex;
  }

  .cid-uMjL26cxXZ button.navbar-toggler {
    display: block;
  }

  .cid-uMjL26cxXZ .navbar-brand {
    margin-left: 1rem !important;
  }

  .cid-uMjL26cxXZ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }

  .cid-uMjL26cxXZ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }

  .cid-uMjL26cxXZ .navbar-collapse.collapsing,
  .cid-uMjL26cxXZ .navbar-collapse.show {
    display: block !important;
  }

  .cid-uMjL26cxXZ .navbar-collapse.collapsing .navbar-nav,
  .cid-uMjL26cxXZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }

  .cid-uMjL26cxXZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uMjL26cxXZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }

  .cid-uMjL26cxXZ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uMjL26cxXZ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }

  .cid-uMjL26cxXZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-uMjL26cxXZ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }

  .cid-uMjL26cxXZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uMjL26cxXZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }

  .cid-uMjL26cxXZ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }

  .cid-uMjL26cxXZ .dropdown.open>.dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }

  .cid-uMjL26cxXZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }

  .cid-uMjL26cxXZ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}

@media (min-width: 767px) {
  .cid-uMjL26cxXZ .menu-logo {
    flex-shrink: 0;
  }
}

.cid-uMjL26cxXZ .navbar-collapse {
  flex-basis: auto;
}

.cid-uMjL26cxXZ .nav-link:hover,
.cid-uMjL26cxXZ .dropdown-item:hover {
  color: #EC71A8 !important;
}

.cid-uMjL26wOVc .mbr-overlay {
  background: #879a9f;
}

.cid-uMjL26wOVc .mbr-section-title {
  letter-spacing: -1px;
  color: #232323;
}

.cid-uMjL26wOVc .mbr-section-subtitle {
  color: #37101D;
  text-align: center;
}

.cid-uMjL26wOVc .mbr-text,
.cid-uMjL26wOVc .mbr-section-btn {
  color: #252525;
}

.cid-uMjL26PIAk {
  padding-top: 105px;
  padding-bottom: 105px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}

.cid-uMjL26PIAk .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}

.cid-uMjL26PIAk .mbr-section-title {
  color: #111111;
}

.cid-uMjL26PIAk .mbr-text,
.cid-uMjL26PIAk .mbr-section-btn {
  color: #111111;
}

.cid-uMjL275s1G {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #EC71A8;
}

@media (max-width: 767px) {
  .cid-uMjL275s1G .content {
    text-align: center;
  }

  .cid-uMjL275s1G .content>div:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .cid-uMjL275s1G .media-wrap {
    margin-bottom: 1rem;
  }
}

.cid-uMjL275s1G .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}

.cid-uMjL275s1G .media-wrap img {
  height: 6rem;
}

@media (max-width: 767px) {
  .cid-uMjL275s1G .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}

.cid-uMjL275s1G .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}

.cid-uMjL275s1G .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.cid-uMjL275s1G .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}

.cid-uMjL275s1G .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}

.cid-uMjL275s1G .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.cid-uMjL275s1G .footer-lower .social-list a:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .cid-uMjL275s1G .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.cid-uMjLy4t7xx .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}

.cid-uMjLy4t7xx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}

.cid-uMjLy4t7xx a {
  font-style: normal;
}

.cid-uMjLy4t7xx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}

.cid-uMjLy4t7xx .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}

.cid-uMjLy4t7xx .nav-item:focus,
.cid-uMjLy4t7xx .nav-link:focus {
  outline: none;
}

.cid-uMjLy4t7xx .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}

.cid-uMjLy4t7xx .btn .mbr-iconfont {
  font-size: 1.6rem;
}

.cid-uMjLy4t7xx .menu-logo {
  margin-right: auto;
}

.cid-uMjLy4t7xx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}

.cid-uMjLy4t7xx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}

.cid-uMjLy4t7xx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}

.cid-uMjLy4t7xx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}

.cid-uMjLy4t7xx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}

.cid-uMjLy4t7xx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}

.cid-uMjLy4t7xx .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}

.cid-uMjLy4t7xx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}

.cid-uMjLy4t7xx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}

.cid-uMjLy4t7xx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}

.cid-uMjLy4t7xx .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}

.cid-uMjLy4t7xx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}

.cid-uMjLy4t7xx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-uMjLy4t7xx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}

.cid-uMjLy4t7xx .dropdown.open>.dropdown-menu {
  display: block;
}

.cid-uMjLy4t7xx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}

.cid-uMjLy4t7xx .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}

.cid-uMjLy4t7xx .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}

.cid-uMjLy4t7xx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}

.cid-uMjLy4t7xx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}

.cid-uMjLy4t7xx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}

.cid-uMjLy4t7xx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}

.cid-uMjLy4t7xx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}

.cid-uMjLy4t7xx button.navbar-toggler:focus {
  outline: none;
}

.cid-uMjLy4t7xx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}

.cid-uMjLy4t7xx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}

.cid-uMjLy4t7xx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}

.cid-uMjLy4t7xx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}

.cid-uMjLy4t7xx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}

.cid-uMjLy4t7xx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-uMjLy4t7xx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}

.cid-uMjLy4t7xx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}

.cid-uMjLy4t7xx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-uMjLy4t7xx .collapsed.navbar-expand {
  flex-direction: column;
}

.cid-uMjLy4t7xx .collapsed .btn {
  display: flex;
}

.cid-uMjLy4t7xx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}

.cid-uMjLy4t7xx .collapsed .navbar-collapse.collapsing,
.cid-uMjLy4t7xx .collapsed .navbar-collapse.show {
  display: block !important;
}

.cid-uMjLy4t7xx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uMjLy4t7xx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}

.cid-uMjLy4t7xx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uMjLy4t7xx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}

.cid-uMjLy4t7xx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uMjLy4t7xx .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}

.cid-uMjLy4t7xx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uMjLy4t7xx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}

.cid-uMjLy4t7xx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uMjLy4t7xx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}

.cid-uMjLy4t7xx .collapsed button.navbar-toggler {
  display: block;
}

.cid-uMjLy4t7xx .collapsed .navbar-brand {
  margin-left: 1rem !important;
}

.cid-uMjLy4t7xx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}

.cid-uMjLy4t7xx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}

.cid-uMjLy4t7xx .collapsed .dropdown.open>.dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}

.cid-uMjLy4t7xx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}

.cid-uMjLy4t7xx .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}

@media (max-width: 991px) {
  .cid-uMjLy4t7xx .navbar-expand {
    flex-direction: column;
  }

  .cid-uMjLy4t7xx img {
    height: 3.8rem !important;
  }

  .cid-uMjLy4t7xx .btn {
    display: flex;
  }

  .cid-uMjLy4t7xx button.navbar-toggler {
    display: block;
  }

  .cid-uMjLy4t7xx .navbar-brand {
    margin-left: 1rem !important;
  }

  .cid-uMjLy4t7xx .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }

  .cid-uMjLy4t7xx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }

  .cid-uMjLy4t7xx .navbar-collapse.collapsing,
  .cid-uMjLy4t7xx .navbar-collapse.show {
    display: block !important;
  }

  .cid-uMjLy4t7xx .navbar-collapse.collapsing .navbar-nav,
  .cid-uMjLy4t7xx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }

  .cid-uMjLy4t7xx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uMjLy4t7xx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }

  .cid-uMjLy4t7xx .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uMjLy4t7xx .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }

  .cid-uMjLy4t7xx .navbar-collapse.collapsing .navbar-buttons,
  .cid-uMjLy4t7xx .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }

  .cid-uMjLy4t7xx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uMjLy4t7xx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }

  .cid-uMjLy4t7xx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }

  .cid-uMjLy4t7xx .dropdown.open>.dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }

  .cid-uMjLy4t7xx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }

  .cid-uMjLy4t7xx .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}

@media (min-width: 767px) {
  .cid-uMjLy4t7xx .menu-logo {
    flex-shrink: 0;
  }
}

.cid-uMjLy4t7xx .navbar-collapse {
  flex-basis: auto;
}

.cid-uMjLy4t7xx .nav-link:hover,
.cid-uMjLy4t7xx .dropdown-item:hover {
  color: #EC71A8 !important;
}

.cid-uMjLy4LmAo .mbr-overlay {
  background: #879a9f;
}

.cid-uMjLy4LmAo .mbr-section-title {
  letter-spacing: -1px;
  color: #232323;
}

.cid-uMjLy4LmAo .mbr-section-subtitle {
  color: #37101D;
  text-align: center;
}

.cid-uMjLy4LmAo .mbr-text,
.cid-uMjLy4LmAo .mbr-section-btn {
  color: #252525;
}

.cid-uMjLJKOk0U {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}

.cid-uMjLJKOk0U .title {
  margin-bottom: 2rem;
}

.cid-uMjLJKOk0U .mbr-section-subtitle {
  color: #767676;
}

.cid-uMjLJKOk0U a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}

.cid-uMjLJKOk0U a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}

.cid-uMjLJKOk0U textarea.form-control {
  min-height: 188px;
}

.cid-uMjLy5l6h9 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #EC71A8;
}

@media (max-width: 767px) {
  .cid-uMjLy5l6h9 .content {
    text-align: center;
  }

  .cid-uMjLy5l6h9 .content>div:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .cid-uMjLy5l6h9 .media-wrap {
    margin-bottom: 1rem;
  }
}

.cid-uMjLy5l6h9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}

.cid-uMjLy5l6h9 .media-wrap img {
  height: 6rem;
}

@media (max-width: 767px) {
  .cid-uMjLy5l6h9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}

.cid-uMjLy5l6h9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}

.cid-uMjLy5l6h9 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.cid-uMjLy5l6h9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}

.cid-uMjLy5l6h9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}

.cid-uMjLy5l6h9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.cid-uMjLy5l6h9 .footer-lower .social-list a:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .cid-uMjLy5l6h9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.cid-uMjMspPkWO .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}

.cid-uMjMspPkWO .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}

.cid-uMjMspPkWO a {
  font-style: normal;
}

.cid-uMjMspPkWO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}

.cid-uMjMspPkWO .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}

.cid-uMjMspPkWO .nav-item:focus,
.cid-uMjMspPkWO .nav-link:focus {
  outline: none;
}

.cid-uMjMspPkWO .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}

.cid-uMjMspPkWO .btn .mbr-iconfont {
  font-size: 1.6rem;
}

.cid-uMjMspPkWO .menu-logo {
  margin-right: auto;
}

.cid-uMjMspPkWO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}

.cid-uMjMspPkWO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}

.cid-uMjMspPkWO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}

.cid-uMjMspPkWO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}

.cid-uMjMspPkWO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}

.cid-uMjMspPkWO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}

.cid-uMjMspPkWO .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}

.cid-uMjMspPkWO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}

.cid-uMjMspPkWO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}

.cid-uMjMspPkWO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}

.cid-uMjMspPkWO .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}

.cid-uMjMspPkWO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}

.cid-uMjMspPkWO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-uMjMspPkWO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}

.cid-uMjMspPkWO .dropdown.open>.dropdown-menu {
  display: block;
}

.cid-uMjMspPkWO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}

.cid-uMjMspPkWO .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}

.cid-uMjMspPkWO .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}

.cid-uMjMspPkWO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}

.cid-uMjMspPkWO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}

.cid-uMjMspPkWO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}

.cid-uMjMspPkWO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}

.cid-uMjMspPkWO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}

.cid-uMjMspPkWO button.navbar-toggler:focus {
  outline: none;
}

.cid-uMjMspPkWO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}

.cid-uMjMspPkWO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}

.cid-uMjMspPkWO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}

.cid-uMjMspPkWO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}

.cid-uMjMspPkWO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}

.cid-uMjMspPkWO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-uMjMspPkWO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}

.cid-uMjMspPkWO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}

.cid-uMjMspPkWO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-uMjMspPkWO .collapsed.navbar-expand {
  flex-direction: column;
}

.cid-uMjMspPkWO .collapsed .btn {
  display: flex;
}

.cid-uMjMspPkWO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}

.cid-uMjMspPkWO .collapsed .navbar-collapse.collapsing,
.cid-uMjMspPkWO .collapsed .navbar-collapse.show {
  display: block !important;
}

.cid-uMjMspPkWO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uMjMspPkWO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}

.cid-uMjMspPkWO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uMjMspPkWO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}

.cid-uMjMspPkWO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uMjMspPkWO .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}

.cid-uMjMspPkWO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uMjMspPkWO .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}

.cid-uMjMspPkWO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uMjMspPkWO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}

.cid-uMjMspPkWO .collapsed button.navbar-toggler {
  display: block;
}

.cid-uMjMspPkWO .collapsed .navbar-brand {
  margin-left: 1rem !important;
}

.cid-uMjMspPkWO .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}

.cid-uMjMspPkWO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}

.cid-uMjMspPkWO .collapsed .dropdown.open>.dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}

.cid-uMjMspPkWO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}

.cid-uMjMspPkWO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}

@media (max-width: 991px) {
  .cid-uMjMspPkWO .navbar-expand {
    flex-direction: column;
  }

  .cid-uMjMspPkWO img {
    height: 3.8rem !important;
  }

  .cid-uMjMspPkWO .btn {
    display: flex;
  }

  .cid-uMjMspPkWO button.navbar-toggler {
    display: block;
  }

  .cid-uMjMspPkWO .navbar-brand {
    margin-left: 1rem !important;
  }

  .cid-uMjMspPkWO .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }

  .cid-uMjMspPkWO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }

  .cid-uMjMspPkWO .navbar-collapse.collapsing,
  .cid-uMjMspPkWO .navbar-collapse.show {
    display: block !important;
  }

  .cid-uMjMspPkWO .navbar-collapse.collapsing .navbar-nav,
  .cid-uMjMspPkWO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }

  .cid-uMjMspPkWO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uMjMspPkWO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }

  .cid-uMjMspPkWO .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uMjMspPkWO .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }

  .cid-uMjMspPkWO .navbar-collapse.collapsing .navbar-buttons,
  .cid-uMjMspPkWO .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }

  .cid-uMjMspPkWO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uMjMspPkWO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }

  .cid-uMjMspPkWO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }

  .cid-uMjMspPkWO .dropdown.open>.dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }

  .cid-uMjMspPkWO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }

  .cid-uMjMspPkWO .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}

@media (min-width: 767px) {
  .cid-uMjMspPkWO .menu-logo {
    flex-shrink: 0;
  }
}

.cid-uMjMspPkWO .navbar-collapse {
  flex-basis: auto;
}

.cid-uMjMspPkWO .nav-link:hover,
.cid-uMjMspPkWO .dropdown-item:hover {
  color: #EC71A8 !important;
}

.cid-uMjMsqg9W7 .mbr-overlay {
  background: #879a9f;
}

.cid-uMjMsqg9W7 .mbr-section-title {
  letter-spacing: -1px;
  color: #232323;
}

.cid-uMjMsqg9W7 .mbr-section-subtitle {
  color: #37101D;
  text-align: center;
}

.cid-uMjMsqg9W7 .mbr-text,
.cid-uMjMsqg9W7 .mbr-section-btn {
  color: #252525;
}

.cid-uMjMsqAHx8 {
  padding-top: 105px;
  padding-bottom: 105px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}

.cid-uMjMsqAHx8 .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}

.cid-uMjMsqAHx8 .mbr-section-title {
  color: #111111;
}

.cid-uMjMsqAHx8 .mbr-text,
.cid-uMjMsqAHx8 .mbr-section-btn {
  color: #111111;
}

.cid-uMjMLom0As {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}

.cid-uMjMLom0As .mbr-slider .carousel-control {
  background: #1b1b1b;
}

.cid-uMjMLom0As .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}

.cid-uMjMLom0As .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}

.cid-uMjMLom0As .mbr-slider .modal-body .close {
  background: #1b1b1b;
}

.cid-uMjMLom0As .mbr-gallery-item>div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}

.cid-uMjMLom0As .mbr-gallery-item>div:hover .mbr-gallery-title::before {
  background: transparent !important;
}

.cid-uMjMLom0As .mbr-gallery-item>div:hover:before {
  opacity: 0.7 !important;
}

.cid-uMjMLom0As .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}

.cid-uMjMLom0As .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}

.cid-uMjMsqQJMN {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #EC71A8;
}

@media (max-width: 767px) {
  .cid-uMjMsqQJMN .content {
    text-align: center;
  }

  .cid-uMjMsqQJMN .content>div:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .cid-uMjMsqQJMN .media-wrap {
    margin-bottom: 1rem;
  }
}

.cid-uMjMsqQJMN .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}

.cid-uMjMsqQJMN .media-wrap img {
  height: 6rem;
}

@media (max-width: 767px) {
  .cid-uMjMsqQJMN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}

.cid-uMjMsqQJMN .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}

.cid-uMjMsqQJMN .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.cid-uMjMsqQJMN .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}

.cid-uMjMsqQJMN .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}

.cid-uMjMsqQJMN .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.cid-uMjMsqQJMN .footer-lower .social-list a:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .cid-uMjMsqQJMN .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}


.display-subtext {
  font-size: 1.8rem !important;
}

.notyf__toast--success {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  background: rgb(61, 199, 99);
}

.notyf__toast--error {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  background: rgb(237, 61, 61);
}


.notyf__toast {
  max-width: 90% !important;
  width: fit-content !important;
  padding: 1rem 1.5rem !important;
  font-size: 0.95rem !important;
}

@media (min-width: 768px) {
  .notyf__toast {
    max-width: 420px !important;
    font-size: 1rem !important;
  }
}