@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.3;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-family: Assistant-Bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Assistant-Regular';
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Assistant-Regular';
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Assistant-Regular';
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Assistant-Bold';
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Assistant-Regular';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((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.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #64234b !important;
}
.bg-success {
  background-color: #b14286 !important;
}
.bg-info {
  background-color: #bf2785 !important;
}
.bg-warning {
  background-color: #767676 !important;
}
.bg-danger {
  background-color: #e0e0e0 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #64234b !important;
  border-color: #64234b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #240d1b !important;
  border-color: #240d1b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #240d1b !important;
  border-color: #240d1b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #64234b !important;
  border-color: #64234b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #240d1b !important;
  border-color: #240d1b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #240d1b !important;
  border-color: #240d1b !important;
}
.btn-info,
.btn-info:active {
  background-color: #bf2785 !important;
  border-color: #bf2785 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #771853 !important;
  border-color: #771853 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #771853 !important;
  border-color: #771853 !important;
}
.btn-success,
.btn-success:active {
  background-color: #b14286 !important;
  border-color: #b14286 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #722a56 !important;
  border-color: #722a56 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #722a56 !important;
  border-color: #722a56 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #4b4b4b !important;
  border-color: #4b4b4b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #4b4b4b !important;
  border-color: #4b4b4b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
  color: #616161 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b5b5b5 !important;
  border-color: #b5b5b5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #616161 !important;
  background-color: #b5b5b5 !important;
  border-color: #b5b5b5 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #64234b;
  color: #64234b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #240d1b !important;
  background-color: transparent!important;
  border-color: #240d1b !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #64234b !important;
  border-color: #64234b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #64234b;
  color: #64234b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #240d1b !important;
  background-color: transparent!important;
  border-color: #240d1b !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #64234b !important;
  border-color: #64234b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #bf2785;
  color: #bf2785;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #771853 !important;
  background-color: transparent!important;
  border-color: #771853 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #bf2785 !important;
  border-color: #bf2785 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #b14286;
  color: #b14286;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #722a56 !important;
  background-color: transparent!important;
  border-color: #722a56 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #b14286 !important;
  border-color: #b14286 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #767676;
  color: #767676;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4b4b4b !important;
  background-color: transparent!important;
  border-color: #4b4b4b !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e0e0e0;
  color: #e0e0e0;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b5b5b5 !important;
  background-color: transparent!important;
  border-color: #b5b5b5 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #616161 !important;
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #64234b !important;
}
.text-secondary {
  color: #64234b !important;
}
.text-success {
  color: #b14286 !important;
}
.text-info {
  color: #bf2785 !important;
}
.text-warning {
  color: #767676 !important;
}
.text-danger {
  color: #e0e0e0 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #180912 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #180912 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #67264e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #6a164a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #434343 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #adadad !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #64234b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #bf2785;
}
.alert-warning {
  background-color: #767676;
}
.alert-danger {
  background-color: #e0e0e0;
}
.mbr-gallery-filter li.active .btn {
  background-color: #64234b;
  border-color: #64234b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #64234b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bf4891;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d999c0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e580bf;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b6b6b6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Assistant-Regular';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #64234b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Assistant-Regular';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #64234b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #64234b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #64234b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #64234b;
  border-bottom-color: #64234b;
}
.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: #64234b !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: #64234b !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2364234b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sCvFRIyjCC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCvFRIyjCC nav.navbar {
  position: fixed;
}
.cid-sCvFRIyjCC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCvFRIyjCC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCvFRIyjCC .dropdown-item:hover,
.cid-sCvFRIyjCC .dropdown-item:focus {
  background: #64234b !important;
  color: white !important;
}
.cid-sCvFRIyjCC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCvFRIyjCC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCvFRIyjCC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCvFRIyjCC .nav-link {
  position: relative;
}
.cid-sCvFRIyjCC .container {
  display: flex;
  margin: auto;
}
.cid-sCvFRIyjCC .iconfont-wrapper {
  color: #65224b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCvFRIyjCC .dropdown-menu,
.cid-sCvFRIyjCC .navbar.opened {
  background: #ffffff !important;
}
.cid-sCvFRIyjCC .nav-item:focus,
.cid-sCvFRIyjCC .nav-link:focus {
  outline: none;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCvFRIyjCC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCvFRIyjCC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sCvFRIyjCC .navbar.opened {
  transition: all 0.3s;
}
.cid-sCvFRIyjCC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCvFRIyjCC .navbar .navbar-logo img {
  width: auto;
}
.cid-sCvFRIyjCC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCvFRIyjCC .navbar.collapsed {
  justify-content: center;
}
.cid-sCvFRIyjCC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCvFRIyjCC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCvFRIyjCC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCvFRIyjCC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCvFRIyjCC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCvFRIyjCC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCvFRIyjCC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCvFRIyjCC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCvFRIyjCC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCvFRIyjCC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCvFRIyjCC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCvFRIyjCC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCvFRIyjCC .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCvFRIyjCC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCvFRIyjCC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCvFRIyjCC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCvFRIyjCC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCvFRIyjCC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCvFRIyjCC .dropdown-item.active,
.cid-sCvFRIyjCC .dropdown-item:active {
  background-color: transparent;
}
.cid-sCvFRIyjCC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCvFRIyjCC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sCvFRIyjCC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCvFRIyjCC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCvFRIyjCC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCvFRIyjCC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCvFRIyjCC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCvFRIyjCC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCvFRIyjCC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCvFRIyjCC .navbar {
    height: 70px;
  }
  .cid-sCvFRIyjCC .navbar.opened {
    height: auto;
  }
  .cid-sCvFRIyjCC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sE0u5hy9xt {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sE0u5hy9xt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sE0u5hy9xt .row {
  flex-direction: row-reverse;
}
.cid-sE0u5hy9xt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sE0u5hy9xt .text-wrapper {
    padding: 2rem;
  }
}
.cid-sDV7juSSaY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sDV7juSSaY img,
.cid-sDV7juSSaY .item-img {
  width: 100%;
}
.cid-sDV7juSSaY .item:focus,
.cid-sDV7juSSaY span:focus {
  outline: none;
}
.cid-sDV7juSSaY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sDV7juSSaY .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sDV7juSSaY .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sDV7juSSaY .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDV7juSSaY .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sDV7juSSaY .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sDV7juSSaY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sDV7juSSaY .mbr-section-title {
  color: #232323;
}
.cid-sDV7juSSaY .mbr-text,
.cid-sDV7juSSaY .mbr-section-btn {
  text-align: left;
}
.cid-sDV7juSSaY .item-title {
  text-align: left;
}
.cid-sDV7juSSaY .item-subtitle {
  text-align: left;
}
.cid-sDVsH8e51F.popup-builder {
  background-color: #ffffff;
}
.cid-sDVsH8e51F.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sDVsH8e51F.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sDVsH8e51F .modal-content,
.cid-sDVsH8e51F .modal-dialog {
  height: auto;
}
.cid-sDVsH8e51F .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sDVsH8e51F .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sDVsH8e51F .form-wrapper .mbr-form .form-group,
  .cid-sDVsH8e51F .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sDVsH8e51F .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sDVsH8e51F .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDVsH8e51F .mbr-text {
  text-align: left;
}
.cid-sDVsH8e51F .pt-0 {
  padding-top: 0 !important;
}
.cid-sDVsH8e51F .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sDVsH8e51F .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sDVsH8e51F .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sDVsH8e51F .modal-open {
  overflow: hidden;
}
.cid-sDVsH8e51F .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sDVsH8e51F .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sDVsH8e51F .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sDVsH8e51F .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sDVsH8e51F .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sDVsH8e51F .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sDVsH8e51F .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sDVsH8e51F .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sDVsH8e51F .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sDVsH8e51F .modal-backdrop.fade {
  opacity: 0;
}
.cid-sDVsH8e51F .modal-backdrop.show {
  opacity: .5;
}
.cid-sDVsH8e51F .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sDVsH8e51F .modal-header {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDVsH8e51F .modal-header {
    padding: 1rem;
  }
}
.cid-sDVsH8e51F .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sDVsH8e51F .modal-header .close:hover {
  opacity: 1;
}
.cid-sDVsH8e51F .modal-header .close:focus {
  outline: none;
}
.cid-sDVsH8e51F .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-sDVsH8e51F .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sDVsH8e51F .modal-body {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDVsH8e51F .modal-body {
    padding: 1rem;
  }
}
.cid-sDVsH8e51F .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sDVsH8e51F .modal-footer {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDVsH8e51F .modal-footer {
    padding: 1rem;
  }
}
.cid-sDVsH8e51F .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sDVsH8e51F .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sDVsH8e51F .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sDVsH8e51F .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sDVsH8e51F .modal-sm {
    max-width: 300px;
  }
  .cid-sDVsH8e51F .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sDVsH8e51F .modal-lg,
  .cid-sDVsH8e51F .modal-xl {
    max-width: 800px;
  }
  .cid-sDVsH8e51F .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sDVsH8e51F .modal-xl {
    max-width: 1140px;
  }
  .cid-sDVsH8e51F .container {
    max-width: 1140px;
  }
}
.cid-sDVsH8e51F .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sDVsH8e51F .container {
    max-width: 720px;
  }
}
.cid-sDVsH8e51F .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sDVsH8e51F .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sDVsH8e51F .form-group {
  margin-bottom: 1rem;
}
.cid-sDVsH8e51F .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sDVsH8e51F .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sDVsH8e51F .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sDVv8zpt5q.popup-builder {
  background-color: #ffffff;
}
.cid-sDVv8zpt5q.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sDVv8zpt5q.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sDVv8zpt5q .modal-content,
.cid-sDVv8zpt5q .modal-dialog {
  height: auto;
}
.cid-sDVv8zpt5q .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sDVv8zpt5q .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sDVv8zpt5q .form-wrapper .mbr-form .form-group,
  .cid-sDVv8zpt5q .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sDVv8zpt5q .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sDVv8zpt5q .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDVv8zpt5q .mbr-text {
  text-align: left;
}
.cid-sDVv8zpt5q .pt-0 {
  padding-top: 0 !important;
}
.cid-sDVv8zpt5q .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sDVv8zpt5q .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sDVv8zpt5q .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sDVv8zpt5q .modal-open {
  overflow: hidden;
}
.cid-sDVv8zpt5q .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sDVv8zpt5q .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sDVv8zpt5q .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sDVv8zpt5q .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sDVv8zpt5q .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sDVv8zpt5q .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sDVv8zpt5q .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sDVv8zpt5q .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sDVv8zpt5q .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sDVv8zpt5q .modal-backdrop.fade {
  opacity: 0;
}
.cid-sDVv8zpt5q .modal-backdrop.show {
  opacity: .5;
}
.cid-sDVv8zpt5q .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sDVv8zpt5q .modal-header {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDVv8zpt5q .modal-header {
    padding: 1rem;
  }
}
.cid-sDVv8zpt5q .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sDVv8zpt5q .modal-header .close:hover {
  opacity: 1;
}
.cid-sDVv8zpt5q .modal-header .close:focus {
  outline: none;
}
.cid-sDVv8zpt5q .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-sDVv8zpt5q .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sDVv8zpt5q .modal-body {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDVv8zpt5q .modal-body {
    padding: 1rem;
  }
}
.cid-sDVv8zpt5q .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sDVv8zpt5q .modal-footer {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDVv8zpt5q .modal-footer {
    padding: 1rem;
  }
}
.cid-sDVv8zpt5q .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sDVv8zpt5q .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sDVv8zpt5q .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sDVv8zpt5q .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sDVv8zpt5q .modal-sm {
    max-width: 300px;
  }
  .cid-sDVv8zpt5q .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sDVv8zpt5q .modal-lg,
  .cid-sDVv8zpt5q .modal-xl {
    max-width: 800px;
  }
  .cid-sDVv8zpt5q .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sDVv8zpt5q .modal-xl {
    max-width: 1140px;
  }
  .cid-sDVv8zpt5q .container {
    max-width: 1140px;
  }
}
.cid-sDVv8zpt5q .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sDVv8zpt5q .container {
    max-width: 720px;
  }
}
.cid-sDVv8zpt5q .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sDVv8zpt5q .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sDVv8zpt5q .form-group {
  margin-bottom: 1rem;
}
.cid-sDVv8zpt5q .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sDVv8zpt5q .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sDVv8zpt5q .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sDVxSNa4Qk.popup-builder {
  background-color: #ffffff;
}
.cid-sDVxSNa4Qk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sDVxSNa4Qk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sDVxSNa4Qk .modal-content,
.cid-sDVxSNa4Qk .modal-dialog {
  height: auto;
}
.cid-sDVxSNa4Qk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sDVxSNa4Qk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sDVxSNa4Qk .form-wrapper .mbr-form .form-group,
  .cid-sDVxSNa4Qk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sDVxSNa4Qk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sDVxSNa4Qk .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDVxSNa4Qk .mbr-text {
  text-align: left;
}
.cid-sDVxSNa4Qk .pt-0 {
  padding-top: 0 !important;
}
.cid-sDVxSNa4Qk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sDVxSNa4Qk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sDVxSNa4Qk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sDVxSNa4Qk .modal-open {
  overflow: hidden;
}
.cid-sDVxSNa4Qk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sDVxSNa4Qk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sDVxSNa4Qk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sDVxSNa4Qk .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sDVxSNa4Qk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sDVxSNa4Qk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sDVxSNa4Qk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sDVxSNa4Qk .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sDVxSNa4Qk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sDVxSNa4Qk .modal-backdrop.fade {
  opacity: 0;
}
.cid-sDVxSNa4Qk .modal-backdrop.show {
  opacity: .5;
}
.cid-sDVxSNa4Qk .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sDVxSNa4Qk .modal-header {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDVxSNa4Qk .modal-header {
    padding: 1rem;
  }
}
.cid-sDVxSNa4Qk .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sDVxSNa4Qk .modal-header .close:hover {
  opacity: 1;
}
.cid-sDVxSNa4Qk .modal-header .close:focus {
  outline: none;
}
.cid-sDVxSNa4Qk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-sDVxSNa4Qk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sDVxSNa4Qk .modal-body {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDVxSNa4Qk .modal-body {
    padding: 1rem;
  }
}
.cid-sDVxSNa4Qk .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sDVxSNa4Qk .modal-footer {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDVxSNa4Qk .modal-footer {
    padding: 1rem;
  }
}
.cid-sDVxSNa4Qk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sDVxSNa4Qk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sDVxSNa4Qk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sDVxSNa4Qk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sDVxSNa4Qk .modal-sm {
    max-width: 300px;
  }
  .cid-sDVxSNa4Qk .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sDVxSNa4Qk .modal-lg,
  .cid-sDVxSNa4Qk .modal-xl {
    max-width: 800px;
  }
  .cid-sDVxSNa4Qk .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sDVxSNa4Qk .modal-xl {
    max-width: 1140px;
  }
  .cid-sDVxSNa4Qk .container {
    max-width: 1140px;
  }
}
.cid-sDVxSNa4Qk .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sDVxSNa4Qk .container {
    max-width: 720px;
  }
}
.cid-sDVxSNa4Qk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sDVxSNa4Qk .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sDVxSNa4Qk .form-group {
  margin-bottom: 1rem;
}
.cid-sDVxSNa4Qk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sDVxSNa4Qk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sDVxSNa4Qk .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sDVzJnZYCJ.popup-builder {
  background-color: #ffffff;
}
.cid-sDVzJnZYCJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sDVzJnZYCJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sDVzJnZYCJ .modal-content,
.cid-sDVzJnZYCJ .modal-dialog {
  height: auto;
}
.cid-sDVzJnZYCJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sDVzJnZYCJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sDVzJnZYCJ .form-wrapper .mbr-form .form-group,
  .cid-sDVzJnZYCJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sDVzJnZYCJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sDVzJnZYCJ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDVzJnZYCJ .mbr-text {
  text-align: left;
}
.cid-sDVzJnZYCJ .pt-0 {
  padding-top: 0 !important;
}
.cid-sDVzJnZYCJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sDVzJnZYCJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sDVzJnZYCJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sDVzJnZYCJ .modal-open {
  overflow: hidden;
}
.cid-sDVzJnZYCJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sDVzJnZYCJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sDVzJnZYCJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sDVzJnZYCJ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sDVzJnZYCJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sDVzJnZYCJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sDVzJnZYCJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sDVzJnZYCJ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sDVzJnZYCJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sDVzJnZYCJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-sDVzJnZYCJ .modal-backdrop.show {
  opacity: .5;
}
.cid-sDVzJnZYCJ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sDVzJnZYCJ .modal-header {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDVzJnZYCJ .modal-header {
    padding: 1rem;
  }
}
.cid-sDVzJnZYCJ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sDVzJnZYCJ .modal-header .close:hover {
  opacity: 1;
}
.cid-sDVzJnZYCJ .modal-header .close:focus {
  outline: none;
}
.cid-sDVzJnZYCJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-sDVzJnZYCJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sDVzJnZYCJ .modal-body {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDVzJnZYCJ .modal-body {
    padding: 1rem;
  }
}
.cid-sDVzJnZYCJ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sDVzJnZYCJ .modal-footer {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDVzJnZYCJ .modal-footer {
    padding: 1rem;
  }
}
.cid-sDVzJnZYCJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sDVzJnZYCJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sDVzJnZYCJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sDVzJnZYCJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sDVzJnZYCJ .modal-sm {
    max-width: 300px;
  }
  .cid-sDVzJnZYCJ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sDVzJnZYCJ .modal-lg,
  .cid-sDVzJnZYCJ .modal-xl {
    max-width: 800px;
  }
  .cid-sDVzJnZYCJ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sDVzJnZYCJ .modal-xl {
    max-width: 1140px;
  }
  .cid-sDVzJnZYCJ .container {
    max-width: 1140px;
  }
}
.cid-sDVzJnZYCJ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sDVzJnZYCJ .container {
    max-width: 720px;
  }
}
.cid-sDVzJnZYCJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sDVzJnZYCJ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sDVzJnZYCJ .form-group {
  margin-bottom: 1rem;
}
.cid-sDVzJnZYCJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sDVzJnZYCJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sDVzJnZYCJ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sDVFWMohKJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sDVFWMohKJ img,
.cid-sDVFWMohKJ .item-img {
  width: 100%;
}
.cid-sDVFWMohKJ .item:focus,
.cid-sDVFWMohKJ span:focus {
  outline: none;
}
.cid-sDVFWMohKJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sDVFWMohKJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sDVFWMohKJ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sDVFWMohKJ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDVFWMohKJ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sDVFWMohKJ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sDVFWMohKJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sDVFWMohKJ .mbr-section-title {
  color: #232323;
}
.cid-sDVFWMohKJ .mbr-text,
.cid-sDVFWMohKJ .mbr-section-btn {
  text-align: left;
}
.cid-sDVFWMohKJ .item-title {
  text-align: left;
}
.cid-sDVFWMohKJ .item-subtitle {
  text-align: left;
}
.cid-sDVGg4yriH.popup-builder {
  background-color: #ffffff;
}
.cid-sDVGg4yriH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sDVGg4yriH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sDVGg4yriH .modal-content,
.cid-sDVGg4yriH .modal-dialog {
  height: auto;
}
.cid-sDVGg4yriH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sDVGg4yriH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sDVGg4yriH .form-wrapper .mbr-form .form-group,
  .cid-sDVGg4yriH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sDVGg4yriH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sDVGg4yriH .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDVGg4yriH .mbr-text {
  text-align: left;
}
.cid-sDVGg4yriH .pt-0 {
  padding-top: 0 !important;
}
.cid-sDVGg4yriH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sDVGg4yriH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sDVGg4yriH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sDVGg4yriH .modal-open {
  overflow: hidden;
}
.cid-sDVGg4yriH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sDVGg4yriH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sDVGg4yriH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sDVGg4yriH .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sDVGg4yriH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sDVGg4yriH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sDVGg4yriH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sDVGg4yriH .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sDVGg4yriH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sDVGg4yriH .modal-backdrop.fade {
  opacity: 0;
}
.cid-sDVGg4yriH .modal-backdrop.show {
  opacity: .5;
}
.cid-sDVGg4yriH .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sDVGg4yriH .modal-header {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDVGg4yriH .modal-header {
    padding: 1rem;
  }
}
.cid-sDVGg4yriH .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sDVGg4yriH .modal-header .close:hover {
  opacity: 1;
}
.cid-sDVGg4yriH .modal-header .close:focus {
  outline: none;
}
.cid-sDVGg4yriH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-sDVGg4yriH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sDVGg4yriH .modal-body {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDVGg4yriH .modal-body {
    padding: 1rem;
  }
}
.cid-sDVGg4yriH .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sDVGg4yriH .modal-footer {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDVGg4yriH .modal-footer {
    padding: 1rem;
  }
}
.cid-sDVGg4yriH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sDVGg4yriH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sDVGg4yriH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sDVGg4yriH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sDVGg4yriH .modal-sm {
    max-width: 300px;
  }
  .cid-sDVGg4yriH .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sDVGg4yriH .modal-lg,
  .cid-sDVGg4yriH .modal-xl {
    max-width: 800px;
  }
  .cid-sDVGg4yriH .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sDVGg4yriH .modal-xl {
    max-width: 1140px;
  }
  .cid-sDVGg4yriH .container {
    max-width: 1140px;
  }
}
.cid-sDVGg4yriH .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sDVGg4yriH .container {
    max-width: 720px;
  }
}
.cid-sDVGg4yriH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sDVGg4yriH .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sDVGg4yriH .form-group {
  margin-bottom: 1rem;
}
.cid-sDVGg4yriH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sDVGg4yriH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sDVGg4yriH .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sDY0hvgX7O.popup-builder {
  background-color: #ffffff;
}
.cid-sDY0hvgX7O.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sDY0hvgX7O.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sDY0hvgX7O .modal-content,
.cid-sDY0hvgX7O .modal-dialog {
  height: auto;
}
.cid-sDY0hvgX7O .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sDY0hvgX7O .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sDY0hvgX7O .form-wrapper .mbr-form .form-group,
  .cid-sDY0hvgX7O .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sDY0hvgX7O .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sDY0hvgX7O .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDY0hvgX7O .mbr-text {
  text-align: left;
}
.cid-sDY0hvgX7O .pt-0 {
  padding-top: 0 !important;
}
.cid-sDY0hvgX7O .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sDY0hvgX7O .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sDY0hvgX7O .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sDY0hvgX7O .modal-open {
  overflow: hidden;
}
.cid-sDY0hvgX7O .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sDY0hvgX7O .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sDY0hvgX7O .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sDY0hvgX7O .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sDY0hvgX7O .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sDY0hvgX7O .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sDY0hvgX7O .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sDY0hvgX7O .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sDY0hvgX7O .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sDY0hvgX7O .modal-backdrop.fade {
  opacity: 0;
}
.cid-sDY0hvgX7O .modal-backdrop.show {
  opacity: .5;
}
.cid-sDY0hvgX7O .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sDY0hvgX7O .modal-header {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDY0hvgX7O .modal-header {
    padding: 1rem;
  }
}
.cid-sDY0hvgX7O .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sDY0hvgX7O .modal-header .close:hover {
  opacity: 1;
}
.cid-sDY0hvgX7O .modal-header .close:focus {
  outline: none;
}
.cid-sDY0hvgX7O .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-sDY0hvgX7O .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sDY0hvgX7O .modal-body {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDY0hvgX7O .modal-body {
    padding: 1rem;
  }
}
.cid-sDY0hvgX7O .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sDY0hvgX7O .modal-footer {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDY0hvgX7O .modal-footer {
    padding: 1rem;
  }
}
.cid-sDY0hvgX7O .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sDY0hvgX7O .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sDY0hvgX7O .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sDY0hvgX7O .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sDY0hvgX7O .modal-sm {
    max-width: 300px;
  }
  .cid-sDY0hvgX7O .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sDY0hvgX7O .modal-lg,
  .cid-sDY0hvgX7O .modal-xl {
    max-width: 800px;
  }
  .cid-sDY0hvgX7O .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sDY0hvgX7O .modal-xl {
    max-width: 1140px;
  }
  .cid-sDY0hvgX7O .container {
    max-width: 1140px;
  }
}
.cid-sDY0hvgX7O .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sDY0hvgX7O .container {
    max-width: 720px;
  }
}
.cid-sDY0hvgX7O .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sDY0hvgX7O .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sDY0hvgX7O .form-group {
  margin-bottom: 1rem;
}
.cid-sDY0hvgX7O .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sDY0hvgX7O .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sDY0hvgX7O .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sDY0ji5Tnl.popup-builder {
  background-color: #ffffff;
}
.cid-sDY0ji5Tnl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sDY0ji5Tnl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sDY0ji5Tnl .modal-content,
.cid-sDY0ji5Tnl .modal-dialog {
  height: auto;
}
.cid-sDY0ji5Tnl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sDY0ji5Tnl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sDY0ji5Tnl .form-wrapper .mbr-form .form-group,
  .cid-sDY0ji5Tnl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sDY0ji5Tnl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sDY0ji5Tnl .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDY0ji5Tnl .mbr-text {
  text-align: left;
}
.cid-sDY0ji5Tnl .pt-0 {
  padding-top: 0 !important;
}
.cid-sDY0ji5Tnl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sDY0ji5Tnl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sDY0ji5Tnl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sDY0ji5Tnl .modal-open {
  overflow: hidden;
}
.cid-sDY0ji5Tnl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sDY0ji5Tnl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sDY0ji5Tnl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sDY0ji5Tnl .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sDY0ji5Tnl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sDY0ji5Tnl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sDY0ji5Tnl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sDY0ji5Tnl .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sDY0ji5Tnl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sDY0ji5Tnl .modal-backdrop.fade {
  opacity: 0;
}
.cid-sDY0ji5Tnl .modal-backdrop.show {
  opacity: .5;
}
.cid-sDY0ji5Tnl .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sDY0ji5Tnl .modal-header {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDY0ji5Tnl .modal-header {
    padding: 1rem;
  }
}
.cid-sDY0ji5Tnl .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sDY0ji5Tnl .modal-header .close:hover {
  opacity: 1;
}
.cid-sDY0ji5Tnl .modal-header .close:focus {
  outline: none;
}
.cid-sDY0ji5Tnl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-sDY0ji5Tnl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sDY0ji5Tnl .modal-body {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDY0ji5Tnl .modal-body {
    padding: 1rem;
  }
}
.cid-sDY0ji5Tnl .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sDY0ji5Tnl .modal-footer {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDY0ji5Tnl .modal-footer {
    padding: 1rem;
  }
}
.cid-sDY0ji5Tnl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sDY0ji5Tnl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sDY0ji5Tnl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sDY0ji5Tnl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sDY0ji5Tnl .modal-sm {
    max-width: 300px;
  }
  .cid-sDY0ji5Tnl .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sDY0ji5Tnl .modal-lg,
  .cid-sDY0ji5Tnl .modal-xl {
    max-width: 800px;
  }
  .cid-sDY0ji5Tnl .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sDY0ji5Tnl .modal-xl {
    max-width: 1140px;
  }
  .cid-sDY0ji5Tnl .container {
    max-width: 1140px;
  }
}
.cid-sDY0ji5Tnl .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sDY0ji5Tnl .container {
    max-width: 720px;
  }
}
.cid-sDY0ji5Tnl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sDY0ji5Tnl .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sDY0ji5Tnl .form-group {
  margin-bottom: 1rem;
}
.cid-sDY0ji5Tnl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sDY0ji5Tnl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sDY0ji5Tnl .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sDY0jKXmUX.popup-builder {
  background-color: #ffffff;
}
.cid-sDY0jKXmUX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sDY0jKXmUX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sDY0jKXmUX .modal-content,
.cid-sDY0jKXmUX .modal-dialog {
  height: auto;
}
.cid-sDY0jKXmUX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sDY0jKXmUX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sDY0jKXmUX .form-wrapper .mbr-form .form-group,
  .cid-sDY0jKXmUX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sDY0jKXmUX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sDY0jKXmUX .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDY0jKXmUX .mbr-text {
  text-align: left;
}
.cid-sDY0jKXmUX .pt-0 {
  padding-top: 0 !important;
}
.cid-sDY0jKXmUX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sDY0jKXmUX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sDY0jKXmUX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sDY0jKXmUX .modal-open {
  overflow: hidden;
}
.cid-sDY0jKXmUX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sDY0jKXmUX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sDY0jKXmUX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sDY0jKXmUX .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sDY0jKXmUX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sDY0jKXmUX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sDY0jKXmUX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sDY0jKXmUX .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sDY0jKXmUX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sDY0jKXmUX .modal-backdrop.fade {
  opacity: 0;
}
.cid-sDY0jKXmUX .modal-backdrop.show {
  opacity: .5;
}
.cid-sDY0jKXmUX .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sDY0jKXmUX .modal-header {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDY0jKXmUX .modal-header {
    padding: 1rem;
  }
}
.cid-sDY0jKXmUX .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sDY0jKXmUX .modal-header .close:hover {
  opacity: 1;
}
.cid-sDY0jKXmUX .modal-header .close:focus {
  outline: none;
}
.cid-sDY0jKXmUX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-sDY0jKXmUX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sDY0jKXmUX .modal-body {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDY0jKXmUX .modal-body {
    padding: 1rem;
  }
}
.cid-sDY0jKXmUX .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sDY0jKXmUX .modal-footer {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDY0jKXmUX .modal-footer {
    padding: 1rem;
  }
}
.cid-sDY0jKXmUX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sDY0jKXmUX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sDY0jKXmUX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sDY0jKXmUX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sDY0jKXmUX .modal-sm {
    max-width: 300px;
  }
  .cid-sDY0jKXmUX .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sDY0jKXmUX .modal-lg,
  .cid-sDY0jKXmUX .modal-xl {
    max-width: 800px;
  }
  .cid-sDY0jKXmUX .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sDY0jKXmUX .modal-xl {
    max-width: 1140px;
  }
  .cid-sDY0jKXmUX .container {
    max-width: 1140px;
  }
}
.cid-sDY0jKXmUX .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sDY0jKXmUX .container {
    max-width: 720px;
  }
}
.cid-sDY0jKXmUX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sDY0jKXmUX .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sDY0jKXmUX .form-group {
  margin-bottom: 1rem;
}
.cid-sDY0jKXmUX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sDY0jKXmUX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sDY0jKXmUX .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sDY7cQodWb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sDY7cQodWb img,
.cid-sDY7cQodWb .item-img {
  width: 100%;
}
.cid-sDY7cQodWb .item:focus,
.cid-sDY7cQodWb span:focus {
  outline: none;
}
.cid-sDY7cQodWb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sDY7cQodWb .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sDY7cQodWb .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sDY7cQodWb .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDY7cQodWb .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sDY7cQodWb .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sDY7cQodWb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sDY7cQodWb .mbr-section-title {
  color: #232323;
}
.cid-sDY7cQodWb .mbr-text,
.cid-sDY7cQodWb .mbr-section-btn {
  text-align: left;
}
.cid-sDY7cQodWb .item-title {
  text-align: left;
}
.cid-sDY7cQodWb .item-subtitle {
  text-align: left;
}
.cid-sDY861nNaO.popup-builder {
  background-color: #ffffff;
}
.cid-sDY861nNaO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sDY861nNaO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sDY861nNaO .modal-content,
.cid-sDY861nNaO .modal-dialog {
  height: auto;
}
.cid-sDY861nNaO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sDY861nNaO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sDY861nNaO .form-wrapper .mbr-form .form-group,
  .cid-sDY861nNaO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sDY861nNaO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sDY861nNaO .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDY861nNaO .mbr-text {
  text-align: left;
}
.cid-sDY861nNaO .pt-0 {
  padding-top: 0 !important;
}
.cid-sDY861nNaO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sDY861nNaO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sDY861nNaO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sDY861nNaO .modal-open {
  overflow: hidden;
}
.cid-sDY861nNaO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sDY861nNaO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sDY861nNaO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sDY861nNaO .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sDY861nNaO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sDY861nNaO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sDY861nNaO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sDY861nNaO .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sDY861nNaO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sDY861nNaO .modal-backdrop.fade {
  opacity: 0;
}
.cid-sDY861nNaO .modal-backdrop.show {
  opacity: .5;
}
.cid-sDY861nNaO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sDY861nNaO .modal-header {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDY861nNaO .modal-header {
    padding: 1rem;
  }
}
.cid-sDY861nNaO .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sDY861nNaO .modal-header .close:hover {
  opacity: 1;
}
.cid-sDY861nNaO .modal-header .close:focus {
  outline: none;
}
.cid-sDY861nNaO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-sDY861nNaO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sDY861nNaO .modal-body {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDY861nNaO .modal-body {
    padding: 1rem;
  }
}
.cid-sDY861nNaO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sDY861nNaO .modal-footer {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDY861nNaO .modal-footer {
    padding: 1rem;
  }
}
.cid-sDY861nNaO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sDY861nNaO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sDY861nNaO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sDY861nNaO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sDY861nNaO .modal-sm {
    max-width: 300px;
  }
  .cid-sDY861nNaO .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sDY861nNaO .modal-lg,
  .cid-sDY861nNaO .modal-xl {
    max-width: 800px;
  }
  .cid-sDY861nNaO .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sDY861nNaO .modal-xl {
    max-width: 1140px;
  }
  .cid-sDY861nNaO .container {
    max-width: 1140px;
  }
}
.cid-sDY861nNaO .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sDY861nNaO .container {
    max-width: 720px;
  }
}
.cid-sDY861nNaO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sDY861nNaO .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sDY861nNaO .form-group {
  margin-bottom: 1rem;
}
.cid-sDY861nNaO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sDY861nNaO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sDY861nNaO .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sDY86BEnYe.popup-builder {
  background-color: #ffffff;
}
.cid-sDY86BEnYe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sDY86BEnYe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sDY86BEnYe .modal-content,
.cid-sDY86BEnYe .modal-dialog {
  height: auto;
}
.cid-sDY86BEnYe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sDY86BEnYe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sDY86BEnYe .form-wrapper .mbr-form .form-group,
  .cid-sDY86BEnYe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sDY86BEnYe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sDY86BEnYe .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDY86BEnYe .mbr-text {
  text-align: left;
}
.cid-sDY86BEnYe .pt-0 {
  padding-top: 0 !important;
}
.cid-sDY86BEnYe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sDY86BEnYe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sDY86BEnYe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sDY86BEnYe .modal-open {
  overflow: hidden;
}
.cid-sDY86BEnYe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sDY86BEnYe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sDY86BEnYe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sDY86BEnYe .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sDY86BEnYe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sDY86BEnYe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sDY86BEnYe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sDY86BEnYe .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sDY86BEnYe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sDY86BEnYe .modal-backdrop.fade {
  opacity: 0;
}
.cid-sDY86BEnYe .modal-backdrop.show {
  opacity: .5;
}
.cid-sDY86BEnYe .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sDY86BEnYe .modal-header {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDY86BEnYe .modal-header {
    padding: 1rem;
  }
}
.cid-sDY86BEnYe .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sDY86BEnYe .modal-header .close:hover {
  opacity: 1;
}
.cid-sDY86BEnYe .modal-header .close:focus {
  outline: none;
}
.cid-sDY86BEnYe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-sDY86BEnYe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sDY86BEnYe .modal-body {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDY86BEnYe .modal-body {
    padding: 1rem;
  }
}
.cid-sDY86BEnYe .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sDY86BEnYe .modal-footer {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDY86BEnYe .modal-footer {
    padding: 1rem;
  }
}
.cid-sDY86BEnYe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sDY86BEnYe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sDY86BEnYe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sDY86BEnYe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sDY86BEnYe .modal-sm {
    max-width: 300px;
  }
  .cid-sDY86BEnYe .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sDY86BEnYe .modal-lg,
  .cid-sDY86BEnYe .modal-xl {
    max-width: 800px;
  }
  .cid-sDY86BEnYe .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sDY86BEnYe .modal-xl {
    max-width: 1140px;
  }
  .cid-sDY86BEnYe .container {
    max-width: 1140px;
  }
}
.cid-sDY86BEnYe .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sDY86BEnYe .container {
    max-width: 720px;
  }
}
.cid-sDY86BEnYe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sDY86BEnYe .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sDY86BEnYe .form-group {
  margin-bottom: 1rem;
}
.cid-sDY86BEnYe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sDY86BEnYe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sDY86BEnYe .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sDY888jpUY.popup-builder {
  background-color: #ffffff;
}
.cid-sDY888jpUY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sDY888jpUY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sDY888jpUY .modal-content,
.cid-sDY888jpUY .modal-dialog {
  height: auto;
}
.cid-sDY888jpUY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sDY888jpUY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sDY888jpUY .form-wrapper .mbr-form .form-group,
  .cid-sDY888jpUY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sDY888jpUY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sDY888jpUY .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDY888jpUY .mbr-text {
  text-align: left;
}
.cid-sDY888jpUY .pt-0 {
  padding-top: 0 !important;
}
.cid-sDY888jpUY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sDY888jpUY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sDY888jpUY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sDY888jpUY .modal-open {
  overflow: hidden;
}
.cid-sDY888jpUY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sDY888jpUY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sDY888jpUY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sDY888jpUY .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sDY888jpUY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sDY888jpUY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sDY888jpUY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sDY888jpUY .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sDY888jpUY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sDY888jpUY .modal-backdrop.fade {
  opacity: 0;
}
.cid-sDY888jpUY .modal-backdrop.show {
  opacity: .5;
}
.cid-sDY888jpUY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sDY888jpUY .modal-header {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDY888jpUY .modal-header {
    padding: 1rem;
  }
}
.cid-sDY888jpUY .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sDY888jpUY .modal-header .close:hover {
  opacity: 1;
}
.cid-sDY888jpUY .modal-header .close:focus {
  outline: none;
}
.cid-sDY888jpUY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-sDY888jpUY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sDY888jpUY .modal-body {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDY888jpUY .modal-body {
    padding: 1rem;
  }
}
.cid-sDY888jpUY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sDY888jpUY .modal-footer {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDY888jpUY .modal-footer {
    padding: 1rem;
  }
}
.cid-sDY888jpUY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sDY888jpUY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sDY888jpUY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sDY888jpUY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sDY888jpUY .modal-sm {
    max-width: 300px;
  }
  .cid-sDY888jpUY .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sDY888jpUY .modal-lg,
  .cid-sDY888jpUY .modal-xl {
    max-width: 800px;
  }
  .cid-sDY888jpUY .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sDY888jpUY .modal-xl {
    max-width: 1140px;
  }
  .cid-sDY888jpUY .container {
    max-width: 1140px;
  }
}
.cid-sDY888jpUY .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sDY888jpUY .container {
    max-width: 720px;
  }
}
.cid-sDY888jpUY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sDY888jpUY .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sDY888jpUY .form-group {
  margin-bottom: 1rem;
}
.cid-sDY888jpUY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sDY888jpUY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sDY888jpUY .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sDY878fdZb.popup-builder {
  background-color: #ffffff;
}
.cid-sDY878fdZb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sDY878fdZb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sDY878fdZb .modal-content,
.cid-sDY878fdZb .modal-dialog {
  height: auto;
}
.cid-sDY878fdZb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sDY878fdZb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sDY878fdZb .form-wrapper .mbr-form .form-group,
  .cid-sDY878fdZb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sDY878fdZb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sDY878fdZb .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDY878fdZb .mbr-text {
  text-align: left;
}
.cid-sDY878fdZb .pt-0 {
  padding-top: 0 !important;
}
.cid-sDY878fdZb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sDY878fdZb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sDY878fdZb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sDY878fdZb .modal-open {
  overflow: hidden;
}
.cid-sDY878fdZb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sDY878fdZb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sDY878fdZb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sDY878fdZb .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sDY878fdZb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sDY878fdZb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sDY878fdZb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sDY878fdZb .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sDY878fdZb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sDY878fdZb .modal-backdrop.fade {
  opacity: 0;
}
.cid-sDY878fdZb .modal-backdrop.show {
  opacity: .5;
}
.cid-sDY878fdZb .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sDY878fdZb .modal-header {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDY878fdZb .modal-header {
    padding: 1rem;
  }
}
.cid-sDY878fdZb .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sDY878fdZb .modal-header .close:hover {
  opacity: 1;
}
.cid-sDY878fdZb .modal-header .close:focus {
  outline: none;
}
.cid-sDY878fdZb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-sDY878fdZb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sDY878fdZb .modal-body {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDY878fdZb .modal-body {
    padding: 1rem;
  }
}
.cid-sDY878fdZb .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sDY878fdZb .modal-footer {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDY878fdZb .modal-footer {
    padding: 1rem;
  }
}
.cid-sDY878fdZb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sDY878fdZb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sDY878fdZb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sDY878fdZb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sDY878fdZb .modal-sm {
    max-width: 300px;
  }
  .cid-sDY878fdZb .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sDY878fdZb .modal-lg,
  .cid-sDY878fdZb .modal-xl {
    max-width: 800px;
  }
  .cid-sDY878fdZb .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sDY878fdZb .modal-xl {
    max-width: 1140px;
  }
  .cid-sDY878fdZb .container {
    max-width: 1140px;
  }
}
.cid-sDY878fdZb .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sDY878fdZb .container {
    max-width: 720px;
  }
}
.cid-sDY878fdZb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sDY878fdZb .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sDY878fdZb .form-group {
  margin-bottom: 1rem;
}
.cid-sDY878fdZb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sDY878fdZb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sDY878fdZb .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sDYckyHn1q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sDYckyHn1q img,
.cid-sDYckyHn1q .item-img {
  width: 100%;
}
.cid-sDYckyHn1q .item:focus,
.cid-sDYckyHn1q span:focus {
  outline: none;
}
.cid-sDYckyHn1q .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sDYckyHn1q .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sDYckyHn1q .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sDYckyHn1q .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDYckyHn1q .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sDYckyHn1q .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sDYckyHn1q .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sDYckyHn1q .mbr-section-title {
  color: #232323;
}
.cid-sDYckyHn1q .mbr-text,
.cid-sDYckyHn1q .mbr-section-btn {
  text-align: left;
}
.cid-sDYckyHn1q .item-title {
  text-align: left;
}
.cid-sDYckyHn1q .item-subtitle {
  text-align: left;
}
.cid-sDYcleXvSD.popup-builder {
  background-color: #ffffff;
}
.cid-sDYcleXvSD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sDYcleXvSD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sDYcleXvSD .modal-content,
.cid-sDYcleXvSD .modal-dialog {
  height: auto;
}
.cid-sDYcleXvSD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sDYcleXvSD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sDYcleXvSD .form-wrapper .mbr-form .form-group,
  .cid-sDYcleXvSD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sDYcleXvSD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sDYcleXvSD .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDYcleXvSD .mbr-text {
  text-align: left;
}
.cid-sDYcleXvSD .pt-0 {
  padding-top: 0 !important;
}
.cid-sDYcleXvSD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sDYcleXvSD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sDYcleXvSD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sDYcleXvSD .modal-open {
  overflow: hidden;
}
.cid-sDYcleXvSD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sDYcleXvSD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sDYcleXvSD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sDYcleXvSD .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sDYcleXvSD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sDYcleXvSD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sDYcleXvSD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sDYcleXvSD .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sDYcleXvSD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sDYcleXvSD .modal-backdrop.fade {
  opacity: 0;
}
.cid-sDYcleXvSD .modal-backdrop.show {
  opacity: .5;
}
.cid-sDYcleXvSD .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sDYcleXvSD .modal-header {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDYcleXvSD .modal-header {
    padding: 1rem;
  }
}
.cid-sDYcleXvSD .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sDYcleXvSD .modal-header .close:hover {
  opacity: 1;
}
.cid-sDYcleXvSD .modal-header .close:focus {
  outline: none;
}
.cid-sDYcleXvSD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-sDYcleXvSD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sDYcleXvSD .modal-body {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDYcleXvSD .modal-body {
    padding: 1rem;
  }
}
.cid-sDYcleXvSD .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sDYcleXvSD .modal-footer {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDYcleXvSD .modal-footer {
    padding: 1rem;
  }
}
.cid-sDYcleXvSD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sDYcleXvSD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sDYcleXvSD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sDYcleXvSD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sDYcleXvSD .modal-sm {
    max-width: 300px;
  }
  .cid-sDYcleXvSD .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sDYcleXvSD .modal-lg,
  .cid-sDYcleXvSD .modal-xl {
    max-width: 800px;
  }
  .cid-sDYcleXvSD .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sDYcleXvSD .modal-xl {
    max-width: 1140px;
  }
  .cid-sDYcleXvSD .container {
    max-width: 1140px;
  }
}
.cid-sDYcleXvSD .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sDYcleXvSD .container {
    max-width: 720px;
  }
}
.cid-sDYcleXvSD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sDYcleXvSD .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sDYcleXvSD .form-group {
  margin-bottom: 1rem;
}
.cid-sDYcleXvSD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sDYcleXvSD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sDYcleXvSD .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sDYclNSRlZ.popup-builder {
  background-color: #ffffff;
}
.cid-sDYclNSRlZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sDYclNSRlZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sDYclNSRlZ .modal-content,
.cid-sDYclNSRlZ .modal-dialog {
  height: auto;
}
.cid-sDYclNSRlZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sDYclNSRlZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sDYclNSRlZ .form-wrapper .mbr-form .form-group,
  .cid-sDYclNSRlZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sDYclNSRlZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sDYclNSRlZ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDYclNSRlZ .mbr-text {
  text-align: left;
}
.cid-sDYclNSRlZ .pt-0 {
  padding-top: 0 !important;
}
.cid-sDYclNSRlZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sDYclNSRlZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sDYclNSRlZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sDYclNSRlZ .modal-open {
  overflow: hidden;
}
.cid-sDYclNSRlZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sDYclNSRlZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sDYclNSRlZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sDYclNSRlZ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sDYclNSRlZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sDYclNSRlZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sDYclNSRlZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sDYclNSRlZ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sDYclNSRlZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sDYclNSRlZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-sDYclNSRlZ .modal-backdrop.show {
  opacity: .5;
}
.cid-sDYclNSRlZ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sDYclNSRlZ .modal-header {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDYclNSRlZ .modal-header {
    padding: 1rem;
  }
}
.cid-sDYclNSRlZ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sDYclNSRlZ .modal-header .close:hover {
  opacity: 1;
}
.cid-sDYclNSRlZ .modal-header .close:focus {
  outline: none;
}
.cid-sDYclNSRlZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-sDYclNSRlZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sDYclNSRlZ .modal-body {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDYclNSRlZ .modal-body {
    padding: 1rem;
  }
}
.cid-sDYclNSRlZ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sDYclNSRlZ .modal-footer {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDYclNSRlZ .modal-footer {
    padding: 1rem;
  }
}
.cid-sDYclNSRlZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sDYclNSRlZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sDYclNSRlZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sDYclNSRlZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sDYclNSRlZ .modal-sm {
    max-width: 300px;
  }
  .cid-sDYclNSRlZ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sDYclNSRlZ .modal-lg,
  .cid-sDYclNSRlZ .modal-xl {
    max-width: 800px;
  }
  .cid-sDYclNSRlZ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sDYclNSRlZ .modal-xl {
    max-width: 1140px;
  }
  .cid-sDYclNSRlZ .container {
    max-width: 1140px;
  }
}
.cid-sDYclNSRlZ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sDYclNSRlZ .container {
    max-width: 720px;
  }
}
.cid-sDYclNSRlZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sDYclNSRlZ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sDYclNSRlZ .form-group {
  margin-bottom: 1rem;
}
.cid-sDYclNSRlZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sDYclNSRlZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sDYclNSRlZ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sDYcmfB438.popup-builder {
  background-color: #ffffff;
}
.cid-sDYcmfB438.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sDYcmfB438.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sDYcmfB438 .modal-content,
.cid-sDYcmfB438 .modal-dialog {
  height: auto;
}
.cid-sDYcmfB438 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sDYcmfB438 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sDYcmfB438 .form-wrapper .mbr-form .form-group,
  .cid-sDYcmfB438 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sDYcmfB438 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sDYcmfB438 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDYcmfB438 .mbr-text {
  text-align: left;
}
.cid-sDYcmfB438 .pt-0 {
  padding-top: 0 !important;
}
.cid-sDYcmfB438 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sDYcmfB438 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sDYcmfB438 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sDYcmfB438 .modal-open {
  overflow: hidden;
}
.cid-sDYcmfB438 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sDYcmfB438 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sDYcmfB438 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sDYcmfB438 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sDYcmfB438 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sDYcmfB438 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sDYcmfB438 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sDYcmfB438 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sDYcmfB438 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sDYcmfB438 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sDYcmfB438 .modal-backdrop.show {
  opacity: .5;
}
.cid-sDYcmfB438 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sDYcmfB438 .modal-header {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDYcmfB438 .modal-header {
    padding: 1rem;
  }
}
.cid-sDYcmfB438 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sDYcmfB438 .modal-header .close:hover {
  opacity: 1;
}
.cid-sDYcmfB438 .modal-header .close:focus {
  outline: none;
}
.cid-sDYcmfB438 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-sDYcmfB438 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sDYcmfB438 .modal-body {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDYcmfB438 .modal-body {
    padding: 1rem;
  }
}
.cid-sDYcmfB438 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sDYcmfB438 .modal-footer {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDYcmfB438 .modal-footer {
    padding: 1rem;
  }
}
.cid-sDYcmfB438 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sDYcmfB438 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sDYcmfB438 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sDYcmfB438 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sDYcmfB438 .modal-sm {
    max-width: 300px;
  }
  .cid-sDYcmfB438 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sDYcmfB438 .modal-lg,
  .cid-sDYcmfB438 .modal-xl {
    max-width: 800px;
  }
  .cid-sDYcmfB438 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sDYcmfB438 .modal-xl {
    max-width: 1140px;
  }
  .cid-sDYcmfB438 .container {
    max-width: 1140px;
  }
}
.cid-sDYcmfB438 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sDYcmfB438 .container {
    max-width: 720px;
  }
}
.cid-sDYcmfB438 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sDYcmfB438 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sDYcmfB438 .form-group {
  margin-bottom: 1rem;
}
.cid-sDYcmfB438 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sDYcmfB438 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sDYcmfB438 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sDYcmExHIu.popup-builder {
  background-color: #ffffff;
}
.cid-sDYcmExHIu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sDYcmExHIu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sDYcmExHIu .modal-content,
.cid-sDYcmExHIu .modal-dialog {
  height: auto;
}
.cid-sDYcmExHIu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sDYcmExHIu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sDYcmExHIu .form-wrapper .mbr-form .form-group,
  .cid-sDYcmExHIu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sDYcmExHIu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sDYcmExHIu .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDYcmExHIu .mbr-text {
  text-align: left;
}
.cid-sDYcmExHIu .pt-0 {
  padding-top: 0 !important;
}
.cid-sDYcmExHIu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sDYcmExHIu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sDYcmExHIu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sDYcmExHIu .modal-open {
  overflow: hidden;
}
.cid-sDYcmExHIu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sDYcmExHIu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sDYcmExHIu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sDYcmExHIu .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sDYcmExHIu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sDYcmExHIu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sDYcmExHIu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sDYcmExHIu .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sDYcmExHIu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sDYcmExHIu .modal-backdrop.fade {
  opacity: 0;
}
.cid-sDYcmExHIu .modal-backdrop.show {
  opacity: .5;
}
.cid-sDYcmExHIu .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sDYcmExHIu .modal-header {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDYcmExHIu .modal-header {
    padding: 1rem;
  }
}
.cid-sDYcmExHIu .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sDYcmExHIu .modal-header .close:hover {
  opacity: 1;
}
.cid-sDYcmExHIu .modal-header .close:focus {
  outline: none;
}
.cid-sDYcmExHIu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-sDYcmExHIu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sDYcmExHIu .modal-body {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDYcmExHIu .modal-body {
    padding: 1rem;
  }
}
.cid-sDYcmExHIu .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sDYcmExHIu .modal-footer {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDYcmExHIu .modal-footer {
    padding: 1rem;
  }
}
.cid-sDYcmExHIu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sDYcmExHIu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sDYcmExHIu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sDYcmExHIu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sDYcmExHIu .modal-sm {
    max-width: 300px;
  }
  .cid-sDYcmExHIu .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sDYcmExHIu .modal-lg,
  .cid-sDYcmExHIu .modal-xl {
    max-width: 800px;
  }
  .cid-sDYcmExHIu .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sDYcmExHIu .modal-xl {
    max-width: 1140px;
  }
  .cid-sDYcmExHIu .container {
    max-width: 1140px;
  }
}
.cid-sDYcmExHIu .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sDYcmExHIu .container {
    max-width: 720px;
  }
}
.cid-sDYcmExHIu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sDYcmExHIu .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sDYcmExHIu .form-group {
  margin-bottom: 1rem;
}
.cid-sDYcmExHIu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sDYcmExHIu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sDYcmExHIu .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sDYgfXcxJA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sDYgfXcxJA img,
.cid-sDYgfXcxJA .item-img {
  width: 100%;
}
.cid-sDYgfXcxJA .item:focus,
.cid-sDYgfXcxJA span:focus {
  outline: none;
}
.cid-sDYgfXcxJA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sDYgfXcxJA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sDYgfXcxJA .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sDYgfXcxJA .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDYgfXcxJA .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sDYgfXcxJA .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sDYgfXcxJA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sDYgfXcxJA .mbr-section-title {
  color: #232323;
}
.cid-sDYgfXcxJA .mbr-text,
.cid-sDYgfXcxJA .mbr-section-btn {
  text-align: left;
}
.cid-sDYgfXcxJA .item-title {
  text-align: left;
}
.cid-sDYgfXcxJA .item-subtitle {
  text-align: left;
}
.cid-sDYuNxo8u9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1193.jpg");
}
.cid-sDYuNxo8u9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sDYuNxo8u9 .mbr-section-title {
  color: #ffffff;
}
.cid-utqJ1Fi1l2 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-utqJ1Fi1l2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utqJ1Fi1l2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-utqJ1Fi1l2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-utqJ1Fi1l2 .row {
  flex-direction: row-reverse;
}
.cid-utqJ1Fi1l2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-utqJ1Fi1l2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-utmbuL4CPu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-utmbuL4CPu img,
.cid-utmbuL4CPu .item-img {
  width: 100%;
}
.cid-utmbuL4CPu .item:focus,
.cid-utmbuL4CPu span:focus {
  outline: none;
}
.cid-utmbuL4CPu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-utmbuL4CPu .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-utmbuL4CPu .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-utmbuL4CPu .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utmbuL4CPu .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-utmbuL4CPu .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-utmbuL4CPu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-utmbuL4CPu .mbr-section-title {
  color: #232323;
}
.cid-utmbuL4CPu .mbr-text,
.cid-utmbuL4CPu .mbr-section-btn {
  text-align: left;
}
.cid-utmbuL4CPu .item-title {
  text-align: left;
}
.cid-utmbuL4CPu .item-subtitle {
  text-align: left;
}
.cid-utmCjIMuk0.popup-builder {
  background-color: #ffffff;
}
.cid-utmCjIMuk0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-utmCjIMuk0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-utmCjIMuk0 .modal-content,
.cid-utmCjIMuk0 .modal-dialog {
  height: auto;
}
.cid-utmCjIMuk0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-utmCjIMuk0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-utmCjIMuk0 .form-wrapper .mbr-form .form-group,
  .cid-utmCjIMuk0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-utmCjIMuk0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-utmCjIMuk0 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-utmCjIMuk0 .mbr-text {
  text-align: left;
}
.cid-utmCjIMuk0 .pt-0 {
  padding-top: 0 !important;
}
.cid-utmCjIMuk0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-utmCjIMuk0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-utmCjIMuk0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-utmCjIMuk0 .modal-open {
  overflow: hidden;
}
.cid-utmCjIMuk0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-utmCjIMuk0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-utmCjIMuk0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-utmCjIMuk0 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-utmCjIMuk0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-utmCjIMuk0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-utmCjIMuk0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-utmCjIMuk0 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-utmCjIMuk0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-utmCjIMuk0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-utmCjIMuk0 .modal-backdrop.show {
  opacity: .5;
}
.cid-utmCjIMuk0 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-utmCjIMuk0 .modal-header {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utmCjIMuk0 .modal-header {
    padding: 1rem;
  }
}
.cid-utmCjIMuk0 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-utmCjIMuk0 .modal-header .close:hover {
  opacity: 1;
}
.cid-utmCjIMuk0 .modal-header .close:focus {
  outline: none;
}
.cid-utmCjIMuk0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-utmCjIMuk0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-utmCjIMuk0 .modal-body {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utmCjIMuk0 .modal-body {
    padding: 1rem;
  }
}
.cid-utmCjIMuk0 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-utmCjIMuk0 .modal-footer {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utmCjIMuk0 .modal-footer {
    padding: 1rem;
  }
}
.cid-utmCjIMuk0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-utmCjIMuk0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-utmCjIMuk0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-utmCjIMuk0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-utmCjIMuk0 .modal-sm {
    max-width: 300px;
  }
  .cid-utmCjIMuk0 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-utmCjIMuk0 .modal-lg,
  .cid-utmCjIMuk0 .modal-xl {
    max-width: 800px;
  }
  .cid-utmCjIMuk0 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-utmCjIMuk0 .modal-xl {
    max-width: 1140px;
  }
  .cid-utmCjIMuk0 .container {
    max-width: 1140px;
  }
}
.cid-utmCjIMuk0 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-utmCjIMuk0 .container {
    max-width: 720px;
  }
}
.cid-utmCjIMuk0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-utmCjIMuk0 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-utmCjIMuk0 .form-group {
  margin-bottom: 1rem;
}
.cid-utmCjIMuk0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-utmCjIMuk0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-utmCjIMuk0 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-utmAUelsWw.popup-builder {
  background-color: #ffffff;
}
.cid-utmAUelsWw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-utmAUelsWw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-utmAUelsWw .modal-content,
.cid-utmAUelsWw .modal-dialog {
  height: auto;
}
.cid-utmAUelsWw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-utmAUelsWw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-utmAUelsWw .form-wrapper .mbr-form .form-group,
  .cid-utmAUelsWw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-utmAUelsWw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-utmAUelsWw .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-utmAUelsWw .mbr-text {
  text-align: left;
}
.cid-utmAUelsWw .pt-0 {
  padding-top: 0 !important;
}
.cid-utmAUelsWw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-utmAUelsWw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-utmAUelsWw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-utmAUelsWw .modal-open {
  overflow: hidden;
}
.cid-utmAUelsWw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-utmAUelsWw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-utmAUelsWw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-utmAUelsWw .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-utmAUelsWw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-utmAUelsWw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-utmAUelsWw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-utmAUelsWw .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-utmAUelsWw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-utmAUelsWw .modal-backdrop.fade {
  opacity: 0;
}
.cid-utmAUelsWw .modal-backdrop.show {
  opacity: .5;
}
.cid-utmAUelsWw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-utmAUelsWw .modal-header {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utmAUelsWw .modal-header {
    padding: 1rem;
  }
}
.cid-utmAUelsWw .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-utmAUelsWw .modal-header .close:hover {
  opacity: 1;
}
.cid-utmAUelsWw .modal-header .close:focus {
  outline: none;
}
.cid-utmAUelsWw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-utmAUelsWw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-utmAUelsWw .modal-body {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utmAUelsWw .modal-body {
    padding: 1rem;
  }
}
.cid-utmAUelsWw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-utmAUelsWw .modal-footer {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utmAUelsWw .modal-footer {
    padding: 1rem;
  }
}
.cid-utmAUelsWw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-utmAUelsWw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-utmAUelsWw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-utmAUelsWw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-utmAUelsWw .modal-sm {
    max-width: 300px;
  }
  .cid-utmAUelsWw .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-utmAUelsWw .modal-lg,
  .cid-utmAUelsWw .modal-xl {
    max-width: 800px;
  }
  .cid-utmAUelsWw .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-utmAUelsWw .modal-xl {
    max-width: 1140px;
  }
  .cid-utmAUelsWw .container {
    max-width: 1140px;
  }
}
.cid-utmAUelsWw .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-utmAUelsWw .container {
    max-width: 720px;
  }
}
.cid-utmAUelsWw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-utmAUelsWw .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-utmAUelsWw .form-group {
  margin-bottom: 1rem;
}
.cid-utmAUelsWw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-utmAUelsWw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-utmAUelsWw .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-utmzH1pCvX.popup-builder {
  background-color: #ffffff;
}
.cid-utmzH1pCvX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-utmzH1pCvX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-utmzH1pCvX .modal-content,
.cid-utmzH1pCvX .modal-dialog {
  height: auto;
}
.cid-utmzH1pCvX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-utmzH1pCvX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-utmzH1pCvX .form-wrapper .mbr-form .form-group,
  .cid-utmzH1pCvX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-utmzH1pCvX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-utmzH1pCvX .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-utmzH1pCvX .mbr-text {
  text-align: left;
}
.cid-utmzH1pCvX .pt-0 {
  padding-top: 0 !important;
}
.cid-utmzH1pCvX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-utmzH1pCvX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-utmzH1pCvX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-utmzH1pCvX .modal-open {
  overflow: hidden;
}
.cid-utmzH1pCvX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-utmzH1pCvX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-utmzH1pCvX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-utmzH1pCvX .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-utmzH1pCvX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-utmzH1pCvX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-utmzH1pCvX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-utmzH1pCvX .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-utmzH1pCvX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-utmzH1pCvX .modal-backdrop.fade {
  opacity: 0;
}
.cid-utmzH1pCvX .modal-backdrop.show {
  opacity: .5;
}
.cid-utmzH1pCvX .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-utmzH1pCvX .modal-header {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utmzH1pCvX .modal-header {
    padding: 1rem;
  }
}
.cid-utmzH1pCvX .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-utmzH1pCvX .modal-header .close:hover {
  opacity: 1;
}
.cid-utmzH1pCvX .modal-header .close:focus {
  outline: none;
}
.cid-utmzH1pCvX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-utmzH1pCvX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-utmzH1pCvX .modal-body {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utmzH1pCvX .modal-body {
    padding: 1rem;
  }
}
.cid-utmzH1pCvX .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-utmzH1pCvX .modal-footer {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utmzH1pCvX .modal-footer {
    padding: 1rem;
  }
}
.cid-utmzH1pCvX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-utmzH1pCvX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-utmzH1pCvX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-utmzH1pCvX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-utmzH1pCvX .modal-sm {
    max-width: 300px;
  }
  .cid-utmzH1pCvX .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-utmzH1pCvX .modal-lg,
  .cid-utmzH1pCvX .modal-xl {
    max-width: 800px;
  }
  .cid-utmzH1pCvX .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-utmzH1pCvX .modal-xl {
    max-width: 1140px;
  }
  .cid-utmzH1pCvX .container {
    max-width: 1140px;
  }
}
.cid-utmzH1pCvX .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-utmzH1pCvX .container {
    max-width: 720px;
  }
}
.cid-utmzH1pCvX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-utmzH1pCvX .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-utmzH1pCvX .form-group {
  margin-bottom: 1rem;
}
.cid-utmzH1pCvX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-utmzH1pCvX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-utmzH1pCvX .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-utmp3X9CVr.popup-builder {
  background-color: #ffffff;
}
.cid-utmp3X9CVr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-utmp3X9CVr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-utmp3X9CVr .modal-content,
.cid-utmp3X9CVr .modal-dialog {
  height: auto;
}
.cid-utmp3X9CVr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-utmp3X9CVr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-utmp3X9CVr .form-wrapper .mbr-form .form-group,
  .cid-utmp3X9CVr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-utmp3X9CVr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-utmp3X9CVr .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-utmp3X9CVr .mbr-text {
  text-align: left;
}
.cid-utmp3X9CVr .pt-0 {
  padding-top: 0 !important;
}
.cid-utmp3X9CVr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-utmp3X9CVr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-utmp3X9CVr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-utmp3X9CVr .modal-open {
  overflow: hidden;
}
.cid-utmp3X9CVr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-utmp3X9CVr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-utmp3X9CVr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-utmp3X9CVr .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-utmp3X9CVr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-utmp3X9CVr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-utmp3X9CVr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-utmp3X9CVr .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-utmp3X9CVr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-utmp3X9CVr .modal-backdrop.fade {
  opacity: 0;
}
.cid-utmp3X9CVr .modal-backdrop.show {
  opacity: .5;
}
.cid-utmp3X9CVr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-utmp3X9CVr .modal-header {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utmp3X9CVr .modal-header {
    padding: 1rem;
  }
}
.cid-utmp3X9CVr .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-utmp3X9CVr .modal-header .close:hover {
  opacity: 1;
}
.cid-utmp3X9CVr .modal-header .close:focus {
  outline: none;
}
.cid-utmp3X9CVr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-utmp3X9CVr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-utmp3X9CVr .modal-body {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utmp3X9CVr .modal-body {
    padding: 1rem;
  }
}
.cid-utmp3X9CVr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-utmp3X9CVr .modal-footer {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utmp3X9CVr .modal-footer {
    padding: 1rem;
  }
}
.cid-utmp3X9CVr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-utmp3X9CVr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-utmp3X9CVr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-utmp3X9CVr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-utmp3X9CVr .modal-sm {
    max-width: 300px;
  }
  .cid-utmp3X9CVr .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-utmp3X9CVr .modal-lg,
  .cid-utmp3X9CVr .modal-xl {
    max-width: 800px;
  }
  .cid-utmp3X9CVr .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-utmp3X9CVr .modal-xl {
    max-width: 1140px;
  }
  .cid-utmp3X9CVr .container {
    max-width: 1140px;
  }
}
.cid-utmp3X9CVr .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-utmp3X9CVr .container {
    max-width: 720px;
  }
}
.cid-utmp3X9CVr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-utmp3X9CVr .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-utmp3X9CVr .form-group {
  margin-bottom: 1rem;
}
.cid-utmp3X9CVr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-utmp3X9CVr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-utmp3X9CVr .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-utmbxGv15j {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-utmbxGv15j img,
.cid-utmbxGv15j .item-img {
  width: 100%;
}
.cid-utmbxGv15j .item:focus,
.cid-utmbxGv15j span:focus {
  outline: none;
}
.cid-utmbxGv15j .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-utmbxGv15j .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-utmbxGv15j .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-utmbxGv15j .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utmbxGv15j .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-utmbxGv15j .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-utmbxGv15j .mbr-section-btn {
  margin-top: auto !important;
}
.cid-utmbxGv15j .mbr-section-title {
  color: #232323;
}
.cid-utmbxGv15j .mbr-text,
.cid-utmbxGv15j .mbr-section-btn {
  text-align: left;
}
.cid-utmbxGv15j .item-title {
  text-align: left;
}
.cid-utmbxGv15j .item-subtitle {
  text-align: left;
}
.cid-utmKTjyuUG.popup-builder {
  background-color: #ffffff;
}
.cid-utmKTjyuUG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-utmKTjyuUG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-utmKTjyuUG .modal-content,
.cid-utmKTjyuUG .modal-dialog {
  height: auto;
}
.cid-utmKTjyuUG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-utmKTjyuUG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-utmKTjyuUG .form-wrapper .mbr-form .form-group,
  .cid-utmKTjyuUG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-utmKTjyuUG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-utmKTjyuUG .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-utmKTjyuUG .mbr-text {
  text-align: left;
}
.cid-utmKTjyuUG .pt-0 {
  padding-top: 0 !important;
}
.cid-utmKTjyuUG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-utmKTjyuUG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-utmKTjyuUG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-utmKTjyuUG .modal-open {
  overflow: hidden;
}
.cid-utmKTjyuUG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-utmKTjyuUG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-utmKTjyuUG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-utmKTjyuUG .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-utmKTjyuUG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-utmKTjyuUG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-utmKTjyuUG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-utmKTjyuUG .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-utmKTjyuUG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-utmKTjyuUG .modal-backdrop.fade {
  opacity: 0;
}
.cid-utmKTjyuUG .modal-backdrop.show {
  opacity: .5;
}
.cid-utmKTjyuUG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-utmKTjyuUG .modal-header {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utmKTjyuUG .modal-header {
    padding: 1rem;
  }
}
.cid-utmKTjyuUG .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-utmKTjyuUG .modal-header .close:hover {
  opacity: 1;
}
.cid-utmKTjyuUG .modal-header .close:focus {
  outline: none;
}
.cid-utmKTjyuUG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-utmKTjyuUG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-utmKTjyuUG .modal-body {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utmKTjyuUG .modal-body {
    padding: 1rem;
  }
}
.cid-utmKTjyuUG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-utmKTjyuUG .modal-footer {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utmKTjyuUG .modal-footer {
    padding: 1rem;
  }
}
.cid-utmKTjyuUG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-utmKTjyuUG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-utmKTjyuUG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-utmKTjyuUG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-utmKTjyuUG .modal-sm {
    max-width: 300px;
  }
  .cid-utmKTjyuUG .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-utmKTjyuUG .modal-lg,
  .cid-utmKTjyuUG .modal-xl {
    max-width: 800px;
  }
  .cid-utmKTjyuUG .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-utmKTjyuUG .modal-xl {
    max-width: 1140px;
  }
  .cid-utmKTjyuUG .container {
    max-width: 1140px;
  }
}
.cid-utmKTjyuUG .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-utmKTjyuUG .container {
    max-width: 720px;
  }
}
.cid-utmKTjyuUG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-utmKTjyuUG .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-utmKTjyuUG .form-group {
  margin-bottom: 1rem;
}
.cid-utmKTjyuUG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-utmKTjyuUG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-utmKTjyuUG .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-utmJxQkRol.popup-builder {
  background-color: #ffffff;
}
.cid-utmJxQkRol.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-utmJxQkRol.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-utmJxQkRol .modal-content,
.cid-utmJxQkRol .modal-dialog {
  height: auto;
}
.cid-utmJxQkRol .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-utmJxQkRol .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-utmJxQkRol .form-wrapper .mbr-form .form-group,
  .cid-utmJxQkRol .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-utmJxQkRol .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-utmJxQkRol .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-utmJxQkRol .mbr-text {
  text-align: left;
}
.cid-utmJxQkRol .pt-0 {
  padding-top: 0 !important;
}
.cid-utmJxQkRol .pb-0 {
  padding-bottom: 0 !important;
}
.cid-utmJxQkRol .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-utmJxQkRol .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-utmJxQkRol .modal-open {
  overflow: hidden;
}
.cid-utmJxQkRol .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-utmJxQkRol .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-utmJxQkRol .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-utmJxQkRol .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-utmJxQkRol .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-utmJxQkRol .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-utmJxQkRol .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-utmJxQkRol .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-utmJxQkRol .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-utmJxQkRol .modal-backdrop.fade {
  opacity: 0;
}
.cid-utmJxQkRol .modal-backdrop.show {
  opacity: .5;
}
.cid-utmJxQkRol .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-utmJxQkRol .modal-header {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utmJxQkRol .modal-header {
    padding: 1rem;
  }
}
.cid-utmJxQkRol .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-utmJxQkRol .modal-header .close:hover {
  opacity: 1;
}
.cid-utmJxQkRol .modal-header .close:focus {
  outline: none;
}
.cid-utmJxQkRol .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-utmJxQkRol .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-utmJxQkRol .modal-body {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utmJxQkRol .modal-body {
    padding: 1rem;
  }
}
.cid-utmJxQkRol .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-utmJxQkRol .modal-footer {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utmJxQkRol .modal-footer {
    padding: 1rem;
  }
}
.cid-utmJxQkRol .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-utmJxQkRol .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-utmJxQkRol .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-utmJxQkRol .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-utmJxQkRol .modal-sm {
    max-width: 300px;
  }
  .cid-utmJxQkRol .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-utmJxQkRol .modal-lg,
  .cid-utmJxQkRol .modal-xl {
    max-width: 800px;
  }
  .cid-utmJxQkRol .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-utmJxQkRol .modal-xl {
    max-width: 1140px;
  }
  .cid-utmJxQkRol .container {
    max-width: 1140px;
  }
}
.cid-utmJxQkRol .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-utmJxQkRol .container {
    max-width: 720px;
  }
}
.cid-utmJxQkRol .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-utmJxQkRol .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-utmJxQkRol .form-group {
  margin-bottom: 1rem;
}
.cid-utmJxQkRol .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-utmJxQkRol .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-utmJxQkRol .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-utmHENRieY.popup-builder {
  background-color: #ffffff;
}
.cid-utmHENRieY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-utmHENRieY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-utmHENRieY .modal-content,
.cid-utmHENRieY .modal-dialog {
  height: auto;
}
.cid-utmHENRieY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-utmHENRieY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-utmHENRieY .form-wrapper .mbr-form .form-group,
  .cid-utmHENRieY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-utmHENRieY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-utmHENRieY .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-utmHENRieY .mbr-text {
  text-align: left;
}
.cid-utmHENRieY .pt-0 {
  padding-top: 0 !important;
}
.cid-utmHENRieY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-utmHENRieY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-utmHENRieY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-utmHENRieY .modal-open {
  overflow: hidden;
}
.cid-utmHENRieY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-utmHENRieY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-utmHENRieY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-utmHENRieY .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-utmHENRieY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-utmHENRieY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-utmHENRieY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-utmHENRieY .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-utmHENRieY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-utmHENRieY .modal-backdrop.fade {
  opacity: 0;
}
.cid-utmHENRieY .modal-backdrop.show {
  opacity: .5;
}
.cid-utmHENRieY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-utmHENRieY .modal-header {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utmHENRieY .modal-header {
    padding: 1rem;
  }
}
.cid-utmHENRieY .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-utmHENRieY .modal-header .close:hover {
  opacity: 1;
}
.cid-utmHENRieY .modal-header .close:focus {
  outline: none;
}
.cid-utmHENRieY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-utmHENRieY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-utmHENRieY .modal-body {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utmHENRieY .modal-body {
    padding: 1rem;
  }
}
.cid-utmHENRieY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-utmHENRieY .modal-footer {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utmHENRieY .modal-footer {
    padding: 1rem;
  }
}
.cid-utmHENRieY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-utmHENRieY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-utmHENRieY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-utmHENRieY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-utmHENRieY .modal-sm {
    max-width: 300px;
  }
  .cid-utmHENRieY .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-utmHENRieY .modal-lg,
  .cid-utmHENRieY .modal-xl {
    max-width: 800px;
  }
  .cid-utmHENRieY .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-utmHENRieY .modal-xl {
    max-width: 1140px;
  }
  .cid-utmHENRieY .container {
    max-width: 1140px;
  }
}
.cid-utmHENRieY .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-utmHENRieY .container {
    max-width: 720px;
  }
}
.cid-utmHENRieY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-utmHENRieY .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-utmHENRieY .form-group {
  margin-bottom: 1rem;
}
.cid-utmHENRieY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-utmHENRieY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-utmHENRieY .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-utmbzrLdaX.popup-builder {
  background-color: #ffffff;
}
.cid-utmbzrLdaX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-utmbzrLdaX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-utmbzrLdaX .modal-content,
.cid-utmbzrLdaX .modal-dialog {
  height: auto;
}
.cid-utmbzrLdaX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-utmbzrLdaX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-utmbzrLdaX .form-wrapper .mbr-form .form-group,
  .cid-utmbzrLdaX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-utmbzrLdaX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-utmbzrLdaX .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-utmbzrLdaX .mbr-text {
  text-align: left;
}
.cid-utmbzrLdaX .pt-0 {
  padding-top: 0 !important;
}
.cid-utmbzrLdaX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-utmbzrLdaX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-utmbzrLdaX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-utmbzrLdaX .modal-open {
  overflow: hidden;
}
.cid-utmbzrLdaX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-utmbzrLdaX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-utmbzrLdaX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-utmbzrLdaX .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-utmbzrLdaX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-utmbzrLdaX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-utmbzrLdaX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-utmbzrLdaX .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-utmbzrLdaX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-utmbzrLdaX .modal-backdrop.fade {
  opacity: 0;
}
.cid-utmbzrLdaX .modal-backdrop.show {
  opacity: .5;
}
.cid-utmbzrLdaX .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-utmbzrLdaX .modal-header {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utmbzrLdaX .modal-header {
    padding: 1rem;
  }
}
.cid-utmbzrLdaX .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-utmbzrLdaX .modal-header .close:hover {
  opacity: 1;
}
.cid-utmbzrLdaX .modal-header .close:focus {
  outline: none;
}
.cid-utmbzrLdaX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-utmbzrLdaX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-utmbzrLdaX .modal-body {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utmbzrLdaX .modal-body {
    padding: 1rem;
  }
}
.cid-utmbzrLdaX .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-utmbzrLdaX .modal-footer {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utmbzrLdaX .modal-footer {
    padding: 1rem;
  }
}
.cid-utmbzrLdaX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-utmbzrLdaX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-utmbzrLdaX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-utmbzrLdaX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-utmbzrLdaX .modal-sm {
    max-width: 300px;
  }
  .cid-utmbzrLdaX .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-utmbzrLdaX .modal-lg,
  .cid-utmbzrLdaX .modal-xl {
    max-width: 800px;
  }
  .cid-utmbzrLdaX .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-utmbzrLdaX .modal-xl {
    max-width: 1140px;
  }
  .cid-utmbzrLdaX .container {
    max-width: 1140px;
  }
}
.cid-utmbzrLdaX .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-utmbzrLdaX .container {
    max-width: 720px;
  }
}
.cid-utmbzrLdaX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-utmbzrLdaX .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-utmbzrLdaX .form-group {
  margin-bottom: 1rem;
}
.cid-utmbzrLdaX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-utmbzrLdaX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-utmbzrLdaX .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-utmbvXMQIX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1193.jpg");
}
.cid-utmbvXMQIX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-utmbvXMQIX .mbr-section-title {
  color: #ffffff;
}
.cid-ty6kh7pP7o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ty6kh7pP7o .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty6kh7pP7o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty6hE7Q5hw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ty6hE7Q5hw img,
.cid-ty6hE7Q5hw .item-img {
  width: 100%;
}
.cid-ty6hE7Q5hw .item:focus,
.cid-ty6hE7Q5hw span:focus {
  outline: none;
}
.cid-ty6hE7Q5hw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ty6hE7Q5hw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ty6hE7Q5hw .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ty6hE7Q5hw .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ty6hE7Q5hw .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ty6hE7Q5hw .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ty6hE7Q5hw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ty6hE7Q5hw .mbr-section-title {
  color: #232323;
}
.cid-ty6hE7Q5hw .mbr-text,
.cid-ty6hE7Q5hw .mbr-section-btn {
  text-align: left;
}
.cid-ty6hE7Q5hw .item-title {
  text-align: left;
}
.cid-ty6hE7Q5hw .item-subtitle {
  text-align: left;
}
.cid-sDYggFeGGk.popup-builder {
  background-color: #ffffff;
}
.cid-sDYggFeGGk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sDYggFeGGk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sDYggFeGGk .modal-content,
.cid-sDYggFeGGk .modal-dialog {
  height: auto;
}
.cid-sDYggFeGGk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sDYggFeGGk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sDYggFeGGk .form-wrapper .mbr-form .form-group,
  .cid-sDYggFeGGk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sDYggFeGGk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sDYggFeGGk .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDYggFeGGk .mbr-text {
  text-align: left;
}
.cid-sDYggFeGGk .pt-0 {
  padding-top: 0 !important;
}
.cid-sDYggFeGGk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sDYggFeGGk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sDYggFeGGk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sDYggFeGGk .modal-open {
  overflow: hidden;
}
.cid-sDYggFeGGk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sDYggFeGGk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sDYggFeGGk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sDYggFeGGk .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sDYggFeGGk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sDYggFeGGk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sDYggFeGGk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sDYggFeGGk .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sDYggFeGGk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sDYggFeGGk .modal-backdrop.fade {
  opacity: 0;
}
.cid-sDYggFeGGk .modal-backdrop.show {
  opacity: .5;
}
.cid-sDYggFeGGk .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sDYggFeGGk .modal-header {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDYggFeGGk .modal-header {
    padding: 1rem;
  }
}
.cid-sDYggFeGGk .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sDYggFeGGk .modal-header .close:hover {
  opacity: 1;
}
.cid-sDYggFeGGk .modal-header .close:focus {
  outline: none;
}
.cid-sDYggFeGGk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-sDYggFeGGk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sDYggFeGGk .modal-body {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDYggFeGGk .modal-body {
    padding: 1rem;
  }
}
.cid-sDYggFeGGk .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sDYggFeGGk .modal-footer {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDYggFeGGk .modal-footer {
    padding: 1rem;
  }
}
.cid-sDYggFeGGk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sDYggFeGGk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sDYggFeGGk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sDYggFeGGk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sDYggFeGGk .modal-sm {
    max-width: 300px;
  }
  .cid-sDYggFeGGk .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sDYggFeGGk .modal-lg,
  .cid-sDYggFeGGk .modal-xl {
    max-width: 800px;
  }
  .cid-sDYggFeGGk .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sDYggFeGGk .modal-xl {
    max-width: 1140px;
  }
  .cid-sDYggFeGGk .container {
    max-width: 1140px;
  }
}
.cid-sDYggFeGGk .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sDYggFeGGk .container {
    max-width: 720px;
  }
}
.cid-sDYggFeGGk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sDYggFeGGk .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sDYggFeGGk .form-group {
  margin-bottom: 1rem;
}
.cid-sDYggFeGGk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sDYggFeGGk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sDYggFeGGk .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-taBy6ak4cv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-taBy6ak4cv .mbr-overlay {
  background-color: #440f30;
  opacity: 0.5;
}
.cid-taBy6ak4cv H3 {
  color: #ffffff;
}
.cid-taBy6ak4cv P {
  color: #ffffff;
}
.cid-taBy6ak4cv LABEL {
  color: #ffffff;
}
.cid-sCvNAHRl6S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCvNAHRl6S .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sCvNAHRl6S .row {
    text-align: center;
  }
  .cid-sCvNAHRl6S .row > div {
    margin: auto;
  }
  .cid-sCvNAHRl6S .social-row {
    justify-content: center;
  }
}
.cid-sCvNAHRl6S .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sCvNAHRl6S .list {
  list-style: none;
  padding-left: 0;
  color: #642346;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCvNAHRl6S .list {
    margin-bottom: 0rem;
  }
}
.cid-sCvNAHRl6S .mbr-text {
  color: #bbbbbb;
}
.cid-sCvNAHRl6S .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sCvNAHRl6S .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sCvNAHRl6S .mbr-section-subtitle {
  text-align: center;
  color: #65224b;
}
.cid-uWXw5minMW.popup-builder {
  background-color: #ffffff;
}
.cid-uWXw5minMW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uWXw5minMW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uWXw5minMW .modal-content,
.cid-uWXw5minMW .modal-dialog {
  height: auto;
}
.cid-uWXw5minMW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uWXw5minMW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uWXw5minMW .form-wrapper .mbr-form .form-group,
  .cid-uWXw5minMW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uWXw5minMW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uWXw5minMW .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWXw5minMW .mbr-text {
  text-align: center;
}
.cid-uWXw5minMW .pt-0 {
  padding-top: 0 !important;
}
.cid-uWXw5minMW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uWXw5minMW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uWXw5minMW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uWXw5minMW .modal-open {
  overflow: hidden;
}
.cid-uWXw5minMW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uWXw5minMW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uWXw5minMW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uWXw5minMW .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uWXw5minMW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uWXw5minMW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uWXw5minMW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uWXw5minMW .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uWXw5minMW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uWXw5minMW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uWXw5minMW .modal-backdrop.fade {
  opacity: 0;
}
.cid-uWXw5minMW .modal-backdrop.show {
  opacity: .5;
}
.cid-uWXw5minMW .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uWXw5minMW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uWXw5minMW .modal-header {
    padding: 1rem;
  }
}
.cid-uWXw5minMW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uWXw5minMW .modal-header .close svg {
  fill: #353535;
}
.cid-uWXw5minMW .modal-header .close:hover {
  opacity: 1;
}
.cid-uWXw5minMW .modal-header .close:focus {
  outline: none;
}
.cid-uWXw5minMW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #65224b;
}
.cid-uWXw5minMW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uWXw5minMW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uWXw5minMW .modal-body {
    padding: 1rem;
  }
}
.cid-uWXw5minMW .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uWXw5minMW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uWXw5minMW .modal-footer {
    padding: 1rem;
  }
}
.cid-uWXw5minMW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uWXw5minMW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uWXw5minMW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uWXw5minMW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uWXw5minMW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uWXw5minMW .modal-lg,
  .cid-uWXw5minMW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uWXw5minMW .modal-xl {
    max-width: 1140px;
  }
}
.cid-uWXw5minMW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uWXw5minMW .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uWXw5minMW .form-group {
  margin-bottom: 1rem;
}
.cid-uWXw5minMW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uWXw5minMW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uWXw5minMW .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uWXw5minMW .mbr-section-btn {
  margin: 0;
}
.cid-uWXw5minMW .mbr-section-btn .btn {
  margin: 0;
}
.cid-sCvFRIyjCC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCvFRIyjCC nav.navbar {
  position: fixed;
}
.cid-sCvFRIyjCC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCvFRIyjCC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCvFRIyjCC .dropdown-item:hover,
.cid-sCvFRIyjCC .dropdown-item:focus {
  background: #64234b !important;
  color: white !important;
}
.cid-sCvFRIyjCC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCvFRIyjCC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCvFRIyjCC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCvFRIyjCC .nav-link {
  position: relative;
}
.cid-sCvFRIyjCC .container {
  display: flex;
  margin: auto;
}
.cid-sCvFRIyjCC .iconfont-wrapper {
  color: #65224b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCvFRIyjCC .dropdown-menu,
.cid-sCvFRIyjCC .navbar.opened {
  background: #ffffff !important;
}
.cid-sCvFRIyjCC .nav-item:focus,
.cid-sCvFRIyjCC .nav-link:focus {
  outline: none;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCvFRIyjCC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCvFRIyjCC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sCvFRIyjCC .navbar.opened {
  transition: all 0.3s;
}
.cid-sCvFRIyjCC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCvFRIyjCC .navbar .navbar-logo img {
  width: auto;
}
.cid-sCvFRIyjCC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCvFRIyjCC .navbar.collapsed {
  justify-content: center;
}
.cid-sCvFRIyjCC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCvFRIyjCC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCvFRIyjCC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCvFRIyjCC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCvFRIyjCC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCvFRIyjCC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCvFRIyjCC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCvFRIyjCC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCvFRIyjCC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCvFRIyjCC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCvFRIyjCC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCvFRIyjCC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCvFRIyjCC .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCvFRIyjCC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCvFRIyjCC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCvFRIyjCC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCvFRIyjCC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCvFRIyjCC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCvFRIyjCC .dropdown-item.active,
.cid-sCvFRIyjCC .dropdown-item:active {
  background-color: transparent;
}
.cid-sCvFRIyjCC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCvFRIyjCC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sCvFRIyjCC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCvFRIyjCC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCvFRIyjCC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCvFRIyjCC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCvFRIyjCC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCvFRIyjCC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCvFRIyjCC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCvFRIyjCC .navbar {
    height: 70px;
  }
  .cid-sCvFRIyjCC .navbar.opened {
    height: auto;
  }
  .cid-sCvFRIyjCC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkOcM3f3hl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkOcM3f3hl p {
  font-style: normal;
  line-height: 1.2;
}
.cid-tkOcM3f3hl h1,
.cid-tkOcM3f3hl h2,
.cid-tkOcM3f3hl h3,
.cid-tkOcM3f3hl h4 {
  font-style: normal;
  line-height: 1.7;
}
.cid-tkOcM3f3hl strong {
  font-family: Assistant-Bold;
}
.cid-tkOcM3f3hl b {
  font-family: Assistant-Bold;
}
.cid-sCvNAHRl6S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCvNAHRl6S .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sCvNAHRl6S .row {
    text-align: center;
  }
  .cid-sCvNAHRl6S .row > div {
    margin: auto;
  }
  .cid-sCvNAHRl6S .social-row {
    justify-content: center;
  }
}
.cid-sCvNAHRl6S .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sCvNAHRl6S .list {
  list-style: none;
  padding-left: 0;
  color: #642346;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCvNAHRl6S .list {
    margin-bottom: 0rem;
  }
}
.cid-sCvNAHRl6S .mbr-text {
  color: #bbbbbb;
}
.cid-sCvNAHRl6S .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sCvNAHRl6S .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sCvNAHRl6S .mbr-section-subtitle {
  text-align: center;
  color: #65224b;
}
.cid-sCvFRIyjCC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCvFRIyjCC nav.navbar {
  position: fixed;
}
.cid-sCvFRIyjCC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCvFRIyjCC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCvFRIyjCC .dropdown-item:hover,
.cid-sCvFRIyjCC .dropdown-item:focus {
  background: #64234b !important;
  color: white !important;
}
.cid-sCvFRIyjCC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCvFRIyjCC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCvFRIyjCC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCvFRIyjCC .nav-link {
  position: relative;
}
.cid-sCvFRIyjCC .container {
  display: flex;
  margin: auto;
}
.cid-sCvFRIyjCC .iconfont-wrapper {
  color: #65224b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCvFRIyjCC .dropdown-menu,
.cid-sCvFRIyjCC .navbar.opened {
  background: #ffffff !important;
}
.cid-sCvFRIyjCC .nav-item:focus,
.cid-sCvFRIyjCC .nav-link:focus {
  outline: none;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCvFRIyjCC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCvFRIyjCC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sCvFRIyjCC .navbar.opened {
  transition: all 0.3s;
}
.cid-sCvFRIyjCC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCvFRIyjCC .navbar .navbar-logo img {
  width: auto;
}
.cid-sCvFRIyjCC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCvFRIyjCC .navbar.collapsed {
  justify-content: center;
}
.cid-sCvFRIyjCC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCvFRIyjCC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCvFRIyjCC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCvFRIyjCC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCvFRIyjCC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCvFRIyjCC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCvFRIyjCC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCvFRIyjCC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCvFRIyjCC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCvFRIyjCC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCvFRIyjCC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCvFRIyjCC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCvFRIyjCC .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCvFRIyjCC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCvFRIyjCC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCvFRIyjCC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCvFRIyjCC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCvFRIyjCC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCvFRIyjCC .dropdown-item.active,
.cid-sCvFRIyjCC .dropdown-item:active {
  background-color: transparent;
}
.cid-sCvFRIyjCC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCvFRIyjCC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sCvFRIyjCC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCvFRIyjCC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCvFRIyjCC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCvFRIyjCC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCvFRIyjCC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCvFRIyjCC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCvFRIyjCC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCvFRIyjCC .navbar {
    height: 70px;
  }
  .cid-sCvFRIyjCC .navbar.opened {
    height: auto;
  }
  .cid-sCvFRIyjCC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkNHN6javs {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tkNHN6javs p {
  font-style: normal;
  line-height: 1.7;
}
.cid-tkNHN6javs h1,
.cid-tkNHN6javs h2,
.cid-tkNHN6javs h3,
.cid-tkNHN6javs h4 {
  font-style: normal;
  line-height: 1.5;
}
.cid-tkkn3Q2glZ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkO3Olo0Ta {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tkO3Olo0Ta .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkO3Olo0Ta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkO3Olo0Ta .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-tkO3Olo0Ta .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkO3Olo0Ta .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-tkO3Olo0Ta .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tkO3Olo0Ta .row .row {
    flex-direction: column-reverse;
  }
  .cid-tkO3Olo0Ta .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tkO3Olo0Ta .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tkO3Olo0Ta .card-subtitle {
  color: #65224b;
}
.cid-tkO3Olo0Ta .mbr-text {
  color: #555555;
}
.cid-sCvNAHRl6S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCvNAHRl6S .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sCvNAHRl6S .row {
    text-align: center;
  }
  .cid-sCvNAHRl6S .row > div {
    margin: auto;
  }
  .cid-sCvNAHRl6S .social-row {
    justify-content: center;
  }
}
.cid-sCvNAHRl6S .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sCvNAHRl6S .list {
  list-style: none;
  padding-left: 0;
  color: #642346;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCvNAHRl6S .list {
    margin-bottom: 0rem;
  }
}
.cid-sCvNAHRl6S .mbr-text {
  color: #bbbbbb;
}
.cid-sCvNAHRl6S .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sCvNAHRl6S .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sCvNAHRl6S .mbr-section-subtitle {
  text-align: center;
  color: #65224b;
}
.cid-sCvFRIyjCC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCvFRIyjCC nav.navbar {
  position: fixed;
}
.cid-sCvFRIyjCC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCvFRIyjCC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCvFRIyjCC .dropdown-item:hover,
.cid-sCvFRIyjCC .dropdown-item:focus {
  background: #64234b !important;
  color: white !important;
}
.cid-sCvFRIyjCC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCvFRIyjCC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCvFRIyjCC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCvFRIyjCC .nav-link {
  position: relative;
}
.cid-sCvFRIyjCC .container {
  display: flex;
  margin: auto;
}
.cid-sCvFRIyjCC .iconfont-wrapper {
  color: #65224b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCvFRIyjCC .dropdown-menu,
.cid-sCvFRIyjCC .navbar.opened {
  background: #ffffff !important;
}
.cid-sCvFRIyjCC .nav-item:focus,
.cid-sCvFRIyjCC .nav-link:focus {
  outline: none;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCvFRIyjCC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCvFRIyjCC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sCvFRIyjCC .navbar.opened {
  transition: all 0.3s;
}
.cid-sCvFRIyjCC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCvFRIyjCC .navbar .navbar-logo img {
  width: auto;
}
.cid-sCvFRIyjCC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCvFRIyjCC .navbar.collapsed {
  justify-content: center;
}
.cid-sCvFRIyjCC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCvFRIyjCC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCvFRIyjCC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCvFRIyjCC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCvFRIyjCC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCvFRIyjCC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCvFRIyjCC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCvFRIyjCC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCvFRIyjCC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCvFRIyjCC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCvFRIyjCC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCvFRIyjCC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCvFRIyjCC .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCvFRIyjCC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCvFRIyjCC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCvFRIyjCC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCvFRIyjCC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCvFRIyjCC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCvFRIyjCC .dropdown-item.active,
.cid-sCvFRIyjCC .dropdown-item:active {
  background-color: transparent;
}
.cid-sCvFRIyjCC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCvFRIyjCC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sCvFRIyjCC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCvFRIyjCC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCvFRIyjCC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCvFRIyjCC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCvFRIyjCC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCvFRIyjCC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCvFRIyjCC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCvFRIyjCC .navbar {
    height: 70px;
  }
  .cid-sCvFRIyjCC .navbar.opened {
    height: auto;
  }
  .cid-sCvFRIyjCC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkO8lEEGuZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkO8lEEGuZ p {
  font-style: normal;
  line-height: 1.2;
}
.cid-tkO8lEEGuZ h1,
.cid-tkO8lEEGuZ h2,
.cid-tkO8lEEGuZ h3,
.cid-tkO8lEEGuZ h4 {
  font-style: normal;
  line-height: 1.7;
}
.cid-tkO8lEEGuZ strong {
  font-family: Assistant-Bold;
}
.cid-sCvNAHRl6S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCvNAHRl6S .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sCvNAHRl6S .row {
    text-align: center;
  }
  .cid-sCvNAHRl6S .row > div {
    margin: auto;
  }
  .cid-sCvNAHRl6S .social-row {
    justify-content: center;
  }
}
.cid-sCvNAHRl6S .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sCvNAHRl6S .list {
  list-style: none;
  padding-left: 0;
  color: #642346;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCvNAHRl6S .list {
    margin-bottom: 0rem;
  }
}
.cid-sCvNAHRl6S .mbr-text {
  color: #bbbbbb;
}
.cid-sCvNAHRl6S .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sCvNAHRl6S .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sCvNAHRl6S .mbr-section-subtitle {
  text-align: center;
  color: #65224b;
}
.cid-sCvFRIyjCC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCvFRIyjCC nav.navbar {
  position: fixed;
}
.cid-sCvFRIyjCC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCvFRIyjCC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCvFRIyjCC .dropdown-item:hover,
.cid-sCvFRIyjCC .dropdown-item:focus {
  background: #64234b !important;
  color: white !important;
}
.cid-sCvFRIyjCC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCvFRIyjCC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCvFRIyjCC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCvFRIyjCC .nav-link {
  position: relative;
}
.cid-sCvFRIyjCC .container {
  display: flex;
  margin: auto;
}
.cid-sCvFRIyjCC .iconfont-wrapper {
  color: #65224b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCvFRIyjCC .dropdown-menu,
.cid-sCvFRIyjCC .navbar.opened {
  background: #ffffff !important;
}
.cid-sCvFRIyjCC .nav-item:focus,
.cid-sCvFRIyjCC .nav-link:focus {
  outline: none;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCvFRIyjCC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCvFRIyjCC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sCvFRIyjCC .navbar.opened {
  transition: all 0.3s;
}
.cid-sCvFRIyjCC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCvFRIyjCC .navbar .navbar-logo img {
  width: auto;
}
.cid-sCvFRIyjCC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCvFRIyjCC .navbar.collapsed {
  justify-content: center;
}
.cid-sCvFRIyjCC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCvFRIyjCC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCvFRIyjCC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCvFRIyjCC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCvFRIyjCC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCvFRIyjCC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCvFRIyjCC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCvFRIyjCC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCvFRIyjCC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCvFRIyjCC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCvFRIyjCC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCvFRIyjCC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCvFRIyjCC .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCvFRIyjCC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCvFRIyjCC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCvFRIyjCC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCvFRIyjCC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCvFRIyjCC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCvFRIyjCC .dropdown-item.active,
.cid-sCvFRIyjCC .dropdown-item:active {
  background-color: transparent;
}
.cid-sCvFRIyjCC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCvFRIyjCC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sCvFRIyjCC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCvFRIyjCC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCvFRIyjCC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCvFRIyjCC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCvFRIyjCC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCvFRIyjCC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCvFRIyjCC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCvFRIyjCC .navbar {
    height: 70px;
  }
  .cid-sCvFRIyjCC .navbar.opened {
    height: auto;
  }
  .cid-sCvFRIyjCC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCB7zEI9M2 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tkNYuSCPng {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tkNYuSCPng .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkNYuSCPng .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkNYuSCPng .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-tkNYuSCPng .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkNYuSCPng .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-tkNYuSCPng .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tkNYuSCPng .row .row {
    flex-direction: column-reverse;
  }
  .cid-tkNYuSCPng .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tkNYuSCPng .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tkNYuSCPng .card-subtitle {
  color: #65224b;
}
.cid-tkNYuSCPng .mbr-text {
  color: #555555;
}
.cid-sCvNAHRl6S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCvNAHRl6S .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sCvNAHRl6S .row {
    text-align: center;
  }
  .cid-sCvNAHRl6S .row > div {
    margin: auto;
  }
  .cid-sCvNAHRl6S .social-row {
    justify-content: center;
  }
}
.cid-sCvNAHRl6S .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sCvNAHRl6S .list {
  list-style: none;
  padding-left: 0;
  color: #642346;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCvNAHRl6S .list {
    margin-bottom: 0rem;
  }
}
.cid-sCvNAHRl6S .mbr-text {
  color: #bbbbbb;
}
.cid-sCvNAHRl6S .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sCvNAHRl6S .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sCvNAHRl6S .mbr-section-subtitle {
  text-align: center;
  color: #65224b;
}
.cid-sCvFRIyjCC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCvFRIyjCC nav.navbar {
  position: fixed;
}
.cid-sCvFRIyjCC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCvFRIyjCC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCvFRIyjCC .dropdown-item:hover,
.cid-sCvFRIyjCC .dropdown-item:focus {
  background: #64234b !important;
  color: white !important;
}
.cid-sCvFRIyjCC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCvFRIyjCC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCvFRIyjCC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCvFRIyjCC .nav-link {
  position: relative;
}
.cid-sCvFRIyjCC .container {
  display: flex;
  margin: auto;
}
.cid-sCvFRIyjCC .iconfont-wrapper {
  color: #65224b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCvFRIyjCC .dropdown-menu,
.cid-sCvFRIyjCC .navbar.opened {
  background: #ffffff !important;
}
.cid-sCvFRIyjCC .nav-item:focus,
.cid-sCvFRIyjCC .nav-link:focus {
  outline: none;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCvFRIyjCC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCvFRIyjCC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sCvFRIyjCC .navbar.opened {
  transition: all 0.3s;
}
.cid-sCvFRIyjCC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCvFRIyjCC .navbar .navbar-logo img {
  width: auto;
}
.cid-sCvFRIyjCC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCvFRIyjCC .navbar.collapsed {
  justify-content: center;
}
.cid-sCvFRIyjCC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCvFRIyjCC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCvFRIyjCC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCvFRIyjCC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCvFRIyjCC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCvFRIyjCC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCvFRIyjCC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCvFRIyjCC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCvFRIyjCC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCvFRIyjCC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCvFRIyjCC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCvFRIyjCC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCvFRIyjCC .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCvFRIyjCC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCvFRIyjCC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCvFRIyjCC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCvFRIyjCC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCvFRIyjCC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCvFRIyjCC .dropdown-item.active,
.cid-sCvFRIyjCC .dropdown-item:active {
  background-color: transparent;
}
.cid-sCvFRIyjCC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCvFRIyjCC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sCvFRIyjCC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCvFRIyjCC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCvFRIyjCC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCvFRIyjCC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCvFRIyjCC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCvFRIyjCC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCvFRIyjCC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCvFRIyjCC .navbar {
    height: 70px;
  }
  .cid-sCvFRIyjCC .navbar.opened {
    height: auto;
  }
  .cid-sCvFRIyjCC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkktUNx15x {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-tkktUNx15x .row {
    flex-direction: column-reverse;
  }
  .cid-tkktUNx15x .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tkktUNx15x .google-map {
  height: 100%;
  position: relative;
}
.cid-tkktUNx15x .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tkktUNx15x .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tkktUNx15x .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tkktUNx15x .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tkktUNx15x .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tkktUNx15x .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #eceeef;
}
.cid-tkktUNx15x .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tkktUNx15x .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tkktUNx15x .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tkktUNx15x .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #64234b;
}
.cid-sDNYyqrsAr {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sDNYyqrsAr .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sDNYyqrsAr .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #eceeef;
}
@media (max-width: 991px) {
  .cid-sDNYyqrsAr .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sDNYyqrsAr .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sDNYyqrsAr .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #64234b;
}
.cid-ttebadDvxQ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eceeef;
}
.cid-ttebadDvxQ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ttebadDvxQ H2 {
  text-align: center;
}
.cid-sCvNAHRl6S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCvNAHRl6S .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sCvNAHRl6S .row {
    text-align: center;
  }
  .cid-sCvNAHRl6S .row > div {
    margin: auto;
  }
  .cid-sCvNAHRl6S .social-row {
    justify-content: center;
  }
}
.cid-sCvNAHRl6S .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sCvNAHRl6S .list {
  list-style: none;
  padding-left: 0;
  color: #642346;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCvNAHRl6S .list {
    margin-bottom: 0rem;
  }
}
.cid-sCvNAHRl6S .mbr-text {
  color: #bbbbbb;
}
.cid-sCvNAHRl6S .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sCvNAHRl6S .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sCvNAHRl6S .mbr-section-subtitle {
  text-align: center;
  color: #65224b;
}
.cid-uWXw82oy6S.popup-builder {
  background-color: #ffffff;
}
.cid-uWXw82oy6S.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uWXw82oy6S.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uWXw82oy6S .modal-content,
.cid-uWXw82oy6S .modal-dialog {
  height: auto;
}
.cid-uWXw82oy6S .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uWXw82oy6S .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uWXw82oy6S .form-wrapper .mbr-form .form-group,
  .cid-uWXw82oy6S .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uWXw82oy6S .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uWXw82oy6S .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWXw82oy6S .mbr-text {
  text-align: center;
}
.cid-uWXw82oy6S .pt-0 {
  padding-top: 0 !important;
}
.cid-uWXw82oy6S .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uWXw82oy6S .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uWXw82oy6S .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uWXw82oy6S .modal-open {
  overflow: hidden;
}
.cid-uWXw82oy6S .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uWXw82oy6S .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uWXw82oy6S .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uWXw82oy6S .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uWXw82oy6S .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uWXw82oy6S .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uWXw82oy6S .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uWXw82oy6S .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uWXw82oy6S .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uWXw82oy6S .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uWXw82oy6S .modal-backdrop.fade {
  opacity: 0;
}
.cid-uWXw82oy6S .modal-backdrop.show {
  opacity: .5;
}
.cid-uWXw82oy6S .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uWXw82oy6S .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uWXw82oy6S .modal-header {
    padding: 1rem;
  }
}
.cid-uWXw82oy6S .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uWXw82oy6S .modal-header .close svg {
  fill: #353535;
}
.cid-uWXw82oy6S .modal-header .close:hover {
  opacity: 1;
}
.cid-uWXw82oy6S .modal-header .close:focus {
  outline: none;
}
.cid-uWXw82oy6S .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #65224b;
}
.cid-uWXw82oy6S .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uWXw82oy6S .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uWXw82oy6S .modal-body {
    padding: 1rem;
  }
}
.cid-uWXw82oy6S .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uWXw82oy6S .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uWXw82oy6S .modal-footer {
    padding: 1rem;
  }
}
.cid-uWXw82oy6S .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uWXw82oy6S .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uWXw82oy6S .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uWXw82oy6S .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uWXw82oy6S .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uWXw82oy6S .modal-lg,
  .cid-uWXw82oy6S .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uWXw82oy6S .modal-xl {
    max-width: 1140px;
  }
}
.cid-uWXw82oy6S .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uWXw82oy6S .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uWXw82oy6S .form-group {
  margin-bottom: 1rem;
}
.cid-uWXw82oy6S .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uWXw82oy6S .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uWXw82oy6S .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uWXw82oy6S .mbr-section-btn {
  margin: 0;
}
.cid-uWXw82oy6S .mbr-section-btn .btn {
  margin: 0;
}
.cid-sCvFRIyjCC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCvFRIyjCC nav.navbar {
  position: fixed;
}
.cid-sCvFRIyjCC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCvFRIyjCC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCvFRIyjCC .dropdown-item:hover,
.cid-sCvFRIyjCC .dropdown-item:focus {
  background: #64234b !important;
  color: white !important;
}
.cid-sCvFRIyjCC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCvFRIyjCC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCvFRIyjCC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCvFRIyjCC .nav-link {
  position: relative;
}
.cid-sCvFRIyjCC .container {
  display: flex;
  margin: auto;
}
.cid-sCvFRIyjCC .iconfont-wrapper {
  color: #65224b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCvFRIyjCC .dropdown-menu,
.cid-sCvFRIyjCC .navbar.opened {
  background: #ffffff !important;
}
.cid-sCvFRIyjCC .nav-item:focus,
.cid-sCvFRIyjCC .nav-link:focus {
  outline: none;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCvFRIyjCC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCvFRIyjCC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sCvFRIyjCC .navbar.opened {
  transition: all 0.3s;
}
.cid-sCvFRIyjCC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCvFRIyjCC .navbar .navbar-logo img {
  width: auto;
}
.cid-sCvFRIyjCC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCvFRIyjCC .navbar.collapsed {
  justify-content: center;
}
.cid-sCvFRIyjCC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCvFRIyjCC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCvFRIyjCC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCvFRIyjCC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCvFRIyjCC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCvFRIyjCC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCvFRIyjCC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCvFRIyjCC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCvFRIyjCC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCvFRIyjCC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCvFRIyjCC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCvFRIyjCC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCvFRIyjCC .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCvFRIyjCC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCvFRIyjCC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCvFRIyjCC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCvFRIyjCC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCvFRIyjCC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCvFRIyjCC .dropdown-item.active,
.cid-sCvFRIyjCC .dropdown-item:active {
  background-color: transparent;
}
.cid-sCvFRIyjCC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCvFRIyjCC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sCvFRIyjCC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCvFRIyjCC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCvFRIyjCC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCvFRIyjCC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCvFRIyjCC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCvFRIyjCC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCvFRIyjCC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCvFRIyjCC .navbar {
    height: 70px;
  }
  .cid-sCvFRIyjCC .navbar.opened {
    height: auto;
  }
  .cid-sCvFRIyjCC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taCIWHbgND {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-taCIWHbgND .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-taCIWHbgND .panel-body {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 1rem 0.5rem 1rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-taCIWHbgND .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #64234b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.cid-taCIWHbgND .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #64234b;
}
.cid-taCIWHbgND .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-taCIWHbgND .arrow-group span {
  margin-right: 13.5px;
}
.cid-taCIWHbgND .wrap {
  display: flex;
}
.cid-taCIWHbgND .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #64234b !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: normal;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-taCIWHbgND .icon:before {
  content: "\e908" !important;
}
.cid-taCIWHbgND .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-taCIWHbgND .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-taCIWHbgND .card-header {
  padding: 0.7rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-taCIWHbgND .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-taCIWHbgND .mbr-section-subtitle {
  color: #65224b;
  text-align: left;
}
.cid-taCIWHbgND .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-taCIWHbgND .panel-group {
  width: 100%;
}
.cid-taCIWHbgND .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-taCIWHbgND .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-taCIWHbgND .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-taCIWHbgND .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-taCIWHbgND .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-taCIWHbgND .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-taCIWHbgND .header-article-text:hover {
  text-decoration: underline;
  text-align: left;
}
.cid-taCIWHbgND .panel-text {
  color: #000000;
  text-align: left;
}
.cid-taCIWHbgND .header-text,
.cid-taCIWHbgND .sign {
  color: #000000;
  text-align: left;
}
.cid-taCIWHbgND .header-article-text,
.cid-taCIWHbgND .sign {
  color: #000000;
  text-align: left;
}
.cid-taCIWHbgND .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-taCIWHbgND h4 {
  margin-bottom: 0;
}
.cid-taCIWHbgND .header-article-text {
  text-align: left;
}
.cid-thljxg4PL9 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-thljxg4PL9 .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-thljxg4PL9 .panel-body {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 1rem 0.5rem 1rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-thljxg4PL9 .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #64234b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.cid-thljxg4PL9 .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #64234b;
}
.cid-thljxg4PL9 .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-thljxg4PL9 .arrow-group span {
  margin-right: 13.5px;
}
.cid-thljxg4PL9 .wrap {
  display: flex;
}
.cid-thljxg4PL9 .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #64234b !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: normal;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-thljxg4PL9 .icon:before {
  content: "\e908" !important;
}
.cid-thljxg4PL9 .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-thljxg4PL9 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-thljxg4PL9 .card-header {
  padding: 0.7rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-thljxg4PL9 .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-thljxg4PL9 .mbr-section-subtitle {
  color: #65224b;
  text-align: left;
}
.cid-thljxg4PL9 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-thljxg4PL9 .panel-group {
  width: 100%;
}
.cid-thljxg4PL9 .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-thljxg4PL9 .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-thljxg4PL9 .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-thljxg4PL9 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-thljxg4PL9 .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-thljxg4PL9 .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-thljxg4PL9 .header-article-text:hover {
  text-decoration: underline;
  text-align: left;
}
.cid-thljxg4PL9 .panel-text {
  color: #000000;
  text-align: left;
}
.cid-thljxg4PL9 .header-text,
.cid-thljxg4PL9 .sign {
  color: #000000;
  text-align: left;
}
.cid-thljxg4PL9 .header-article-text,
.cid-thljxg4PL9 .sign {
  color: #000000;
  text-align: left;
}
.cid-thljxg4PL9 .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-thljxg4PL9 h4 {
  margin-bottom: 0;
}
.cid-thljxg4PL9 .header-article-text {
  text-align: left;
}
.cid-thlmVz9tKz {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-thlmVz9tKz .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-thlmVz9tKz .panel-body {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 1rem 0.5rem 1rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-thlmVz9tKz .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #64234b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.cid-thlmVz9tKz .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #64234b;
}
.cid-thlmVz9tKz .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-thlmVz9tKz .arrow-group span {
  margin-right: 13.5px;
}
.cid-thlmVz9tKz .wrap {
  display: flex;
}
.cid-thlmVz9tKz .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #64234b !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: normal;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-thlmVz9tKz .icon:before {
  content: "\e908" !important;
}
.cid-thlmVz9tKz .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-thlmVz9tKz .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-thlmVz9tKz .card-header {
  padding: 0.7rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-thlmVz9tKz .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-thlmVz9tKz .mbr-section-subtitle {
  color: #65224b;
  text-align: left;
}
.cid-thlmVz9tKz .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-thlmVz9tKz .panel-group {
  width: 100%;
}
.cid-thlmVz9tKz .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-thlmVz9tKz .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-thlmVz9tKz .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-thlmVz9tKz .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-thlmVz9tKz .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-thlmVz9tKz .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-thlmVz9tKz .header-article-text:hover {
  text-decoration: underline;
  text-align: left;
}
.cid-thlmVz9tKz .panel-text {
  color: #000000;
  text-align: left;
}
.cid-thlmVz9tKz .header-text,
.cid-thlmVz9tKz .sign {
  color: #000000;
  text-align: left;
}
.cid-thlmVz9tKz .header-article-text,
.cid-thlmVz9tKz .sign {
  color: #000000;
  text-align: left;
}
.cid-thlmVz9tKz .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-thlmVz9tKz h4 {
  margin-bottom: 0;
}
.cid-thlmVz9tKz .header-article-text {
  text-align: left;
}
.cid-thlnPLBx9G {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thlqzuenws {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-thlqzuenws .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-thlqzuenws .panel-body {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 1rem 0.5rem 1rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-thlqzuenws .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #64234b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.cid-thlqzuenws .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #64234b;
}
.cid-thlqzuenws .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-thlqzuenws .arrow-group span {
  margin-right: 13.5px;
}
.cid-thlqzuenws .wrap {
  display: flex;
}
.cid-thlqzuenws .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #64234b !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: normal;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-thlqzuenws .icon:before {
  content: "\e908" !important;
}
.cid-thlqzuenws .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-thlqzuenws .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-thlqzuenws .card-header {
  padding: 0.7rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-thlqzuenws .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-thlqzuenws .mbr-section-subtitle {
  color: #65224b;
  text-align: left;
}
.cid-thlqzuenws .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-thlqzuenws .panel-group {
  width: 100%;
}
.cid-thlqzuenws .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-thlqzuenws .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-thlqzuenws .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-thlqzuenws .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-thlqzuenws .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-thlqzuenws .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-thlqzuenws .header-article-text:hover {
  text-decoration: underline;
  text-align: left;
}
.cid-thlqzuenws .panel-text {
  color: #000000;
  text-align: left;
}
.cid-thlqzuenws .header-text,
.cid-thlqzuenws .sign {
  color: #000000;
  text-align: left;
}
.cid-thlqzuenws .header-article-text,
.cid-thlqzuenws .sign {
  color: #000000;
  text-align: left;
}
.cid-thlqzuenws .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-thlqzuenws h4 {
  margin-bottom: 0;
}
.cid-thlqzuenws .header-article-text {
  text-align: left;
}
.cid-ti5DYUrdcz {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ti5DYUrdcz .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-ti5DYUrdcz .panel-body {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 1rem 0.5rem 1rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-ti5DYUrdcz .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #64234b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.cid-ti5DYUrdcz .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #64234b;
}
.cid-ti5DYUrdcz .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-ti5DYUrdcz .arrow-group span {
  margin-right: 13.5px;
}
.cid-ti5DYUrdcz .wrap {
  display: flex;
}
.cid-ti5DYUrdcz .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #64234b !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: normal;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-ti5DYUrdcz .icon:before {
  content: "\e908" !important;
}
.cid-ti5DYUrdcz .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-ti5DYUrdcz .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ti5DYUrdcz .card-header {
  padding: 0.7rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-ti5DYUrdcz .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-ti5DYUrdcz .mbr-section-subtitle {
  color: #65224b;
  text-align: left;
}
.cid-ti5DYUrdcz .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ti5DYUrdcz .panel-group {
  width: 100%;
}
.cid-ti5DYUrdcz .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-ti5DYUrdcz .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-ti5DYUrdcz .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-ti5DYUrdcz .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ti5DYUrdcz .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ti5DYUrdcz .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-ti5DYUrdcz .header-article-text:hover {
  text-decoration: underline;
  text-align: left;
}
.cid-ti5DYUrdcz .panel-text {
  color: #000000;
  text-align: left;
}
.cid-ti5DYUrdcz .header-text,
.cid-ti5DYUrdcz .sign {
  color: #000000;
  text-align: left;
}
.cid-ti5DYUrdcz .header-article-text,
.cid-ti5DYUrdcz .sign {
  color: #000000;
  text-align: left;
}
.cid-ti5DYUrdcz .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-ti5DYUrdcz h4 {
  margin-bottom: 0;
}
.cid-ti5DYUrdcz .header-article-text {
  text-align: left;
}
.cid-ti5Kj7PymM {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ti5Kj7PymM .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-ti5Kj7PymM .panel-body {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 1rem 0.5rem 1rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-ti5Kj7PymM .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #64234b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.cid-ti5Kj7PymM .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #64234b;
}
.cid-ti5Kj7PymM .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-ti5Kj7PymM .arrow-group span {
  margin-right: 13.5px;
}
.cid-ti5Kj7PymM .wrap {
  display: flex;
}
.cid-ti5Kj7PymM .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #64234b !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: normal;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-ti5Kj7PymM .icon:before {
  content: "\e908" !important;
}
.cid-ti5Kj7PymM .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-ti5Kj7PymM .mbr-section-title {
  color: #65224b;
  text-align: left;
}
.cid-ti5Kj7PymM .card-header {
  padding: 0.7rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-ti5Kj7PymM .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-ti5Kj7PymM .mbr-section-subtitle {
  color: #65224b;
  text-align: left;
}
.cid-ti5Kj7PymM .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ti5Kj7PymM .panel-group {
  width: 100%;
}
.cid-ti5Kj7PymM .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-ti5Kj7PymM .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-ti5Kj7PymM .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-ti5Kj7PymM .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ti5Kj7PymM .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ti5Kj7PymM .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-ti5Kj7PymM .header-article-text:hover {
  text-decoration: underline;
  text-align: left;
}
.cid-ti5Kj7PymM .panel-text {
  color: #000000;
  text-align: left;
}
.cid-ti5Kj7PymM .header-text,
.cid-ti5Kj7PymM .sign {
  color: #000000;
  text-align: left;
}
.cid-ti5Kj7PymM .header-article-text,
.cid-ti5Kj7PymM .sign {
  color: #000000;
  text-align: left;
}
.cid-ti5Kj7PymM .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-ti5Kj7PymM h4 {
  margin-bottom: 0;
}
.cid-ti5Kj7PymM .header-article-text {
  text-align: left;
}
.cid-ti5OckI9UZ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tic29vnv8S {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tic29vnv8S .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-tic29vnv8S .panel-body {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 1rem 0.5rem 1rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-tic29vnv8S .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #64234b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.cid-tic29vnv8S .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #64234b;
}
.cid-tic29vnv8S .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-tic29vnv8S .arrow-group span {
  margin-right: 13.5px;
}
.cid-tic29vnv8S .wrap {
  display: flex;
}
.cid-tic29vnv8S .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #64234b !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: normal;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-tic29vnv8S .icon:before {
  content: "\e908" !important;
}
.cid-tic29vnv8S .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-tic29vnv8S .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tic29vnv8S .card-header {
  padding: 0.7rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-tic29vnv8S .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-tic29vnv8S .mbr-section-subtitle {
  color: #65224b;
  text-align: left;
}
.cid-tic29vnv8S .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tic29vnv8S .panel-group {
  width: 100%;
}
.cid-tic29vnv8S .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-tic29vnv8S .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tic29vnv8S .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-tic29vnv8S .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tic29vnv8S .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tic29vnv8S .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-tic29vnv8S .header-article-text:hover {
  text-decoration: underline;
  text-align: left;
}
.cid-tic29vnv8S .panel-text {
  color: #000000;
  text-align: left;
}
.cid-tic29vnv8S .header-text,
.cid-tic29vnv8S .sign {
  color: #000000;
  text-align: left;
}
.cid-tic29vnv8S .header-article-text,
.cid-tic29vnv8S .sign {
  color: #000000;
  text-align: left;
}
.cid-tic29vnv8S .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-tic29vnv8S h4 {
  margin-bottom: 0;
}
.cid-tic29vnv8S .header-article-text {
  text-align: left;
}
.cid-ti5OGkwpIY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uuM5lGsYrk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uuM5lGsYrk .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-uuM5lGsYrk .panel-body {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 1rem 0.5rem 1rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-uuM5lGsYrk .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #64234b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.cid-uuM5lGsYrk .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #64234b;
}
.cid-uuM5lGsYrk .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-uuM5lGsYrk .arrow-group span {
  margin-right: 13.5px;
}
.cid-uuM5lGsYrk .wrap {
  display: flex;
}
.cid-uuM5lGsYrk .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #64234b !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: normal;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-uuM5lGsYrk .icon:before {
  content: "\e908" !important;
}
.cid-uuM5lGsYrk .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-uuM5lGsYrk .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uuM5lGsYrk .card-header {
  padding: 0.7rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-uuM5lGsYrk .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-uuM5lGsYrk .mbr-section-subtitle {
  color: #65224b;
  text-align: left;
}
.cid-uuM5lGsYrk .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uuM5lGsYrk .panel-group {
  width: 100%;
}
.cid-uuM5lGsYrk .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-uuM5lGsYrk .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uuM5lGsYrk .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-uuM5lGsYrk .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uuM5lGsYrk .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uuM5lGsYrk .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-uuM5lGsYrk .header-article-text:hover {
  text-decoration: underline;
  text-align: left;
}
.cid-uuM5lGsYrk .panel-text {
  color: #000000;
  text-align: left;
}
.cid-uuM5lGsYrk .header-text,
.cid-uuM5lGsYrk .sign {
  color: #000000;
  text-align: left;
}
.cid-uuM5lGsYrk .header-article-text,
.cid-uuM5lGsYrk .sign {
  color: #000000;
  text-align: left;
}
.cid-uuM5lGsYrk .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-uuM5lGsYrk h4 {
  margin-bottom: 0;
}
.cid-uuM5lGsYrk .header-article-text {
  text-align: left;
}
.cid-uuM5noFEP6 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBF14iiI4w {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tBF14iiI4w .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-tBF14iiI4w .panel-body {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 1rem 0.5rem 1rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-tBF14iiI4w .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #64234b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.cid-tBF14iiI4w .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #64234b;
}
.cid-tBF14iiI4w .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-tBF14iiI4w .arrow-group span {
  margin-right: 13.5px;
}
.cid-tBF14iiI4w .wrap {
  display: flex;
}
.cid-tBF14iiI4w .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #64234b !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: normal;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-tBF14iiI4w .icon:before {
  content: "\e908" !important;
}
.cid-tBF14iiI4w .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-tBF14iiI4w .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tBF14iiI4w .card-header {
  padding: 0.7rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-tBF14iiI4w .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-tBF14iiI4w .mbr-section-subtitle {
  color: #65224b;
  text-align: left;
}
.cid-tBF14iiI4w .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tBF14iiI4w .panel-group {
  width: 100%;
}
.cid-tBF14iiI4w .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-tBF14iiI4w .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tBF14iiI4w .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-tBF14iiI4w .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tBF14iiI4w .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tBF14iiI4w .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-tBF14iiI4w .header-article-text:hover {
  text-decoration: underline;
  text-align: left;
}
.cid-tBF14iiI4w .panel-text {
  color: #000000;
  text-align: left;
}
.cid-tBF14iiI4w .header-text,
.cid-tBF14iiI4w .sign {
  color: #000000;
  text-align: left;
}
.cid-tBF14iiI4w .header-article-text,
.cid-tBF14iiI4w .sign {
  color: #000000;
  text-align: left;
}
.cid-tBF14iiI4w .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-tBF14iiI4w h4 {
  margin-bottom: 0;
}
.cid-tBF14iiI4w .header-article-text {
  text-align: left;
}
.cid-tBF2Uscu78 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tic68Nvsn2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tic68Nvsn2 .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-tic68Nvsn2 .panel-body {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 1rem 0.5rem 1rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-tic68Nvsn2 .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #64234b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.cid-tic68Nvsn2 .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #64234b;
}
.cid-tic68Nvsn2 .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-tic68Nvsn2 .arrow-group span {
  margin-right: 13.5px;
}
.cid-tic68Nvsn2 .wrap {
  display: flex;
}
.cid-tic68Nvsn2 .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #64234b !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: normal;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-tic68Nvsn2 .icon:before {
  content: "\e908" !important;
}
.cid-tic68Nvsn2 .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-tic68Nvsn2 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tic68Nvsn2 .card-header {
  padding: 0.7rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-tic68Nvsn2 .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-tic68Nvsn2 .mbr-section-subtitle {
  color: #65224b;
  text-align: left;
}
.cid-tic68Nvsn2 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tic68Nvsn2 .panel-group {
  width: 100%;
}
.cid-tic68Nvsn2 .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-tic68Nvsn2 .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tic68Nvsn2 .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-tic68Nvsn2 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tic68Nvsn2 .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tic68Nvsn2 .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-tic68Nvsn2 .header-article-text:hover {
  text-decoration: underline;
  text-align: left;
}
.cid-tic68Nvsn2 .panel-text {
  color: #000000;
  text-align: left;
}
.cid-tic68Nvsn2 .header-text,
.cid-tic68Nvsn2 .sign {
  color: #000000;
  text-align: left;
}
.cid-tic68Nvsn2 .header-article-text,
.cid-tic68Nvsn2 .sign {
  color: #000000;
  text-align: left;
}
.cid-tic68Nvsn2 .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-tic68Nvsn2 h4 {
  margin-bottom: 0;
}
.cid-tic68Nvsn2 .header-article-text {
  text-align: left;
}
.cid-twuY0H9wmj {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uuM5famGaJ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uuM5famGaJ .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-uuM5famGaJ .panel-body {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 1rem 0.5rem 1rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-uuM5famGaJ .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #64234b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.cid-uuM5famGaJ .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #64234b;
}
.cid-uuM5famGaJ .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-uuM5famGaJ .arrow-group span {
  margin-right: 13.5px;
}
.cid-uuM5famGaJ .wrap {
  display: flex;
}
.cid-uuM5famGaJ .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #64234b !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: normal;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-uuM5famGaJ .icon:before {
  content: "\e908" !important;
}
.cid-uuM5famGaJ .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-uuM5famGaJ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uuM5famGaJ .card-header {
  padding: 0.7rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-uuM5famGaJ .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-uuM5famGaJ .mbr-section-subtitle {
  color: #65224b;
  text-align: left;
}
.cid-uuM5famGaJ .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uuM5famGaJ .panel-group {
  width: 100%;
}
.cid-uuM5famGaJ .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-uuM5famGaJ .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uuM5famGaJ .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-uuM5famGaJ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uuM5famGaJ .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uuM5famGaJ .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-uuM5famGaJ .header-article-text:hover {
  text-decoration: underline;
  text-align: left;
}
.cid-uuM5famGaJ .panel-text {
  color: #000000;
  text-align: left;
}
.cid-uuM5famGaJ .header-text,
.cid-uuM5famGaJ .sign {
  color: #000000;
  text-align: left;
}
.cid-uuM5famGaJ .header-article-text,
.cid-uuM5famGaJ .sign {
  color: #000000;
  text-align: left;
}
.cid-uuM5famGaJ .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-uuM5famGaJ h4 {
  margin-bottom: 0;
}
.cid-uuM5famGaJ .header-article-text {
  text-align: left;
}
.cid-uuM5gJOmjQ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uuM5gJOmjQ .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-uuM5gJOmjQ .panel-body {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 1rem 0.5rem 1rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-uuM5gJOmjQ .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #64234b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.cid-uuM5gJOmjQ .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #64234b;
}
.cid-uuM5gJOmjQ .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-uuM5gJOmjQ .arrow-group span {
  margin-right: 13.5px;
}
.cid-uuM5gJOmjQ .wrap {
  display: flex;
}
.cid-uuM5gJOmjQ .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #64234b !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: normal;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-uuM5gJOmjQ .icon:before {
  content: "\e908" !important;
}
.cid-uuM5gJOmjQ .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-uuM5gJOmjQ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uuM5gJOmjQ .card-header {
  padding: 0.7rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-uuM5gJOmjQ .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-uuM5gJOmjQ .mbr-section-subtitle {
  color: #65224b;
  text-align: left;
}
.cid-uuM5gJOmjQ .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uuM5gJOmjQ .panel-group {
  width: 100%;
}
.cid-uuM5gJOmjQ .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-uuM5gJOmjQ .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uuM5gJOmjQ .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-uuM5gJOmjQ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uuM5gJOmjQ .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uuM5gJOmjQ .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-uuM5gJOmjQ .header-article-text:hover {
  text-decoration: underline;
  text-align: left;
}
.cid-uuM5gJOmjQ .panel-text {
  color: #000000;
  text-align: left;
}
.cid-uuM5gJOmjQ .header-text,
.cid-uuM5gJOmjQ .sign {
  color: #000000;
  text-align: left;
}
.cid-uuM5gJOmjQ .header-article-text,
.cid-uuM5gJOmjQ .sign {
  color: #000000;
  text-align: left;
}
.cid-uuM5gJOmjQ .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-uuM5gJOmjQ h4 {
  margin-bottom: 0;
}
.cid-uuM5gJOmjQ .header-article-text {
  text-align: left;
}
.cid-uuM5hsFQYX {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uuM5ck2FqP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uuM5ck2FqP .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-uuM5ck2FqP .panel-body {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 1rem 0.5rem 1rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-uuM5ck2FqP .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #64234b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.cid-uuM5ck2FqP .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #64234b;
}
.cid-uuM5ck2FqP .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-uuM5ck2FqP .arrow-group span {
  margin-right: 13.5px;
}
.cid-uuM5ck2FqP .wrap {
  display: flex;
}
.cid-uuM5ck2FqP .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #64234b !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: normal;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-uuM5ck2FqP .icon:before {
  content: "\e908" !important;
}
.cid-uuM5ck2FqP .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-uuM5ck2FqP .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uuM5ck2FqP .card-header {
  padding: 0.7rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-uuM5ck2FqP .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-uuM5ck2FqP .mbr-section-subtitle {
  color: #65224b;
  text-align: left;
}
.cid-uuM5ck2FqP .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uuM5ck2FqP .panel-group {
  width: 100%;
}
.cid-uuM5ck2FqP .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-uuM5ck2FqP .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uuM5ck2FqP .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-uuM5ck2FqP .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uuM5ck2FqP .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uuM5ck2FqP .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-uuM5ck2FqP .header-article-text:hover {
  text-decoration: underline;
  text-align: left;
}
.cid-uuM5ck2FqP .panel-text {
  color: #000000;
  text-align: left;
}
.cid-uuM5ck2FqP .header-text,
.cid-uuM5ck2FqP .sign {
  color: #000000;
  text-align: left;
}
.cid-uuM5ck2FqP .header-article-text,
.cid-uuM5ck2FqP .sign {
  color: #000000;
  text-align: left;
}
.cid-uuM5ck2FqP .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-uuM5ck2FqP h4 {
  margin-bottom: 0;
}
.cid-uuM5ck2FqP .header-article-text {
  text-align: left;
}
.cid-uuM5dmZoym {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sCvNAHRl6S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCvNAHRl6S .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sCvNAHRl6S .row {
    text-align: center;
  }
  .cid-sCvNAHRl6S .row > div {
    margin: auto;
  }
  .cid-sCvNAHRl6S .social-row {
    justify-content: center;
  }
}
.cid-sCvNAHRl6S .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sCvNAHRl6S .list {
  list-style: none;
  padding-left: 0;
  color: #642346;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCvNAHRl6S .list {
    margin-bottom: 0rem;
  }
}
.cid-sCvNAHRl6S .mbr-text {
  color: #bbbbbb;
}
.cid-sCvNAHRl6S .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sCvNAHRl6S .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sCvNAHRl6S .mbr-section-subtitle {
  text-align: center;
  color: #65224b;
}
.cid-sCvFRIyjCC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCvFRIyjCC nav.navbar {
  position: fixed;
}
.cid-sCvFRIyjCC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCvFRIyjCC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCvFRIyjCC .dropdown-item:hover,
.cid-sCvFRIyjCC .dropdown-item:focus {
  background: #64234b !important;
  color: white !important;
}
.cid-sCvFRIyjCC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCvFRIyjCC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCvFRIyjCC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCvFRIyjCC .nav-link {
  position: relative;
}
.cid-sCvFRIyjCC .container {
  display: flex;
  margin: auto;
}
.cid-sCvFRIyjCC .iconfont-wrapper {
  color: #65224b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCvFRIyjCC .dropdown-menu,
.cid-sCvFRIyjCC .navbar.opened {
  background: #ffffff !important;
}
.cid-sCvFRIyjCC .nav-item:focus,
.cid-sCvFRIyjCC .nav-link:focus {
  outline: none;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCvFRIyjCC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCvFRIyjCC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sCvFRIyjCC .navbar.opened {
  transition: all 0.3s;
}
.cid-sCvFRIyjCC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCvFRIyjCC .navbar .navbar-logo img {
  width: auto;
}
.cid-sCvFRIyjCC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCvFRIyjCC .navbar.collapsed {
  justify-content: center;
}
.cid-sCvFRIyjCC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCvFRIyjCC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCvFRIyjCC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCvFRIyjCC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCvFRIyjCC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCvFRIyjCC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCvFRIyjCC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCvFRIyjCC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCvFRIyjCC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCvFRIyjCC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCvFRIyjCC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCvFRIyjCC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCvFRIyjCC .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCvFRIyjCC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCvFRIyjCC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCvFRIyjCC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCvFRIyjCC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCvFRIyjCC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCvFRIyjCC .dropdown-item.active,
.cid-sCvFRIyjCC .dropdown-item:active {
  background-color: transparent;
}
.cid-sCvFRIyjCC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCvFRIyjCC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sCvFRIyjCC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCvFRIyjCC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCvFRIyjCC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCvFRIyjCC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCvFRIyjCC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCvFRIyjCC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCvFRIyjCC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCvFRIyjCC .navbar {
    height: 70px;
  }
  .cid-sCvFRIyjCC .navbar.opened {
    height: auto;
  }
  .cid-sCvFRIyjCC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCH9LYaedH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #65224b;
}
.cid-sCH9LYaedH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sCH9LYaedH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sCH9LYaedH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sCH9LYaedH .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-sCH9LYaedH .mbr-text,
.cid-sCH9LYaedH .mbr-section-btn {
  text-align: left;
  color: #eceeef;
}
.cid-sE1kh2E1wt {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sE1kh2E1wt img,
.cid-sE1kh2E1wt .item-img {
  width: 100%;
}
.cid-sE1kh2E1wt .item:focus,
.cid-sE1kh2E1wt span:focus {
  outline: none;
}
.cid-sE1kh2E1wt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sE1kh2E1wt .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sE1kh2E1wt .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sE1kh2E1wt .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sE1kh2E1wt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sE1kh2E1wt .mbr-section-title {
  color: #64234b;
}
.cid-sE1kh2E1wt .mbr-text,
.cid-sE1kh2E1wt .mbr-section-btn {
  text-align: center;
}
.cid-sE1kh2E1wt .item-title {
  text-align: center;
  color: #64234b;
}
.cid-sE1kh2E1wt .item-subtitle {
  text-align: center;
  color: #64234b;
}
.cid-sE1kh2E1wt .item-title DIV {
  text-align: center;
}
.cid-sCHf5VdxU9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sCHf5VdxU9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sCHf5VdxU9 .row {
  flex-direction: row-reverse;
}
.cid-sCHf5VdxU9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sCHf5VdxU9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sCHf5VdxU9 .mbr-section-title {
  color: #64234b;
}
.cid-sCHf4RWesk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sCHf4RWesk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sCHf4RWesk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sCHf4RWesk .text-wrapper {
    padding: 2rem;
  }
}
.cid-sCHf4RWesk .mbr-section-title {
  color: #64234b;
}
.cid-sCHfakIzu4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sCHfakIzu4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sCHfakIzu4 .row {
  flex-direction: row-reverse;
}
.cid-sCHfakIzu4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sCHfakIzu4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-sCHfakIzu4 .mbr-section-title {
  color: #64234b;
}
.cid-sVJ2ZbDMSc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sVJ2ZbDMSc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sVJ2ZbDMSc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sVJ2ZbDMSc .text-wrapper {
    padding: 2rem;
  }
}
.cid-sVJ2ZbDMSc .mbr-section-title {
  color: #64234b;
}
.cid-sCHgIuyUeU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #64234b;
}
.cid-sCHgIuyUeU blockquote {
  border-color: #ffb9fa;
  border-radius: 4px;
  background-color: #64234b;
}
.cid-sCHgIuyUeU .mbr-text {
  color: #ffffff;
}
.cid-sCHgIuyUeU .mbr-section-title {
  color: #ffffff;
}
.cid-sEr9IW7pSQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/hintergrund-mk-beautyart-2000x440.jpg");
}
.cid-sEr9IW7pSQ .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-sEr9IW7pSQ img,
.cid-sEr9IW7pSQ .item-img {
  width: 100%;
}
.cid-sEr9IW7pSQ .item:focus,
.cid-sEr9IW7pSQ span:focus {
  outline: none;
}
.cid-sEr9IW7pSQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sEr9IW7pSQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sEr9IW7pSQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sEr9IW7pSQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sEr9IW7pSQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sEr9IW7pSQ .mbr-section-title {
  color: #642346;
}
.cid-sEr9IW7pSQ .mbr-section-subtitle {
  color: #353535;
}
.cid-sCHhhleR9x {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #767676;
}
.cid-sCHhhleR9x .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sCHhhleR9x .mbr-section-title {
  color: #ffffff;
}
.cid-sCHhM3F2Lc {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #767676;
}
.cid-sE1lAoUMUR {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sE1lAoUMUR img,
.cid-sE1lAoUMUR .item-img {
  width: 100%;
}
.cid-sE1lAoUMUR .item:focus,
.cid-sE1lAoUMUR span:focus {
  outline: none;
}
.cid-sE1lAoUMUR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sE1lAoUMUR .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sE1lAoUMUR .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sE1lAoUMUR .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sE1lAoUMUR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sE1lAoUMUR .mbr-section-title {
  color: #64234b;
}
.cid-sE1lAoUMUR .mbr-text,
.cid-sE1lAoUMUR .mbr-section-btn {
  text-align: center;
}
.cid-sE1lAoUMUR .item-title {
  text-align: center;
  color: #64234b;
}
.cid-sE1lAoUMUR .item-subtitle {
  text-align: center;
  color: #64234b;
}
.cid-sE1lAoUMUR .item-title DIV {
  text-align: center;
}
.cid-ttedQAZJJf {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eceeef;
}
.cid-ttedQAZJJf .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ttedQAZJJf H2 {
  text-align: center;
}
.cid-sCHhuJshfl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sCHhuJshfl img,
.cid-sCHhuJshfl .item-img {
  width: 100%;
}
.cid-sCHhuJshfl .item:focus,
.cid-sCHhuJshfl span:focus {
  outline: none;
}
.cid-sCHhuJshfl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCHhuJshfl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCHhuJshfl .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sCHhuJshfl .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCHhuJshfl .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sCHhuJshfl .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sCHhuJshfl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCHhuJshfl .mbr-section-title {
  color: #232323;
}
.cid-sCHhuJshfl .mbr-text,
.cid-sCHhuJshfl .mbr-section-btn {
  text-align: left;
}
.cid-sCHhuJshfl .item-title {
  text-align: left;
  color: #64234b;
}
.cid-sCHhuJshfl .item-subtitle {
  text-align: left;
}
.cid-sCHhC3R1K0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #64234b;
}
.cid-sCHhC3R1K0 .mbr-section-title {
  color: #ffffff;
}
.cid-sCHhC3R1K0 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sCHhCGORqz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #64234b;
}
.cid-sCvNAHRl6S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCvNAHRl6S .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sCvNAHRl6S .row {
    text-align: center;
  }
  .cid-sCvNAHRl6S .row > div {
    margin: auto;
  }
  .cid-sCvNAHRl6S .social-row {
    justify-content: center;
  }
}
.cid-sCvNAHRl6S .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sCvNAHRl6S .list {
  list-style: none;
  padding-left: 0;
  color: #642346;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCvNAHRl6S .list {
    margin-bottom: 0rem;
  }
}
.cid-sCvNAHRl6S .mbr-text {
  color: #bbbbbb;
}
.cid-sCvNAHRl6S .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sCvNAHRl6S .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sCvNAHRl6S .mbr-section-subtitle {
  text-align: center;
  color: #65224b;
}
.cid-sCvFRIyjCC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCvFRIyjCC nav.navbar {
  position: fixed;
}
.cid-sCvFRIyjCC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCvFRIyjCC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCvFRIyjCC .dropdown-item:hover,
.cid-sCvFRIyjCC .dropdown-item:focus {
  background: #64234b !important;
  color: white !important;
}
.cid-sCvFRIyjCC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCvFRIyjCC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCvFRIyjCC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCvFRIyjCC .nav-link {
  position: relative;
}
.cid-sCvFRIyjCC .container {
  display: flex;
  margin: auto;
}
.cid-sCvFRIyjCC .iconfont-wrapper {
  color: #65224b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCvFRIyjCC .dropdown-menu,
.cid-sCvFRIyjCC .navbar.opened {
  background: #ffffff !important;
}
.cid-sCvFRIyjCC .nav-item:focus,
.cid-sCvFRIyjCC .nav-link:focus {
  outline: none;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCvFRIyjCC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCvFRIyjCC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sCvFRIyjCC .navbar.opened {
  transition: all 0.3s;
}
.cid-sCvFRIyjCC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCvFRIyjCC .navbar .navbar-logo img {
  width: auto;
}
.cid-sCvFRIyjCC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCvFRIyjCC .navbar.collapsed {
  justify-content: center;
}
.cid-sCvFRIyjCC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCvFRIyjCC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCvFRIyjCC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCvFRIyjCC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCvFRIyjCC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCvFRIyjCC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCvFRIyjCC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCvFRIyjCC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCvFRIyjCC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCvFRIyjCC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCvFRIyjCC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCvFRIyjCC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCvFRIyjCC .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCvFRIyjCC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCvFRIyjCC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCvFRIyjCC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCvFRIyjCC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCvFRIyjCC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCvFRIyjCC .dropdown-item.active,
.cid-sCvFRIyjCC .dropdown-item:active {
  background-color: transparent;
}
.cid-sCvFRIyjCC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCvFRIyjCC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sCvFRIyjCC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCvFRIyjCC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCvFRIyjCC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCvFRIyjCC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCvFRIyjCC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCvFRIyjCC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCvFRIyjCC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCvFRIyjCC .navbar {
    height: 70px;
  }
  .cid-sCvFRIyjCC .navbar.opened {
    height: auto;
  }
  .cid-sCvFRIyjCC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCGXjmv1RP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #64234b;
}
.cid-sCGXjmv1RP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sCGXjmv1RP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sCGXjmv1RP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sCGXjmv1RP .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-sCGXjmv1RP .mbr-text,
.cid-sCGXjmv1RP .mbr-section-btn {
  text-align: left;
  color: #eceeef;
}
.cid-sCGXPZXy8y {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sCGXPZXy8y ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sCGXPZXy8y li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sCGXPZXy8y ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #64234b;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sE1ggdXnXi {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sE1ggdXnXi img,
.cid-sE1ggdXnXi .item-img {
  width: 100%;
}
.cid-sE1ggdXnXi .item:focus,
.cid-sE1ggdXnXi span:focus {
  outline: none;
}
.cid-sE1ggdXnXi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sE1ggdXnXi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sE1ggdXnXi .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sE1ggdXnXi .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sE1ggdXnXi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sE1ggdXnXi .mbr-section-title {
  color: #64234b;
}
.cid-sE1ggdXnXi .mbr-text,
.cid-sE1ggdXnXi .mbr-section-btn {
  text-align: center;
}
.cid-sE1ggdXnXi .item-title {
  text-align: center;
  color: #64234b;
}
.cid-sE1ggdXnXi .item-subtitle {
  text-align: center;
  color: #64234b;
}
.cid-sE1ggdXnXi .item-title DIV {
  text-align: center;
}
.cid-ttef8j23tr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #65224b;
}
.cid-ttef8j23tr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ttef8j23tr H2 {
  text-align: center;
  color: #ffffff;
}
.cid-ttef8j23tr LABEL {
  color: #ffffff;
}
.cid-sDNXr6ajRA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sDNXr6ajRA .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sDNXr6ajRA .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-sDNXr6ajRA .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sDNXr6ajRA .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sDNXr6ajRA .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #64234b;
}
.cid-sCGY9HAd6T {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/hintergrund-mk-beautyart-2000x440.jpg");
}
.cid-sCGY9HAd6T .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-sCGY9HAd6T img,
.cid-sCGY9HAd6T .item-img {
  width: 100%;
}
.cid-sCGY9HAd6T .item:focus,
.cid-sCGY9HAd6T span:focus {
  outline: none;
}
.cid-sCGY9HAd6T .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCGY9HAd6T .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCGY9HAd6T .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCGY9HAd6T .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCGY9HAd6T .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCGY9HAd6T .mbr-section-title {
  color: #642346;
}
.cid-sCGY9HAd6T .mbr-section-subtitle {
  color: #353535;
}
.cid-tkkw8WeGYm {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tkkw8WeGYm .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-tkkw8WeGYm .panel-body {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 1rem 0.5rem 1rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-tkkw8WeGYm .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #64234b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.cid-tkkw8WeGYm .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #64234b;
}
.cid-tkkw8WeGYm .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-tkkw8WeGYm .arrow-group span {
  margin-right: 13.5px;
}
.cid-tkkw8WeGYm .wrap {
  display: flex;
}
.cid-tkkw8WeGYm .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #64234b !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: normal;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-tkkw8WeGYm .icon:before {
  content: "\e908" !important;
}
.cid-tkkw8WeGYm .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-tkkw8WeGYm .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tkkw8WeGYm .card-header {
  padding: 0.7rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-tkkw8WeGYm .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-tkkw8WeGYm .mbr-section-subtitle {
  color: #65224b;
  text-align: left;
}
.cid-tkkw8WeGYm .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tkkw8WeGYm .panel-group {
  width: 100%;
}
.cid-tkkw8WeGYm .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-tkkw8WeGYm .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tkkw8WeGYm .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-tkkw8WeGYm .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tkkw8WeGYm .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tkkw8WeGYm .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-tkkw8WeGYm .header-article-text:hover {
  text-decoration: underline;
  text-align: left;
}
.cid-tkkw8WeGYm .panel-text {
  color: #000000;
  text-align: left;
}
.cid-tkkw8WeGYm .header-text,
.cid-tkkw8WeGYm .sign {
  color: #000000;
  text-align: left;
}
.cid-tkkw8WeGYm .header-article-text,
.cid-tkkw8WeGYm .sign {
  color: #000000;
  text-align: left;
}
.cid-tkkw8WeGYm .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-tkkw8WeGYm h4 {
  margin-bottom: 0;
}
.cid-tkkw8WeGYm .header-article-text {
  text-align: left;
}
.cid-tNywgS3fni {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tNywgS3fni .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-tNywgS3fni .panel-body {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 1rem 0.5rem 1rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-tNywgS3fni .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #64234b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.cid-tNywgS3fni .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #64234b;
}
.cid-tNywgS3fni .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-tNywgS3fni .arrow-group span {
  margin-right: 13.5px;
}
.cid-tNywgS3fni .wrap {
  display: flex;
}
.cid-tNywgS3fni .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #64234b !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: normal;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-tNywgS3fni .icon:before {
  content: "\e908" !important;
}
.cid-tNywgS3fni .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-tNywgS3fni .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tNywgS3fni .card-header {
  padding: 0.7rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-tNywgS3fni .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-tNywgS3fni .mbr-section-subtitle {
  color: #65224b;
  text-align: left;
}
.cid-tNywgS3fni .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tNywgS3fni .panel-group {
  width: 100%;
}
.cid-tNywgS3fni .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-tNywgS3fni .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tNywgS3fni .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-tNywgS3fni .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tNywgS3fni .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tNywgS3fni .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-tNywgS3fni .header-article-text:hover {
  text-decoration: underline;
  text-align: left;
}
.cid-tNywgS3fni .panel-text {
  color: #000000;
  text-align: left;
}
.cid-tNywgS3fni .header-text,
.cid-tNywgS3fni .sign {
  color: #000000;
  text-align: left;
}
.cid-tNywgS3fni .header-article-text,
.cid-tNywgS3fni .sign {
  color: #000000;
  text-align: left;
}
.cid-tNywgS3fni .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-tNywgS3fni h4 {
  margin-bottom: 0;
}
.cid-tNywgS3fni .header-article-text {
  text-align: left;
}
.cid-tkkyDfaGSI {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tkkyDfaGSI .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-tkkyDfaGSI .panel-body {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 1rem 0.5rem 1rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-tkkyDfaGSI .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #64234b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.cid-tkkyDfaGSI .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #64234b;
}
.cid-tkkyDfaGSI .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-tkkyDfaGSI .arrow-group span {
  margin-right: 13.5px;
}
.cid-tkkyDfaGSI .wrap {
  display: flex;
}
.cid-tkkyDfaGSI .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #64234b !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: normal;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-tkkyDfaGSI .icon:before {
  content: "\e908" !important;
}
.cid-tkkyDfaGSI .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-tkkyDfaGSI .mbr-section-title {
  color: #65224b;
  text-align: left;
}
.cid-tkkyDfaGSI .card-header {
  padding: 0.7rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-tkkyDfaGSI .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-tkkyDfaGSI .mbr-section-subtitle {
  color: #65224b;
  text-align: left;
}
.cid-tkkyDfaGSI .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tkkyDfaGSI .panel-group {
  width: 100%;
}
.cid-tkkyDfaGSI .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-tkkyDfaGSI .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tkkyDfaGSI .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-tkkyDfaGSI .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tkkyDfaGSI .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tkkyDfaGSI .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-tkkyDfaGSI .header-article-text:hover {
  text-decoration: underline;
  text-align: left;
}
.cid-tkkyDfaGSI .panel-text {
  color: #000000;
  text-align: left;
}
.cid-tkkyDfaGSI .header-text,
.cid-tkkyDfaGSI .sign {
  color: #000000;
  text-align: left;
}
.cid-tkkyDfaGSI .header-article-text,
.cid-tkkyDfaGSI .sign {
  color: #000000;
  text-align: left;
}
.cid-tkkyDfaGSI .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-tkkyDfaGSI h4 {
  margin-bottom: 0;
}
.cid-tkkyDfaGSI .header-article-text {
  text-align: left;
}
.cid-tkkwgBBU36 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sDYRlSR34T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sDYRlSR34T .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-sDYRlSR34T .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-sDYRlSR34T .panel-group {
  border: none;
}
.cid-sDYRlSR34T .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sDYRlSR34T .panel-body,
.cid-sDYRlSR34T .card-header {
  padding: 1rem 0;
}
.cid-sDYRlSR34T .panel-title-edit {
  color: #1d2c35;
}
.cid-sDYRlSR34T .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sCGY6Qo5Pe {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #767676;
}
.cid-sCGY6Qo5Pe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sCGY6Qo5Pe .mbr-section-title {
  color: #ffffff;
}
.cid-sCH1FR9UUs {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #767676;
}
.cid-sCvNAHRl6S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCvNAHRl6S .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sCvNAHRl6S .row {
    text-align: center;
  }
  .cid-sCvNAHRl6S .row > div {
    margin: auto;
  }
  .cid-sCvNAHRl6S .social-row {
    justify-content: center;
  }
}
.cid-sCvNAHRl6S .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sCvNAHRl6S .list {
  list-style: none;
  padding-left: 0;
  color: #642346;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCvNAHRl6S .list {
    margin-bottom: 0rem;
  }
}
.cid-sCvNAHRl6S .mbr-text {
  color: #bbbbbb;
}
.cid-sCvNAHRl6S .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sCvNAHRl6S .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sCvNAHRl6S .mbr-section-subtitle {
  text-align: center;
  color: #65224b;
}
.cid-sCvFRIyjCC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCvFRIyjCC nav.navbar {
  position: fixed;
}
.cid-sCvFRIyjCC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCvFRIyjCC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCvFRIyjCC .dropdown-item:hover,
.cid-sCvFRIyjCC .dropdown-item:focus {
  background: #64234b !important;
  color: white !important;
}
.cid-sCvFRIyjCC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCvFRIyjCC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCvFRIyjCC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCvFRIyjCC .nav-link {
  position: relative;
}
.cid-sCvFRIyjCC .container {
  display: flex;
  margin: auto;
}
.cid-sCvFRIyjCC .iconfont-wrapper {
  color: #65224b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCvFRIyjCC .dropdown-menu,
.cid-sCvFRIyjCC .navbar.opened {
  background: #ffffff !important;
}
.cid-sCvFRIyjCC .nav-item:focus,
.cid-sCvFRIyjCC .nav-link:focus {
  outline: none;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCvFRIyjCC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCvFRIyjCC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sCvFRIyjCC .navbar.opened {
  transition: all 0.3s;
}
.cid-sCvFRIyjCC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCvFRIyjCC .navbar .navbar-logo img {
  width: auto;
}
.cid-sCvFRIyjCC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCvFRIyjCC .navbar.collapsed {
  justify-content: center;
}
.cid-sCvFRIyjCC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCvFRIyjCC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCvFRIyjCC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCvFRIyjCC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCvFRIyjCC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCvFRIyjCC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCvFRIyjCC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCvFRIyjCC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCvFRIyjCC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCvFRIyjCC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCvFRIyjCC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCvFRIyjCC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCvFRIyjCC .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCvFRIyjCC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCvFRIyjCC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCvFRIyjCC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCvFRIyjCC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCvFRIyjCC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCvFRIyjCC .dropdown-item.active,
.cid-sCvFRIyjCC .dropdown-item:active {
  background-color: transparent;
}
.cid-sCvFRIyjCC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCvFRIyjCC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sCvFRIyjCC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCvFRIyjCC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCvFRIyjCC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCvFRIyjCC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCvFRIyjCC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCvFRIyjCC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCvFRIyjCC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCvFRIyjCC .navbar {
    height: 70px;
  }
  .cid-sCvFRIyjCC .navbar.opened {
    height: auto;
  }
  .cid-sCvFRIyjCC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCGUetCGnO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #65224b;
}
.cid-sCGUetCGnO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sCGUetCGnO .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sCGUetCGnO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sCGUetCGnO .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-sCGUetCGnO .mbr-text,
.cid-sCGUetCGnO .mbr-section-btn {
  text-align: left;
  color: #eceeef;
}
.cid-sCGUhiNcaD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCGUhiNcaD .mbr-section-title {
  color: #65224b;
  text-align: left;
}
.cid-sCGUhiNcaD .mbr-section-subtitle {
  color: #353535;
  text-align: left;
}
.cid-sCGUifDLHk {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCGUifDLHk .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-sCGUifDLHk .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sCGUifDLHk .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #65224b;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-sCGUifDLHk .mbr-text {
  color: #65224b;
}
.cid-sCGUk1Js3t {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sCGUk1Js3t .item {
  padding-bottom: 2rem;
}
.cid-sCGUk1Js3t .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sCGUk1Js3t .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sCGUk1Js3t .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sCGUk1Js3t .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sCGUk1Js3t .carousel-control,
.cid-sCGUk1Js3t .close {
  background: #1b1b1b;
}
.cid-sCGUk1Js3t .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sCGUk1Js3t .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sCGUk1Js3t .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sCGUk1Js3t .carousel-control-next span {
  margin-left: 5px;
}
.cid-sCGUk1Js3t .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sCGUk1Js3t .close::before {
  content: '\e91a';
}
.cid-sCGUk1Js3t .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sCGUk1Js3t .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sCGUk1Js3t .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCGUk1Js3t .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sCGUk1Js3t .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sCGUk1Js3t .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sCGUk1Js3t .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sCGUk1Js3t .carousel-indicators li.active,
.cid-sCGUk1Js3t .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sCGUk1Js3t .carousel-indicators li::after,
.cid-sCGUk1Js3t .carousel-indicators li::before {
  content: none;
}
.cid-sCGUk1Js3t .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sCGUk1Js3t .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sCGUk1Js3t .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sCGUk1Js3t .carousel-indicators {
    display: none;
  }
}
.cid-sCGUk1Js3t .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sCGUk1Js3t .carousel-inner > .active {
  display: block;
}
.cid-sCGUk1Js3t .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCGUk1Js3t .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCGUk1Js3t .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sCGUk1Js3t .carousel-control,
  .cid-sCGUk1Js3t .carousel-indicators,
  .cid-sCGUk1Js3t .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sCGUk1Js3t .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sCGUk1Js3t .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sCGUk1Js3t .carousel-indicators .active,
.cid-sCGUk1Js3t .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sCGUk1Js3t .carousel-indicators .active {
  background: #fff;
}
.cid-sCGUk1Js3t .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sCGUk1Js3t .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sCGUk1Js3t .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sCGUk1Js3t .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sCGUk1Js3t .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sCGUk1Js3t .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sCGUk1Js3t .carousel {
  width: 100%;
}
.cid-sCGUk1Js3t .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sCGUk1Js3t .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sCGUk1Js3t .modal.fade .modal-dialog,
.cid-sCGUk1Js3t .modal.in .modal-dialog {
  transform: none;
}
.cid-sCGUk1Js3t .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sCGUk1Js3t H6 {
  text-align: center;
}
.cid-sCGUljGLhF {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #767676;
}
.cid-sCGUljGLhF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sCGUljGLhF .mbr-section-title {
  color: #ffffff;
}
.cid-sCGUm3AcC9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #767676;
}
.cid-sCGUnlTcOq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #65224b;
}
.cid-sCGUnlTcOq .card {
  background: #fafafa;
  border-radius: 10px;
}
.cid-sCGUnlTcOq img {
  width: 100%;
  border-radius: 10px;
}
.cid-sCGUnlTcOq .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-sCGUnlTcOq .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sCGUnlTcOq .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-sCGUnlTcOq img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-sCGUnlTcOq .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-sCGUnlTcOq img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-sCGUnlTcOq img {
    width: 100%;
  }
}
.cid-sCGUnlTcOq .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-sCGUnlTcOq .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sCGUnlTcOq .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #efefef;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-sCGUnlTcOq .mbr-text,
.cid-sCGUnlTcOq .mbr-section-btn {
  color: #464646;
}
.cid-sCGUnlTcOq .mbr-section-subtitle {
  color: #777777;
}
.cid-sE07ytxAyS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sE07ytxAyS .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sE07ytxAyS .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-sE07ytxAyS .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sE07ytxAyS .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sE07ytxAyS .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #64234b;
}
.cid-ttefnb7nSA {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eceeef;
}
.cid-ttefnb7nSA .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ttefnb7nSA H2 {
  text-align: center;
}
.cid-sCGUrvK3XH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/hintergrund-mk-beautyart-2000x440.jpg");
}
.cid-sCGUrvK3XH .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-sCGUrvK3XH img,
.cid-sCGUrvK3XH .item-img {
  width: 100%;
}
.cid-sCGUrvK3XH .item:focus,
.cid-sCGUrvK3XH span:focus {
  outline: none;
}
.cid-sCGUrvK3XH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCGUrvK3XH .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCGUrvK3XH .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCGUrvK3XH .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCGUrvK3XH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCGUrvK3XH .mbr-section-title {
  color: #642346;
}
.cid-sCGUrvK3XH .mbr-section-subtitle {
  color: #353535;
}
.cid-tkkvhpLBGV {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tkkvhpLBGV .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-tkkvhpLBGV .panel-body {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 1rem 0.5rem 1rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-tkkvhpLBGV .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #64234b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.cid-tkkvhpLBGV .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #64234b;
}
.cid-tkkvhpLBGV .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-tkkvhpLBGV .arrow-group span {
  margin-right: 13.5px;
}
.cid-tkkvhpLBGV .wrap {
  display: flex;
}
.cid-tkkvhpLBGV .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #64234b !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: normal;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-tkkvhpLBGV .icon:before {
  content: "\e908" !important;
}
.cid-tkkvhpLBGV .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-tkkvhpLBGV .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tkkvhpLBGV .card-header {
  padding: 0.7rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-tkkvhpLBGV .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-tkkvhpLBGV .mbr-section-subtitle {
  color: #65224b;
  text-align: left;
}
.cid-tkkvhpLBGV .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tkkvhpLBGV .panel-group {
  width: 100%;
}
.cid-tkkvhpLBGV .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-tkkvhpLBGV .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tkkvhpLBGV .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-tkkvhpLBGV .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tkkvhpLBGV .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tkkvhpLBGV .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-tkkvhpLBGV .header-article-text:hover {
  text-decoration: underline;
  text-align: left;
}
.cid-tkkvhpLBGV .panel-text {
  color: #000000;
  text-align: left;
}
.cid-tkkvhpLBGV .header-text,
.cid-tkkvhpLBGV .sign {
  color: #000000;
  text-align: left;
}
.cid-tkkvhpLBGV .header-article-text,
.cid-tkkvhpLBGV .sign {
  color: #000000;
  text-align: left;
}
.cid-tkkvhpLBGV .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-tkkvhpLBGV h4 {
  margin-bottom: 0;
}
.cid-tkkvhpLBGV .header-article-text {
  text-align: left;
}
.cid-tkkvhXookX {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sDSnzexWJh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/shutterstock-599424803-1200x814.jpg");
}
.cid-sDSnzexWJh h2,
.cid-sDSnzexWJh h3,
.cid-sDSnzexWJh h4,
.cid-sDSnzexWJh p {
  color: #ffffff;
}
.cid-sDSnzexWJh .mbr-overlay {
  z-index: -1;
}
.cid-sDSnzexWJh .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sDSnzexWJh .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sDSnzexWJh .form-control:focus,
.cid-sDSnzexWJh .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sDSnzexWJh .form-group {
  margin-bottom: 1rem;
}
.cid-sDSnzexWJh input::-webkit-input-placeholder,
.cid-sDSnzexWJh textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sDSnzexWJh input:-moz-placeholder,
.cid-sDSnzexWJh textarea:-moz-placeholder {
  color: #656565;
}
.cid-sDSnzexWJh .jq-selectbox li,
.cid-sDSnzexWJh .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sDSnzexWJh .jq-selectbox li:hover,
.cid-sDSnzexWJh .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sDSnzexWJh .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sDSnzexWJh .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sDSnzexWJh .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDSnzexWJh .mbr-text {
  color: #767676;
}
.cid-sDSnzexWJh .form-block {
  padding: 3rem;
  position: relative;
}
.cid-sDSnzexWJh .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #bbbbbb;
  opacity: 0.3;
  z-index: 0;
}
.cid-sDSnzexWJh .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-sDSnzexWJh a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sDSnzexWJh .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sDSnzexWJh .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sDSnzexWJh textarea.form-control {
  resize: none;
}
.cid-sDSnzexWJh .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-sDSnzexWJh .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sDSnzexWJh .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sDSnzexWJh .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sDSnzexWJh h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sDSnzexWJh .block-content {
    padding: 0;
  }
  .cid-sDSnzexWJh .form-block {
    padding: 1rem;
  }
}
.cid-sDSnzexWJh LABEL {
  color: #e0e0e0;
}
.cid-sCvNAHRl6S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCvNAHRl6S .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sCvNAHRl6S .row {
    text-align: center;
  }
  .cid-sCvNAHRl6S .row > div {
    margin: auto;
  }
  .cid-sCvNAHRl6S .social-row {
    justify-content: center;
  }
}
.cid-sCvNAHRl6S .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sCvNAHRl6S .list {
  list-style: none;
  padding-left: 0;
  color: #642346;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCvNAHRl6S .list {
    margin-bottom: 0rem;
  }
}
.cid-sCvNAHRl6S .mbr-text {
  color: #bbbbbb;
}
.cid-sCvNAHRl6S .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sCvNAHRl6S .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sCvNAHRl6S .mbr-section-subtitle {
  text-align: center;
  color: #65224b;
}
.cid-sCvFRIyjCC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCvFRIyjCC nav.navbar {
  position: fixed;
}
.cid-sCvFRIyjCC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCvFRIyjCC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCvFRIyjCC .dropdown-item:hover,
.cid-sCvFRIyjCC .dropdown-item:focus {
  background: #64234b !important;
  color: white !important;
}
.cid-sCvFRIyjCC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCvFRIyjCC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCvFRIyjCC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCvFRIyjCC .nav-link {
  position: relative;
}
.cid-sCvFRIyjCC .container {
  display: flex;
  margin: auto;
}
.cid-sCvFRIyjCC .iconfont-wrapper {
  color: #65224b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCvFRIyjCC .dropdown-menu,
.cid-sCvFRIyjCC .navbar.opened {
  background: #ffffff !important;
}
.cid-sCvFRIyjCC .nav-item:focus,
.cid-sCvFRIyjCC .nav-link:focus {
  outline: none;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCvFRIyjCC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCvFRIyjCC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sCvFRIyjCC .navbar.opened {
  transition: all 0.3s;
}
.cid-sCvFRIyjCC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCvFRIyjCC .navbar .navbar-logo img {
  width: auto;
}
.cid-sCvFRIyjCC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCvFRIyjCC .navbar.collapsed {
  justify-content: center;
}
.cid-sCvFRIyjCC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCvFRIyjCC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCvFRIyjCC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCvFRIyjCC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCvFRIyjCC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCvFRIyjCC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCvFRIyjCC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCvFRIyjCC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCvFRIyjCC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCvFRIyjCC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCvFRIyjCC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCvFRIyjCC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCvFRIyjCC .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCvFRIyjCC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCvFRIyjCC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCvFRIyjCC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCvFRIyjCC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCvFRIyjCC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCvFRIyjCC .dropdown-item.active,
.cid-sCvFRIyjCC .dropdown-item:active {
  background-color: transparent;
}
.cid-sCvFRIyjCC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCvFRIyjCC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sCvFRIyjCC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCvFRIyjCC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCvFRIyjCC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCvFRIyjCC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCvFRIyjCC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCvFRIyjCC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCvFRIyjCC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCvFRIyjCC .navbar {
    height: 70px;
  }
  .cid-sCvFRIyjCC .navbar.opened {
    height: auto;
  }
  .cid-sCvFRIyjCC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCGR6KVMle {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #65224b;
}
.cid-sCGR6KVMle .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sCGR6KVMle .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sCGR6KVMle .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sCGR6KVMle .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-sCGR6KVMle .mbr-text,
.cid-sCGR6KVMle .mbr-section-btn {
  text-align: left;
  color: #eceeef;
}
.cid-sCGRmyHUkZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCGRmyHUkZ .mbr-section-title {
  color: #65224b;
  text-align: left;
}
.cid-sCGRmyHUkZ .mbr-section-subtitle {
  color: #353535;
  text-align: left;
}
.cid-sCGRot5nTr {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCGRot5nTr .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-sCGRot5nTr .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sCGRot5nTr .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #65224b;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-sCGRot5nTr .mbr-text {
  color: #65224b;
}
.cid-sCGRpmgOV2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sCGRpmgOV2 .item {
  padding-bottom: 2rem;
}
.cid-sCGRpmgOV2 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sCGRpmgOV2 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sCGRpmgOV2 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sCGRpmgOV2 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sCGRpmgOV2 .carousel-control,
.cid-sCGRpmgOV2 .close {
  background: #1b1b1b;
}
.cid-sCGRpmgOV2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sCGRpmgOV2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sCGRpmgOV2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sCGRpmgOV2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sCGRpmgOV2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sCGRpmgOV2 .close::before {
  content: '\e91a';
}
.cid-sCGRpmgOV2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sCGRpmgOV2 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sCGRpmgOV2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCGRpmgOV2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sCGRpmgOV2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sCGRpmgOV2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sCGRpmgOV2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sCGRpmgOV2 .carousel-indicators li.active,
.cid-sCGRpmgOV2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sCGRpmgOV2 .carousel-indicators li::after,
.cid-sCGRpmgOV2 .carousel-indicators li::before {
  content: none;
}
.cid-sCGRpmgOV2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sCGRpmgOV2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sCGRpmgOV2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sCGRpmgOV2 .carousel-indicators {
    display: none;
  }
}
.cid-sCGRpmgOV2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sCGRpmgOV2 .carousel-inner > .active {
  display: block;
}
.cid-sCGRpmgOV2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCGRpmgOV2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCGRpmgOV2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sCGRpmgOV2 .carousel-control,
  .cid-sCGRpmgOV2 .carousel-indicators,
  .cid-sCGRpmgOV2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sCGRpmgOV2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sCGRpmgOV2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sCGRpmgOV2 .carousel-indicators .active,
.cid-sCGRpmgOV2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sCGRpmgOV2 .carousel-indicators .active {
  background: #fff;
}
.cid-sCGRpmgOV2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sCGRpmgOV2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sCGRpmgOV2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sCGRpmgOV2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sCGRpmgOV2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sCGRpmgOV2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sCGRpmgOV2 .carousel {
  width: 100%;
}
.cid-sCGRpmgOV2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sCGRpmgOV2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sCGRpmgOV2 .modal.fade .modal-dialog,
.cid-sCGRpmgOV2 .modal.in .modal-dialog {
  transform: none;
}
.cid-sCGRpmgOV2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sCGRpmgOV2 H6 {
  text-align: center;
}
.cid-sCGRqIUe96 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #767676;
}
.cid-sCGRqIUe96 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sCGRqIUe96 .mbr-section-title {
  color: #ffffff;
}
.cid-sCGRrYE3z7 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #767676;
}
.cid-sCGRsSuhVe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #65224b;
}
.cid-sCGRsSuhVe .card {
  background: #fafafa;
  border-radius: 10px;
}
.cid-sCGRsSuhVe img {
  width: 100%;
  border-radius: 10px;
}
.cid-sCGRsSuhVe .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-sCGRsSuhVe .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sCGRsSuhVe .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-sCGRsSuhVe img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-sCGRsSuhVe .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-sCGRsSuhVe img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-sCGRsSuhVe img {
    width: 100%;
  }
}
.cid-sCGRsSuhVe .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-sCGRsSuhVe .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sCGRsSuhVe .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #efefef;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-sCGRsSuhVe .mbr-text,
.cid-sCGRsSuhVe .mbr-section-btn {
  color: #464646;
}
.cid-sCGRsSuhVe .mbr-section-subtitle {
  color: #777777;
}
.cid-sE07oeq1Oz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sE07oeq1Oz .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sE07oeq1Oz .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-sE07oeq1Oz .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sE07oeq1Oz .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sE07oeq1Oz .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #64234b;
}
.cid-ttegk1AOdH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eceeef;
}
.cid-ttegk1AOdH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ttegk1AOdH H2 {
  text-align: center;
}
.cid-sCGRx0jk6l {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/hintergrund-mk-beautyart-2000x440.jpg");
}
.cid-sCGRx0jk6l .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-sCGRx0jk6l img,
.cid-sCGRx0jk6l .item-img {
  width: 100%;
}
.cid-sCGRx0jk6l .item:focus,
.cid-sCGRx0jk6l span:focus {
  outline: none;
}
.cid-sCGRx0jk6l .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCGRx0jk6l .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCGRx0jk6l .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCGRx0jk6l .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCGRx0jk6l .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCGRx0jk6l .mbr-section-title {
  color: #642346;
}
.cid-sCGRx0jk6l .mbr-section-subtitle {
  color: #353535;
}
.cid-tkkv4tgsKW {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tkkv4tgsKW .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-tkkv4tgsKW .panel-body {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 1rem 0.5rem 1rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-tkkv4tgsKW .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #64234b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.cid-tkkv4tgsKW .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #64234b;
}
.cid-tkkv4tgsKW .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-tkkv4tgsKW .arrow-group span {
  margin-right: 13.5px;
}
.cid-tkkv4tgsKW .wrap {
  display: flex;
}
.cid-tkkv4tgsKW .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #64234b !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: normal;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-tkkv4tgsKW .icon:before {
  content: "\e908" !important;
}
.cid-tkkv4tgsKW .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-tkkv4tgsKW .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tkkv4tgsKW .card-header {
  padding: 0.7rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-tkkv4tgsKW .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-tkkv4tgsKW .mbr-section-subtitle {
  color: #65224b;
  text-align: left;
}
.cid-tkkv4tgsKW .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tkkv4tgsKW .panel-group {
  width: 100%;
}
.cid-tkkv4tgsKW .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-tkkv4tgsKW .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tkkv4tgsKW .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-tkkv4tgsKW .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tkkv4tgsKW .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tkkv4tgsKW .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-tkkv4tgsKW .header-article-text:hover {
  text-decoration: underline;
  text-align: left;
}
.cid-tkkv4tgsKW .panel-text {
  color: #000000;
  text-align: left;
}
.cid-tkkv4tgsKW .header-text,
.cid-tkkv4tgsKW .sign {
  color: #000000;
  text-align: left;
}
.cid-tkkv4tgsKW .header-article-text,
.cid-tkkv4tgsKW .sign {
  color: #000000;
  text-align: left;
}
.cid-tkkv4tgsKW .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-tkkv4tgsKW h4 {
  margin-bottom: 0;
}
.cid-tkkv4tgsKW .header-article-text {
  text-align: left;
}
.cid-tkkv9HyUvU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ttegqGOOFy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/shutterstock-599424803-1200x814.jpg");
}
.cid-ttegqGOOFy h2,
.cid-ttegqGOOFy h3,
.cid-ttegqGOOFy h4,
.cid-ttegqGOOFy p {
  color: #ffffff;
}
.cid-ttegqGOOFy .mbr-overlay {
  z-index: -1;
}
.cid-ttegqGOOFy .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-ttegqGOOFy .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-ttegqGOOFy .form-control:focus,
.cid-ttegqGOOFy .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-ttegqGOOFy .form-group {
  margin-bottom: 1rem;
}
.cid-ttegqGOOFy input::-webkit-input-placeholder,
.cid-ttegqGOOFy textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-ttegqGOOFy input:-moz-placeholder,
.cid-ttegqGOOFy textarea:-moz-placeholder {
  color: #656565;
}
.cid-ttegqGOOFy .jq-selectbox li,
.cid-ttegqGOOFy .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ttegqGOOFy .jq-selectbox li:hover,
.cid-ttegqGOOFy .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ttegqGOOFy .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ttegqGOOFy .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ttegqGOOFy .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-ttegqGOOFy .mbr-text {
  color: #767676;
}
.cid-ttegqGOOFy .form-block {
  padding: 3rem;
  position: relative;
}
.cid-ttegqGOOFy .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #bbbbbb;
  opacity: 0.3;
  z-index: 0;
}
.cid-ttegqGOOFy .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-ttegqGOOFy a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-ttegqGOOFy .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-ttegqGOOFy .input-group-btn {
  display: block;
  text-align: center;
}
.cid-ttegqGOOFy textarea.form-control {
  resize: none;
}
.cid-ttegqGOOFy .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-ttegqGOOFy .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-ttegqGOOFy .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-ttegqGOOFy .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ttegqGOOFy h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-ttegqGOOFy .block-content {
    padding: 0;
  }
  .cid-ttegqGOOFy .form-block {
    padding: 1rem;
  }
}
.cid-ttegqGOOFy LABEL {
  color: #e0e0e0;
}
.cid-sCvNAHRl6S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCvNAHRl6S .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sCvNAHRl6S .row {
    text-align: center;
  }
  .cid-sCvNAHRl6S .row > div {
    margin: auto;
  }
  .cid-sCvNAHRl6S .social-row {
    justify-content: center;
  }
}
.cid-sCvNAHRl6S .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sCvNAHRl6S .list {
  list-style: none;
  padding-left: 0;
  color: #642346;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCvNAHRl6S .list {
    margin-bottom: 0rem;
  }
}
.cid-sCvNAHRl6S .mbr-text {
  color: #bbbbbb;
}
.cid-sCvNAHRl6S .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sCvNAHRl6S .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sCvNAHRl6S .mbr-section-subtitle {
  text-align: center;
  color: #65224b;
}
.cid-sCvFRIyjCC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCvFRIyjCC nav.navbar {
  position: fixed;
}
.cid-sCvFRIyjCC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCvFRIyjCC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCvFRIyjCC .dropdown-item:hover,
.cid-sCvFRIyjCC .dropdown-item:focus {
  background: #64234b !important;
  color: white !important;
}
.cid-sCvFRIyjCC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCvFRIyjCC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCvFRIyjCC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCvFRIyjCC .nav-link {
  position: relative;
}
.cid-sCvFRIyjCC .container {
  display: flex;
  margin: auto;
}
.cid-sCvFRIyjCC .iconfont-wrapper {
  color: #65224b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCvFRIyjCC .dropdown-menu,
.cid-sCvFRIyjCC .navbar.opened {
  background: #ffffff !important;
}
.cid-sCvFRIyjCC .nav-item:focus,
.cid-sCvFRIyjCC .nav-link:focus {
  outline: none;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCvFRIyjCC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCvFRIyjCC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sCvFRIyjCC .navbar.opened {
  transition: all 0.3s;
}
.cid-sCvFRIyjCC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCvFRIyjCC .navbar .navbar-logo img {
  width: auto;
}
.cid-sCvFRIyjCC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCvFRIyjCC .navbar.collapsed {
  justify-content: center;
}
.cid-sCvFRIyjCC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCvFRIyjCC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCvFRIyjCC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCvFRIyjCC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCvFRIyjCC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCvFRIyjCC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCvFRIyjCC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCvFRIyjCC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCvFRIyjCC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCvFRIyjCC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCvFRIyjCC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCvFRIyjCC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCvFRIyjCC .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCvFRIyjCC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCvFRIyjCC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCvFRIyjCC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCvFRIyjCC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCvFRIyjCC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCvFRIyjCC .dropdown-item.active,
.cid-sCvFRIyjCC .dropdown-item:active {
  background-color: transparent;
}
.cid-sCvFRIyjCC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCvFRIyjCC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sCvFRIyjCC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCvFRIyjCC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCvFRIyjCC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCvFRIyjCC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCvFRIyjCC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCvFRIyjCC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCvFRIyjCC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCvFRIyjCC .navbar {
    height: 70px;
  }
  .cid-sCvFRIyjCC .navbar.opened {
    height: auto;
  }
  .cid-sCvFRIyjCC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCGHnbMVEB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #65224b;
}
.cid-sCGHnbMVEB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sCGHnbMVEB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sCGHnbMVEB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sCGHnbMVEB .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-sCGHnbMVEB .mbr-text,
.cid-sCGHnbMVEB .mbr-section-btn {
  text-align: left;
  color: #eceeef;
}
.cid-sCGHZKqIlk {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCGHZKqIlk .mbr-section-title {
  color: #65224b;
  text-align: left;
}
.cid-sCGHZKqIlk .mbr-section-subtitle {
  color: #353535;
  text-align: left;
}
.cid-sCGHUGgukl {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCGHUGgukl .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-sCGHUGgukl .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sCGHUGgukl .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #65224b;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-sCGHUGgukl .mbr-text {
  color: #65224b;
}
.cid-sCGJs597qs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sCGJs597qs .item {
  padding-bottom: 2rem;
}
.cid-sCGJs597qs .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sCGJs597qs .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sCGJs597qs .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sCGJs597qs .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sCGJs597qs .carousel-control,
.cid-sCGJs597qs .close {
  background: #1b1b1b;
}
.cid-sCGJs597qs .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sCGJs597qs .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sCGJs597qs .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sCGJs597qs .carousel-control-next span {
  margin-left: 5px;
}
.cid-sCGJs597qs .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sCGJs597qs .close::before {
  content: '\e91a';
}
.cid-sCGJs597qs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sCGJs597qs .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sCGJs597qs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCGJs597qs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sCGJs597qs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sCGJs597qs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sCGJs597qs .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sCGJs597qs .carousel-indicators li.active,
.cid-sCGJs597qs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sCGJs597qs .carousel-indicators li::after,
.cid-sCGJs597qs .carousel-indicators li::before {
  content: none;
}
.cid-sCGJs597qs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sCGJs597qs .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sCGJs597qs .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sCGJs597qs .carousel-indicators {
    display: none;
  }
}
.cid-sCGJs597qs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sCGJs597qs .carousel-inner > .active {
  display: block;
}
.cid-sCGJs597qs .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sCGJs597qs .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sCGJs597qs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sCGJs597qs .carousel-control,
  .cid-sCGJs597qs .carousel-indicators,
  .cid-sCGJs597qs .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sCGJs597qs .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sCGJs597qs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sCGJs597qs .carousel-indicators .active,
.cid-sCGJs597qs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sCGJs597qs .carousel-indicators .active {
  background: #fff;
}
.cid-sCGJs597qs .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sCGJs597qs .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sCGJs597qs .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sCGJs597qs .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sCGJs597qs .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sCGJs597qs .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sCGJs597qs .carousel {
  width: 100%;
}
.cid-sCGJs597qs .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sCGJs597qs .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sCGJs597qs .modal.fade .modal-dialog,
.cid-sCGJs597qs .modal.in .modal-dialog {
  transform: none;
}
.cid-sCGJs597qs .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sCGJs597qs H6 {
  text-align: center;
}
.cid-sCGHqyvE9T {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #767676;
}
.cid-sCGHqyvE9T .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sCGHqyvE9T .mbr-section-title {
  color: #ffffff;
}
.cid-sCGHrdbL8Q {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #767676;
}
.cid-sCGHsG8KHi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #65224b;
}
.cid-sCGHsG8KHi .card {
  background: #fafafa;
  border-radius: 10px;
}
.cid-sCGHsG8KHi img {
  width: 100%;
  border-radius: 10px;
}
.cid-sCGHsG8KHi .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-sCGHsG8KHi .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sCGHsG8KHi .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-sCGHsG8KHi img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-sCGHsG8KHi .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-sCGHsG8KHi img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-sCGHsG8KHi img {
    width: 100%;
  }
}
.cid-sCGHsG8KHi .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-sCGHsG8KHi .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sCGHsG8KHi .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #efefef;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-sCGHsG8KHi .mbr-text,
.cid-sCGHsG8KHi .mbr-section-btn {
  color: #464646;
}
.cid-sCGHsG8KHi .mbr-section-subtitle {
  color: #777777;
}
.cid-sDNRfRy9Ie {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sDNRfRy9Ie .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sDNRfRy9Ie .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-sDNRfRy9Ie .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sDNRfRy9Ie .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sDNRfRy9Ie .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #64234b;
}
.cid-ttegLUNRCj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eceeef;
}
.cid-ttegLUNRCj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ttegLUNRCj H2 {
  text-align: center;
}
.cid-sCGHvYjqKA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/hintergrund-mk-beautyart-665x1182.jpg");
}
.cid-sCGHvYjqKA .mbr-overlay {
  background: #e0e0e0;
  opacity: 0.7;
}
.cid-sCGHvYjqKA img,
.cid-sCGHvYjqKA .item-img {
  width: 100%;
}
.cid-sCGHvYjqKA .item:focus,
.cid-sCGHvYjqKA span:focus {
  outline: none;
}
.cid-sCGHvYjqKA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCGHvYjqKA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCGHvYjqKA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCGHvYjqKA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCGHvYjqKA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCGHvYjqKA .mbr-section-title {
  color: #642346;
}
.cid-sCGHvYjqKA .mbr-section-subtitle {
  color: #353535;
}
.cid-tkkuWRJQTy {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tkkuWRJQTy .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-tkkuWRJQTy .panel-body {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 1rem 0.5rem 1rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-tkkuWRJQTy .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #64234b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.cid-tkkuWRJQTy .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #64234b;
}
.cid-tkkuWRJQTy .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-tkkuWRJQTy .arrow-group span {
  margin-right: 13.5px;
}
.cid-tkkuWRJQTy .wrap {
  display: flex;
}
.cid-tkkuWRJQTy .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #64234b !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: normal;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-tkkuWRJQTy .icon:before {
  content: "\e908" !important;
}
.cid-tkkuWRJQTy .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-tkkuWRJQTy .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tkkuWRJQTy .card-header {
  padding: 0.7rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-tkkuWRJQTy .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-tkkuWRJQTy .mbr-section-subtitle {
  color: #65224b;
  text-align: left;
}
.cid-tkkuWRJQTy .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tkkuWRJQTy .panel-group {
  width: 100%;
}
.cid-tkkuWRJQTy .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-tkkuWRJQTy .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tkkuWRJQTy .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-tkkuWRJQTy .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tkkuWRJQTy .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tkkuWRJQTy .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-tkkuWRJQTy .header-article-text:hover {
  text-decoration: underline;
  text-align: left;
}
.cid-tkkuWRJQTy .panel-text {
  color: #000000;
  text-align: left;
}
.cid-tkkuWRJQTy .header-text,
.cid-tkkuWRJQTy .sign {
  color: #000000;
  text-align: left;
}
.cid-tkkuWRJQTy .header-article-text,
.cid-tkkuWRJQTy .sign {
  color: #000000;
  text-align: left;
}
.cid-tkkuWRJQTy .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-tkkuWRJQTy h4 {
  margin-bottom: 0;
}
.cid-tkkuWRJQTy .header-article-text {
  text-align: left;
}
.cid-tkkuXSFgCX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ttegNtFFnk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/shutterstock-599424803-1200x814.jpg");
}
.cid-ttegNtFFnk h2,
.cid-ttegNtFFnk h3,
.cid-ttegNtFFnk h4,
.cid-ttegNtFFnk p {
  color: #ffffff;
}
.cid-ttegNtFFnk .mbr-overlay {
  z-index: -1;
}
.cid-ttegNtFFnk .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-ttegNtFFnk .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-ttegNtFFnk .form-control:focus,
.cid-ttegNtFFnk .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-ttegNtFFnk .form-group {
  margin-bottom: 1rem;
}
.cid-ttegNtFFnk input::-webkit-input-placeholder,
.cid-ttegNtFFnk textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-ttegNtFFnk input:-moz-placeholder,
.cid-ttegNtFFnk textarea:-moz-placeholder {
  color: #656565;
}
.cid-ttegNtFFnk .jq-selectbox li,
.cid-ttegNtFFnk .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ttegNtFFnk .jq-selectbox li:hover,
.cid-ttegNtFFnk .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ttegNtFFnk .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ttegNtFFnk .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ttegNtFFnk .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-ttegNtFFnk .mbr-text {
  color: #767676;
}
.cid-ttegNtFFnk .form-block {
  padding: 3rem;
  position: relative;
}
.cid-ttegNtFFnk .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #bbbbbb;
  opacity: 0.3;
  z-index: 0;
}
.cid-ttegNtFFnk .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-ttegNtFFnk a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-ttegNtFFnk .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-ttegNtFFnk .input-group-btn {
  display: block;
  text-align: center;
}
.cid-ttegNtFFnk textarea.form-control {
  resize: none;
}
.cid-ttegNtFFnk .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-ttegNtFFnk .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-ttegNtFFnk .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-ttegNtFFnk .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ttegNtFFnk h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-ttegNtFFnk .block-content {
    padding: 0;
  }
  .cid-ttegNtFFnk .form-block {
    padding: 1rem;
  }
}
.cid-ttegNtFFnk LABEL {
  color: #e0e0e0;
}
.cid-sCvNAHRl6S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCvNAHRl6S .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sCvNAHRl6S .row {
    text-align: center;
  }
  .cid-sCvNAHRl6S .row > div {
    margin: auto;
  }
  .cid-sCvNAHRl6S .social-row {
    justify-content: center;
  }
}
.cid-sCvNAHRl6S .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sCvNAHRl6S .list {
  list-style: none;
  padding-left: 0;
  color: #642346;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCvNAHRl6S .list {
    margin-bottom: 0rem;
  }
}
.cid-sCvNAHRl6S .mbr-text {
  color: #bbbbbb;
}
.cid-sCvNAHRl6S .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sCvNAHRl6S .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sCvNAHRl6S .mbr-section-subtitle {
  text-align: center;
  color: #65224b;
}
.cid-sCvFRIyjCC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCvFRIyjCC nav.navbar {
  position: fixed;
}
.cid-sCvFRIyjCC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCvFRIyjCC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCvFRIyjCC .dropdown-item:hover,
.cid-sCvFRIyjCC .dropdown-item:focus {
  background: #64234b !important;
  color: white !important;
}
.cid-sCvFRIyjCC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCvFRIyjCC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCvFRIyjCC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCvFRIyjCC .nav-link {
  position: relative;
}
.cid-sCvFRIyjCC .container {
  display: flex;
  margin: auto;
}
.cid-sCvFRIyjCC .iconfont-wrapper {
  color: #65224b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCvFRIyjCC .dropdown-menu,
.cid-sCvFRIyjCC .navbar.opened {
  background: #ffffff !important;
}
.cid-sCvFRIyjCC .nav-item:focus,
.cid-sCvFRIyjCC .nav-link:focus {
  outline: none;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCvFRIyjCC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCvFRIyjCC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sCvFRIyjCC .navbar.opened {
  transition: all 0.3s;
}
.cid-sCvFRIyjCC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCvFRIyjCC .navbar .navbar-logo img {
  width: auto;
}
.cid-sCvFRIyjCC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCvFRIyjCC .navbar.collapsed {
  justify-content: center;
}
.cid-sCvFRIyjCC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCvFRIyjCC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCvFRIyjCC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCvFRIyjCC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCvFRIyjCC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCvFRIyjCC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCvFRIyjCC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCvFRIyjCC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCvFRIyjCC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCvFRIyjCC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCvFRIyjCC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCvFRIyjCC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCvFRIyjCC .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCvFRIyjCC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCvFRIyjCC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCvFRIyjCC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCvFRIyjCC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCvFRIyjCC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCvFRIyjCC .dropdown-item.active,
.cid-sCvFRIyjCC .dropdown-item:active {
  background-color: transparent;
}
.cid-sCvFRIyjCC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCvFRIyjCC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sCvFRIyjCC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCvFRIyjCC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCvFRIyjCC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCvFRIyjCC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCvFRIyjCC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCvFRIyjCC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCvFRIyjCC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCvFRIyjCC .navbar {
    height: 70px;
  }
  .cid-sCvFRIyjCC .navbar.opened {
    height: auto;
  }
  .cid-sCvFRIyjCC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueC2xKG6GB.popup-builder {
  background-color: #ffffff;
}
.cid-ueC2xKG6GB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ueC2xKG6GB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ueC2xKG6GB .modal-content,
.cid-ueC2xKG6GB .modal-dialog {
  height: auto;
}
.cid-ueC2xKG6GB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ueC2xKG6GB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ueC2xKG6GB .form-wrapper .mbr-form .form-group,
  .cid-ueC2xKG6GB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ueC2xKG6GB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ueC2xKG6GB .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueC2xKG6GB .mbr-text {
  text-align: center;
}
.cid-ueC2xKG6GB .pt-0 {
  padding-top: 0 !important;
}
.cid-ueC2xKG6GB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ueC2xKG6GB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ueC2xKG6GB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ueC2xKG6GB .modal-open {
  overflow: hidden;
}
.cid-ueC2xKG6GB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ueC2xKG6GB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ueC2xKG6GB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ueC2xKG6GB .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ueC2xKG6GB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ueC2xKG6GB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ueC2xKG6GB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ueC2xKG6GB .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ueC2xKG6GB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ueC2xKG6GB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ueC2xKG6GB .modal-backdrop.fade {
  opacity: 0;
}
.cid-ueC2xKG6GB .modal-backdrop.show {
  opacity: .5;
}
.cid-ueC2xKG6GB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ueC2xKG6GB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ueC2xKG6GB .modal-header {
    padding: 1rem;
  }
}
.cid-ueC2xKG6GB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ueC2xKG6GB .modal-header .close svg {
  fill: #353535;
}
.cid-ueC2xKG6GB .modal-header .close:hover {
  opacity: 1;
}
.cid-ueC2xKG6GB .modal-header .close:focus {
  outline: none;
}
.cid-ueC2xKG6GB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #65224b;
}
.cid-ueC2xKG6GB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ueC2xKG6GB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ueC2xKG6GB .modal-body {
    padding: 1rem;
  }
}
.cid-ueC2xKG6GB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ueC2xKG6GB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ueC2xKG6GB .modal-footer {
    padding: 1rem;
  }
}
.cid-ueC2xKG6GB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ueC2xKG6GB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ueC2xKG6GB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ueC2xKG6GB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ueC2xKG6GB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ueC2xKG6GB .modal-lg,
  .cid-ueC2xKG6GB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ueC2xKG6GB .modal-xl {
    max-width: 1140px;
  }
}
.cid-ueC2xKG6GB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ueC2xKG6GB .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ueC2xKG6GB .form-group {
  margin-bottom: 1rem;
}
.cid-ueC2xKG6GB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ueC2xKG6GB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ueC2xKG6GB .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ueC2xKG6GB .mbr-section-btn {
  margin: 0;
}
.cid-ueC2xKG6GB .mbr-section-btn .btn {
  margin: 0;
}
.cid-sEx0aIdtHQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #64234b;
}
.cid-sEx0aIdtHQ .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sCA6JHOGVj .modal-body .close {
  background: #1b1b1b;
}
.cid-sCA6JHOGVj .modal-body .close span {
  font-style: normal;
}
.cid-sCA6JHOGVj .carousel-inner > .active,
.cid-sCA6JHOGVj .carousel-inner > .next,
.cid-sCA6JHOGVj .carousel-inner > .prev {
  display: flex;
}
.cid-sCA6JHOGVj .carousel-control .icon-next,
.cid-sCA6JHOGVj .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sCA6JHOGVj .carousel-control:hover {
  background: #64234b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sCA6JHOGVj .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sCA6JHOGVj .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sCA6JHOGVj .boxed-slider > div {
  position: relative;
}
.cid-sCA6JHOGVj .container img {
  width: 100%;
}
.cid-sCA6JHOGVj .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sCA6JHOGVj .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sCA6JHOGVj .mbr-table-cell {
  padding: 0;
}
.cid-sCA6JHOGVj .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sCA6JHOGVj .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sCA6JHOGVj .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sCA6JHOGVj .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sCA6JHOGVj .carousel-item.active.right,
.cid-sCA6JHOGVj .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sCA6JHOGVj .carousel-item.active.left,
.cid-sCA6JHOGVj .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sCA6JHOGVj .carousel-item.active,
.cid-sCA6JHOGVj .carousel-item.next.left,
.cid-sCA6JHOGVj .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sCA6JHOGVj .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.9rem;
  width: 60px;
  height: 60px;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 0 !important;
  transition: all 0.3s;
  z-index: 11;
}
.cid-sCA6JHOGVj .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-sCA6JHOGVj .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-sCA6JHOGVj .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sCA6JHOGVj .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sCA6JHOGVj .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: #64234b;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sCA6JHOGVj .mbr-slider .carousel-indicators li.active,
.cid-sCA6JHOGVj .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sCA6JHOGVj .mbr-slider .carousel-indicators li::after,
.cid-sCA6JHOGVj .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sCA6JHOGVj .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sCA6JHOGVj .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sCA6JHOGVj .mbr-slider > .container img {
  width: 100%;
}
.cid-sCA6JHOGVj .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sCA6JHOGVj .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sCA6JHOGVj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sCA6JHOGVj .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sCA6JHOGVj .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sCA6JHOGVj .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sCA6JHOGVj .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sCA6JHOGVj .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-sCA6JHOGVj .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sCA6JHOGVj .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sCA6JHOGVj .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sCA6JHOGVj .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sCA6JHOGVj .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sCA6JHOGVj P {
  text-align: left;
}
.cid-sCA6JHOGVj H2 {
  text-align: left;
}
.cid-utZybz9GCu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-utZybz9GCu img,
.cid-utZybz9GCu .item-img {
  width: 100%;
}
.cid-utZybz9GCu .item:focus,
.cid-utZybz9GCu span:focus {
  outline: none;
}
.cid-utZybz9GCu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-utZybz9GCu .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-utZybz9GCu .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-utZybz9GCu .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utZybz9GCu .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-utZybz9GCu .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-utZybz9GCu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-utZybz9GCu .mbr-section-title {
  color: #64234b;
}
.cid-utZybz9GCu .mbr-text,
.cid-utZybz9GCu .mbr-section-btn {
  text-align: center;
}
.cid-utZybz9GCu .item-title {
  text-align: center;
  color: #64234b;
}
.cid-utZybz9GCu .item-subtitle {
  text-align: left;
}
.cid-utZybz9GCu .item-title DIV {
  text-align: center;
}
.cid-sCA03OIkox {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #64234b;
}
.cid-sCA03OIkox .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sCA03OIkox .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sCA03OIkox img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sCA03OIkox .text-wrapper {
    padding: 2rem;
  }
}
.cid-sCA03OIkox .mbr-text {
  color: #ffffff;
}
.cid-sCA03OIkox .mbr-section-title {
  color: #ffffff;
}
.cid-sCzPLOckjW {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sCzPLOckjW .container {
    max-width: 1400px;
  }
}
.cid-sCzPLOckjW .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #642346;
  margin-bottom: 2rem;
}
.cid-sCzPLOckjW .card-wrapper {
  margin-top: 3rem;
}
.cid-sCzPLOckjW .row {
  justify-content: center;
}
.cid-sCzPLOckjW .card-title,
.cid-sCzPLOckjW .iconfont-wrapper {
  color: #642346;
}
.cid-sCzPLOckjW h5 {
  font-family: Assistant-Bold;
}
.cid-sCzLldExWz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/hintergrund-mk-beautyart-2000x440.jpg");
}
.cid-sCzLldExWz .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-sCzLldExWz img,
.cid-sCzLldExWz .item-img {
  width: 100%;
}
.cid-sCzLldExWz .item:focus,
.cid-sCzLldExWz span:focus {
  outline: none;
}
.cid-sCzLldExWz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCzLldExWz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCzLldExWz .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCzLldExWz .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCzLldExWz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCzLldExWz .mbr-section-title {
  color: #642346;
}
.cid-sCzLldExWz .mbr-section-subtitle {
  color: #353535;
}
.cid-sNJJtzvoVr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #64234b;
}
.cid-sNJJtzvoVr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sNJJtzvoVr .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sNJJtzvoVr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sNJJtzvoVr .mbr-section-title {
  color: #ffffff;
}
.cid-sNJJtzvoVr .mbr-text,
.cid-sNJJtzvoVr .mbr-section-btn {
  color: #ffffff;
}
.cid-sCzHcpmPKS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-sCzHcpmPKS .row {
    flex-direction: column-reverse;
  }
  .cid-sCzHcpmPKS .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sCzHcpmPKS .google-map {
  height: 100%;
  position: relative;
}
.cid-sCzHcpmPKS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sCzHcpmPKS .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sCzHcpmPKS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sCzHcpmPKS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sCzHcpmPKS .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sCzHcpmPKS .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #eceeef;
}
.cid-sCzHcpmPKS .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-sCzHcpmPKS .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCzHcpmPKS .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sCzHcpmPKS .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #64234b;
}
.cid-sCzIFAdAb2 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCzIFAdAb2 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sCzIFAdAb2 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #eceeef;
}
@media (max-width: 991px) {
  .cid-sCzIFAdAb2 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCzIFAdAb2 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sCzIFAdAb2 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #64234b;
}
.cid-ttei2hK8yw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/shutterstock-599424803-1200x814.jpg");
}
.cid-ttei2hK8yw h2,
.cid-ttei2hK8yw h3,
.cid-ttei2hK8yw h4,
.cid-ttei2hK8yw p {
  color: #ffffff;
}
.cid-ttei2hK8yw .mbr-overlay {
  z-index: -1;
}
.cid-ttei2hK8yw .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-ttei2hK8yw .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-ttei2hK8yw .form-control:focus,
.cid-ttei2hK8yw .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-ttei2hK8yw .form-group {
  margin-bottom: 1rem;
}
.cid-ttei2hK8yw input::-webkit-input-placeholder,
.cid-ttei2hK8yw textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-ttei2hK8yw input:-moz-placeholder,
.cid-ttei2hK8yw textarea:-moz-placeholder {
  color: #656565;
}
.cid-ttei2hK8yw .jq-selectbox li,
.cid-ttei2hK8yw .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ttei2hK8yw .jq-selectbox li:hover,
.cid-ttei2hK8yw .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ttei2hK8yw .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ttei2hK8yw .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ttei2hK8yw .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-ttei2hK8yw .mbr-text {
  color: #767676;
}
.cid-ttei2hK8yw .form-block {
  padding: 3rem;
  position: relative;
}
.cid-ttei2hK8yw .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #bbbbbb;
  opacity: 0.3;
  z-index: 0;
}
.cid-ttei2hK8yw .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-ttei2hK8yw a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-ttei2hK8yw .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-ttei2hK8yw .input-group-btn {
  display: block;
  text-align: center;
}
.cid-ttei2hK8yw textarea.form-control {
  resize: none;
}
.cid-ttei2hK8yw .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-ttei2hK8yw .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-ttei2hK8yw .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-ttei2hK8yw .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ttei2hK8yw h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-ttei2hK8yw .block-content {
    padding: 0;
  }
  .cid-ttei2hK8yw .form-block {
    padding: 1rem;
  }
}
.cid-ttei2hK8yw LABEL {
  color: #e0e0e0;
}
.cid-sCyhKpCuqh {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-sCyhKpCuqh .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #64234b;
  background-image: linear-gradient(30deg, #64234b 0%, #772a59 100%);
}
.cid-sCyhKpCuqh .title_block {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-sCyhKpCuqh .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #64234b;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sCyhKpCuqh .mbr-section-title {
  color: #ffffff;
}
.cid-sCyhKpCuqh .card_wrap {
  height: 100%;
  z-index: 1;
  overflow: hidden;
  padding: 40px;
  padding-bottom: 60px;
  position: relative;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 6px 20px 0px rgba(0, 33, 121, 0.08);
}
.cid-sCyhKpCuqh .card_wrap:before {
  content: '';
  bottom: 20px;
  right: 15px;
  width: 65px;
  height: 65px;
  position: absolute;
  background-color: rgba(100, 35, 75, 0.15);
  border-radius: 50%;
}
.cid-sCyhKpCuqh .card_wrap:after {
  content: '';
  bottom: -24px;
  right: -20px;
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: rgba(100, 35, 75, 0.15);
  border-radius: 50%;
}
.cid-sCyhKpCuqh .card_header {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
.cid-sCyhKpCuqh .user {
  display: flex;
  align-items: center;
}
.cid-sCyhKpCuqh .user_img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 50%;
}
.cid-sCyhKpCuqh .user_img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.cid-sCyhKpCuqh .user_name {
  margin-bottom: 2px;
  display: block;
  color: #64234b;
}
.cid-sCyhKpCuqh .desk {
  margin-bottom: 0;
}
.cid-sCyhKpCuqh .iconfont-wrapper {
  min-width: 115px;
}
.cid-sCyhKpCuqh .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  margin-right: 3px;
}
.cid-sCyhKpCuqh .carousel-item {
  justify-content: center;
}
.cid-sCyhKpCuqh .carousel-item > div {
  width: 100%;
}
.cid-sCyhKpCuqh .carousel-item.active,
.cid-sCyhKpCuqh .carousel-item-next,
.cid-sCyhKpCuqh .carousel-item-prev {
  display: flex;
}
.cid-sCyhKpCuqh .carousel-controls {
  position: relative;
  height: 50px;
  margin-left: 20px;
  max-width: 120px;
  min-width: 120px;
}
.cid-sCyhKpCuqh .carousel-controls a {
  opacity: 1;
}
.cid-sCyhKpCuqh .carousel-controls a span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  color: #ffffff;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sCyhKpCuqh .carousel-controls a span:hover {
  background-color: #ffffff;
  color: #64234b;
}
.cid-sCyhKpCuqh .carousel-control-prev {
  position: static;
  margin-right: 10px;
  width: 50px;
}
.cid-sCyhKpCuqh .carousel-control-next {
  position: static;
  width: 50px;
}
@media (max-width: 991px) {
  .cid-sCyhKpCuqh .title_block {
    margin-bottom: 40px;
  }
  .cid-sCyhKpCuqh .card_header {
    flex-direction: column;
  }
  .cid-sCyhKpCuqh .rating {
    margin-bottom: 10px;
    align-self: flex-end;
  }
  .cid-sCyhKpCuqh .user {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-sCyhKpCuqh .carousel-controls {
    display: none;
  }
  .cid-sCyhKpCuqh .title_block {
    text-align: center;
  }
  .cid-sCyhKpCuqh .carousel-item {
    padding: 0;
  }
  .cid-sCyhKpCuqh .card_wrap {
    padding: 30px;
    margin-bottom: 50px;
  }
  .cid-sCyhKpCuqh .card_header {
    margin-bottom: 15px;
  }
  .cid-sCyhKpCuqh .user_img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .cid-sCyhKpCuqh .user_img img {
    width: 50px;
    height: 50px;
  }
}
.cid-sCyhKpCuqh h4 {
  font-family: Assistant-Bold;
}
.cid-sCyg1Nf50V {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-sCyg1Nf50V .icon-transition span {
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 74px;
  height: 74px;
  background: #64234b none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sCyg1Nf50V .mbr-iconfont {
  align-items: center;
}
.cid-sCyg1Nf50V .mbr-iconfont:before {
  font-size: 30px;
  display: flex;
  justify-content: center;
}
.cid-sCyg1Nf50V .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sCyg1Nf50V .icon-transition span:hover {
  background-color: #ffffff;
  color: #64234b;
}
.cid-sCyg1Nf50V .social-media {
  padding: 0;
}
.cid-sCyg1Nf50V .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-sCyg1Nf50V .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sCyg1Nf50V .mbr-list,
.cid-sCyg1Nf50V .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sCyg1Nf50V .social-list {
    text-align: center !important;
  }
}
.cid-sCyg1Nf50V .mbr-section-title,
.cid-sCyg1Nf50V .social-list {
  color: #353535;
}
.cid-sCvNAHRl6S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCvNAHRl6S .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sCvNAHRl6S .row {
    text-align: center;
  }
  .cid-sCvNAHRl6S .row > div {
    margin: auto;
  }
  .cid-sCvNAHRl6S .social-row {
    justify-content: center;
  }
}
.cid-sCvNAHRl6S .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sCvNAHRl6S .list {
  list-style: none;
  padding-left: 0;
  color: #642346;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCvNAHRl6S .list {
    margin-bottom: 0rem;
  }
}
.cid-sCvNAHRl6S .mbr-text {
  color: #bbbbbb;
}
.cid-sCvNAHRl6S .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sCvNAHRl6S .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sCvNAHRl6S .mbr-section-subtitle {
  text-align: center;
  color: #65224b;
}
.cid-uWXvVoye5N.popup-builder {
  background-color: #ffffff;
}
.cid-uWXvVoye5N.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uWXvVoye5N.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uWXvVoye5N .modal-content,
.cid-uWXvVoye5N .modal-dialog {
  height: auto;
}
.cid-uWXvVoye5N .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uWXvVoye5N .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uWXvVoye5N .form-wrapper .mbr-form .form-group,
  .cid-uWXvVoye5N .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uWXvVoye5N .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uWXvVoye5N .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWXvVoye5N .mbr-text {
  text-align: left;
}
.cid-uWXvVoye5N .pt-0 {
  padding-top: 0 !important;
}
.cid-uWXvVoye5N .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uWXvVoye5N .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uWXvVoye5N .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uWXvVoye5N .modal-open {
  overflow: hidden;
}
.cid-uWXvVoye5N .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uWXvVoye5N .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uWXvVoye5N .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uWXvVoye5N .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uWXvVoye5N .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uWXvVoye5N .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uWXvVoye5N .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uWXvVoye5N .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uWXvVoye5N .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uWXvVoye5N .modal-backdrop.fade {
  opacity: 0;
}
.cid-uWXvVoye5N .modal-backdrop.show {
  opacity: .5;
}
.cid-uWXvVoye5N .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uWXvVoye5N .modal-header {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uWXvVoye5N .modal-header {
    padding: 1rem;
  }
}
.cid-uWXvVoye5N .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uWXvVoye5N .modal-header .close:hover {
  opacity: 1;
}
.cid-uWXvVoye5N .modal-header .close:focus {
  outline: none;
}
.cid-uWXvVoye5N .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-uWXvVoye5N .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-uWXvVoye5N .modal-body {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uWXvVoye5N .modal-body {
    padding: 1rem;
  }
}
.cid-uWXvVoye5N .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uWXvVoye5N .modal-footer {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uWXvVoye5N .modal-footer {
    padding: 1rem;
  }
}
.cid-uWXvVoye5N .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uWXvVoye5N .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uWXvVoye5N .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uWXvVoye5N .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uWXvVoye5N .modal-sm {
    max-width: 300px;
  }
  .cid-uWXvVoye5N .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uWXvVoye5N .modal-lg,
  .cid-uWXvVoye5N .modal-xl {
    max-width: 800px;
  }
  .cid-uWXvVoye5N .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uWXvVoye5N .modal-xl {
    max-width: 1140px;
  }
  .cid-uWXvVoye5N .container {
    max-width: 1140px;
  }
}
.cid-uWXvVoye5N .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uWXvVoye5N .container {
    max-width: 720px;
  }
}
.cid-uWXvVoye5N .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uWXvVoye5N .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uWXvVoye5N .form-group {
  margin-bottom: 1rem;
}
.cid-uWXvVoye5N .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uWXvVoye5N .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uWXvVoye5N .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sDNOYWAnBp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sDNOYWAnBp nav.navbar {
  position: fixed;
}
.cid-sDNOYWAnBp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sDNOYWAnBp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sDNOYWAnBp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sDNOYWAnBp .dropdown-item:hover,
.cid-sDNOYWAnBp .dropdown-item:focus {
  background: #64234b !important;
  color: white !important;
}
.cid-sDNOYWAnBp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sDNOYWAnBp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sDNOYWAnBp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sDNOYWAnBp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sDNOYWAnBp .nav-link {
  position: relative;
}
.cid-sDNOYWAnBp .container {
  display: flex;
  margin: auto;
}
.cid-sDNOYWAnBp .iconfont-wrapper {
  color: #65224b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sDNOYWAnBp .dropdown-menu,
.cid-sDNOYWAnBp .navbar.opened {
  background: #ffffff !important;
}
.cid-sDNOYWAnBp .nav-item:focus,
.cid-sDNOYWAnBp .nav-link:focus {
  outline: none;
}
.cid-sDNOYWAnBp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sDNOYWAnBp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDNOYWAnBp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sDNOYWAnBp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sDNOYWAnBp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDNOYWAnBp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDNOYWAnBp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sDNOYWAnBp .navbar.opened {
  transition: all 0.3s;
}
.cid-sDNOYWAnBp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sDNOYWAnBp .navbar .navbar-logo img {
  width: auto;
}
.cid-sDNOYWAnBp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sDNOYWAnBp .navbar.collapsed {
  justify-content: center;
}
.cid-sDNOYWAnBp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sDNOYWAnBp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sDNOYWAnBp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sDNOYWAnBp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sDNOYWAnBp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sDNOYWAnBp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sDNOYWAnBp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sDNOYWAnBp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sDNOYWAnBp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sDNOYWAnBp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sDNOYWAnBp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sDNOYWAnBp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sDNOYWAnBp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sDNOYWAnBp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sDNOYWAnBp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sDNOYWAnBp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDNOYWAnBp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sDNOYWAnBp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sDNOYWAnBp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sDNOYWAnBp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sDNOYWAnBp .navbar.navbar-short {
  min-height: 60px;
}
.cid-sDNOYWAnBp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sDNOYWAnBp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sDNOYWAnBp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sDNOYWAnBp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sDNOYWAnBp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDNOYWAnBp .dropdown-item.active,
.cid-sDNOYWAnBp .dropdown-item:active {
  background-color: transparent;
}
.cid-sDNOYWAnBp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sDNOYWAnBp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sDNOYWAnBp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sDNOYWAnBp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sDNOYWAnBp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sDNOYWAnBp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDNOYWAnBp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sDNOYWAnBp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sDNOYWAnBp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sDNOYWAnBp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sDNOYWAnBp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDNOYWAnBp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDNOYWAnBp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDNOYWAnBp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDNOYWAnBp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDNOYWAnBp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDNOYWAnBp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDNOYWAnBp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDNOYWAnBp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sDNOYWAnBp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sDNOYWAnBp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDNOYWAnBp .navbar {
    height: 70px;
  }
  .cid-sDNOYWAnBp .navbar.opened {
    height: auto;
  }
  .cid-sDNOYWAnBp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sDNOYXlPzo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #65224b;
}
.cid-sDNOYXlPzo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sDNOYXlPzo .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sDNOYXlPzo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sDNOYXlPzo .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-sDNOYXlPzo .mbr-text,
.cid-sDNOYXlPzo .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-sDNOYXP6X5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sDNOYXP6X5 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sDNOYXP6X5 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sDNOYXP6X5 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #64234b;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sE1ePJasLk {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sE1ePJasLk img,
.cid-sE1ePJasLk .item-img {
  width: 100%;
}
.cid-sE1ePJasLk .item:focus,
.cid-sE1ePJasLk span:focus {
  outline: none;
}
.cid-sE1ePJasLk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sE1ePJasLk .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sE1ePJasLk .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sE1ePJasLk .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sE1ePJasLk .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sE1ePJasLk .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sE1ePJasLk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sE1ePJasLk .mbr-section-title {
  color: #64234b;
}
.cid-sE1ePJasLk .mbr-text,
.cid-sE1ePJasLk .mbr-section-btn {
  text-align: center;
}
.cid-sE1ePJasLk .item-title {
  text-align: center;
  color: #64234b;
}
.cid-sE1ePJasLk .item-subtitle {
  text-align: center;
  color: #64234b;
}
.cid-sE1ePJasLk .item-title DIV {
  text-align: center;
}
.cid-sDNOYYICKb {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #767676;
}
.cid-sDNOYYICKb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sDNOYYICKb .mbr-section-title {
  color: #ffffff;
}
.cid-sDNOYZ3vrv {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #767676;
}
.cid-sDNOYZlNM1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #65224b;
}
.cid-sDNOYZlNM1 .card {
  background: #fafafa;
  border-radius: 10px;
}
.cid-sDNOYZlNM1 img {
  width: 100%;
  border-radius: 10px;
}
.cid-sDNOYZlNM1 .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-sDNOYZlNM1 .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sDNOYZlNM1 .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-sDNOYZlNM1 img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-sDNOYZlNM1 .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-sDNOYZlNM1 img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-sDNOYZlNM1 img {
    width: 100%;
  }
}
.cid-sDNOYZlNM1 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-sDNOYZlNM1 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sDNOYZlNM1 .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #efefef;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-sDNOYZlNM1 .mbr-text,
.cid-sDNOYZlNM1 .mbr-section-btn {
  color: #464646;
}
.cid-sDNOYZlNM1 .mbr-section-subtitle {
  color: #777777;
}
.cid-sDNOYZGOGg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sDNOYZGOGg .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sDNOYZGOGg .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-sDNOYZGOGg .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sDNOYZGOGg .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sDNOYZGOGg .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #64234b;
}
.cid-sDNOYZGOGg h6 {
  font-family: Assistant-Bold;
}
.cid-ttehiQHDXb {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eceeef;
}
.cid-ttehiQHDXb .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ttehiQHDXb H2 {
  text-align: center;
}
.cid-sDNOZav5vB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/hintergrund-mk-beautyart-2000x440.jpg");
}
.cid-sDNOZav5vB .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-sDNOZav5vB img,
.cid-sDNOZav5vB .item-img {
  width: 100%;
}
.cid-sDNOZav5vB .item:focus,
.cid-sDNOZav5vB span:focus {
  outline: none;
}
.cid-sDNOZav5vB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sDNOZav5vB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sDNOZav5vB .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDNOZav5vB .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sDNOZav5vB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sDNOZav5vB .mbr-section-title {
  color: #642346;
}
.cid-sDNOZav5vB .mbr-section-subtitle {
  color: #353535;
}
.cid-tkkuDpn0lp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tkkuDpn0lp .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-tkkuDpn0lp .panel-body {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 1rem 0.5rem 1rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-tkkuDpn0lp .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #64234b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.cid-tkkuDpn0lp .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #64234b;
}
.cid-tkkuDpn0lp .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-tkkuDpn0lp .arrow-group span {
  margin-right: 13.5px;
}
.cid-tkkuDpn0lp .wrap {
  display: flex;
}
.cid-tkkuDpn0lp .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #64234b !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: normal;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-tkkuDpn0lp .icon:before {
  content: "\e908" !important;
}
.cid-tkkuDpn0lp .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-tkkuDpn0lp .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tkkuDpn0lp .card-header {
  padding: 0.7rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-tkkuDpn0lp .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-tkkuDpn0lp .mbr-section-subtitle {
  color: #65224b;
  text-align: left;
}
.cid-tkkuDpn0lp .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tkkuDpn0lp .panel-group {
  width: 100%;
}
.cid-tkkuDpn0lp .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-tkkuDpn0lp .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tkkuDpn0lp .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-tkkuDpn0lp .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tkkuDpn0lp .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tkkuDpn0lp .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-tkkuDpn0lp .header-article-text:hover {
  text-decoration: underline;
  text-align: left;
}
.cid-tkkuDpn0lp .panel-text {
  color: #000000;
  text-align: left;
}
.cid-tkkuDpn0lp .header-text,
.cid-tkkuDpn0lp .sign {
  color: #000000;
  text-align: left;
}
.cid-tkkuDpn0lp .header-article-text,
.cid-tkkuDpn0lp .sign {
  color: #000000;
  text-align: left;
}
.cid-tkkuDpn0lp .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-tkkuDpn0lp h4 {
  margin-bottom: 0;
}
.cid-tkkuDpn0lp .header-article-text {
  text-align: left;
}
.cid-tkkuF4GKHH {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tkkuF4GKHH .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-tkkuF4GKHH .panel-body {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 1rem 0.5rem 1rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-tkkuF4GKHH .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #64234b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.cid-tkkuF4GKHH .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #64234b;
}
.cid-tkkuF4GKHH .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-tkkuF4GKHH .arrow-group span {
  margin-right: 13.5px;
}
.cid-tkkuF4GKHH .wrap {
  display: flex;
}
.cid-tkkuF4GKHH .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #64234b !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: normal;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-tkkuF4GKHH .icon:before {
  content: "\e908" !important;
}
.cid-tkkuF4GKHH .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-tkkuF4GKHH .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tkkuF4GKHH .card-header {
  padding: 0.7rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-tkkuF4GKHH .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-tkkuF4GKHH .mbr-section-subtitle {
  color: #65224b;
  text-align: left;
}
.cid-tkkuF4GKHH .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tkkuF4GKHH .panel-group {
  width: 100%;
}
.cid-tkkuF4GKHH .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-tkkuF4GKHH .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tkkuF4GKHH .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-tkkuF4GKHH .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tkkuF4GKHH .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tkkuF4GKHH .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-tkkuF4GKHH .header-article-text:hover {
  text-decoration: underline;
  text-align: left;
}
.cid-tkkuF4GKHH .panel-text {
  color: #000000;
  text-align: left;
}
.cid-tkkuF4GKHH .header-text,
.cid-tkkuF4GKHH .sign {
  color: #000000;
  text-align: left;
}
.cid-tkkuF4GKHH .header-article-text,
.cid-tkkuF4GKHH .sign {
  color: #000000;
  text-align: left;
}
.cid-tkkuF4GKHH .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-tkkuF4GKHH h4 {
  margin-bottom: 0;
}
.cid-tkkuF4GKHH .header-article-text {
  text-align: left;
}
.cid-tkkuFZEIWg {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tkkuFZEIWg .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-tkkuFZEIWg .panel-body {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 1rem 0.5rem 1rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-tkkuFZEIWg .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #64234b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.cid-tkkuFZEIWg .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #64234b;
}
.cid-tkkuFZEIWg .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-tkkuFZEIWg .arrow-group span {
  margin-right: 13.5px;
}
.cid-tkkuFZEIWg .wrap {
  display: flex;
}
.cid-tkkuFZEIWg .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #64234b !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: normal;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-tkkuFZEIWg .icon:before {
  content: "\e908" !important;
}
.cid-tkkuFZEIWg .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-tkkuFZEIWg .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tkkuFZEIWg .card-header {
  padding: 0.7rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-tkkuFZEIWg .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-tkkuFZEIWg .mbr-section-subtitle {
  color: #65224b;
  text-align: left;
}
.cid-tkkuFZEIWg .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tkkuFZEIWg .panel-group {
  width: 100%;
}
.cid-tkkuFZEIWg .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-tkkuFZEIWg .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tkkuFZEIWg .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-tkkuFZEIWg .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tkkuFZEIWg .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tkkuFZEIWg .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-tkkuFZEIWg .header-article-text:hover {
  text-decoration: underline;
  text-align: left;
}
.cid-tkkuFZEIWg .panel-text {
  color: #000000;
  text-align: left;
}
.cid-tkkuFZEIWg .header-text,
.cid-tkkuFZEIWg .sign {
  color: #000000;
  text-align: left;
}
.cid-tkkuFZEIWg .header-article-text,
.cid-tkkuFZEIWg .sign {
  color: #000000;
  text-align: left;
}
.cid-tkkuFZEIWg .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-tkkuFZEIWg h4 {
  margin-bottom: 0;
}
.cid-tkkuFZEIWg .header-article-text {
  text-align: left;
}
.cid-tkkuGIoOWP {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sDNOZbvHn2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sDNOZbvHn2 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #64234b;
  margin-left: 1rem;
}
.cid-sDNOZbvHn2 .panel-group {
  border: none;
}
.cid-sDNOZbvHn2 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sDNOZbvHn2 .panel-body,
.cid-sDNOZbvHn2 .card-header {
  padding: 1rem 0;
}
.cid-sDNOZbvHn2 .panel-title-edit {
  color: #000000;
}
.cid-sDNOZbvHn2 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ttehkOk05E {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/shutterstock-599424803-1200x814.jpg");
}
.cid-ttehkOk05E h2,
.cid-ttehkOk05E h3,
.cid-ttehkOk05E h4,
.cid-ttehkOk05E p {
  color: #ffffff;
}
.cid-ttehkOk05E .mbr-overlay {
  z-index: -1;
}
.cid-ttehkOk05E .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-ttehkOk05E .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-ttehkOk05E .form-control:focus,
.cid-ttehkOk05E .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-ttehkOk05E .form-group {
  margin-bottom: 1rem;
}
.cid-ttehkOk05E input::-webkit-input-placeholder,
.cid-ttehkOk05E textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-ttehkOk05E input:-moz-placeholder,
.cid-ttehkOk05E textarea:-moz-placeholder {
  color: #656565;
}
.cid-ttehkOk05E .jq-selectbox li,
.cid-ttehkOk05E .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ttehkOk05E .jq-selectbox li:hover,
.cid-ttehkOk05E .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ttehkOk05E .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ttehkOk05E .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ttehkOk05E .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-ttehkOk05E .mbr-text {
  color: #767676;
}
.cid-ttehkOk05E .form-block {
  padding: 3rem;
  position: relative;
}
.cid-ttehkOk05E .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #bbbbbb;
  opacity: 0.3;
  z-index: 0;
}
.cid-ttehkOk05E .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-ttehkOk05E a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-ttehkOk05E .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-ttehkOk05E .input-group-btn {
  display: block;
  text-align: center;
}
.cid-ttehkOk05E textarea.form-control {
  resize: none;
}
.cid-ttehkOk05E .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-ttehkOk05E .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-ttehkOk05E .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-ttehkOk05E .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ttehkOk05E h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-ttehkOk05E .block-content {
    padding: 0;
  }
  .cid-ttehkOk05E .form-block {
    padding: 1rem;
  }
}
.cid-ttehkOk05E LABEL {
  color: #e0e0e0;
}
.cid-sDNOZkzGCJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sDNOZkzGCJ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sDNOZkzGCJ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sDNOZkzGCJ .row {
    text-align: center;
  }
  .cid-sDNOZkzGCJ .row > div {
    margin: auto;
  }
  .cid-sDNOZkzGCJ .social-row {
    justify-content: center;
  }
}
.cid-sDNOZkzGCJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sDNOZkzGCJ .list {
  list-style: none;
  padding-left: 0;
  color: #642346;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sDNOZkzGCJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sDNOZkzGCJ .list {
    margin-bottom: 0rem;
  }
}
.cid-sDNOZkzGCJ .mbr-text {
  color: #bbbbbb;
}
.cid-sDNOZkzGCJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sDNOZkzGCJ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sDNOZkzGCJ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sDNOZkzGCJ .mbr-section-subtitle {
  text-align: center;
  color: #65224b;
}
.cid-sCFO07EWXf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCFO07EWXf nav.navbar {
  position: fixed;
}
.cid-sCFO07EWXf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCFO07EWXf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCFO07EWXf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCFO07EWXf .dropdown-item:hover,
.cid-sCFO07EWXf .dropdown-item:focus {
  background: #64234b !important;
  color: white !important;
}
.cid-sCFO07EWXf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCFO07EWXf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCFO07EWXf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCFO07EWXf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCFO07EWXf .nav-link {
  position: relative;
}
.cid-sCFO07EWXf .container {
  display: flex;
  margin: auto;
}
.cid-sCFO07EWXf .iconfont-wrapper {
  color: #65224b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCFO07EWXf .dropdown-menu,
.cid-sCFO07EWXf .navbar.opened {
  background: #ffffff !important;
}
.cid-sCFO07EWXf .nav-item:focus,
.cid-sCFO07EWXf .nav-link:focus {
  outline: none;
}
.cid-sCFO07EWXf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCFO07EWXf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCFO07EWXf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCFO07EWXf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCFO07EWXf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCFO07EWXf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCFO07EWXf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sCFO07EWXf .navbar.opened {
  transition: all 0.3s;
}
.cid-sCFO07EWXf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCFO07EWXf .navbar .navbar-logo img {
  width: auto;
}
.cid-sCFO07EWXf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCFO07EWXf .navbar.collapsed {
  justify-content: center;
}
.cid-sCFO07EWXf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCFO07EWXf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCFO07EWXf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sCFO07EWXf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCFO07EWXf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCFO07EWXf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCFO07EWXf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCFO07EWXf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCFO07EWXf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCFO07EWXf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCFO07EWXf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCFO07EWXf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCFO07EWXf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCFO07EWXf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCFO07EWXf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCFO07EWXf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCFO07EWXf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCFO07EWXf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCFO07EWXf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCFO07EWXf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCFO07EWXf .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCFO07EWXf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCFO07EWXf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCFO07EWXf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCFO07EWXf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCFO07EWXf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCFO07EWXf .dropdown-item.active,
.cid-sCFO07EWXf .dropdown-item:active {
  background-color: transparent;
}
.cid-sCFO07EWXf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCFO07EWXf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCFO07EWXf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCFO07EWXf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sCFO07EWXf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCFO07EWXf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCFO07EWXf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCFO07EWXf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCFO07EWXf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCFO07EWXf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCFO07EWXf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCFO07EWXf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCFO07EWXf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCFO07EWXf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCFO07EWXf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCFO07EWXf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCFO07EWXf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCFO07EWXf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCFO07EWXf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCFO07EWXf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCFO07EWXf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCFO07EWXf .navbar {
    height: 70px;
  }
  .cid-sCFO07EWXf .navbar.opened {
    height: auto;
  }
  .cid-sCFO07EWXf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIZVyiAebS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sIZVyVat4e {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCFO0qgg9g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCFO0qgg9g .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sCFO0qgg9g .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sCFO0qgg9g .row {
    text-align: center;
  }
  .cid-sCFO0qgg9g .row > div {
    margin: auto;
  }
  .cid-sCFO0qgg9g .social-row {
    justify-content: center;
  }
}
.cid-sCFO0qgg9g .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sCFO0qgg9g .list {
  list-style: none;
  padding-left: 0;
  color: #642346;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sCFO0qgg9g .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCFO0qgg9g .list {
    margin-bottom: 0rem;
  }
}
.cid-sCFO0qgg9g .mbr-text {
  color: #bbbbbb;
}
.cid-sCFO0qgg9g .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sCFO0qgg9g .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sCFO0qgg9g div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sCFO0qgg9g .mbr-section-subtitle {
  text-align: center;
  color: #65224b;
}
.cid-sIZW8K7L6J {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sIZW8K7L6J nav.navbar {
  position: fixed;
}
.cid-sIZW8K7L6J .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sIZW8K7L6J .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sIZW8K7L6J .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sIZW8K7L6J .dropdown-item:hover,
.cid-sIZW8K7L6J .dropdown-item:focus {
  background: #64234b !important;
  color: white !important;
}
.cid-sIZW8K7L6J .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sIZW8K7L6J .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sIZW8K7L6J .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sIZW8K7L6J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sIZW8K7L6J .nav-link {
  position: relative;
}
.cid-sIZW8K7L6J .container {
  display: flex;
  margin: auto;
}
.cid-sIZW8K7L6J .iconfont-wrapper {
  color: #65224b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sIZW8K7L6J .dropdown-menu,
.cid-sIZW8K7L6J .navbar.opened {
  background: #ffffff !important;
}
.cid-sIZW8K7L6J .nav-item:focus,
.cid-sIZW8K7L6J .nav-link:focus {
  outline: none;
}
.cid-sIZW8K7L6J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sIZW8K7L6J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sIZW8K7L6J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sIZW8K7L6J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sIZW8K7L6J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sIZW8K7L6J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sIZW8K7L6J .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sIZW8K7L6J .navbar.opened {
  transition: all 0.3s;
}
.cid-sIZW8K7L6J .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sIZW8K7L6J .navbar .navbar-logo img {
  width: auto;
}
.cid-sIZW8K7L6J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sIZW8K7L6J .navbar.collapsed {
  justify-content: center;
}
.cid-sIZW8K7L6J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sIZW8K7L6J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sIZW8K7L6J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sIZW8K7L6J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sIZW8K7L6J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sIZW8K7L6J .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sIZW8K7L6J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sIZW8K7L6J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sIZW8K7L6J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sIZW8K7L6J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sIZW8K7L6J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sIZW8K7L6J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sIZW8K7L6J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sIZW8K7L6J .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sIZW8K7L6J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sIZW8K7L6J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sIZW8K7L6J .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sIZW8K7L6J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sIZW8K7L6J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sIZW8K7L6J .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sIZW8K7L6J .navbar.navbar-short {
  min-height: 60px;
}
.cid-sIZW8K7L6J .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sIZW8K7L6J .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sIZW8K7L6J .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sIZW8K7L6J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sIZW8K7L6J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sIZW8K7L6J .dropdown-item.active,
.cid-sIZW8K7L6J .dropdown-item:active {
  background-color: transparent;
}
.cid-sIZW8K7L6J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sIZW8K7L6J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sIZW8K7L6J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sIZW8K7L6J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sIZW8K7L6J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sIZW8K7L6J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sIZW8K7L6J ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sIZW8K7L6J .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sIZW8K7L6J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sIZW8K7L6J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sIZW8K7L6J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sIZW8K7L6J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIZW8K7L6J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIZW8K7L6J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sIZW8K7L6J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIZW8K7L6J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sIZW8K7L6J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sIZW8K7L6J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIZW8K7L6J .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sIZW8K7L6J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sIZW8K7L6J .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sIZW8K7L6J .navbar {
    height: 70px;
  }
  .cid-sIZW8K7L6J .navbar.opened {
    height: auto;
  }
  .cid-sIZW8K7L6J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIZW8KTTtf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sIZW8L8RR7 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sIZW8Ll3vQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sIZW8Ll3vQ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sIZW8Ll3vQ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sIZW8Ll3vQ .row {
    text-align: center;
  }
  .cid-sIZW8Ll3vQ .row > div {
    margin: auto;
  }
  .cid-sIZW8Ll3vQ .social-row {
    justify-content: center;
  }
}
.cid-sIZW8Ll3vQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sIZW8Ll3vQ .list {
  list-style: none;
  padding-left: 0;
  color: #642346;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sIZW8Ll3vQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sIZW8Ll3vQ .list {
    margin-bottom: 0rem;
  }
}
.cid-sIZW8Ll3vQ .mbr-text {
  color: #bbbbbb;
}
.cid-sIZW8Ll3vQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sIZW8Ll3vQ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sIZW8Ll3vQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sIZW8Ll3vQ .mbr-section-subtitle {
  text-align: center;
  color: #65224b;
}
.cid-sJVNBSKNBO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sJVNBSKNBO nav.navbar {
  position: fixed;
}
.cid-sJVNBSKNBO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJVNBSKNBO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sJVNBSKNBO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sJVNBSKNBO .dropdown-item:hover,
.cid-sJVNBSKNBO .dropdown-item:focus {
  background: #64234b !important;
  color: white !important;
}
.cid-sJVNBSKNBO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sJVNBSKNBO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sJVNBSKNBO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sJVNBSKNBO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJVNBSKNBO .nav-link {
  position: relative;
}
.cid-sJVNBSKNBO .container {
  display: flex;
  margin: auto;
}
.cid-sJVNBSKNBO .iconfont-wrapper {
  color: #65224b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sJVNBSKNBO .dropdown-menu,
.cid-sJVNBSKNBO .navbar.opened {
  background: #ffffff !important;
}
.cid-sJVNBSKNBO .nav-item:focus,
.cid-sJVNBSKNBO .nav-link:focus {
  outline: none;
}
.cid-sJVNBSKNBO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sJVNBSKNBO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJVNBSKNBO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sJVNBSKNBO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJVNBSKNBO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJVNBSKNBO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJVNBSKNBO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sJVNBSKNBO .navbar.opened {
  transition: all 0.3s;
}
.cid-sJVNBSKNBO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sJVNBSKNBO .navbar .navbar-logo img {
  width: auto;
}
.cid-sJVNBSKNBO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJVNBSKNBO .navbar.collapsed {
  justify-content: center;
}
.cid-sJVNBSKNBO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJVNBSKNBO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sJVNBSKNBO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sJVNBSKNBO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJVNBSKNBO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJVNBSKNBO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sJVNBSKNBO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJVNBSKNBO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sJVNBSKNBO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sJVNBSKNBO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJVNBSKNBO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJVNBSKNBO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJVNBSKNBO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJVNBSKNBO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sJVNBSKNBO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sJVNBSKNBO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJVNBSKNBO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJVNBSKNBO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJVNBSKNBO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sJVNBSKNBO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sJVNBSKNBO .navbar.navbar-short {
  min-height: 60px;
}
.cid-sJVNBSKNBO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sJVNBSKNBO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sJVNBSKNBO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJVNBSKNBO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJVNBSKNBO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJVNBSKNBO .dropdown-item.active,
.cid-sJVNBSKNBO .dropdown-item:active {
  background-color: transparent;
}
.cid-sJVNBSKNBO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJVNBSKNBO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJVNBSKNBO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJVNBSKNBO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sJVNBSKNBO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJVNBSKNBO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJVNBSKNBO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sJVNBSKNBO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sJVNBSKNBO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sJVNBSKNBO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sJVNBSKNBO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sJVNBSKNBO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJVNBSKNBO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJVNBSKNBO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sJVNBSKNBO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJVNBSKNBO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sJVNBSKNBO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sJVNBSKNBO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJVNBSKNBO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sJVNBSKNBO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJVNBSKNBO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJVNBSKNBO .navbar {
    height: 70px;
  }
  .cid-sJVNBSKNBO .navbar.opened {
    height: auto;
  }
  .cid-sJVNBSKNBO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJVNBTwTus {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #65224b;
}
.cid-sJVNBTwTus .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sJVNBTwTus .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sJVNBTwTus .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sJVNBTwTus .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-sJVNBTwTus .mbr-text,
.cid-sJVNBTwTus .mbr-section-btn {
  text-align: left;
  color: #eceeef;
}
.cid-sNJLexWpAy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eceeef;
}
.cid-sNJLexWpAy .row {
  flex-direction: row-reverse;
}
.cid-sNJLexWpAy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sNJLexWpAy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sNJLexWpAy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sNJLexWpAy .mbr-section-title {
  text-align: left;
  color: #64234b;
}
.cid-sNJLexWpAy .mbr-text,
.cid-sNJLexWpAy .mbr-section-btn {
  text-align: left;
}
.cid-sNJLPUwob6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sNJLPUwob6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sNJLPUwob6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sNJLPUwob6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sNJLPUwob6 .mbr-section-title {
  text-align: left;
  color: #64234b;
}
.cid-sNJLPUwob6 .mbr-text,
.cid-sNJLPUwob6 .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-sNJN5ifirW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eceeef;
}
.cid-sNJN5ifirW .row {
  flex-direction: row-reverse;
}
.cid-sNJN5ifirW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sNJN5ifirW .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sNJN5ifirW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sNJN5ifirW .mbr-section-title {
  text-align: left;
  color: #64234b;
}
.cid-sNJN5ifirW .mbr-text,
.cid-sNJN5ifirW .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-sNJNpUjWui {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sNJNpUjWui .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sNJNpUjWui .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sNJNpUjWui .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sNJNpUjWui .mbr-section-title {
  text-align: left;
  color: #64234b;
}
.cid-sNJNpUjWui .mbr-text,
.cid-sNJNpUjWui .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-sNJNOPoHPv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eceeef;
}
.cid-sNJNOPoHPv .row {
  flex-direction: row-reverse;
}
.cid-sNJNOPoHPv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sNJNOPoHPv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sNJNOPoHPv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sNJNOPoHPv .mbr-section-title {
  text-align: left;
  color: #64234b;
}
.cid-sNJNOPoHPv .mbr-text,
.cid-sNJNOPoHPv .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-sJVNBVkRzn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #64234b;
}
.cid-sJVNBVkRzn blockquote {
  border-color: #ffb9fa;
  border-radius: 4px;
  background-color: #64234b;
}
.cid-sJVNBVkRzn .mbr-text {
  color: #ffffff;
}
.cid-sJVNBVkRzn .mbr-section-title {
  color: #ffffff;
}
.cid-sJVNBVAxj5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/hintergrund-mk-beautyart-2000x440.jpg");
}
.cid-sJVNBVAxj5 .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-sJVNBVAxj5 img,
.cid-sJVNBVAxj5 .item-img {
  width: 100%;
}
.cid-sJVNBVAxj5 .item:focus,
.cid-sJVNBVAxj5 span:focus {
  outline: none;
}
.cid-sJVNBVAxj5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sJVNBVAxj5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sJVNBVAxj5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJVNBVAxj5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sJVNBVAxj5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sJVNBVAxj5 .mbr-section-title {
  color: #642346;
}
.cid-sJVNBVAxj5 .mbr-section-subtitle {
  color: #353535;
}
.cid-sJVNC7nHco {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #64234b;
}
.cid-sJVNC7nHco .mbr-section-title {
  color: #ffffff;
}
.cid-sJVNC7nHco .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sJVNC7Mrca {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #64234b;
}
.cid-sJVNC8cmoO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJVNC8cmoO .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sJVNC8cmoO .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sJVNC8cmoO .row {
    text-align: center;
  }
  .cid-sJVNC8cmoO .row > div {
    margin: auto;
  }
  .cid-sJVNC8cmoO .social-row {
    justify-content: center;
  }
}
.cid-sJVNC8cmoO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sJVNC8cmoO .list {
  list-style: none;
  padding-left: 0;
  color: #642346;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sJVNC8cmoO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sJVNC8cmoO .list {
    margin-bottom: 0rem;
  }
}
.cid-sJVNC8cmoO .mbr-text {
  color: #bbbbbb;
}
.cid-sJVNC8cmoO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sJVNC8cmoO .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sJVNC8cmoO div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sJVNC8cmoO .mbr-section-subtitle {
  text-align: center;
  color: #65224b;
}
.cid-sQTyjjfd8G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sQTyjjfd8G nav.navbar {
  position: fixed;
}
.cid-sQTyjjfd8G .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sQTyjjfd8G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sQTyjjfd8G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sQTyjjfd8G .dropdown-item:hover,
.cid-sQTyjjfd8G .dropdown-item:focus {
  background: #64234b !important;
  color: white !important;
}
.cid-sQTyjjfd8G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sQTyjjfd8G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sQTyjjfd8G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sQTyjjfd8G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sQTyjjfd8G .nav-link {
  position: relative;
}
.cid-sQTyjjfd8G .container {
  display: flex;
  margin: auto;
}
.cid-sQTyjjfd8G .iconfont-wrapper {
  color: #65224b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sQTyjjfd8G .dropdown-menu,
.cid-sQTyjjfd8G .navbar.opened {
  background: #ffffff !important;
}
.cid-sQTyjjfd8G .nav-item:focus,
.cid-sQTyjjfd8G .nav-link:focus {
  outline: none;
}
.cid-sQTyjjfd8G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sQTyjjfd8G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQTyjjfd8G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sQTyjjfd8G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sQTyjjfd8G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQTyjjfd8G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQTyjjfd8G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sQTyjjfd8G .navbar.opened {
  transition: all 0.3s;
}
.cid-sQTyjjfd8G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sQTyjjfd8G .navbar .navbar-logo img {
  width: auto;
}
.cid-sQTyjjfd8G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQTyjjfd8G .navbar.collapsed {
  justify-content: center;
}
.cid-sQTyjjfd8G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQTyjjfd8G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQTyjjfd8G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sQTyjjfd8G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQTyjjfd8G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQTyjjfd8G .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sQTyjjfd8G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQTyjjfd8G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sQTyjjfd8G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sQTyjjfd8G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQTyjjfd8G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQTyjjfd8G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQTyjjfd8G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQTyjjfd8G .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sQTyjjfd8G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sQTyjjfd8G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQTyjjfd8G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQTyjjfd8G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sQTyjjfd8G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sQTyjjfd8G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sQTyjjfd8G .navbar.navbar-short {
  min-height: 60px;
}
.cid-sQTyjjfd8G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sQTyjjfd8G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sQTyjjfd8G .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sQTyjjfd8G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQTyjjfd8G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQTyjjfd8G .dropdown-item.active,
.cid-sQTyjjfd8G .dropdown-item:active {
  background-color: transparent;
}
.cid-sQTyjjfd8G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQTyjjfd8G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQTyjjfd8G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQTyjjfd8G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sQTyjjfd8G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQTyjjfd8G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQTyjjfd8G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sQTyjjfd8G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sQTyjjfd8G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sQTyjjfd8G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sQTyjjfd8G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQTyjjfd8G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQTyjjfd8G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQTyjjfd8G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQTyjjfd8G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQTyjjfd8G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQTyjjfd8G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQTyjjfd8G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQTyjjfd8G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sQTyjjfd8G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sQTyjjfd8G .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQTyjjfd8G .navbar {
    height: 70px;
  }
  .cid-sQTyjjfd8G .navbar.opened {
    height: auto;
  }
  .cid-sQTyjjfd8G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQTyjk1R44 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #64234b;
}
.cid-sQTyjk1R44 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sQTyjk1R44 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sQTyjk1R44 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sQTyjk1R44 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-sQTyjk1R44 .mbr-text,
.cid-sQTyjk1R44 .mbr-section-btn {
  text-align: left;
  color: #eceeef;
}
.cid-sQTUiTCSEs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQTUiTCSEs ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sQTUiTCSEs li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sQTUiTCSEs ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #64234b;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sQTULOdXXK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sQTULOdXXK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQTULOdXXK .row {
  flex-direction: row-reverse;
}
.cid-sQTULOdXXK img {
  width: 100%;
}
.cid-sQTM4rm5fc {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #64234b;
}
.cid-sQTM4rm5fc blockquote {
  border-color: #bbbbbb;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sQTM6tsrBH {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #64234b;
}
.cid-sQTM6tsrBH video {
  max-width: 100% !IMPORTANT;
  height: auto !IMPORTANT;
}
.cid-sQTyjlgJm2 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #767676;
}
.cid-sQTyjlgJm2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sQTyjlgJm2 .mbr-section-title {
  color: #ffffff;
}
.cid-sQTyjlulso {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #767676;
}
.cid-tkkz0uLdPM {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tkkz0uLdPM .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-tkkz0uLdPM .panel-body {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 1rem 0.5rem 1rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-tkkz0uLdPM .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #64234b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.cid-tkkz0uLdPM .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #64234b;
}
.cid-tkkz0uLdPM .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-tkkz0uLdPM .arrow-group span {
  margin-right: 13.5px;
}
.cid-tkkz0uLdPM .wrap {
  display: flex;
}
.cid-tkkz0uLdPM .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #64234b !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: normal;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-tkkz0uLdPM .icon:before {
  content: "\e908" !important;
}
.cid-tkkz0uLdPM .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-tkkz0uLdPM .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tkkz0uLdPM .card-header {
  padding: 0.7rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-tkkz0uLdPM .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-tkkz0uLdPM .mbr-section-subtitle {
  color: #65224b;
  text-align: left;
}
.cid-tkkz0uLdPM .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tkkz0uLdPM .panel-group {
  width: 100%;
}
.cid-tkkz0uLdPM .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-tkkz0uLdPM .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tkkz0uLdPM .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-tkkz0uLdPM .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tkkz0uLdPM .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tkkz0uLdPM .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-tkkz0uLdPM .header-article-text:hover {
  text-decoration: underline;
  text-align: left;
}
.cid-tkkz0uLdPM .panel-text {
  color: #000000;
  text-align: left;
}
.cid-tkkz0uLdPM .header-text,
.cid-tkkz0uLdPM .sign {
  color: #000000;
  text-align: left;
}
.cid-tkkz0uLdPM .header-article-text,
.cid-tkkz0uLdPM .sign {
  color: #000000;
  text-align: left;
}
.cid-tkkz0uLdPM .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-tkkz0uLdPM h4 {
  margin-bottom: 0;
}
.cid-tkkz0uLdPM .header-article-text {
  text-align: left;
}
.cid-tkkz1g4qky {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQTyjvX9wh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/hintergrund-mk-beautyart-2000x440.jpg");
}
.cid-sQTyjvX9wh .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-sQTyjvX9wh img,
.cid-sQTyjvX9wh .item-img {
  width: 100%;
}
.cid-sQTyjvX9wh .item:focus,
.cid-sQTyjvX9wh span:focus {
  outline: none;
}
.cid-sQTyjvX9wh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sQTyjvX9wh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sQTyjvX9wh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQTyjvX9wh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sQTyjvX9wh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sQTyjvX9wh .mbr-section-title {
  color: #642346;
}
.cid-sQTyjvX9wh .mbr-section-subtitle {
  color: #353535;
}
.cid-sQTyjzdvTi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQTyjzdvTi .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-sQTyjzdvTi .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-sQTyjzdvTi .panel-group {
  border: none;
}
.cid-sQTyjzdvTi .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sQTyjzdvTi .panel-body,
.cid-sQTyjzdvTi .card-header {
  padding: 1rem 0;
}
.cid-sQTyjzdvTi .panel-title-edit {
  color: #1d2c35;
}
.cid-sQTyjzdvTi .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQTyjlDu3W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQTyjlDu3W .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sQTyjlDu3W .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-sQTyjlDu3W .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sQTyjlDu3W .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sQTyjlDu3W .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #64234b;
}
.cid-ttee91vHfp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eceeef;
}
.cid-ttee91vHfp .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ttee91vHfp H2 {
  text-align: center;
}
.cid-sQTyjzKJQ1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQTyjzKJQ1 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sQTyjzKJQ1 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sQTyjzKJQ1 .row {
    text-align: center;
  }
  .cid-sQTyjzKJQ1 .row > div {
    margin: auto;
  }
  .cid-sQTyjzKJQ1 .social-row {
    justify-content: center;
  }
}
.cid-sQTyjzKJQ1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sQTyjzKJQ1 .list {
  list-style: none;
  padding-left: 0;
  color: #642346;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sQTyjzKJQ1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sQTyjzKJQ1 .list {
    margin-bottom: 0rem;
  }
}
.cid-sQTyjzKJQ1 .mbr-text {
  color: #bbbbbb;
}
.cid-sQTyjzKJQ1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sQTyjzKJQ1 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sQTyjzKJQ1 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sQTyjzKJQ1 .mbr-section-subtitle {
  text-align: center;
  color: #65224b;
}
.cid-sCvFRIyjCC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCvFRIyjCC nav.navbar {
  position: fixed;
}
.cid-sCvFRIyjCC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCvFRIyjCC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCvFRIyjCC .dropdown-item:hover,
.cid-sCvFRIyjCC .dropdown-item:focus {
  background: #64234b !important;
  color: white !important;
}
.cid-sCvFRIyjCC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCvFRIyjCC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCvFRIyjCC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCvFRIyjCC .nav-link {
  position: relative;
}
.cid-sCvFRIyjCC .container {
  display: flex;
  margin: auto;
}
.cid-sCvFRIyjCC .iconfont-wrapper {
  color: #65224b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCvFRIyjCC .dropdown-menu,
.cid-sCvFRIyjCC .navbar.opened {
  background: #ffffff !important;
}
.cid-sCvFRIyjCC .nav-item:focus,
.cid-sCvFRIyjCC .nav-link:focus {
  outline: none;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCvFRIyjCC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCvFRIyjCC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sCvFRIyjCC .navbar.opened {
  transition: all 0.3s;
}
.cid-sCvFRIyjCC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCvFRIyjCC .navbar .navbar-logo img {
  width: auto;
}
.cid-sCvFRIyjCC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCvFRIyjCC .navbar.collapsed {
  justify-content: center;
}
.cid-sCvFRIyjCC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCvFRIyjCC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCvFRIyjCC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCvFRIyjCC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCvFRIyjCC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCvFRIyjCC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCvFRIyjCC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCvFRIyjCC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCvFRIyjCC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCvFRIyjCC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCvFRIyjCC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCvFRIyjCC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCvFRIyjCC .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCvFRIyjCC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCvFRIyjCC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCvFRIyjCC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCvFRIyjCC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCvFRIyjCC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCvFRIyjCC .dropdown-item.active,
.cid-sCvFRIyjCC .dropdown-item:active {
  background-color: transparent;
}
.cid-sCvFRIyjCC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCvFRIyjCC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sCvFRIyjCC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCvFRIyjCC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCvFRIyjCC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCvFRIyjCC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCvFRIyjCC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCvFRIyjCC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCvFRIyjCC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCvFRIyjCC .navbar {
    height: 70px;
  }
  .cid-sCvFRIyjCC .navbar.opened {
    height: auto;
  }
  .cid-sCvFRIyjCC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkN3Gn9mhm {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tkN3Gn9mhm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tkN3Gn9mhm .row {
  flex-direction: row-reverse;
}
.cid-tkN3Gn9mhm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tkN3Gn9mhm .text-wrapper {
    padding: 2rem;
  }
}
.cid-tkNb4rQAFK {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkN483d5ll {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eceeef;
}
.cid-tkN483d5ll .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkN483d5ll .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkN483d5ll ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tkN483d5ll li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tkN483d5ll ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #64234b;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tkN483d5ll H3 {
  color: #65224b;
}
.cid-tkN483d5ll .list {
  color: #232323;
}
.cid-tkN46PUIcC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tkN46PUIcC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkN46PUIcC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkN46PUIcC .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tkN46PUIcC .img-item {
  position: relative;
}
.cid-tkN46PUIcC .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-tkN46PUIcC .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-tkN46PUIcC .img-item .img-description p {
  margin-bottom: 0;
}
.cid-tkN46PUIcC .text1 {
  color: #65224b;
}
.cid-tkNbI5a1RB {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkN4wxEgMr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eceeef;
}
.cid-tkN4wxEgMr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkN4wxEgMr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkN4wxEgMr .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #64234b;
  margin-left: 1rem;
}
.cid-tkN4wxEgMr .panel-group {
  border: none;
}
.cid-tkN4wxEgMr .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tkN4wxEgMr .panel-body,
.cid-tkN4wxEgMr .card-header {
  padding: 1rem 0;
}
.cid-tkN4wxEgMr .panel-title-edit {
  color: #65224b;
}
.cid-tkN4wxEgMr .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tkN4wxEgMr H3 {
  color: #65224b;
}
.cid-tkN4q6icze {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tkN4q6icze img,
.cid-tkN4q6icze .item-img {
  width: 100%;
}
.cid-tkN4q6icze .item:focus,
.cid-tkN4q6icze span:focus {
  outline: none;
}
.cid-tkN4q6icze .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tkN4q6icze .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tkN4q6icze .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkN4q6icze .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tkN4q6icze .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tkN4q6icze .mbr-section-title {
  color: #232323;
}
.cid-tkN4q6icze .mbr-text,
.cid-tkN4q6icze .mbr-section-btn {
  text-align: left;
}
.cid-tkN4q6icze .item-title {
  text-align: left;
  color: #65224b;
}
.cid-tkN4q6icze .item-subtitle {
  text-align: center;
}
.cid-tkN4q6icze .mbr-section-subtitle {
  color: #65224b;
}
.cid-tkNcqGnQiz {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCvNAHRl6S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCvNAHRl6S .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sCvNAHRl6S .row {
    text-align: center;
  }
  .cid-sCvNAHRl6S .row > div {
    margin: auto;
  }
  .cid-sCvNAHRl6S .social-row {
    justify-content: center;
  }
}
.cid-sCvNAHRl6S .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sCvNAHRl6S .list {
  list-style: none;
  padding-left: 0;
  color: #642346;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCvNAHRl6S .list {
    margin-bottom: 0rem;
  }
}
.cid-sCvNAHRl6S .mbr-text {
  color: #bbbbbb;
}
.cid-sCvNAHRl6S .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sCvNAHRl6S .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sCvNAHRl6S .mbr-section-subtitle {
  text-align: center;
  color: #65224b;
}
.cid-tkO7PfqL9N {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tkO7PfqL9N nav.navbar {
  position: fixed;
}
.cid-tkO7PfqL9N .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkO7PfqL9N .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tkO7PfqL9N .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tkO7PfqL9N .dropdown-item:hover,
.cid-tkO7PfqL9N .dropdown-item:focus {
  background: #64234b !important;
  color: white !important;
}
.cid-tkO7PfqL9N .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkO7PfqL9N .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkO7PfqL9N .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tkO7PfqL9N .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkO7PfqL9N .nav-link {
  position: relative;
}
.cid-tkO7PfqL9N .container {
  display: flex;
  margin: auto;
}
.cid-tkO7PfqL9N .iconfont-wrapper {
  color: #65224b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkO7PfqL9N .dropdown-menu,
.cid-tkO7PfqL9N .navbar.opened {
  background: #ffffff !important;
}
.cid-tkO7PfqL9N .nav-item:focus,
.cid-tkO7PfqL9N .nav-link:focus {
  outline: none;
}
.cid-tkO7PfqL9N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkO7PfqL9N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkO7PfqL9N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkO7PfqL9N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkO7PfqL9N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkO7PfqL9N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkO7PfqL9N .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tkO7PfqL9N .navbar.opened {
  transition: all 0.3s;
}
.cid-tkO7PfqL9N .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkO7PfqL9N .navbar .navbar-logo img {
  width: auto;
}
.cid-tkO7PfqL9N .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkO7PfqL9N .navbar.collapsed {
  justify-content: center;
}
.cid-tkO7PfqL9N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkO7PfqL9N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkO7PfqL9N .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tkO7PfqL9N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkO7PfqL9N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkO7PfqL9N .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tkO7PfqL9N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkO7PfqL9N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkO7PfqL9N .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkO7PfqL9N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkO7PfqL9N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkO7PfqL9N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkO7PfqL9N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkO7PfqL9N .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tkO7PfqL9N .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkO7PfqL9N .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkO7PfqL9N .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkO7PfqL9N .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkO7PfqL9N .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkO7PfqL9N .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkO7PfqL9N .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkO7PfqL9N .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkO7PfqL9N .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkO7PfqL9N .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkO7PfqL9N .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkO7PfqL9N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkO7PfqL9N .dropdown-item.active,
.cid-tkO7PfqL9N .dropdown-item:active {
  background-color: transparent;
}
.cid-tkO7PfqL9N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkO7PfqL9N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkO7PfqL9N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkO7PfqL9N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkO7PfqL9N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkO7PfqL9N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkO7PfqL9N ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkO7PfqL9N .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkO7PfqL9N button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkO7PfqL9N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tkO7PfqL9N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkO7PfqL9N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkO7PfqL9N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkO7PfqL9N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkO7PfqL9N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkO7PfqL9N nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkO7PfqL9N nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkO7PfqL9N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkO7PfqL9N .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tkO7PfqL9N a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkO7PfqL9N .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkO7PfqL9N .navbar {
    height: 70px;
  }
  .cid-tkO7PfqL9N .navbar.opened {
    height: auto;
  }
  .cid-tkO7PfqL9N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkO7Pg68u8 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tkOjUiyPJ4 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkO7Pgqi8V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkO7Pgqi8V .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tkO7Pgqi8V .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tkO7Pgqi8V .row {
    text-align: center;
  }
  .cid-tkO7Pgqi8V .row > div {
    margin: auto;
  }
  .cid-tkO7Pgqi8V .social-row {
    justify-content: center;
  }
}
.cid-tkO7Pgqi8V .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tkO7Pgqi8V .list {
  list-style: none;
  padding-left: 0;
  color: #642346;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tkO7Pgqi8V .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tkO7Pgqi8V .list {
    margin-bottom: 0rem;
  }
}
.cid-tkO7Pgqi8V .mbr-text {
  color: #bbbbbb;
}
.cid-tkO7Pgqi8V .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tkO7Pgqi8V .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tkO7Pgqi8V div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tkO7Pgqi8V .mbr-section-subtitle {
  text-align: center;
  color: #65224b;
}
.cid-tyGAkXnsMb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tyGAkXnsMb nav.navbar {
  position: fixed;
}
.cid-tyGAkXnsMb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyGAkXnsMb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyGAkXnsMb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyGAkXnsMb .dropdown-item:hover,
.cid-tyGAkXnsMb .dropdown-item:focus {
  background: #64234b !important;
  color: white !important;
}
.cid-tyGAkXnsMb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyGAkXnsMb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyGAkXnsMb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyGAkXnsMb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyGAkXnsMb .nav-link {
  position: relative;
}
.cid-tyGAkXnsMb .container {
  display: flex;
  margin: auto;
}
.cid-tyGAkXnsMb .iconfont-wrapper {
  color: #65224b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyGAkXnsMb .dropdown-menu,
.cid-tyGAkXnsMb .navbar.opened {
  background: #ffffff !important;
}
.cid-tyGAkXnsMb .nav-item:focus,
.cid-tyGAkXnsMb .nav-link:focus {
  outline: none;
}
.cid-tyGAkXnsMb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyGAkXnsMb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyGAkXnsMb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyGAkXnsMb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyGAkXnsMb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyGAkXnsMb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyGAkXnsMb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tyGAkXnsMb .navbar.opened {
  transition: all 0.3s;
}
.cid-tyGAkXnsMb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyGAkXnsMb .navbar .navbar-logo img {
  width: auto;
}
.cid-tyGAkXnsMb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyGAkXnsMb .navbar.collapsed {
  justify-content: center;
}
.cid-tyGAkXnsMb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyGAkXnsMb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyGAkXnsMb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tyGAkXnsMb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyGAkXnsMb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyGAkXnsMb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tyGAkXnsMb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyGAkXnsMb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyGAkXnsMb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyGAkXnsMb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyGAkXnsMb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyGAkXnsMb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyGAkXnsMb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyGAkXnsMb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tyGAkXnsMb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyGAkXnsMb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyGAkXnsMb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyGAkXnsMb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyGAkXnsMb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyGAkXnsMb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyGAkXnsMb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyGAkXnsMb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyGAkXnsMb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyGAkXnsMb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyGAkXnsMb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyGAkXnsMb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyGAkXnsMb .dropdown-item.active,
.cid-tyGAkXnsMb .dropdown-item:active {
  background-color: transparent;
}
.cid-tyGAkXnsMb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyGAkXnsMb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyGAkXnsMb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyGAkXnsMb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyGAkXnsMb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyGAkXnsMb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyGAkXnsMb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyGAkXnsMb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyGAkXnsMb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyGAkXnsMb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyGAkXnsMb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyGAkXnsMb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyGAkXnsMb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyGAkXnsMb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyGAkXnsMb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyGAkXnsMb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyGAkXnsMb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyGAkXnsMb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyGAkXnsMb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyGAkXnsMb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyGAkXnsMb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyGAkXnsMb .navbar {
    height: 70px;
  }
  .cid-tyGAkXnsMb .navbar.opened {
    height: auto;
  }
  .cid-tyGAkXnsMb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyGAkY1JQn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #64234b;
}
.cid-tyGAkY1JQn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tyGAkY1JQn .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tyGAkY1JQn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tyGAkY1JQn .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tyGAkY1JQn .mbr-text,
.cid-tyGAkY1JQn .mbr-section-btn {
  text-align: left;
  color: #eceeef;
}
.cid-tz2fgCSzQ7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tz2fgCSzQ7 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tz2fgCSzQ7 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tz2fgCSzQ7 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #64234b;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tz1QieVTJV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tz1QieVTJV img,
.cid-tz1QieVTJV .item-img {
  width: 100%;
}
.cid-tz1QieVTJV .item:focus,
.cid-tz1QieVTJV span:focus {
  outline: none;
}
.cid-tz1QieVTJV .item-wrapper {
  position: relative;
}
.cid-tz1QieVTJV .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tz1QieVTJV .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tz1QieVTJV .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tz1QieVTJV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tz1QieVTJV .mbr-section-title {
  color: #232323;
}
.cid-tz1QieVTJV .mbr-text,
.cid-tz1QieVTJV .mbr-section-btn {
  text-align: left;
}
.cid-tz1QieVTJV .item-title {
  text-align: center;
  color: #65224b;
}
.cid-tz1QieVTJV .item-subtitle {
  text-align: center;
}
.cid-tz1QieVTJV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tz1QieVTJV .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tz1QieVTJV .embla__button--next,
.cid-tz1QieVTJV .embla__button--prev {
  display: flex;
}
.cid-tz1QieVTJV .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tz1QieVTJV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tz1QieVTJV .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tz1QieVTJV .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tz1QieVTJV .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tz1QieVTJV .embla__button {
    top: auto;
  }
}
.cid-tz1QieVTJV .embla {
  position: relative;
  width: 100%;
}
.cid-tz1QieVTJV .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tz1QieVTJV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tz1QieVTJV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tz1QieVTJV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tz1QieVTJV .mbr-section-subtitle {
  color: #64234b;
}
.cid-tz22syePgz.popup-builder {
  background-color: #ffffff;
}
.cid-tz22syePgz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tz22syePgz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tz22syePgz .modal-content,
.cid-tz22syePgz .modal-dialog {
  height: auto;
}
.cid-tz22syePgz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tz22syePgz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tz22syePgz .form-wrapper .mbr-form .form-group,
  .cid-tz22syePgz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tz22syePgz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tz22syePgz .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz22syePgz .mbr-text {
  text-align: center;
}
.cid-tz22syePgz .pt-0 {
  padding-top: 0 !important;
}
.cid-tz22syePgz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tz22syePgz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tz22syePgz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tz22syePgz .modal-open {
  overflow: hidden;
}
.cid-tz22syePgz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tz22syePgz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tz22syePgz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tz22syePgz .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tz22syePgz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tz22syePgz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tz22syePgz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tz22syePgz .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tz22syePgz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tz22syePgz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tz22syePgz .modal-backdrop.fade {
  opacity: 0;
}
.cid-tz22syePgz .modal-backdrop.show {
  opacity: .5;
}
.cid-tz22syePgz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tz22syePgz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tz22syePgz .modal-header {
    padding: 1rem;
  }
}
.cid-tz22syePgz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tz22syePgz .modal-header .close svg {
  fill: #353535;
}
.cid-tz22syePgz .modal-header .close:hover {
  opacity: 1;
}
.cid-tz22syePgz .modal-header .close:focus {
  outline: none;
}
.cid-tz22syePgz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tz22syePgz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tz22syePgz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tz22syePgz .modal-body {
    padding: 1rem;
  }
}
.cid-tz22syePgz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tz22syePgz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tz22syePgz .modal-footer {
    padding: 1rem;
  }
}
.cid-tz22syePgz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tz22syePgz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tz22syePgz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tz22syePgz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tz22syePgz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tz22syePgz .modal-lg,
  .cid-tz22syePgz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tz22syePgz .modal-xl {
    max-width: 1140px;
  }
}
.cid-tz22syePgz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tz22syePgz .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tz22syePgz .form-group {
  margin-bottom: 1rem;
}
.cid-tz22syePgz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tz22syePgz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tz22syePgz .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tz22syePgz .mbr-section-btn {
  margin: 0;
}
.cid-tz22syePgz .mbr-section-btn .btn {
  margin: 0;
}
.cid-tz2339OoIf.popup-builder {
  background-color: #ffffff;
}
.cid-tz2339OoIf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tz2339OoIf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tz2339OoIf .modal-content,
.cid-tz2339OoIf .modal-dialog {
  height: auto;
}
.cid-tz2339OoIf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tz2339OoIf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tz2339OoIf .form-wrapper .mbr-form .form-group,
  .cid-tz2339OoIf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tz2339OoIf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tz2339OoIf .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz2339OoIf .mbr-text {
  text-align: center;
}
.cid-tz2339OoIf .pt-0 {
  padding-top: 0 !important;
}
.cid-tz2339OoIf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tz2339OoIf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tz2339OoIf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tz2339OoIf .modal-open {
  overflow: hidden;
}
.cid-tz2339OoIf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tz2339OoIf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tz2339OoIf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tz2339OoIf .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tz2339OoIf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tz2339OoIf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tz2339OoIf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tz2339OoIf .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tz2339OoIf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tz2339OoIf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tz2339OoIf .modal-backdrop.fade {
  opacity: 0;
}
.cid-tz2339OoIf .modal-backdrop.show {
  opacity: .5;
}
.cid-tz2339OoIf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tz2339OoIf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tz2339OoIf .modal-header {
    padding: 1rem;
  }
}
.cid-tz2339OoIf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tz2339OoIf .modal-header .close svg {
  fill: #353535;
}
.cid-tz2339OoIf .modal-header .close:hover {
  opacity: 1;
}
.cid-tz2339OoIf .modal-header .close:focus {
  outline: none;
}
.cid-tz2339OoIf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tz2339OoIf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tz2339OoIf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tz2339OoIf .modal-body {
    padding: 1rem;
  }
}
.cid-tz2339OoIf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tz2339OoIf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tz2339OoIf .modal-footer {
    padding: 1rem;
  }
}
.cid-tz2339OoIf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tz2339OoIf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tz2339OoIf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tz2339OoIf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tz2339OoIf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tz2339OoIf .modal-lg,
  .cid-tz2339OoIf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tz2339OoIf .modal-xl {
    max-width: 1140px;
  }
}
.cid-tz2339OoIf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tz2339OoIf .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tz2339OoIf .form-group {
  margin-bottom: 1rem;
}
.cid-tz2339OoIf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tz2339OoIf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tz2339OoIf .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tz2339OoIf .mbr-section-btn {
  margin: 0;
}
.cid-tz2339OoIf .mbr-section-btn .btn {
  margin: 0;
}
.cid-tz233SoiCI.popup-builder {
  background-color: #ffffff;
}
.cid-tz233SoiCI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tz233SoiCI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tz233SoiCI .modal-content,
.cid-tz233SoiCI .modal-dialog {
  height: auto;
}
.cid-tz233SoiCI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tz233SoiCI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tz233SoiCI .form-wrapper .mbr-form .form-group,
  .cid-tz233SoiCI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tz233SoiCI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tz233SoiCI .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz233SoiCI .mbr-text {
  text-align: center;
}
.cid-tz233SoiCI .pt-0 {
  padding-top: 0 !important;
}
.cid-tz233SoiCI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tz233SoiCI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tz233SoiCI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tz233SoiCI .modal-open {
  overflow: hidden;
}
.cid-tz233SoiCI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tz233SoiCI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tz233SoiCI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tz233SoiCI .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tz233SoiCI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tz233SoiCI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tz233SoiCI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tz233SoiCI .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tz233SoiCI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tz233SoiCI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tz233SoiCI .modal-backdrop.fade {
  opacity: 0;
}
.cid-tz233SoiCI .modal-backdrop.show {
  opacity: .5;
}
.cid-tz233SoiCI .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tz233SoiCI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tz233SoiCI .modal-header {
    padding: 1rem;
  }
}
.cid-tz233SoiCI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tz233SoiCI .modal-header .close svg {
  fill: #353535;
}
.cid-tz233SoiCI .modal-header .close:hover {
  opacity: 1;
}
.cid-tz233SoiCI .modal-header .close:focus {
  outline: none;
}
.cid-tz233SoiCI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tz233SoiCI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tz233SoiCI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tz233SoiCI .modal-body {
    padding: 1rem;
  }
}
.cid-tz233SoiCI .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tz233SoiCI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tz233SoiCI .modal-footer {
    padding: 1rem;
  }
}
.cid-tz233SoiCI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tz233SoiCI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tz233SoiCI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tz233SoiCI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tz233SoiCI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tz233SoiCI .modal-lg,
  .cid-tz233SoiCI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tz233SoiCI .modal-xl {
    max-width: 1140px;
  }
}
.cid-tz233SoiCI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tz233SoiCI .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tz233SoiCI .form-group {
  margin-bottom: 1rem;
}
.cid-tz233SoiCI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tz233SoiCI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tz233SoiCI .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tz233SoiCI .mbr-section-btn {
  margin: 0;
}
.cid-tz233SoiCI .mbr-section-btn .btn {
  margin: 0;
}
.cid-tz234At3iL.popup-builder {
  background-color: #ffffff;
}
.cid-tz234At3iL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tz234At3iL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tz234At3iL .modal-content,
.cid-tz234At3iL .modal-dialog {
  height: auto;
}
.cid-tz234At3iL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tz234At3iL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tz234At3iL .form-wrapper .mbr-form .form-group,
  .cid-tz234At3iL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tz234At3iL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tz234At3iL .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz234At3iL .mbr-text {
  text-align: center;
}
.cid-tz234At3iL .pt-0 {
  padding-top: 0 !important;
}
.cid-tz234At3iL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tz234At3iL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tz234At3iL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tz234At3iL .modal-open {
  overflow: hidden;
}
.cid-tz234At3iL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tz234At3iL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tz234At3iL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tz234At3iL .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tz234At3iL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tz234At3iL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tz234At3iL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tz234At3iL .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tz234At3iL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tz234At3iL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tz234At3iL .modal-backdrop.fade {
  opacity: 0;
}
.cid-tz234At3iL .modal-backdrop.show {
  opacity: .5;
}
.cid-tz234At3iL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tz234At3iL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tz234At3iL .modal-header {
    padding: 1rem;
  }
}
.cid-tz234At3iL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tz234At3iL .modal-header .close svg {
  fill: #353535;
}
.cid-tz234At3iL .modal-header .close:hover {
  opacity: 1;
}
.cid-tz234At3iL .modal-header .close:focus {
  outline: none;
}
.cid-tz234At3iL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tz234At3iL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tz234At3iL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tz234At3iL .modal-body {
    padding: 1rem;
  }
}
.cid-tz234At3iL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tz234At3iL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tz234At3iL .modal-footer {
    padding: 1rem;
  }
}
.cid-tz234At3iL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tz234At3iL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tz234At3iL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tz234At3iL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tz234At3iL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tz234At3iL .modal-lg,
  .cid-tz234At3iL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tz234At3iL .modal-xl {
    max-width: 1140px;
  }
}
.cid-tz234At3iL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tz234At3iL .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tz234At3iL .form-group {
  margin-bottom: 1rem;
}
.cid-tz234At3iL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tz234At3iL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tz234At3iL .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tz234At3iL .mbr-section-btn {
  margin: 0;
}
.cid-tz234At3iL .mbr-section-btn .btn {
  margin: 0;
}
.cid-tz235i8DJb.popup-builder {
  background-color: #ffffff;
}
.cid-tz235i8DJb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tz235i8DJb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tz235i8DJb .modal-content,
.cid-tz235i8DJb .modal-dialog {
  height: auto;
}
.cid-tz235i8DJb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tz235i8DJb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tz235i8DJb .form-wrapper .mbr-form .form-group,
  .cid-tz235i8DJb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tz235i8DJb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tz235i8DJb .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz235i8DJb .mbr-text {
  text-align: center;
}
.cid-tz235i8DJb .pt-0 {
  padding-top: 0 !important;
}
.cid-tz235i8DJb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tz235i8DJb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tz235i8DJb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tz235i8DJb .modal-open {
  overflow: hidden;
}
.cid-tz235i8DJb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tz235i8DJb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tz235i8DJb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tz235i8DJb .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tz235i8DJb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tz235i8DJb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tz235i8DJb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tz235i8DJb .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tz235i8DJb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tz235i8DJb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tz235i8DJb .modal-backdrop.fade {
  opacity: 0;
}
.cid-tz235i8DJb .modal-backdrop.show {
  opacity: .5;
}
.cid-tz235i8DJb .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tz235i8DJb .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tz235i8DJb .modal-header {
    padding: 1rem;
  }
}
.cid-tz235i8DJb .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tz235i8DJb .modal-header .close svg {
  fill: #353535;
}
.cid-tz235i8DJb .modal-header .close:hover {
  opacity: 1;
}
.cid-tz235i8DJb .modal-header .close:focus {
  outline: none;
}
.cid-tz235i8DJb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tz235i8DJb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tz235i8DJb .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tz235i8DJb .modal-body {
    padding: 1rem;
  }
}
.cid-tz235i8DJb .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tz235i8DJb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tz235i8DJb .modal-footer {
    padding: 1rem;
  }
}
.cid-tz235i8DJb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tz235i8DJb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tz235i8DJb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tz235i8DJb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tz235i8DJb .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tz235i8DJb .modal-lg,
  .cid-tz235i8DJb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tz235i8DJb .modal-xl {
    max-width: 1140px;
  }
}
.cid-tz235i8DJb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tz235i8DJb .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tz235i8DJb .form-group {
  margin-bottom: 1rem;
}
.cid-tz235i8DJb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tz235i8DJb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tz235i8DJb .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tz235i8DJb .mbr-section-btn {
  margin: 0;
}
.cid-tz235i8DJb .mbr-section-btn .btn {
  margin: 0;
}
.cid-tz237w63LF.popup-builder {
  background-color: #ffffff;
}
.cid-tz237w63LF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tz237w63LF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tz237w63LF .modal-content,
.cid-tz237w63LF .modal-dialog {
  height: auto;
}
.cid-tz237w63LF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tz237w63LF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tz237w63LF .form-wrapper .mbr-form .form-group,
  .cid-tz237w63LF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tz237w63LF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tz237w63LF .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz237w63LF .mbr-text {
  text-align: center;
}
.cid-tz237w63LF .pt-0 {
  padding-top: 0 !important;
}
.cid-tz237w63LF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tz237w63LF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tz237w63LF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tz237w63LF .modal-open {
  overflow: hidden;
}
.cid-tz237w63LF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tz237w63LF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tz237w63LF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tz237w63LF .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tz237w63LF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tz237w63LF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tz237w63LF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tz237w63LF .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tz237w63LF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tz237w63LF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tz237w63LF .modal-backdrop.fade {
  opacity: 0;
}
.cid-tz237w63LF .modal-backdrop.show {
  opacity: .5;
}
.cid-tz237w63LF .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tz237w63LF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tz237w63LF .modal-header {
    padding: 1rem;
  }
}
.cid-tz237w63LF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tz237w63LF .modal-header .close svg {
  fill: #353535;
}
.cid-tz237w63LF .modal-header .close:hover {
  opacity: 1;
}
.cid-tz237w63LF .modal-header .close:focus {
  outline: none;
}
.cid-tz237w63LF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tz237w63LF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tz237w63LF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tz237w63LF .modal-body {
    padding: 1rem;
  }
}
.cid-tz237w63LF .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tz237w63LF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tz237w63LF .modal-footer {
    padding: 1rem;
  }
}
.cid-tz237w63LF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tz237w63LF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tz237w63LF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tz237w63LF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tz237w63LF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tz237w63LF .modal-lg,
  .cid-tz237w63LF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tz237w63LF .modal-xl {
    max-width: 1140px;
  }
}
.cid-tz237w63LF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tz237w63LF .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tz237w63LF .form-group {
  margin-bottom: 1rem;
}
.cid-tz237w63LF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tz237w63LF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tz237w63LF .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tz237w63LF .mbr-section-btn {
  margin: 0;
}
.cid-tz237w63LF .mbr-section-btn .btn {
  margin: 0;
}
.cid-tz238Dytrx.popup-builder {
  background-color: #ffffff;
}
.cid-tz238Dytrx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tz238Dytrx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tz238Dytrx .modal-content,
.cid-tz238Dytrx .modal-dialog {
  height: auto;
}
.cid-tz238Dytrx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tz238Dytrx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tz238Dytrx .form-wrapper .mbr-form .form-group,
  .cid-tz238Dytrx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tz238Dytrx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tz238Dytrx .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz238Dytrx .mbr-text {
  text-align: center;
}
.cid-tz238Dytrx .pt-0 {
  padding-top: 0 !important;
}
.cid-tz238Dytrx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tz238Dytrx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tz238Dytrx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tz238Dytrx .modal-open {
  overflow: hidden;
}
.cid-tz238Dytrx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tz238Dytrx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tz238Dytrx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tz238Dytrx .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tz238Dytrx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tz238Dytrx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tz238Dytrx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tz238Dytrx .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tz238Dytrx .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tz238Dytrx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tz238Dytrx .modal-backdrop.fade {
  opacity: 0;
}
.cid-tz238Dytrx .modal-backdrop.show {
  opacity: .5;
}
.cid-tz238Dytrx .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tz238Dytrx .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tz238Dytrx .modal-header {
    padding: 1rem;
  }
}
.cid-tz238Dytrx .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tz238Dytrx .modal-header .close svg {
  fill: #353535;
}
.cid-tz238Dytrx .modal-header .close:hover {
  opacity: 1;
}
.cid-tz238Dytrx .modal-header .close:focus {
  outline: none;
}
.cid-tz238Dytrx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tz238Dytrx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tz238Dytrx .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tz238Dytrx .modal-body {
    padding: 1rem;
  }
}
.cid-tz238Dytrx .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tz238Dytrx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tz238Dytrx .modal-footer {
    padding: 1rem;
  }
}
.cid-tz238Dytrx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tz238Dytrx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tz238Dytrx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tz238Dytrx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tz238Dytrx .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tz238Dytrx .modal-lg,
  .cid-tz238Dytrx .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tz238Dytrx .modal-xl {
    max-width: 1140px;
  }
}
.cid-tz238Dytrx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tz238Dytrx .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tz238Dytrx .form-group {
  margin-bottom: 1rem;
}
.cid-tz238Dytrx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tz238Dytrx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tz238Dytrx .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tz238Dytrx .mbr-section-btn {
  margin: 0;
}
.cid-tz238Dytrx .mbr-section-btn .btn {
  margin: 0;
}
.cid-tyGAkYtHoP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tyGAkYtHoP ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tyGAkYtHoP li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tyGAkYtHoP ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #64234b;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tz1JnYUtu6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tz1JnYUtu6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz1JnYUtu6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz1JnYUtu6 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tz1JnYUtu6 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tz1JnYUtu6 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tyGAkZgEj5 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #64234b;
}
.cid-tyGAkZgEj5 blockquote {
  border-color: #bbbbbb;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tyGAkZBzfE {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #64234b;
}
.cid-tyGAkZBzfE video {
  max-width: 100% !IMPORTANT;
  height: auto !IMPORTANT;
}
.cid-tyGAkZZQ69 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #767676;
}
.cid-tyGAkZZQ69 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tyGAkZZQ69 .mbr-section-title {
  color: #ffffff;
}
.cid-tyGAl0no1r {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #767676;
}
.cid-tyGAl0JTC0 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tyGAl0JTC0 .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-tyGAl0JTC0 .panel-body {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 1rem 0.5rem 1rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-tyGAl0JTC0 .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #64234b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.cid-tyGAl0JTC0 .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #64234b;
}
.cid-tyGAl0JTC0 .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-tyGAl0JTC0 .arrow-group span {
  margin-right: 13.5px;
}
.cid-tyGAl0JTC0 .wrap {
  display: flex;
}
.cid-tyGAl0JTC0 .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #64234b !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: normal;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-tyGAl0JTC0 .icon:before {
  content: "\e908" !important;
}
.cid-tyGAl0JTC0 .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-tyGAl0JTC0 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tyGAl0JTC0 .card-header {
  padding: 0.7rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-tyGAl0JTC0 .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-tyGAl0JTC0 .mbr-section-subtitle {
  color: #65224b;
  text-align: left;
}
.cid-tyGAl0JTC0 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tyGAl0JTC0 .panel-group {
  width: 100%;
}
.cid-tyGAl0JTC0 .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-tyGAl0JTC0 .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tyGAl0JTC0 .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-tyGAl0JTC0 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tyGAl0JTC0 .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tyGAl0JTC0 .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-tyGAl0JTC0 .header-article-text:hover {
  text-decoration: underline;
  text-align: left;
}
.cid-tyGAl0JTC0 .panel-text {
  color: #000000;
  text-align: left;
}
.cid-tyGAl0JTC0 .header-text,
.cid-tyGAl0JTC0 .sign {
  color: #000000;
  text-align: left;
}
.cid-tyGAl0JTC0 .header-article-text,
.cid-tyGAl0JTC0 .sign {
  color: #000000;
  text-align: left;
}
.cid-tyGAl0JTC0 .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-tyGAl0JTC0 h4 {
  margin-bottom: 0;
}
.cid-tyGAl0JTC0 .header-article-text {
  text-align: left;
}
.cid-tyGAl23ZCP {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tyGAl2u7Lj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/hintergrund-mk-beautyart-2000x440.jpg");
}
.cid-tyGAl2u7Lj .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-tyGAl2u7Lj img,
.cid-tyGAl2u7Lj .item-img {
  width: 100%;
}
.cid-tyGAl2u7Lj .item:focus,
.cid-tyGAl2u7Lj span:focus {
  outline: none;
}
.cid-tyGAl2u7Lj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyGAl2u7Lj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tyGAl2u7Lj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyGAl2u7Lj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tyGAl2u7Lj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tyGAl2u7Lj .mbr-section-title {
  color: #642346;
}
.cid-tyGAl2u7Lj .mbr-section-subtitle {
  color: #353535;
}
.cid-tyGAl3gq9k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tyGAl3gq9k .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tyGAl3gq9k .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-tyGAl3gq9k .panel-group {
  border: none;
}
.cid-tyGAl3gq9k .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tyGAl3gq9k .panel-body,
.cid-tyGAl3gq9k .card-header {
  padding: 1rem 0;
}
.cid-tyGAl3gq9k .panel-title-edit {
  color: #1d2c35;
}
.cid-tyGAl3gq9k .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tyGAl3WAac {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tyGAl3WAac .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tyGAl3WAac .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-tyGAl3WAac .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tyGAl3WAac .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tyGAl3WAac .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #64234b;
}
.cid-tyGAl4Bfip {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eceeef;
}
.cid-tyGAl4Bfip .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tyGAl4Bfip H2 {
  text-align: center;
}
.cid-tyGAl5bDR9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tyGAl5bDR9 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tyGAl5bDR9 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tyGAl5bDR9 .row {
    text-align: center;
  }
  .cid-tyGAl5bDR9 .row > div {
    margin: auto;
  }
  .cid-tyGAl5bDR9 .social-row {
    justify-content: center;
  }
}
.cid-tyGAl5bDR9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tyGAl5bDR9 .list {
  list-style: none;
  padding-left: 0;
  color: #642346;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tyGAl5bDR9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tyGAl5bDR9 .list {
    margin-bottom: 0rem;
  }
}
.cid-tyGAl5bDR9 .mbr-text {
  color: #bbbbbb;
}
.cid-tyGAl5bDR9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tyGAl5bDR9 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tyGAl5bDR9 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tyGAl5bDR9 .mbr-section-subtitle {
  text-align: center;
  color: #65224b;
}
.cid-utqRoPlNws {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-utqRoPlNws nav.navbar {
  position: fixed;
}
.cid-utqRoPlNws .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utqRoPlNws .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utqRoPlNws .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utqRoPlNws .dropdown-item:hover,
.cid-utqRoPlNws .dropdown-item:focus {
  background: #64234b !important;
  color: white !important;
}
.cid-utqRoPlNws .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utqRoPlNws .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utqRoPlNws .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utqRoPlNws .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utqRoPlNws .nav-link {
  position: relative;
}
.cid-utqRoPlNws .container {
  display: flex;
  margin: auto;
}
.cid-utqRoPlNws .iconfont-wrapper {
  color: #65224b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utqRoPlNws .dropdown-menu,
.cid-utqRoPlNws .navbar.opened {
  background: #ffffff !important;
}
.cid-utqRoPlNws .nav-item:focus,
.cid-utqRoPlNws .nav-link:focus {
  outline: none;
}
.cid-utqRoPlNws .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utqRoPlNws .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utqRoPlNws .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utqRoPlNws .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utqRoPlNws .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utqRoPlNws .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utqRoPlNws .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utqRoPlNws .navbar.opened {
  transition: all 0.3s;
}
.cid-utqRoPlNws .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utqRoPlNws .navbar .navbar-logo img {
  width: auto;
}
.cid-utqRoPlNws .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utqRoPlNws .navbar.collapsed {
  justify-content: center;
}
.cid-utqRoPlNws .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utqRoPlNws .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utqRoPlNws .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utqRoPlNws .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utqRoPlNws .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utqRoPlNws .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-utqRoPlNws .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utqRoPlNws .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utqRoPlNws .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utqRoPlNws .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utqRoPlNws .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utqRoPlNws .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utqRoPlNws .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utqRoPlNws .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-utqRoPlNws .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utqRoPlNws .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utqRoPlNws .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utqRoPlNws .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utqRoPlNws .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utqRoPlNws .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utqRoPlNws .navbar.navbar-short {
  min-height: 60px;
}
.cid-utqRoPlNws .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utqRoPlNws .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utqRoPlNws .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utqRoPlNws .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utqRoPlNws .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utqRoPlNws .dropdown-item.active,
.cid-utqRoPlNws .dropdown-item:active {
  background-color: transparent;
}
.cid-utqRoPlNws .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utqRoPlNws .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utqRoPlNws .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utqRoPlNws .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utqRoPlNws .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utqRoPlNws .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utqRoPlNws ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utqRoPlNws .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utqRoPlNws button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utqRoPlNws button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utqRoPlNws button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utqRoPlNws button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utqRoPlNws button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utqRoPlNws button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utqRoPlNws nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utqRoPlNws nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utqRoPlNws nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utqRoPlNws nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utqRoPlNws .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-utqRoPlNws a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utqRoPlNws .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utqRoPlNws .navbar {
    height: 70px;
  }
  .cid-utqRoPlNws .navbar.opened {
    height: auto;
  }
  .cid-utqRoPlNws .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utqRoPPvG4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #64234b;
}
.cid-utqRoPPvG4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-utqRoPPvG4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-utqRoPPvG4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-utqRoPPvG4 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-utqRoPPvG4 .mbr-text,
.cid-utqRoPPvG4 .mbr-section-btn {
  text-align: left;
  color: #eceeef;
}
.cid-utruOCWZtq {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-utruOCWZtq img,
.cid-utruOCWZtq .item-img {
  width: 100%;
}
.cid-utruOCWZtq .item:focus,
.cid-utruOCWZtq span:focus {
  outline: none;
}
.cid-utruOCWZtq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-utruOCWZtq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-utruOCWZtq .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-utruOCWZtq .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utruOCWZtq .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-utruOCWZtq .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-utruOCWZtq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-utruOCWZtq .mbr-section-title {
  color: #232323;
}
.cid-utruOCWZtq .mbr-text,
.cid-utruOCWZtq .mbr-section-btn {
  text-align: left;
}
.cid-utruOCWZtq .item-title {
  text-align: left;
}
.cid-utruOCWZtq .item-subtitle {
  text-align: left;
}
.cid-utrAxk73s9 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-utrAxk73s9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utrAxk73s9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utrAxk73s9 .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-utrAxk73s9 .icon-box {
  background: #64234b;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-utrAxk73s9 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-utrAxk73s9 .card {
    margin-bottom: 2rem;
  }
  .cid-utrAxk73s9 .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-utrAxk73s9 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-utrFjtoQqF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-utrFjtoQqF .mbr-fallback-image.disabled {
  display: none;
}
.cid-utrFjtoQqF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utrFjtoQqF .row {
  align-items: stretch;
  justify-content: center;
}
.cid-utrFjtoQqF .img-item {
  position: relative;
}
.cid-utrFjtoQqF .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-utrFjtoQqF .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-utrFjtoQqF .img-item .img-description p {
  margin-bottom: 0;
}
.cid-utqRoR0BiA {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #64234b;
}
.cid-utqRoR0BiA blockquote {
  border-color: #bbbbbb;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-utqRoRkLuu {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #64234b;
}
.cid-utqRoRkLuu video {
  max-width: 100% !IMPORTANT;
  height: auto !IMPORTANT;
}
.cid-utqRoRH1iD {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #767676;
}
.cid-utqRoRH1iD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-utqRoRH1iD .mbr-section-title {
  color: #ffffff;
}
.cid-utqRoS6wig {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #767676;
}
.cid-utqRoSqbpk {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-utqRoSqbpk .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-utqRoSqbpk .panel-body {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 1rem 0.5rem 1rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-utqRoSqbpk .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #64234b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.cid-utqRoSqbpk .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #64234b;
}
.cid-utqRoSqbpk .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-utqRoSqbpk .arrow-group span {
  margin-right: 13.5px;
}
.cid-utqRoSqbpk .wrap {
  display: flex;
}
.cid-utqRoSqbpk .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #64234b !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: normal;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-utqRoSqbpk .icon:before {
  content: "\e908" !important;
}
.cid-utqRoSqbpk .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-utqRoSqbpk .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-utqRoSqbpk .card-header {
  padding: 0.7rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-utqRoSqbpk .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-utqRoSqbpk .mbr-section-subtitle {
  color: #65224b;
  text-align: left;
}
.cid-utqRoSqbpk .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-utqRoSqbpk .panel-group {
  width: 100%;
}
.cid-utqRoSqbpk .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-utqRoSqbpk .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-utqRoSqbpk .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-utqRoSqbpk .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-utqRoSqbpk .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-utqRoSqbpk .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-utqRoSqbpk .header-article-text:hover {
  text-decoration: underline;
  text-align: left;
}
.cid-utqRoSqbpk .panel-text {
  color: #000000;
  text-align: left;
}
.cid-utqRoSqbpk .header-text,
.cid-utqRoSqbpk .sign {
  color: #000000;
  text-align: left;
}
.cid-utqRoSqbpk .header-article-text,
.cid-utqRoSqbpk .sign {
  color: #000000;
  text-align: left;
}
.cid-utqRoSqbpk .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-utqRoSqbpk h4 {
  margin-bottom: 0;
}
.cid-utqRoSqbpk .header-article-text {
  text-align: left;
}
.cid-utZZPqdsBd {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-utZZPqdsBd .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-utZZPqdsBd .panel-body {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 1rem 0.5rem 1rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-utZZPqdsBd .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #64234b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.cid-utZZPqdsBd .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #64234b;
}
.cid-utZZPqdsBd .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-utZZPqdsBd .arrow-group span {
  margin-right: 13.5px;
}
.cid-utZZPqdsBd .wrap {
  display: flex;
}
.cid-utZZPqdsBd .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #64234b !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: normal;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-utZZPqdsBd .icon:before {
  content: "\e908" !important;
}
.cid-utZZPqdsBd .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-utZZPqdsBd .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-utZZPqdsBd .card-header {
  padding: 0.7rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-utZZPqdsBd .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-utZZPqdsBd .mbr-section-subtitle {
  color: #65224b;
  text-align: left;
}
.cid-utZZPqdsBd .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-utZZPqdsBd .panel-group {
  width: 100%;
}
.cid-utZZPqdsBd .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-utZZPqdsBd .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-utZZPqdsBd .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-utZZPqdsBd .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-utZZPqdsBd .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-utZZPqdsBd .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-utZZPqdsBd .header-article-text:hover {
  text-decoration: underline;
  text-align: left;
}
.cid-utZZPqdsBd .panel-text {
  color: #000000;
  text-align: left;
}
.cid-utZZPqdsBd .header-text,
.cid-utZZPqdsBd .sign {
  color: #000000;
  text-align: left;
}
.cid-utZZPqdsBd .header-article-text,
.cid-utZZPqdsBd .sign {
  color: #000000;
  text-align: left;
}
.cid-utZZPqdsBd .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-utZZPqdsBd h4 {
  margin-bottom: 0;
}
.cid-utZZPqdsBd .header-article-text {
  text-align: left;
}
.cid-utqRoTJDfr {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-utqRoU91zC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/hintergrund-mk-beautyart-2000x440.jpg");
}
.cid-utqRoU91zC .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-utqRoU91zC img,
.cid-utqRoU91zC .item-img {
  width: 100%;
}
.cid-utqRoU91zC .item:focus,
.cid-utqRoU91zC span:focus {
  outline: none;
}
.cid-utqRoU91zC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-utqRoU91zC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-utqRoU91zC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utqRoU91zC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-utqRoU91zC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-utqRoU91zC .mbr-section-title {
  color: #642346;
}
.cid-utqRoU91zC .mbr-section-subtitle {
  color: #353535;
}
.cid-utqRoV2bBT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-utqRoV2bBT .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-utqRoV2bBT .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-utqRoV2bBT .panel-group {
  border: none;
}
.cid-utqRoV2bBT .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-utqRoV2bBT .panel-body,
.cid-utqRoV2bBT .card-header {
  padding: 1rem 0;
}
.cid-utqRoV2bBT .panel-title-edit {
  color: #1d2c35;
}
.cid-utqRoV2bBT .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-utqRoVIJ3s {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-utqRoVIJ3s .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-utqRoVIJ3s .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-utqRoVIJ3s .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utqRoVIJ3s .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-utqRoVIJ3s .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #64234b;
}
.cid-utqRoVIJ3s .mbr-section-subtitle {
  color: #64234b;
}
.cid-utqRoWkQGY {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-utqRoWkQGY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-utqRoWkQGY H2 {
  text-align: center;
}
.cid-utqRoWYJF4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-utqRoWYJF4 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utqRoWYJF4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utqRoWYJF4 .row {
    text-align: center;
  }
  .cid-utqRoWYJF4 .row > div {
    margin: auto;
  }
  .cid-utqRoWYJF4 .social-row {
    justify-content: center;
  }
}
.cid-utqRoWYJF4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utqRoWYJF4 .list {
  list-style: none;
  padding-left: 0;
  color: #642346;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-utqRoWYJF4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utqRoWYJF4 .list {
    margin-bottom: 0rem;
  }
}
.cid-utqRoWYJF4 .mbr-text {
  color: #bbbbbb;
}
.cid-utqRoWYJF4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utqRoWYJF4 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utqRoWYJF4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utqRoWYJF4 .mbr-section-subtitle {
  text-align: center;
  color: #65224b;
}
.cid-utrWGuxPVz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-utrWGuxPVz nav.navbar {
  position: fixed;
}
.cid-utrWGuxPVz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utrWGuxPVz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utrWGuxPVz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utrWGuxPVz .dropdown-item:hover,
.cid-utrWGuxPVz .dropdown-item:focus {
  background: #64234b !important;
  color: white !important;
}
.cid-utrWGuxPVz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utrWGuxPVz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utrWGuxPVz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utrWGuxPVz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utrWGuxPVz .nav-link {
  position: relative;
}
.cid-utrWGuxPVz .container {
  display: flex;
  margin: auto;
}
.cid-utrWGuxPVz .iconfont-wrapper {
  color: #65224b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utrWGuxPVz .dropdown-menu,
.cid-utrWGuxPVz .navbar.opened {
  background: #ffffff !important;
}
.cid-utrWGuxPVz .nav-item:focus,
.cid-utrWGuxPVz .nav-link:focus {
  outline: none;
}
.cid-utrWGuxPVz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utrWGuxPVz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utrWGuxPVz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utrWGuxPVz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utrWGuxPVz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utrWGuxPVz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utrWGuxPVz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utrWGuxPVz .navbar.opened {
  transition: all 0.3s;
}
.cid-utrWGuxPVz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utrWGuxPVz .navbar .navbar-logo img {
  width: auto;
}
.cid-utrWGuxPVz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utrWGuxPVz .navbar.collapsed {
  justify-content: center;
}
.cid-utrWGuxPVz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utrWGuxPVz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utrWGuxPVz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utrWGuxPVz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utrWGuxPVz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utrWGuxPVz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-utrWGuxPVz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utrWGuxPVz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utrWGuxPVz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utrWGuxPVz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utrWGuxPVz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utrWGuxPVz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utrWGuxPVz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utrWGuxPVz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-utrWGuxPVz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utrWGuxPVz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utrWGuxPVz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utrWGuxPVz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utrWGuxPVz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utrWGuxPVz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utrWGuxPVz .navbar.navbar-short {
  min-height: 60px;
}
.cid-utrWGuxPVz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utrWGuxPVz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utrWGuxPVz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utrWGuxPVz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utrWGuxPVz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utrWGuxPVz .dropdown-item.active,
.cid-utrWGuxPVz .dropdown-item:active {
  background-color: transparent;
}
.cid-utrWGuxPVz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utrWGuxPVz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utrWGuxPVz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utrWGuxPVz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utrWGuxPVz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utrWGuxPVz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utrWGuxPVz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utrWGuxPVz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utrWGuxPVz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utrWGuxPVz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utrWGuxPVz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utrWGuxPVz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utrWGuxPVz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utrWGuxPVz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utrWGuxPVz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utrWGuxPVz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utrWGuxPVz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utrWGuxPVz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utrWGuxPVz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-utrWGuxPVz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utrWGuxPVz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utrWGuxPVz .navbar {
    height: 70px;
  }
  .cid-utrWGuxPVz .navbar.opened {
    height: auto;
  }
  .cid-utrWGuxPVz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utrWGvaVho {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #64234b;
}
.cid-utrWGvaVho .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-utrWGvaVho .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-utrWGvaVho .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-utrWGvaVho .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-utrWGvaVho .mbr-text,
.cid-utrWGvaVho .mbr-section-btn {
  text-align: left;
  color: #eceeef;
}
.cid-utssOSWHM4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-utssOSWHM4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utssOSWHM4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utssOSWHM4 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-utssOSWHM4 .card {
    margin-bottom: 2rem!important;
  }
  .cid-utssOSWHM4 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utssOSWHM4 .link-wrap {
    align-items: center;
  }
}
.cid-utssOSWHM4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uts2irACYj {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-uts2irACYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uts2irACYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uts2irACYj .container {
    max-width: 1400px;
  }
}
.cid-uts2irACYj .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #65224b;
  margin-bottom: 2rem;
}
.cid-uts2irACYj .row {
  justify-content: center;
}
.cid-utsuDKsXwz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-utsuDKsXwz .mbr-fallback-image.disabled {
  display: none;
}
.cid-utsuDKsXwz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-utsuDKsXwz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-utsuDKsXwz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-utsuDKsXwz .text-wrapper {
    padding: 2rem;
  }
}
.cid-utrWGxlQQv {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #64234b;
}
.cid-utrWGxlQQv blockquote {
  border-color: #bbbbbb;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-utrWGxMsru {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #64234b;
}
.cid-utrWGxMsru video {
  max-width: 100% !IMPORTANT;
  height: auto !IMPORTANT;
}
.cid-utrWGyekAZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #767676;
}
.cid-utrWGyekAZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-utrWGyekAZ .mbr-section-title {
  color: #ffffff;
}
.cid-utrWGyHvJ9 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #767676;
}
.cid-utrWGz6YnQ {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-utrWGz6YnQ .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-utrWGz6YnQ .panel-body {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 1rem 0.5rem 1rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-utrWGz6YnQ .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #64234b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.cid-utrWGz6YnQ .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #64234b;
}
.cid-utrWGz6YnQ .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-utrWGz6YnQ .arrow-group span {
  margin-right: 13.5px;
}
.cid-utrWGz6YnQ .wrap {
  display: flex;
}
.cid-utrWGz6YnQ .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #64234b !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: normal;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-utrWGz6YnQ .icon:before {
  content: "\e908" !important;
}
.cid-utrWGz6YnQ .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-utrWGz6YnQ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-utrWGz6YnQ .card-header {
  padding: 0.7rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-utrWGz6YnQ .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-utrWGz6YnQ .mbr-section-subtitle {
  color: #65224b;
  text-align: left;
}
.cid-utrWGz6YnQ .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-utrWGz6YnQ .panel-group {
  width: 100%;
}
.cid-utrWGz6YnQ .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-utrWGz6YnQ .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-utrWGz6YnQ .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-utrWGz6YnQ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-utrWGz6YnQ .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-utrWGz6YnQ .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-utrWGz6YnQ .header-article-text:hover {
  text-decoration: underline;
  text-align: left;
}
.cid-utrWGz6YnQ .panel-text {
  color: #000000;
  text-align: left;
}
.cid-utrWGz6YnQ .header-text,
.cid-utrWGz6YnQ .sign {
  color: #000000;
  text-align: left;
}
.cid-utrWGz6YnQ .header-article-text,
.cid-utrWGz6YnQ .sign {
  color: #000000;
  text-align: left;
}
.cid-utrWGz6YnQ .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-utrWGz6YnQ h4 {
  margin-bottom: 0;
}
.cid-utrWGz6YnQ .header-article-text {
  text-align: left;
}
.cid-utrWGAJ3Ew {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-utrWGBfZZJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/hintergrund-mk-beautyart-2000x440.jpg");
}
.cid-utrWGBfZZJ .mbr-overlay {
  background: #fafafa;
  opacity: 0.7;
}
.cid-utrWGBfZZJ img,
.cid-utrWGBfZZJ .item-img {
  width: 100%;
}
.cid-utrWGBfZZJ .item:focus,
.cid-utrWGBfZZJ span:focus {
  outline: none;
}
.cid-utrWGBfZZJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-utrWGBfZZJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-utrWGBfZZJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utrWGBfZZJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-utrWGBfZZJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-utrWGBfZZJ .mbr-section-title {
  color: #642346;
}
.cid-utrWGBfZZJ .mbr-section-subtitle {
  color: #353535;
}
.cid-utrWGCc2Cg {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-utrWGCc2Cg .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-utrWGCc2Cg .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-utrWGCc2Cg .panel-group {
  border: none;
}
.cid-utrWGCc2Cg .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-utrWGCc2Cg .panel-body,
.cid-utrWGCc2Cg .card-header {
  padding: 1rem 0;
}
.cid-utrWGCc2Cg .panel-title-edit {
  color: #1d2c35;
}
.cid-utrWGCc2Cg .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-utrWGCWYeg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-utrWGCWYeg .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-utrWGCWYeg .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-utrWGCWYeg .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utrWGCWYeg .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-utrWGCWYeg .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #64234b;
}
.cid-utrWGCWYeg .mbr-section-subtitle {
  color: #64234b;
}
.cid-utrWGDDPsr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-utrWGDDPsr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-utrWGDDPsr H2 {
  text-align: center;
}
.cid-utrWGElcxn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-utrWGElcxn .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utrWGElcxn .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utrWGElcxn .row {
    text-align: center;
  }
  .cid-utrWGElcxn .row > div {
    margin: auto;
  }
  .cid-utrWGElcxn .social-row {
    justify-content: center;
  }
}
.cid-utrWGElcxn .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utrWGElcxn .list {
  list-style: none;
  padding-left: 0;
  color: #642346;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-utrWGElcxn .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utrWGElcxn .list {
    margin-bottom: 0rem;
  }
}
.cid-utrWGElcxn .mbr-text {
  color: #bbbbbb;
}
.cid-utrWGElcxn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utrWGElcxn .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utrWGElcxn div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utrWGElcxn .mbr-section-subtitle {
  text-align: center;
  color: #65224b;
}
.cid-sCvFRIyjCC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCvFRIyjCC nav.navbar {
  position: fixed;
}
.cid-sCvFRIyjCC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCvFRIyjCC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCvFRIyjCC .dropdown-item:hover,
.cid-sCvFRIyjCC .dropdown-item:focus {
  background: #64234b !important;
  color: white !important;
}
.cid-sCvFRIyjCC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCvFRIyjCC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCvFRIyjCC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCvFRIyjCC .nav-link {
  position: relative;
}
.cid-sCvFRIyjCC .container {
  display: flex;
  margin: auto;
}
.cid-sCvFRIyjCC .iconfont-wrapper {
  color: #65224b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCvFRIyjCC .dropdown-menu,
.cid-sCvFRIyjCC .navbar.opened {
  background: #ffffff !important;
}
.cid-sCvFRIyjCC .nav-item:focus,
.cid-sCvFRIyjCC .nav-link:focus {
  outline: none;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCvFRIyjCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCvFRIyjCC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCvFRIyjCC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCvFRIyjCC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sCvFRIyjCC .navbar.opened {
  transition: all 0.3s;
}
.cid-sCvFRIyjCC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCvFRIyjCC .navbar .navbar-logo img {
  width: auto;
}
.cid-sCvFRIyjCC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCvFRIyjCC .navbar.collapsed {
  justify-content: center;
}
.cid-sCvFRIyjCC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCvFRIyjCC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCvFRIyjCC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCvFRIyjCC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCvFRIyjCC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCvFRIyjCC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCvFRIyjCC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCvFRIyjCC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCvFRIyjCC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCvFRIyjCC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCvFRIyjCC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCvFRIyjCC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCvFRIyjCC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCvFRIyjCC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCvFRIyjCC .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCvFRIyjCC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCvFRIyjCC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCvFRIyjCC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCvFRIyjCC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCvFRIyjCC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCvFRIyjCC .dropdown-item.active,
.cid-sCvFRIyjCC .dropdown-item:active {
  background-color: transparent;
}
.cid-sCvFRIyjCC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCvFRIyjCC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCvFRIyjCC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sCvFRIyjCC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCvFRIyjCC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCvFRIyjCC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCvFRIyjCC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCvFRIyjCC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCvFRIyjCC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCvFRIyjCC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCvFRIyjCC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCvFRIyjCC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCvFRIyjCC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCvFRIyjCC .navbar {
    height: 70px;
  }
  .cid-sCvFRIyjCC .navbar.opened {
    height: auto;
  }
  .cid-sCvFRIyjCC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utZFPP3Egd {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-utZFPP3Egd img,
.cid-utZFPP3Egd .item-img {
  width: 100%;
}
.cid-utZFPP3Egd .item:focus,
.cid-utZFPP3Egd span:focus {
  outline: none;
}
.cid-utZFPP3Egd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-utZFPP3Egd .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-utZFPP3Egd .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-utZFPP3Egd .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utZFPP3Egd .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-utZFPP3Egd .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-utZFPP3Egd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-utZFPP3Egd .mbr-section-title {
  color: #64234b;
}
.cid-utZFPP3Egd .mbr-text,
.cid-utZFPP3Egd .mbr-section-btn {
  text-align: center;
}
.cid-utZFPP3Egd .item-title {
  text-align: center;
  color: #64234b;
}
.cid-utZFPP3Egd .item-subtitle {
  text-align: left;
}
.cid-utZFPP3Egd .item-title DIV {
  text-align: center;
}
.cid-uuMEyx0Dt0 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uuMEyx0Dt0 .mbr-section-title {
  color: #64234b;
}
.cid-uuMzXNyPfd {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uuMzXNyPfd img,
.cid-uuMzXNyPfd .item-img {
  width: 100%;
}
.cid-uuMzXNyPfd .item:focus,
.cid-uuMzXNyPfd span:focus {
  outline: none;
}
.cid-uuMzXNyPfd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uuMzXNyPfd .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uuMzXNyPfd .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uuMzXNyPfd .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uuMzXNyPfd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uuMzXNyPfd .mbr-section-title {
  color: #64234b;
}
.cid-uuMzXNyPfd .mbr-text,
.cid-uuMzXNyPfd .mbr-section-btn {
  text-align: center;
}
.cid-uuMzXNyPfd .item-title {
  text-align: center;
  color: #64234b;
}
.cid-uuMzXNyPfd .item-subtitle {
  text-align: center;
  color: #64234b;
}
.cid-uuMzXNyPfd .item-title DIV {
  text-align: center;
}
.cid-uuMA244c5X {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/hintergrund-mk-beautyart-2000x440.jpg");
}
.cid-uuMA244c5X .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-uuMA244c5X img,
.cid-uuMA244c5X .item-img {
  width: 100%;
}
.cid-uuMA244c5X .item:focus,
.cid-uuMA244c5X span:focus {
  outline: none;
}
.cid-uuMA244c5X .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uuMA244c5X .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uuMA244c5X .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uuMA244c5X .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uuMA244c5X .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uuMA244c5X .mbr-section-title {
  color: #642346;
}
.cid-uuMA244c5X .mbr-section-subtitle {
  color: #353535;
}
.cid-uuMA0cyxo7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #64234b;
}
.cid-uuMA0cyxo7 blockquote {
  border-color: #ffb9fa;
  border-radius: 4px;
  background-color: #64234b;
}
.cid-uuMA0cyxo7 .mbr-text {
  color: #ffffff;
}
.cid-uuMA0cyxo7 .mbr-section-title {
  color: #ffffff;
}
.cid-uuMA51WctO {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eceeef;
}
.cid-uuMA51WctO .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uuMA51WctO H2 {
  text-align: center;
}
.cid-sCvNAHRl6S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCvNAHRl6S .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sCvNAHRl6S .row {
    text-align: center;
  }
  .cid-sCvNAHRl6S .row > div {
    margin: auto;
  }
  .cid-sCvNAHRl6S .social-row {
    justify-content: center;
  }
}
.cid-sCvNAHRl6S .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sCvNAHRl6S .list {
  list-style: none;
  padding-left: 0;
  color: #642346;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCvNAHRl6S .list {
    margin-bottom: 0rem;
  }
}
.cid-sCvNAHRl6S .mbr-text {
  color: #bbbbbb;
}
.cid-sCvNAHRl6S .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sCvNAHRl6S .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sCvNAHRl6S div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sCvNAHRl6S .mbr-section-subtitle {
  text-align: center;
  color: #65224b;
}
.cid-utZHtUdp7i {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-utZHtUdp7i nav.navbar {
  position: fixed;
}
.cid-utZHtUdp7i .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utZHtUdp7i .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utZHtUdp7i .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utZHtUdp7i .dropdown-item:hover,
.cid-utZHtUdp7i .dropdown-item:focus {
  background: #64234b !important;
  color: white !important;
}
.cid-utZHtUdp7i .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utZHtUdp7i .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utZHtUdp7i .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utZHtUdp7i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utZHtUdp7i .nav-link {
  position: relative;
}
.cid-utZHtUdp7i .container {
  display: flex;
  margin: auto;
}
.cid-utZHtUdp7i .iconfont-wrapper {
  color: #65224b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utZHtUdp7i .dropdown-menu,
.cid-utZHtUdp7i .navbar.opened {
  background: #ffffff !important;
}
.cid-utZHtUdp7i .nav-item:focus,
.cid-utZHtUdp7i .nav-link:focus {
  outline: none;
}
.cid-utZHtUdp7i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utZHtUdp7i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utZHtUdp7i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utZHtUdp7i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utZHtUdp7i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utZHtUdp7i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utZHtUdp7i .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-utZHtUdp7i .navbar.opened {
  transition: all 0.3s;
}
.cid-utZHtUdp7i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utZHtUdp7i .navbar .navbar-logo img {
  width: auto;
}
.cid-utZHtUdp7i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utZHtUdp7i .navbar.collapsed {
  justify-content: center;
}
.cid-utZHtUdp7i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utZHtUdp7i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utZHtUdp7i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utZHtUdp7i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utZHtUdp7i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utZHtUdp7i .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-utZHtUdp7i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utZHtUdp7i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utZHtUdp7i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utZHtUdp7i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utZHtUdp7i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utZHtUdp7i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utZHtUdp7i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utZHtUdp7i .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-utZHtUdp7i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utZHtUdp7i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utZHtUdp7i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utZHtUdp7i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utZHtUdp7i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utZHtUdp7i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utZHtUdp7i .navbar.navbar-short {
  min-height: 60px;
}
.cid-utZHtUdp7i .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utZHtUdp7i .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utZHtUdp7i .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utZHtUdp7i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utZHtUdp7i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utZHtUdp7i .dropdown-item.active,
.cid-utZHtUdp7i .dropdown-item:active {
  background-color: transparent;
}
.cid-utZHtUdp7i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utZHtUdp7i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utZHtUdp7i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utZHtUdp7i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-utZHtUdp7i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utZHtUdp7i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utZHtUdp7i ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utZHtUdp7i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utZHtUdp7i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utZHtUdp7i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utZHtUdp7i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utZHtUdp7i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utZHtUdp7i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utZHtUdp7i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utZHtUdp7i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utZHtUdp7i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utZHtUdp7i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utZHtUdp7i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utZHtUdp7i .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-utZHtUdp7i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utZHtUdp7i .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utZHtUdp7i .navbar {
    height: 70px;
  }
  .cid-utZHtUdp7i .navbar.opened {
    height: auto;
  }
  .cid-utZHtUdp7i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utZHtUEyQd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-utZHtUEyQd img,
.cid-utZHtUEyQd .item-img {
  width: 100%;
}
.cid-utZHtUEyQd .item:focus,
.cid-utZHtUEyQd span:focus {
  outline: none;
}
.cid-utZHtUEyQd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-utZHtUEyQd .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-utZHtUEyQd .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-utZHtUEyQd .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utZHtUEyQd .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-utZHtUEyQd .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-utZHtUEyQd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-utZHtUEyQd .mbr-section-title {
  color: #64234b;
}
.cid-utZHtUEyQd .mbr-text,
.cid-utZHtUEyQd .mbr-section-btn {
  text-align: center;
}
.cid-utZHtUEyQd .item-title {
  text-align: center;
  color: #64234b;
}
.cid-utZHtUEyQd .item-subtitle {
  text-align: left;
}
.cid-utZHtUEyQd .item-title DIV {
  text-align: center;
}
.cid-uuPRXGFhgV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uuPRXGFhgV .mbr-section-title {
  color: #64234b;
}
.cid-uuPTpDvPQM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uuPTpDvPQM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuPTpDvPQM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuPTpDvPQM .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uuPTpDvPQM .card {
    margin-bottom: 2rem!important;
  }
  .cid-uuPTpDvPQM .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uuPTpDvPQM .link-wrap {
    align-items: center;
  }
}
.cid-uuPTpDvPQM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uuPTpDvPQM .card-title,
.cid-uuPTpDvPQM .card-box {
  color: #000000;
}
.cid-uuPUmyGolu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uuPUmyGolu .mbr-section-subtitle {
  color: #232323;
}
.cid-uuPUmyGolu .mbr-section-title {
  color: #64234b;
}
.cid-uuPTsdrHeh {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eceeef;
}
.cid-uuPTsdrHeh .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uuPTsdrHeh H2 {
  text-align: center;
}
.cid-utZHtVcwTq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-utZHtVcwTq .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utZHtVcwTq .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-utZHtVcwTq .row {
    text-align: center;
  }
  .cid-utZHtVcwTq .row > div {
    margin: auto;
  }
  .cid-utZHtVcwTq .social-row {
    justify-content: center;
  }
}
.cid-utZHtVcwTq .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utZHtVcwTq .list {
  list-style: none;
  padding-left: 0;
  color: #642346;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-utZHtVcwTq .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utZHtVcwTq .list {
    margin-bottom: 0rem;
  }
}
.cid-utZHtVcwTq .mbr-text {
  color: #bbbbbb;
}
.cid-utZHtVcwTq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-utZHtVcwTq .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-utZHtVcwTq div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-utZHtVcwTq .mbr-section-subtitle {
  text-align: center;
  color: #65224b;
}
.cid-uuKO3BxqHa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uuKO3BxqHa nav.navbar {
  position: fixed;
}
.cid-uuKO3BxqHa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuKO3BxqHa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uuKO3BxqHa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uuKO3BxqHa .dropdown-item:hover,
.cid-uuKO3BxqHa .dropdown-item:focus {
  background: #64234b !important;
  color: white !important;
}
.cid-uuKO3BxqHa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uuKO3BxqHa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uuKO3BxqHa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uuKO3BxqHa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uuKO3BxqHa .nav-link {
  position: relative;
}
.cid-uuKO3BxqHa .container {
  display: flex;
  margin: auto;
}
.cid-uuKO3BxqHa .iconfont-wrapper {
  color: #65224b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uuKO3BxqHa .dropdown-menu,
.cid-uuKO3BxqHa .navbar.opened {
  background: #ffffff !important;
}
.cid-uuKO3BxqHa .nav-item:focus,
.cid-uuKO3BxqHa .nav-link:focus {
  outline: none;
}
.cid-uuKO3BxqHa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuKO3BxqHa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuKO3BxqHa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uuKO3BxqHa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuKO3BxqHa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuKO3BxqHa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuKO3BxqHa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uuKO3BxqHa .navbar.opened {
  transition: all 0.3s;
}
.cid-uuKO3BxqHa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uuKO3BxqHa .navbar .navbar-logo img {
  width: auto;
}
.cid-uuKO3BxqHa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uuKO3BxqHa .navbar.collapsed {
  justify-content: center;
}
.cid-uuKO3BxqHa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuKO3BxqHa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uuKO3BxqHa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uuKO3BxqHa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuKO3BxqHa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuKO3BxqHa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uuKO3BxqHa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuKO3BxqHa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uuKO3BxqHa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uuKO3BxqHa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuKO3BxqHa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuKO3BxqHa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuKO3BxqHa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuKO3BxqHa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uuKO3BxqHa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uuKO3BxqHa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uuKO3BxqHa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uuKO3BxqHa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uuKO3BxqHa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuKO3BxqHa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uuKO3BxqHa .navbar.navbar-short {
  min-height: 60px;
}
.cid-uuKO3BxqHa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uuKO3BxqHa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uuKO3BxqHa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuKO3BxqHa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uuKO3BxqHa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuKO3BxqHa .dropdown-item.active,
.cid-uuKO3BxqHa .dropdown-item:active {
  background-color: transparent;
}
.cid-uuKO3BxqHa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuKO3BxqHa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuKO3BxqHa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuKO3BxqHa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uuKO3BxqHa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uuKO3BxqHa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuKO3BxqHa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uuKO3BxqHa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uuKO3BxqHa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uuKO3BxqHa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uuKO3BxqHa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuKO3BxqHa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuKO3BxqHa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuKO3BxqHa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuKO3BxqHa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuKO3BxqHa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuKO3BxqHa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuKO3BxqHa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuKO3BxqHa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uuKO3BxqHa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uuKO3BxqHa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uuKO3BxqHa .navbar {
    height: 70px;
  }
  .cid-uuKO3BxqHa .navbar.opened {
    height: auto;
  }
  .cid-uuKO3BxqHa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuKO3CbqzY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #64234b;
}
.cid-uuKO3CbqzY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uuKO3CbqzY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uuKO3CbqzY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uuKO3CbqzY .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uuKO3CbqzY .mbr-text,
.cid-uuKO3CbqzY .mbr-section-btn {
  text-align: left;
  color: #eceeef;
}
.cid-uuKWvkYD9e {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuKWvkYD9e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuKWvkYD9e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuKWvkYD9e .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uuKWvkYD9e .card {
    margin-bottom: 2rem!important;
  }
  .cid-uuKWvkYD9e .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uuKWvkYD9e .link-wrap {
    align-items: center;
  }
}
.cid-uuKWvkYD9e .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uuKWvkYD9e .card-title,
.cid-uuKWvkYD9e .card-box {
  color: #000000;
}
.cid-uuKO3Dm11q {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uuKO3Dm11q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuKO3Dm11q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuKO3Dm11q .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uuKO3Dm11q .icon-box {
  background: #64234b;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uuKO3Dm11q .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uuKO3Dm11q .card {
    margin-bottom: 2rem;
  }
  .cid-uuKO3Dm11q .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uuKO3Dm11q .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uuKO3Eveen {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #64234b;
}
.cid-uuKO3Eveen blockquote {
  border-color: #bbbbbb;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uuKO3GHxpz {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uuKO3GHxpz .panel-body-wpapper {
  padding: 2.5rem 0;
}
.cid-uuKO3GHxpz .panel-body {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 1rem 0.5rem 1rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-uuKO3GHxpz .card-img {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #64234b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.cid-uuKO3GHxpz .icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  border: 2px solid #64234b;
}
.cid-uuKO3GHxpz .arrow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #000000;
}
.cid-uuKO3GHxpz .arrow-group span {
  margin-right: 13.5px;
}
.cid-uuKO3GHxpz .wrap {
  display: flex;
}
.cid-uuKO3GHxpz .icon {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #64234b !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .7rem;
  font-weight: normal;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-uuKO3GHxpz .icon:before {
  content: "\e908" !important;
}
.cid-uuKO3GHxpz .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-uuKO3GHxpz .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uuKO3GHxpz .card-header {
  padding: 0.7rem 0;
  border-bottom: 1px solid #efefef;
}
.cid-uuKO3GHxpz .card .card-header a.panel-title {
  background-color: transparent!important;
}
.cid-uuKO3GHxpz .mbr-section-subtitle {
  color: #65224b;
  text-align: left;
}
.cid-uuKO3GHxpz .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uuKO3GHxpz .panel-group {
  width: 100%;
}
.cid-uuKO3GHxpz .card .card-header {
  background: none;
  border-radius: 0px;
}
.cid-uuKO3GHxpz .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uuKO3GHxpz .card .card-header a.panel-title:hover {
  opacity: 0.75;
}
.cid-uuKO3GHxpz .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uuKO3GHxpz .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uuKO3GHxpz .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-uuKO3GHxpz .header-article-text:hover {
  text-decoration: underline;
  text-align: left;
}
.cid-uuKO3GHxpz .panel-text {
  color: #000000;
  text-align: left;
}
.cid-uuKO3GHxpz .header-text,
.cid-uuKO3GHxpz .sign {
  color: #000000;
  text-align: left;
}
.cid-uuKO3GHxpz .header-article-text,
.cid-uuKO3GHxpz .sign {
  color: #000000;
  text-align: left;
}
.cid-uuKO3GHxpz .accordion > .card > .card-header {
  margin-bottom: 0 !important;
}
.cid-uuKO3GHxpz h4 {
  margin-bottom: 0;
}
.cid-uuKO3GHxpz .header-article-text {
  text-align: left;
}
.cid-uuKO3JP8uT {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uuKO3Moyu1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uuKO3Moyu1 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uuKO3Moyu1 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-uuKO3Moyu1 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuKO3Moyu1 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uuKO3Moyu1 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #64234b;
}
.cid-uuKO3Moyu1 .mbr-section-subtitle {
  color: #64234b;
}
.cid-uuKO3NHoHi {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-uuKO3NHoHi .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uuKO3NHoHi H2 {
  text-align: center;
}
.cid-uuKO3OQTyl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uuKO3OQTyl .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uuKO3OQTyl .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uuKO3OQTyl .row {
    text-align: center;
  }
  .cid-uuKO3OQTyl .row > div {
    margin: auto;
  }
  .cid-uuKO3OQTyl .social-row {
    justify-content: center;
  }
}
.cid-uuKO3OQTyl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uuKO3OQTyl .list {
  list-style: none;
  padding-left: 0;
  color: #642346;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uuKO3OQTyl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuKO3OQTyl .list {
    margin-bottom: 0rem;
  }
}
.cid-uuKO3OQTyl .mbr-text {
  color: #bbbbbb;
}
.cid-uuKO3OQTyl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uuKO3OQTyl .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uuKO3OQTyl div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uuKO3OQTyl .mbr-section-subtitle {
  text-align: center;
  color: #65224b;
}
