@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: 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: 55px;
  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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.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;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Merriweather', serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.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: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #4a1448 !important;
}
.bg-info {
  background-color: #ff6cd1 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f60cac !important;
  border-color: #f60cac !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f83dbd !important;
  border-color: #f83dbd !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f83dbd !important;
  border-color: #f83dbd !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff6cd1 !important;
  border-color: #ff6cd1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ff9fe1 !important;
  border-color: #ff9fe1 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ff9fe1 !important;
  border-color: #ff9fe1 !important;
}
.btn-success,
.btn-success:active {
  background-color: #4a1448 !important;
  border-color: #4a1448 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #721f6f !important;
  border-color: #721f6f !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #721f6f !important;
  border-color: #721f6f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f60cac;
  color: #f60cac;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a50673 !important;
  background-color: transparent !important;
  border-color: #a50673 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f60cac !important;
  border-color: #f60cac !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ff6cd1;
  color: #ff6cd1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ff15b6 !important;
  background-color: transparent !important;
  border-color: #ff15b6 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6cd1 !important;
  border-color: #ff6cd1 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #4a1448;
  color: #4a1448;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #060206 !important;
  background-color: transparent !important;
  border-color: #060206 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4a1448 !important;
  border-color: #4a1448 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #ffffff !important;
}
.text-secondary {
  color: #f60cac !important;
}
.text-success {
  color: #4a1448 !important;
}
.text-info {
  color: #ff6cd1 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #960669 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ff06b1 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff6cd1;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d76cd3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Merriweather', serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Merriweather', serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #000000 !important;
  background-color: #ffffff !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: #f60cac !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='%23ffffff' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v1APZYth85 {
  text-shadow: 2px 2px 5px black;
}
.cid-v1APZYth85 .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #c00084;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.5s ease-out forwards;
}
.cid-v1APZYth85 .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 15px 15px 15px 15px;
  color: gray;
}
.cid-v1APZYth85 .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-v1APZYth85 .navbar-fixed-top {
  padding-top: 0;
}
.cid-v1APZYth85 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-v1APZYth85 .collapse {
  justify-content: space-between !important;
}
.cid-v1APZYth85 .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #393193;
  color: gray;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin-top: 0 !important;
}
.cid-v1APZYth85 .dropdown-menu.show {
  opacity: 1;
}
.cid-v1APZYth85 .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
  text-shadow: 0px 0px 0px black;
}
.cid-v1APZYth85 .mbr-iconfont {
  cursor: pointer;
}
.cid-v1APZYth85 .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-v1APZYth85 .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #ffffff;
  border-radius: 50%;
}
.cid-v1APZYth85 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v1APZYth85 .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-v1APZYth85 .menu-logo {
  display: flex;
  align-items: center;
}
.cid-v1APZYth85 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v1APZYth85 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v1APZYth85 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v1APZYth85 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v1APZYth85 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v1APZYth85 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v1APZYth85 .menu-content-top {
  background: #393193;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-v1APZYth85 .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-v1APZYth85 .dropdown-item,
.cid-v1APZYth85 .nav-link,
.cid-v1APZYth85 .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-v1APZYth85 .dropdown-item:hover,
.cid-v1APZYth85 .nav-link:hover,
.cid-v1APZYth85 .brand-name:hover {
  color: #ffffff !important;
}
.cid-v1APZYth85 .dropdown-item:active {
  background-color: #393193;
  z-index: 9999;
  opacity: 1;
}
.cid-v1APZYth85 .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
}
.cid-v1APZYth85 .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(192, 0, 132, 0.7) !important;
}
.cid-v1APZYth85 .dropdown-item:before {
  align-items: center;
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1APZYth85 .content-text {
  margin-bottom: 0;
}
.cid-v1APZYth85 .navbar-nav {
  align-items: center;
  justify-content: center;
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-v1APZYth85 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v1APZYth85 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v1APZYth85 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v1APZYth85 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v1APZYth85 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v1APZYth85 .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v1APZYth85 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.4s ease-out forwards;
  animation-delay: 0.9s;
}
.cid-v1APZYth85 .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v1APZYth85 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v1APZYth85 .content-right-side {
  text-align: center;
}
.cid-v1APZYth85 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v1APZYth85 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v1APZYth85 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff;
}
.cid-v1APZYth85 .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-v1APZYth85 .widget-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1APZYth85 .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-v1APZYth85 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v1APZYth85 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-v1APZYth85 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v1APZYth85 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v1APZYth85 .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-v1APZYth85 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-v1APZYth85 .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-v1APZYth85 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v1APZYth85 .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-v1APZYth85 .navbar {
    display: block;
    padding: 0;
  }
  .cid-v1APZYth85 .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v1APZYth85 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-v1APZYth85 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-v1APZYth85 .navbar-toggler {
    display: none;
  }
  .cid-v1APZYth85 .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-v1APZYth85 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v1APZYth85 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v1APZYth85 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v1APZYth85 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v1APZYth85 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v1APZYth85 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1APZYth85 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v1APZYth85 .dropdown .dropdown-menu {
  opacity: 1;
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v1APZYth85 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v1APZYth85 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1APZYth85 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1APZYth85 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v1APZYth85 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v1APZYth85 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1APZYth85 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v1APZYth85 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1APZYth85 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v1APZYth85 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v1APZYth85 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v1APZYth85 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v1APZYth85 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v1APZYth85 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v1APZYth85 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-v1APZYth85 button.navbar-toggler:focus {
  outline: none;
}
.cid-v1APZYth85 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1APZYth85 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1APZYth85 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1APZYth85 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1APZYth85 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1APZYth85 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1APZYth85 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1APZYth85 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1APZYth85 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1APZYth85 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1APZYth85 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1APZYth85 .collapsed .btn {
  display: flex;
}
.cid-v1APZYth85 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v1APZYth85 .collapsed .navbar-collapse.collapsing,
.cid-v1APZYth85 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v1APZYth85 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v1APZYth85 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v1APZYth85 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v1APZYth85 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v1APZYth85 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v1APZYth85 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v1APZYth85 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v1APZYth85 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-v1APZYth85 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v1APZYth85 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v1APZYth85 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v1APZYth85 .collapsed button.navbar-toggler {
  display: block;
}
.cid-v1APZYth85 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v1APZYth85 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v1APZYth85 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  border-radius: 0em 0em 2em 2em;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v1APZYth85 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v1APZYth85 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v1APZYth85 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v1APZYth85 .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-v1APZYth85 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-v1APZYth85 .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    width: 100%;
  }
  .cid-v1APZYth85 .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #c00084;
    padding-top: 0.5rem;
    border-radius: 0 0 2em 2em;
    -webkit-box-shadow: 10px 10px 15px #000000;
    box-shadow: 10px 10px 15px #000000;
    z-index: 1050;
  }
  .cid-v1APZYth85 .navbar-collapse.collapsing,
  .cid-v1APZYth85 .navbar-collapse.show {
    display: block !important;
  }
  .cid-v1APZYth85 .navbar-collapse.collapsing .navbar-nav,
  .cid-v1APZYth85 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v1APZYth85 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v1APZYth85 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v1APZYth85 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v1APZYth85 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v1APZYth85 .navbar-collapse.collapsing .navbar-buttons,
  .cid-v1APZYth85 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-v1APZYth85 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v1APZYth85 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v1APZYth85 img {
    height: 3.8rem !important;
  }
  .cid-v1APZYth85 .btn {
    display: flex;
  }
  .cid-v1APZYth85 button.navbar-toggler {
    display: block;
  }
  .cid-v1APZYth85 .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-v1APZYth85 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v1APZYth85 .dropdown {
    transition: all 0.3s ease;
  }
  .cid-v1APZYth85 .dropdown .dropdown-menu {
    width: 100%;
    opcaity: 1;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v1APZYth85 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v1APZYth85 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v1APZYth85 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-v1APZYth85 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v1APZYth85 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.75rem 1.5rem !important;
    transition: all 0.3s ease;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
  }
  .cid-v1APZYth85 .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-v1APZYth85 .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-v1APZYth85 .navbar-toggler {
    order: 1;
  }
  .cid-v1APZYth85 .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-v1APZYth85 .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-v1APZYth85 .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(192, 0, 132, 0.7) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-v1APZYth85 .navbar-collapse.show .nav-item,
  .cid-v1APZYth85 .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
  }
  .cid-v1APZYth85 .navbar-collapse.show .nav-item:nth-child(1),
  .cid-v1APZYth85 .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }
  .cid-v1APZYth85 .navbar-collapse.show .nav-item:nth-child(2),
  .cid-v1APZYth85 .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.15s;
  }
  .cid-v1APZYth85 .navbar-collapse.show .nav-item:nth-child(3),
  .cid-v1APZYth85 .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.2s;
  }
  .cid-v1APZYth85 .navbar-collapse.show .nav-item:nth-child(4),
  .cid-v1APZYth85 .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.25s;
  }
  .cid-v1APZYth85 .navbar-collapse.show .nav-item:nth-child(5),
  .cid-v1APZYth85 .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.3s;
  }
  .cid-v1APZYth85 .navbar-collapse.show .navbar-buttons,
  .cid-v1APZYth85 .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
    animation-delay: 0.4s;
  }
  .cid-v1APZYth85 .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-v1APZYth85 .dropdown .dropdown-menu {
    position: relative !important;
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-top: 0;
    background-color: rgba(57, 49, 147, 0.7) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-v1APZYth85 .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-v1APZYth85 .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-v1APZYth85 .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-v1APZYth85 .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-v1APZYth85 .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
  }
  .cid-v1APZYth85 .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-v1APZYth85 .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-v1APZYth85 .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.2s ease-out forwards;
  }
  .cid-v1APZYth85 .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-v1APZYth85 .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.1s;
  }
  .cid-v1APZYth85 .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.15s;
  }
  .cid-v1APZYth85 .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.2s;
  }
  .cid-v1APZYth85 .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.25s;
  }
  .cid-v1APZYth85 .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.3s;
  }
  .cid-v1APZYth85 .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-v1APZYth85 .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
.cid-v1APZYth85 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-v1APZYth85 .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-v1APZYth85 .navbar-toggler {
  position: relative;
}
.cid-v1APZYth85 .dropdown-item.active,
.cid-v1APZYth85 .dropdown-item:active {
  color: initial;
}
.cid-v1APZYth85 .widget-title,
.cid-v1APZYth85 .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-v1APZYth85 .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-v1APZYth85 .menu-logo {
    display: none;
  }
  .cid-v1APZYth85 .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-v1APZYth85 .nav-item:before {
    content: none;
  }
  .cid-v1APZYth85 .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-v1APZYth85 .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v1APZYth85 button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-v1APZYth85 .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-v1APZYth85 .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-v1APZYth85 .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
  }
  .cid-v1APZYth85 .navbar-brand img {
    max-height: 60px;
    width: auto;
  }
  .cid-v1APZYth85 .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-v1APZYth85 .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-v1APZYth85 .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-v1APZYth85 .menu-content-top,
  .cid-v1APZYth85 .menu-content-right {
    z-index: 0;
  }
}
.cid-v1APZYth85 .navbar.bg-color.transparent {
  background: rgba(192, 0, 132, 0.7) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-v1APZYth85 .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(57, 49, 147, 0.7) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromRightMobile {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  60% {
    transform: translateX(-3px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(1px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-v1APZYth85 .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(400px);
  animation: slideInFromRightInitial 1.5s ease-out forwards;
}
.cid-v1APZYth85 .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-v1APZYth85 .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v1APZYth85 .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-v1APZYth85 .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-v1APZYth85 .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-v1APZYth85 .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-v1APZYth85 .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-v1APZYth85 .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.8s;
}
.cid-v1APZYth85 .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.3s ease-out forwards;
}
.cid-v1APZYth85 .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-v1APZYth85 .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v1APZYth85 .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-v1APZYth85 .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-v1APZYth85 .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-v1APZYth85 .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-v1APZYth85 .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-v1APZYth85 .nav-item .nav-link {
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-v1APZYth85 .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-v1APZYth85 .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
@keyframes dropdownSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-10px) translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
.cid-v1APZYth85 .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-v1APZYth85 .navbar-logo a,
.cid-v1APZYth85 .navbar-logo img,
.cid-v1APZYth85 .navbar-brand a,
.cid-v1APZYth85 .navbar-brand img {
  border-radius: 0 !important;
}
.cid-v1APZYth85 .navbar-logo .grow,
.cid-v1APZYth85 .navbar-brand .grow {
  border-radius: 0 !important;
}
.cid-v1APZYth85 .menu .icon-wrap .widget-icon {
  color: #ffffff;
  fill: #ffffff;
}
.cid-v1APZYth85 .menu .icon-wrap .widget-icon.socicon-facebook {
  color: #0050e7 !important;
  fill: #0050e7 !important;
}
.cid-v1APZYth85 .menu .icon-wrap .widget-icon.socicon-youtube {
  color: #ff0000 !important;
  fill: #ff0000 !important;
}
.cid-v1APZYth85 .menu .icon-wrap .widget-icon.socicon-tiktok,
.cid-v1APZYth85 .menu .icon-wrap .widget-icon.socicon-twitter {
  color: #ffffff !important;
  fill: #ffffff !important;
}
.cid-v1APZYth85 .share-copy-toast {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.85);
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.8rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 99999;
}
.cid-v1APZYth85 .share-copy-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(-5px);
}
.cid-v1APZYth85 .icon-bar-bg {
  background: #ffffff;
  padding: 4px 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.cid-v1APZYth85 .icon-wrap span {
  margin: 0 6px;
  font-size: 22px;
}
.cid-v1APZYth85 .menu a.text-white,
.cid-v1APZYth85 .menu .nav-link.text-white,
.cid-v1APZYth85 .menu .widget-title a.text-white {
  text-shadow: 2px 2px 5px black;
}
.cid-v1APZYth85 .menu a.text-white:hover,
.cid-v1APZYth85 .menu .nav-link.text-white:hover,
.cid-v1APZYth85 .menu .widget-title a.text-white:hover {
  text-shadow: 2px 2px 5px black;
}
.cid-v1APZYth85 .menu .navbar-nav .nav-link.text-white,
.cid-v1APZYth85 .menu .navbar-nav .nav-link {
  text-shadow: 2px 2px 5px black;
}
.cid-v1APZYth85 .menu .navbar-nav .nav-link:hover {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
}
.cid-v1APZYth85 .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@keyframes slideInFromRightInitial {
  0% {
    transform: translateX(400px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-v1AQ0tHTAA {
  padding-top: 0;
  padding-bottom: 0 !important;
  background-color: #ffffff;
  text-shadow: 2px 2px 5px black;
}
.cid-v1AQ0tHTAA .carousel {
  border-radius: 0;
  width: 100%;
}
.cid-v1AQ0tHTAA .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-v1AQ0tHTAA .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-v1AQ0tHTAA .slider1 {
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 0 !important;
  position: relative;
  background-color: transparent !important;
}
.cid-v1AQ0tHTAA #sliderId,
.cid-v1AQ0tHTAA .carousel {
  margin-bottom: 0;
  height: auto !important;
}
.cid-v1AQ0tHTAA .carousel-item {
  position: relative;
  overflow: hidden;
  height: 100vh !important;
}
.cid-v1AQ0tHTAA .carousel-item img.carousel-item-zoom {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  animation: zoom 10s infinite alternate;
  position: relative;
  z-index: 10;
  pointer-events: none;
}
.cid-v1AQ0tHTAA .item-wrapper {
  width: 100%;
  position: relative;
}
.cid-v1AQ0tHTAA .carousel-control {
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: 0rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 50;
}
.cid-v1AQ0tHTAA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1AQ0tHTAA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1AQ0tHTAA .carousel-control:hover {
  background: #005180;
  color: #fff;
  opacity: 1;
}
.cid-v1AQ0tHTAA .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v1AQ0tHTAA .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v1AQ0tHTAA .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v1AQ0tHTAA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
  z-index: 50;
}
.cid-v1AQ0tHTAA .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-v1AQ0tHTAA .carousel-indicators li.active,
.cid-v1AQ0tHTAA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1AQ0tHTAA .carousel-indicators li::after,
.cid-v1AQ0tHTAA .carousel-indicators li::before {
  content: none;
}
.cid-v1AQ0tHTAA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-v1AQ0tHTAA .carousel-caption {
  position: absolute;
  z-index: 40;
  pointer-events: auto;
  left: 50%;
  bottom: 20%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 400px;
  max-width: 800px;
  text-align: center;
  right: auto;
  margin: 0 auto;
}
.cid-v1AQ0tHTAA .glass {
  text-shadow: 2px 2px 5px black;
  background-color: rgba(3, 46, 58, 0.45);
  padding: 15px 10px;
  max-width: 800px;
  min-width: 400px;
  margin: 0 auto;
  top: -420px;
  box-sizing: border-box;
  opacity: 1;
  transform: scale(1);
  border-radius: 35px;
  position: relative;
  z-index: 41;
  pointer-events: auto;
  left: 0;
  right: 0;
  text-align: center;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 2px solid #ffffff;
}
.cid-v1AQ0tHTAA .btn {
  top: 0;
  right: 0px;
  padding: 9px;
  position: relative;
  text-shadow: 0px 0px 0px gray;
  border-radius: 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  border: 2px solid white;
}
.cid-v1AQ0tHTAA .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-v1AQ0tHTAA .mbr-section-btn {
  position: relative;
  z-index: 70;
  pointer-events: auto;
  margin: 0 auto;
  text-align: center;
}
.cid-v1AQ0tHTAA .btn-primary-outline,
.cid-v1AQ0tHTAA .btn-danger-outline,
.cid-v1AQ0tHTAA .btn-secondary {
  position: relative;
  z-index: 70;
  pointer-events: auto;
  display: inline-block;
}
.cid-v1AQ0tHTAA .mbr-section-btn .btn {
  width: 180px;
  text-align: center;
  white-space: normal;
}
.cid-v1AQ0tHTAA .btn,
.cid-v1AQ0tHTAA a.btn,
.cid-v1AQ0tHTAA button.btn,
.cid-v1AQ0tHTAA .leafguard-gutters,
.cid-v1AQ0tHTAA .seamless-gutters,
.cid-v1AQ0tHTAA .custom-gutters,
.cid-v1AQ0tHTAA .gallery,
.cid-v1AQ0tHTAA .get-a-free-quote,
.cid-v1AQ0tHTAA [class*="-gutters"],
.cid-v1AQ0tHTAA a[href*="GALLERY"],
.cid-v1AQ0tHTAA a[href*="QUOTE"] {
  padding: 5px 10px !important;
  text-align: center !important;
  transition: all 0.3s ease !important;
}
.cid-v1AQ0tHTAA a.leafguard-gutters,
.cid-v1AQ0tHTAA a.seamless-gutters,
.cid-v1AQ0tHTAA a.custom-gutters,
.cid-v1AQ0tHTAA a.gallery,
.cid-v1AQ0tHTAA a.get-a-free-quote {
  padding: 5px 8px !important;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes zoomLogo {
  0% {
    transform: translate(-50%, -50%) rotate(-45deg) scale(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
}
@media (max-width: 767px) {
  .cid-v1AQ0tHTAA .carousel-control-prev,
  .cid-v1AQ0tHTAA .carousel-control-next {
    display: none;
  }
  .cid-v1AQ0tHTAA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-v1AQ0tHTAA .glass {
    filter: blur(0px);
    box-sizing: border-box;
    left: 50%;
    opacity: 1;
    transform: translateX(-50%);
    align-content: center;
    align-items: center;
    width: 100%;
    border-radius: 5px;
    position: relative;
    bottom: 0;
    padding: 15px 10px;
    background-color: rgba(3, 46, 58, 0.45);
    text-shadow: 2px 2px 5px black;
    z-index: 41;
    min-width: 0;
    max-width: 100%;
    margin: 0 auto;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }
  .cid-v1AQ0tHTAA .carousel-caption {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-width: 0;
    max-width: 100%;
    transform: none;
    margin: 0 auto;
    text-align: center;
    top: auto !important;
  }
  .cid-v1AQ0tHTAA .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
    z-index: 70;
    margin: 0 auto;
    text-align: center;
    column-gap: 6px;
    row-gap: 6px;
  }
  .cid-v1AQ0tHTAA .mbr-section-btn .btn {
    width: auto;
    display: flex !important;
    text-align: center;
    white-space: normal;
    margin: 0;
    flex: 0 0 calc(44%);
    max-width: calc(44%);
    box-sizing: border-box;
    font-size: clamp(12px, 2.7vw, 15px);
    padding: 6px 8px !important;
    line-height: 1.1 !important;
    min-height: 40px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    align-items: center;
    justify-content: center;
    height: auto;
  }
  .cid-v1AQ0tHTAA .mbr-section-btn .btn:nth-last-child(1):nth-child(odd) {
    flex-basis: calc(44%);
    max-width: calc(44%);
  }
  .cid-v1AQ0tHTAA .mbr-section-btn .btn .btn-transform {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    min-height: 0 !important;
  }
  .cid-v1AQ0tHTAA .mbr-section-subtitle,
  .cid-v1AQ0tHTAA .mbr-section-text {
    text-align: center;
    margin: 0 auto;
  }
  .cid-v1AQ0tHTAA .mbr-section-btn a {
    margin: 0 !important;
    display: contents;
  }
  .cid-v1AQ0tHTAA .btn,
  .cid-v1AQ0tHTAA a.btn,
  .cid-v1AQ0tHTAA button.btn,
  .cid-v1AQ0tHTAA [class*="-gutters"],
  .cid-v1AQ0tHTAA a[href*="GALLERY"],
  .cid-v1AQ0tHTAA a[href*="QUOTE"] {
    padding: 4px 8px !important;
  }
  .cid-v1AQ0tHTAA .carousel-item img.carousel-item-zoom {
    pointer-events: none;
  }
  .cid-v1AQ0tHTAA .logo {
    position: absolute !important;
    top: 35% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) scale(0.9) !important;
    z-index: 65 !important;
    animation: logoIntroMobile 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 100ms forwards;
    pointer-events: none;
    will-change: transform, opacity;
  }
  .cid-v1AQ0tHTAA .logo img {
    position: relative;
    top: 0 !important;
    transform: none !important;
    border-radius: 0;
    pointer-events: none;
  }
  @keyframes logoIntroMobile {
    0% {
      opacity: 0;
      transform: translate(-50%, calc(-32%)) scale(0.63);
    }
    65% {
      opacity: 1;
      transform: translate(-50%, calc(-47%)) scale(0.936);
    }
    100% {
      opacity: 1;
      transform: translate(-50%, -50%) scale(0.9);
    }
  }
}
@media (min-width: 768px) {
  .cid-v1AQ0tHTAA .carousel-caption {
    bottom: 15%;
  }
  .cid-v1AQ0tHTAA .glass {
    width: 90%;
    max-width: 600px;
  }
  .cid-v1AQ0tHTAA .logo {
    position: absolute;
    top: 43% !important;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.3) !important;
    z-index: 65;
    pointer-events: none;
    will-change: transform, opacity;
    animation: logoIntroDesktop 1.6s ease-out forwards;
    opacity: 0;
  }
  .cid-v1AQ0tHTAA .logo img {
    position: relative;
    top: 0;
    transform: none !important;
  }
  @keyframes logoIntroDesktop {
    0% {
      opacity: 0;
      transform: translate(-50%, calc(-30%)) scale(0.195);
    }
    60% {
      opacity: 1;
      transform: translate(-50%, calc(-48%)) scale(0.315);
    }
    100% {
      opacity: 1;
      transform: translate(-50%, -50%) scale(0.3);
    }
    50% {
      opacity: 1;
      transform: translate(-50%, calc(-44%)) scale(0.27);
    }
  }
}
@media (max-width: 480px) {
  .cid-v1AQ0tHTAA h5.mbr-section-subtitle {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-v1AQ0tHTAA h5.mbr-section-subtitle {
    display: none !important;
  }
}
.cid-v1AQ0tHTAA .btn-primary-outline,
.cid-v1AQ0tHTAA .btn-danger-outline,
.cid-v1AQ0tHTAA .btn-secondary,
.cid-v1AQ0tHTAA .mbr-section-btn .btn {
  position: relative;
  z-index: 70;
  pointer-events: auto;
  display: inline-block;
}
@media (max-width: 360px) {
  .cid-v1AQ0tHTAA .mbr-section-btn .btn {
    padding: 5px 6px !important;
    min-height: 36px;
    font-size: 12px;
  }
}
.cid-v1AQ0tHTAA html.reduce-motion .logo {
  animation: none !important;
}
.cid-v2Ew2OFlFH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ff6c9a;
}
.cid-v2Ew2OFlFH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Ew2OFlFH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Ew2OFlFH .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v2Ew2OFlFH .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v2Ew2OFlFH .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v2Ew2OFlFH .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v2Ew2OFlFH .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2Ew2OFlFH .mbr-text {
    margin-top: 16px;
  }
}
.cid-v2Ew2OFlFH .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2Ew2OFlFH .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v2KW8awOm8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/marb3-1.webp");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-v2KW8awOm8 {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2KW8awOm8 {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2KW8awOm8 {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-v2KW8awOm8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2KW8awOm8 .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-v2KW8awOm8 .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2KW8awOm8 .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2KW8awOm8 .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-v2KW8awOm8 .container {
    padding: 0 20px;
  }
}
.cid-v2KW8awOm8 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2KW8awOm8 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v2KW8awOm8 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2KW8awOm8 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2KW8awOm8 .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2KW8awOm8 .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v2KW8awOm8 .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2KW8awOm8 .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-v2KW8awOm8 .mbr-section-title {
  color: #c2b299;
}
.cid-v2KW8awOm8 .mbr-text {
  color: #ededed;
}
.cid-v2KW8awOm8 img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 0px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-v2KW8awOm8 img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-v2KW8awOm8 .glass {
  border: 1px solid rgba(236, 72, 153, 0.35);
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 18px 22px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: linear-gradient(145deg, rgba(255, 245, 251, 0.85), rgba(255, 238, 254, 0.85));
  box-shadow: 0 18px 40px rgba(244, 114, 182, 0.3);
  color: #4a1448;
}
.cid-v2KW8awOm8 .mbr-section-title,
.cid-v2KW8awOm8 .mbr-section-btn {
  text-align: center;
  color: #4a1448;
}
.cid-v2KW8awOm8 .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-v2KW8awOm8 .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-v2KW8awOm8 section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-v2KW8awOm8 section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2KW8awOm8 section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2KW8awOm8 section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-v2KW8awOm8 h2.glass,
.cid-v2KW8awOm8 .glass-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 14px 26px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(255, 230, 245, 0.85), rgba(255, 210, 238, 0.85));
  border: 1px solid rgba(236, 72, 153, 0.45);
  color: #4a1448;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 32px rgba(244, 114, 182, 0.25);
}
.cid-v2KW8awOm8 h2.glass br {
  display: none;
}
.cid-v2KW8awOm8 .fullscreen-section .title h2.glass {
  color: #4a1448 !important;
}
.cid-v2KW8awOm8 img:hover {
  transform: rotate(1deg) scale(1.02);
}
.cid-v2LNNIG2So {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fc8eb9;
}
.cid-v2LNNIG2So .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2LNNIG2So .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2LNNIG2So .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v2LNNIG2So .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v2LNNIG2So .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v2LNNIG2So .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v2LNNIG2So .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2LNNIG2So .mbr-text {
    margin-top: 16px;
  }
}
.cid-v2LNNIG2So .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2LNNIG2So .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v2KWAszHdR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/marb3-1.webp");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-v2KWAszHdR {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2KWAszHdR {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2KWAszHdR {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-v2KWAszHdR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2KWAszHdR .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-v2KWAszHdR .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2KWAszHdR .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2KWAszHdR .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-v2KWAszHdR .container {
    padding: 0 20px;
  }
}
.cid-v2KWAszHdR .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2KWAszHdR .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v2KWAszHdR .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2KWAszHdR .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2KWAszHdR .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2KWAszHdR .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v2KWAszHdR .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2KWAszHdR .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-v2KWAszHdR .mbr-section-title {
  color: #c2b299;
}
.cid-v2KWAszHdR .mbr-text {
  color: #ededed;
}
.cid-v2KWAszHdR img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 0px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-v2KWAszHdR img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-v2KWAszHdR .glass {
  border: 1px solid rgba(236, 72, 153, 0.35);
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 18px 22px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: linear-gradient(145deg, rgba(255, 245, 251, 0.85), rgba(255, 238, 254, 0.85));
  box-shadow: 0 18px 40px rgba(244, 114, 182, 0.3);
  color: #4a1448;
}
.cid-v2KWAszHdR .mbr-section-title,
.cid-v2KWAszHdR .mbr-section-btn {
  text-align: center;
  color: #4a1448;
}
.cid-v2KWAszHdR .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-v2KWAszHdR .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-v2KWAszHdR section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-v2KWAszHdR section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2KWAszHdR section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2KWAszHdR section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-v2KWAszHdR h2.glass,
.cid-v2KWAszHdR .glass-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 14px 26px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(255, 230, 245, 0.85), rgba(255, 210, 238, 0.85));
  border: 1px solid rgba(236, 72, 153, 0.45);
  color: #4a1448;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 32px rgba(244, 114, 182, 0.25);
}
.cid-v2KWAszHdR h2.glass br {
  display: none;
}
.cid-v2KWAszHdR .fullscreen-section .title h2.glass {
  color: #4a1448 !important;
}
.cid-v2KWAszHdR img:hover {
  transform: rotate(1deg) scale(1.02);
}
.cid-v2LNUzN6pb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fc8eb9;
}
.cid-v2LNUzN6pb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2LNUzN6pb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2LNUzN6pb .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v2LNUzN6pb .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v2LNUzN6pb .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v2LNUzN6pb .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v2LNUzN6pb .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2LNUzN6pb .mbr-text {
    margin-top: 16px;
  }
}
.cid-v2LNUzN6pb .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2LNUzN6pb .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v2KWB7VBje {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/marb3-1.webp");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-v2KWB7VBje {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2KWB7VBje {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2KWB7VBje {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-v2KWB7VBje .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2KWB7VBje .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-v2KWB7VBje .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2KWB7VBje .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2KWB7VBje .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-v2KWB7VBje .container {
    padding: 0 20px;
  }
}
.cid-v2KWB7VBje .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2KWB7VBje .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v2KWB7VBje .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2KWB7VBje .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2KWB7VBje .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2KWB7VBje .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v2KWB7VBje .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2KWB7VBje .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-v2KWB7VBje .mbr-section-title {
  color: #c2b299;
}
.cid-v2KWB7VBje .mbr-text {
  color: #ededed;
}
.cid-v2KWB7VBje img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 0px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-v2KWB7VBje img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-v2KWB7VBje .glass {
  border: 1px solid rgba(236, 72, 153, 0.35);
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 18px 22px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: linear-gradient(145deg, rgba(255, 245, 251, 0.85), rgba(255, 238, 254, 0.85));
  box-shadow: 0 18px 40px rgba(244, 114, 182, 0.3);
  color: #4a1448;
}
.cid-v2KWB7VBje .mbr-section-title,
.cid-v2KWB7VBje .mbr-section-btn {
  text-align: center;
  color: #4a1448;
}
.cid-v2KWB7VBje .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-v2KWB7VBje .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-v2KWB7VBje section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-v2KWB7VBje section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2KWB7VBje section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2KWB7VBje section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-v2KWB7VBje h2.glass,
.cid-v2KWB7VBje .glass-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 14px 26px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(255, 230, 245, 0.85), rgba(255, 210, 238, 0.85));
  border: 1px solid rgba(236, 72, 153, 0.45);
  color: #4a1448;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 32px rgba(244, 114, 182, 0.25);
}
.cid-v2KWB7VBje h2.glass br {
  display: none;
}
.cid-v2KWB7VBje .fullscreen-section .title h2.glass {
  color: #4a1448 !important;
}
.cid-v2KWB7VBje img:hover {
  transform: rotate(1deg) scale(1.02);
}
.cid-v2LNV2hEZf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fc8eb9;
}
.cid-v2LNV2hEZf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2LNV2hEZf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2LNV2hEZf .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v2LNV2hEZf .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v2LNV2hEZf .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v2LNV2hEZf .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v2LNV2hEZf .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2LNV2hEZf .mbr-text {
    margin-top: 16px;
  }
}
.cid-v2LNV2hEZf .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2LNV2hEZf .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v2KWBtNHrE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/marb3-1.webp");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-v2KWBtNHrE {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2KWBtNHrE {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2KWBtNHrE {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-v2KWBtNHrE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2KWBtNHrE .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-v2KWBtNHrE .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2KWBtNHrE .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2KWBtNHrE .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-v2KWBtNHrE .container {
    padding: 0 20px;
  }
}
.cid-v2KWBtNHrE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2KWBtNHrE .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v2KWBtNHrE .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2KWBtNHrE .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2KWBtNHrE .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2KWBtNHrE .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v2KWBtNHrE .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2KWBtNHrE .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-v2KWBtNHrE .mbr-section-title {
  color: #c2b299;
}
.cid-v2KWBtNHrE .mbr-text {
  color: #ededed;
}
.cid-v2KWBtNHrE img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 0px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-v2KWBtNHrE img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-v2KWBtNHrE .glass {
  border: 1px solid rgba(236, 72, 153, 0.35);
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 18px 22px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: linear-gradient(145deg, rgba(255, 245, 251, 0.85), rgba(255, 238, 254, 0.85));
  box-shadow: 0 18px 40px rgba(244, 114, 182, 0.3);
  color: #4a1448;
}
.cid-v2KWBtNHrE .mbr-section-title,
.cid-v2KWBtNHrE .mbr-section-btn {
  text-align: center;
  color: #4a1448;
}
.cid-v2KWBtNHrE .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-v2KWBtNHrE .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-v2KWBtNHrE section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-v2KWBtNHrE section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2KWBtNHrE section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2KWBtNHrE section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-v2KWBtNHrE h2.glass,
.cid-v2KWBtNHrE .glass-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 14px 26px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(255, 230, 245, 0.85), rgba(255, 210, 238, 0.85));
  border: 1px solid rgba(236, 72, 153, 0.45);
  color: #4a1448;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 32px rgba(244, 114, 182, 0.25);
}
.cid-v2KWBtNHrE h2.glass br {
  display: none;
}
.cid-v2KWBtNHrE .fullscreen-section .title h2.glass {
  color: #4a1448 !important;
}
.cid-v2KWBtNHrE img:hover {
  transform: rotate(1deg) scale(1.02);
}
.cid-v2LNVsDYRi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fc8eb9;
}
.cid-v2LNVsDYRi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2LNVsDYRi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2LNVsDYRi .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v2LNVsDYRi .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v2LNVsDYRi .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v2LNVsDYRi .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v2LNVsDYRi .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2LNVsDYRi .mbr-text {
    margin-top: 16px;
  }
}
.cid-v2LNVsDYRi .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2LNVsDYRi .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v2KWBR8v4l {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/marb3-1.webp");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-v2KWBR8v4l {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2KWBR8v4l {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2KWBR8v4l {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-v2KWBR8v4l .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2KWBR8v4l .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-v2KWBR8v4l .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2KWBR8v4l .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2KWBR8v4l .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-v2KWBR8v4l .container {
    padding: 0 20px;
  }
}
.cid-v2KWBR8v4l .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2KWBR8v4l .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v2KWBR8v4l .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2KWBR8v4l .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2KWBR8v4l .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2KWBR8v4l .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v2KWBR8v4l .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2KWBR8v4l .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-v2KWBR8v4l .mbr-section-title {
  color: #c2b299;
}
.cid-v2KWBR8v4l .mbr-text {
  color: #ededed;
}
.cid-v2KWBR8v4l img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 0px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-v2KWBR8v4l img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-v2KWBR8v4l .glass {
  border: 1px solid rgba(236, 72, 153, 0.35);
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 18px 22px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: linear-gradient(145deg, rgba(255, 245, 251, 0.85), rgba(255, 238, 254, 0.85));
  box-shadow: 0 18px 40px rgba(244, 114, 182, 0.3);
  color: #4a1448;
}
.cid-v2KWBR8v4l .mbr-section-title,
.cid-v2KWBR8v4l .mbr-section-btn {
  text-align: center;
  color: #4a1448;
}
.cid-v2KWBR8v4l .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-v2KWBR8v4l .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-v2KWBR8v4l section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-v2KWBR8v4l section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2KWBR8v4l section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2KWBR8v4l section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-v2KWBR8v4l h2.glass,
.cid-v2KWBR8v4l .glass-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 14px 26px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(255, 230, 245, 0.85), rgba(255, 210, 238, 0.85));
  border: 1px solid rgba(236, 72, 153, 0.45);
  color: #4a1448;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 32px rgba(244, 114, 182, 0.25);
}
.cid-v2KWBR8v4l h2.glass br {
  display: none;
}
.cid-v2KWBR8v4l .fullscreen-section .title h2.glass {
  color: #4a1448 !important;
}
.cid-v2KWBR8v4l img:hover {
  transform: rotate(1deg) scale(1.02);
}
.cid-v2LNVTm2OW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fc8eb9;
}
.cid-v2LNVTm2OW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2LNVTm2OW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2LNVTm2OW .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v2LNVTm2OW .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v2LNVTm2OW .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v2LNVTm2OW .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v2LNVTm2OW .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2LNVTm2OW .mbr-text {
    margin-top: 16px;
  }
}
.cid-v2LNVTm2OW .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2LNVTm2OW .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v2KWCadLE0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/marb3-1.webp");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-v2KWCadLE0 {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2KWCadLE0 {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2KWCadLE0 {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-v2KWCadLE0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2KWCadLE0 .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-v2KWCadLE0 .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2KWCadLE0 .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2KWCadLE0 .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-v2KWCadLE0 .container {
    padding: 0 20px;
  }
}
.cid-v2KWCadLE0 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2KWCadLE0 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v2KWCadLE0 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2KWCadLE0 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2KWCadLE0 .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2KWCadLE0 .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v2KWCadLE0 .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2KWCadLE0 .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-v2KWCadLE0 .mbr-section-title {
  color: #c2b299;
}
.cid-v2KWCadLE0 .mbr-text {
  color: #ededed;
}
.cid-v2KWCadLE0 img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 0px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-v2KWCadLE0 img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-v2KWCadLE0 .glass {
  border: 1px solid rgba(236, 72, 153, 0.35);
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 18px 22px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: linear-gradient(145deg, rgba(255, 245, 251, 0.85), rgba(255, 238, 254, 0.85));
  box-shadow: 0 18px 40px rgba(244, 114, 182, 0.3);
  color: #4a1448;
}
.cid-v2KWCadLE0 .mbr-section-title,
.cid-v2KWCadLE0 .mbr-section-btn {
  text-align: center;
  color: #4a1448;
}
.cid-v2KWCadLE0 .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-v2KWCadLE0 .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-v2KWCadLE0 section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-v2KWCadLE0 section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2KWCadLE0 section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2KWCadLE0 section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-v2KWCadLE0 h2.glass,
.cid-v2KWCadLE0 .glass-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 14px 26px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(255, 230, 245, 0.85), rgba(255, 210, 238, 0.85));
  border: 1px solid rgba(236, 72, 153, 0.45);
  color: #4a1448;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 32px rgba(244, 114, 182, 0.25);
}
.cid-v2KWCadLE0 h2.glass br {
  display: none;
}
.cid-v2KWCadLE0 .fullscreen-section .title h2.glass {
  color: #4a1448 !important;
}
.cid-v2KWCadLE0 img:hover {
  transform: rotate(1deg) scale(1.02);
}
.cid-v2LNWpsgrv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fc8eb9;
}
.cid-v2LNWpsgrv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2LNWpsgrv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2LNWpsgrv .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v2LNWpsgrv .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v2LNWpsgrv .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v2LNWpsgrv .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v2LNWpsgrv .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2LNWpsgrv .mbr-text {
    margin-top: 16px;
  }
}
.cid-v2LNWpsgrv .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2LNWpsgrv .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v2KWCt9n4b {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/marb3-1.webp");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-v2KWCt9n4b {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2KWCt9n4b {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2KWCt9n4b {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-v2KWCt9n4b .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2KWCt9n4b .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-v2KWCt9n4b .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2KWCt9n4b .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2KWCt9n4b .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-v2KWCt9n4b .container {
    padding: 0 20px;
  }
}
.cid-v2KWCt9n4b .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2KWCt9n4b .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v2KWCt9n4b .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2KWCt9n4b .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2KWCt9n4b .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2KWCt9n4b .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v2KWCt9n4b .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2KWCt9n4b .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-v2KWCt9n4b .mbr-section-title {
  color: #c2b299;
}
.cid-v2KWCt9n4b .mbr-text {
  color: #ededed;
}
.cid-v2KWCt9n4b img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 0px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-v2KWCt9n4b img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-v2KWCt9n4b .glass {
  border: 1px solid rgba(236, 72, 153, 0.35);
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 18px 22px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: linear-gradient(145deg, rgba(255, 245, 251, 0.85), rgba(255, 238, 254, 0.85));
  box-shadow: 0 18px 40px rgba(244, 114, 182, 0.3);
  color: #4a1448;
}
.cid-v2KWCt9n4b .mbr-section-title,
.cid-v2KWCt9n4b .mbr-section-btn {
  text-align: center;
  color: #4a1448;
}
.cid-v2KWCt9n4b .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-v2KWCt9n4b .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-v2KWCt9n4b section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-v2KWCt9n4b section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2KWCt9n4b section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2KWCt9n4b section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-v2KWCt9n4b h2.glass,
.cid-v2KWCt9n4b .glass-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 14px 26px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(255, 230, 245, 0.85), rgba(255, 210, 238, 0.85));
  border: 1px solid rgba(236, 72, 153, 0.45);
  color: #4a1448;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 32px rgba(244, 114, 182, 0.25);
}
.cid-v2KWCt9n4b h2.glass br {
  display: none;
}
.cid-v2KWCt9n4b .fullscreen-section .title h2.glass {
  color: #4a1448 !important;
}
.cid-v2KWCt9n4b img:hover {
  transform: rotate(1deg) scale(1.02);
}
.cid-v2LNWO9o0p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fc8eb9;
}
.cid-v2LNWO9o0p .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2LNWO9o0p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2LNWO9o0p .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v2LNWO9o0p .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v2LNWO9o0p .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v2LNWO9o0p .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v2LNWO9o0p .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2LNWO9o0p .mbr-text {
    margin-top: 16px;
  }
}
.cid-v2LNWO9o0p .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2LNWO9o0p .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v2KWD9HEi6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/marb3-1.webp");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-v2KWD9HEi6 {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2KWD9HEi6 {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2KWD9HEi6 {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-v2KWD9HEi6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2KWD9HEi6 .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-v2KWD9HEi6 .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2KWD9HEi6 .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2KWD9HEi6 .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-v2KWD9HEi6 .container {
    padding: 0 20px;
  }
}
.cid-v2KWD9HEi6 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2KWD9HEi6 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v2KWD9HEi6 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2KWD9HEi6 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2KWD9HEi6 .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2KWD9HEi6 .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v2KWD9HEi6 .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2KWD9HEi6 .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-v2KWD9HEi6 .mbr-section-title {
  color: #c2b299;
}
.cid-v2KWD9HEi6 .mbr-text {
  color: #ededed;
}
.cid-v2KWD9HEi6 img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 0px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-v2KWD9HEi6 img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-v2KWD9HEi6 .glass {
  border: 1px solid rgba(236, 72, 153, 0.35);
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 18px 22px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: linear-gradient(145deg, rgba(255, 245, 251, 0.85), rgba(255, 238, 254, 0.85));
  box-shadow: 0 18px 40px rgba(244, 114, 182, 0.3);
  color: #4a1448;
}
.cid-v2KWD9HEi6 .mbr-section-title,
.cid-v2KWD9HEi6 .mbr-section-btn {
  text-align: center;
  color: #4a1448;
}
.cid-v2KWD9HEi6 .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-v2KWD9HEi6 .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-v2KWD9HEi6 section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-v2KWD9HEi6 section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2KWD9HEi6 section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2KWD9HEi6 section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-v2KWD9HEi6 h2.glass,
.cid-v2KWD9HEi6 .glass-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 14px 26px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(255, 230, 245, 0.85), rgba(255, 210, 238, 0.85));
  border: 1px solid rgba(236, 72, 153, 0.45);
  color: #4a1448;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 32px rgba(244, 114, 182, 0.25);
}
.cid-v2KWD9HEi6 h2.glass br {
  display: none;
}
.cid-v2KWD9HEi6 .fullscreen-section .title h2.glass {
  color: #4a1448 !important;
}
.cid-v2KWD9HEi6 img:hover {
  transform: rotate(1deg) scale(1.02);
}
.cid-v2LNXc6kJP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fc8eb9;
}
.cid-v2LNXc6kJP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2LNXc6kJP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2LNXc6kJP .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v2LNXc6kJP .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v2LNXc6kJP .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v2LNXc6kJP .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v2LNXc6kJP .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2LNXc6kJP .mbr-text {
    margin-top: 16px;
  }
}
.cid-v2LNXc6kJP .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2LNXc6kJP .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v2KWDrXqca {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/marb3-1.webp");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-v2KWDrXqca {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2KWDrXqca {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2KWDrXqca {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-v2KWDrXqca .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2KWDrXqca .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-v2KWDrXqca .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2KWDrXqca .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2KWDrXqca .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-v2KWDrXqca .container {
    padding: 0 20px;
  }
}
.cid-v2KWDrXqca .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2KWDrXqca .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v2KWDrXqca .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2KWDrXqca .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2KWDrXqca .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2KWDrXqca .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v2KWDrXqca .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2KWDrXqca .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-v2KWDrXqca .mbr-section-title {
  color: #c2b299;
}
.cid-v2KWDrXqca .mbr-text {
  color: #ededed;
}
.cid-v2KWDrXqca img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 0px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-v2KWDrXqca img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-v2KWDrXqca .glass {
  border: 1px solid rgba(236, 72, 153, 0.35);
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 18px 22px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: linear-gradient(145deg, rgba(255, 245, 251, 0.85), rgba(255, 238, 254, 0.85));
  box-shadow: 0 18px 40px rgba(244, 114, 182, 0.3);
  color: #4a1448;
}
.cid-v2KWDrXqca .mbr-section-title,
.cid-v2KWDrXqca .mbr-section-btn {
  text-align: center;
  color: #4a1448;
}
.cid-v2KWDrXqca .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-v2KWDrXqca .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-v2KWDrXqca section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-v2KWDrXqca section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2KWDrXqca section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2KWDrXqca section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-v2KWDrXqca h2.glass,
.cid-v2KWDrXqca .glass-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 14px 26px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(255, 230, 245, 0.85), rgba(255, 210, 238, 0.85));
  border: 1px solid rgba(236, 72, 153, 0.45);
  color: #4a1448;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 32px rgba(244, 114, 182, 0.25);
}
.cid-v2KWDrXqca h2.glass br {
  display: none;
}
.cid-v2KWDrXqca .fullscreen-section .title h2.glass {
  color: #4a1448 !important;
}
.cid-v2KWDrXqca img:hover {
  transform: rotate(1deg) scale(1.02);
}
.cid-v2LNXC7Bv5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fc8eb9;
}
.cid-v2LNXC7Bv5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2LNXC7Bv5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2LNXC7Bv5 .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v2LNXC7Bv5 .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v2LNXC7Bv5 .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v2LNXC7Bv5 .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v2LNXC7Bv5 .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2LNXC7Bv5 .mbr-text {
    margin-top: 16px;
  }
}
.cid-v2LNXC7Bv5 .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2LNXC7Bv5 .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v1CgNjcWFb {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/marb3-1.webp");
}
.cid-v1CgNjcWFb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1CgNjcWFb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1CgNjcWFb .content-wrap {
  padding: 60px;
  background-color: #393193;
  opacity: .9;
  display: flex;
}
@media (max-width: 992px) {
  .cid-v1CgNjcWFb .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-v1CgNjcWFb .content-wrap .cont-wrap {
  width: 50%;
  padding-right: 60px;
}
@media (max-width: 992px) {
  .cid-v1CgNjcWFb .content-wrap .cont-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-v1CgNjcWFb .content-wrap .cont-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1CgNjcWFb .content-wrap .cont-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1CgNjcWFb .content-wrap .cont-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #4a1448;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1CgNjcWFb .content-wrap .cont-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1CgNjcWFb .content-wrap .cont-wrap .title-wrapper .mbr-section-title span {
  color: #e0b355;
}
.cid-v1CgNjcWFb .content-wrap .cont-wrap .form-wrapper {
  padding-right: 130px;
}
@media (max-width: 1200px) {
  .cid-v1CgNjcWFb .content-wrap .cont-wrap .form-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-v1CgNjcWFb .content-wrap .cont-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-v1CgNjcWFb .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1CgNjcWFb .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-v1CgNjcWFb .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-v1CgNjcWFb .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-v1CgNjcWFb .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 22px 20px;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-v1CgNjcWFb .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-v1CgNjcWFb .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-v1CgNjcWFb .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-v1CgNjcWFb .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  font-size: 18px;
  opacity: .6;
}
.cid-v1CgNjcWFb .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-v1CgNjcWFb .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-v1CgNjcWFb .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-v1CgNjcWFb .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v1CgNjcWFb .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-v1CgNjcWFb .content-wrap .map-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v1CgNjcWFb .content-wrap .map-wrapper {
    width: 100%;
    padding-top: 250px;
  }
}
.cid-v1CgNjcWFb .content-wrap .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v1CgNjcWFb .content-wrap .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v1CgNjcWFb .content-wrap .map-wrapper .contacts-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  background-color: #232323;
  padding: 30px;
}
@media (max-width: 1200px) {
  .cid-v1CgNjcWFb .content-wrap .map-wrapper .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v1CgNjcWFb .content-wrap .map-wrapper .contacts-wrapper {
    padding: 20px 10px 10px;
  }
}
.cid-v1CgNjcWFb .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap {
  width: 55%;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .cid-v1CgNjcWFb .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v1CgNjcWFb .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v1CgNjcWFb .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-v1CgNjcWFb .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-v1CgNjcWFb .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #ffeb69;
}
.cid-v1CgNjcWFb .content-wrap .map-wrapper .contacts-wrapper .social-wrapper {
  width: 45%;
}
@media (max-width: 1200px) {
  .cid-v1CgNjcWFb .content-wrap .map-wrapper .contacts-wrapper .social-wrapper {
    width: 100%;
  }
}
.cid-v1CgNjcWFb .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .soc-desc {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-v1CgNjcWFb .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v1CgNjcWFb .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v1CgNjcWFb .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v1CgNjcWFb .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-v1CgNjcWFb .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-v1CgNjcWFb .mbr-section-title,
.cid-v1CgNjcWFb .title-wrap {
  color: #ffffff;
}
.cid-v1CgNjcWFb P {
  color: #ffffff;
}
.cid-v1CgNjcWFb .soc-desc,
.cid-v1CgNjcWFb .social-wrapper {
  color: #ffffff;
}
.cid-v1CgNjcWFb .mbr-desc,
.cid-v1CgNjcWFb .desc-wrapper {
  color: #ffffff;
}
.cid-v1CgNjcWFb .list,
.cid-v1CgNjcWFb .item-wrap {
  color: #ffffff;
}
.cid-v33KzbdawY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #fc8eb9;
}
.cid-v33KzbdawY .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-v33KzbdawY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v33KzbdawY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v33KzbdawY .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-v33KzbdawY .content-wrap .card {
  justify-content: space-between;
}
.cid-v33KzbdawY .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v33KzbdawY .content-wrapper {
    padding: 0;
  }
}
.cid-v33KzbdawY .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v33KzbdawY .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-v33KzbdawY .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-v33KzbdawY .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-v33KzbdawY .mbr-desc,
.cid-v33KzbdawY .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v32t7fNyzg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/marb3-1.webp");
}
.cid-v32t7fNyzg .mbr-overlay {
  background: #edefeb;
  opacity: 0.7;
}
.cid-v32t7fNyzg .item-subtitle {
  line-height: 1.2;
  color: #4a1448;
  text-align: center;
}
.cid-v32t7fNyzg .item-img {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}
.cid-v32t7fNyzg .item-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.cid-v32t7fNyzg .card-item:focus,
.cid-v32t7fNyzg span:focus {
  outline: none;
}
.cid-v32t7fNyzg .card-item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v32t7fNyzg .card-item {
    margin-bottom: 1rem;
  }
}
.cid-v32t7fNyzg .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v32t7fNyzg .mbr-section-title {
  color: #4a1448;
}
.cid-v32t7fNyzg .mbr-text,
.cid-v32t7fNyzg .mbr-section-btn {
  color: #232323;
}
.cid-v32t7fNyzg .item-title {
  color: #232323;
}
.cid-v32t7fNyzg .content-head {
  max-width: 800px;
}
.cid-v32t7fNyzg .mbr-section-subtitle {
  color: #4a1448;
}
.cid-v2Ew3mgHxo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ff6c9a;
}
.cid-v2Ew3mgHxo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Ew3mgHxo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Ew3mgHxo .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v2Ew3mgHxo .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v2Ew3mgHxo .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v2Ew3mgHxo .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v2Ew3mgHxo .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2Ew3mgHxo .mbr-text {
    margin-top: 16px;
  }
}
.cid-v2Ew3mgHxo .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2Ew3mgHxo .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v2KGMT53sA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #393193;
  overflow: hidden;
}
.cid-v2M0dqTvhU {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-v2M0dqTvhU H3 {
  text-align: left;
}
.cid-v2M0dqTvhU P {
  color: #303030;
}
.cid-v2M0elwEZC.popup-builder {
  background-color: #ffffff;
}
.cid-v2M0elwEZC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v2M0elwEZC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v2M0elwEZC .modal-content,
.cid-v2M0elwEZC .modal-dialog {
  height: auto;
}
.cid-v2M0elwEZC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v2M0elwEZC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v2M0elwEZC .form-wrapper .mbr-form .form-group,
  .cid-v2M0elwEZC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v2M0elwEZC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v2M0elwEZC .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-v2M0elwEZC .mbr-text {
  text-align: left;
}
.cid-v2M0elwEZC .pt-0 {
  padding-top: 0 !important;
}
.cid-v2M0elwEZC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v2M0elwEZC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v2M0elwEZC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v2M0elwEZC .modal-open {
  overflow: hidden;
}
.cid-v2M0elwEZC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v2M0elwEZC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v2M0elwEZC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v2M0elwEZC .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-v2M0elwEZC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v2M0elwEZC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v2M0elwEZC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v2M0elwEZC .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-v2M0elwEZC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v2M0elwEZC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v2M0elwEZC .modal-backdrop.fade {
  opacity: 0;
}
.cid-v2M0elwEZC .modal-backdrop.show {
  opacity: .5;
}
.cid-v2M0elwEZC .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-v2M0elwEZC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v2M0elwEZC .modal-header {
    padding: 1rem;
  }
}
.cid-v2M0elwEZC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v2M0elwEZC .modal-header .close svg {
  fill: #353535;
}
.cid-v2M0elwEZC .modal-header .close:hover {
  opacity: 1;
}
.cid-v2M0elwEZC .modal-header .close:focus {
  outline: none;
}
.cid-v2M0elwEZC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v2M0elwEZC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v2M0elwEZC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2M0elwEZC .modal-body {
    padding: 1rem;
  }
}
.cid-v2M0elwEZC .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-v2M0elwEZC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2M0elwEZC .modal-footer {
    padding: 1rem;
  }
}
.cid-v2M0elwEZC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v2M0elwEZC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v2M0elwEZC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v2M0elwEZC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v2M0elwEZC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v2M0elwEZC .modal-lg,
  .cid-v2M0elwEZC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v2M0elwEZC .modal-xl {
    max-width: 1140px;
  }
}
.cid-v2M0elwEZC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v2M0elwEZC .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-v2M0elwEZC .form-group {
  margin-bottom: 1rem;
}
.cid-v2M0elwEZC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v2M0elwEZC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v2M0elwEZC .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-v2M0elwEZC .mbr-section-btn {
  margin: 0;
}
.cid-v2M0elwEZC .mbr-section-btn .btn {
  margin: 0;
}
.cid-v2yIogTSAJ {
  text-shadow: 2px 2px 5px black;
}
.cid-v2yIogTSAJ .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #c00084;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.5s ease-out forwards;
}
.cid-v2yIogTSAJ .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 15px 15px 15px 15px;
  color: gray;
}
.cid-v2yIogTSAJ .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-v2yIogTSAJ .navbar-fixed-top {
  padding-top: 0;
}
.cid-v2yIogTSAJ .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-v2yIogTSAJ .collapse {
  justify-content: space-between !important;
}
.cid-v2yIogTSAJ .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #393193;
  color: gray;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin-top: 0 !important;
}
.cid-v2yIogTSAJ .dropdown-menu.show {
  opacity: 1;
}
.cid-v2yIogTSAJ .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
  text-shadow: 0px 0px 0px black;
}
.cid-v2yIogTSAJ .mbr-iconfont {
  cursor: pointer;
}
.cid-v2yIogTSAJ .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-v2yIogTSAJ .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #ffffff;
  border-radius: 50%;
}
.cid-v2yIogTSAJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v2yIogTSAJ .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-v2yIogTSAJ .menu-logo {
  display: flex;
  align-items: center;
}
.cid-v2yIogTSAJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2yIogTSAJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v2yIogTSAJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v2yIogTSAJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v2yIogTSAJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v2yIogTSAJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v2yIogTSAJ .menu-content-top {
  background: #393193;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-v2yIogTSAJ .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-v2yIogTSAJ .dropdown-item,
.cid-v2yIogTSAJ .nav-link,
.cid-v2yIogTSAJ .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-v2yIogTSAJ .dropdown-item:hover,
.cid-v2yIogTSAJ .nav-link:hover,
.cid-v2yIogTSAJ .brand-name:hover {
  color: #ffffff !important;
}
.cid-v2yIogTSAJ .dropdown-item:active {
  background-color: #393193;
  z-index: 9999;
  opacity: 1;
}
.cid-v2yIogTSAJ .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
}
.cid-v2yIogTSAJ .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(192, 0, 132, 0.7) !important;
}
.cid-v2yIogTSAJ .dropdown-item:before {
  align-items: center;
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2yIogTSAJ .content-text {
  margin-bottom: 0;
}
.cid-v2yIogTSAJ .navbar-nav {
  align-items: center;
  justify-content: center;
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-v2yIogTSAJ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v2yIogTSAJ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v2yIogTSAJ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v2yIogTSAJ .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v2yIogTSAJ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v2yIogTSAJ .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v2yIogTSAJ .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.4s ease-out forwards;
  animation-delay: 0.9s;
}
.cid-v2yIogTSAJ .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v2yIogTSAJ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v2yIogTSAJ .content-right-side {
  text-align: center;
}
.cid-v2yIogTSAJ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v2yIogTSAJ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v2yIogTSAJ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff;
}
.cid-v2yIogTSAJ .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-v2yIogTSAJ .widget-title {
  color: #ffffff;
  text-align: center;
}
.cid-v2yIogTSAJ .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-v2yIogTSAJ .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2yIogTSAJ .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-v2yIogTSAJ .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v2yIogTSAJ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v2yIogTSAJ .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-v2yIogTSAJ .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-v2yIogTSAJ .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-v2yIogTSAJ .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v2yIogTSAJ .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-v2yIogTSAJ .navbar {
    display: block;
    padding: 0;
  }
  .cid-v2yIogTSAJ .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v2yIogTSAJ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-v2yIogTSAJ .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-v2yIogTSAJ .navbar-toggler {
    display: none;
  }
  .cid-v2yIogTSAJ .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-v2yIogTSAJ .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v2yIogTSAJ .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v2yIogTSAJ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v2yIogTSAJ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v2yIogTSAJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v2yIogTSAJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v2yIogTSAJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v2yIogTSAJ .dropdown .dropdown-menu {
  opacity: 1;
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v2yIogTSAJ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2yIogTSAJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2yIogTSAJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2yIogTSAJ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v2yIogTSAJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v2yIogTSAJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2yIogTSAJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v2yIogTSAJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2yIogTSAJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v2yIogTSAJ .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v2yIogTSAJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v2yIogTSAJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v2yIogTSAJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v2yIogTSAJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v2yIogTSAJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-v2yIogTSAJ button.navbar-toggler:focus {
  outline: none;
}
.cid-v2yIogTSAJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v2yIogTSAJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2yIogTSAJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2yIogTSAJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2yIogTSAJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2yIogTSAJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2yIogTSAJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2yIogTSAJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2yIogTSAJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2yIogTSAJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2yIogTSAJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2yIogTSAJ .collapsed .btn {
  display: flex;
}
.cid-v2yIogTSAJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v2yIogTSAJ .collapsed .navbar-collapse.collapsing,
.cid-v2yIogTSAJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v2yIogTSAJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v2yIogTSAJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v2yIogTSAJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v2yIogTSAJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v2yIogTSAJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v2yIogTSAJ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v2yIogTSAJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v2yIogTSAJ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-v2yIogTSAJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v2yIogTSAJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v2yIogTSAJ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2yIogTSAJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-v2yIogTSAJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v2yIogTSAJ .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v2yIogTSAJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  border-radius: 0em 0em 2em 2em;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v2yIogTSAJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v2yIogTSAJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v2yIogTSAJ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v2yIogTSAJ .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-v2yIogTSAJ .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-v2yIogTSAJ .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    width: 100%;
  }
  .cid-v2yIogTSAJ .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #c00084;
    padding-top: 0.5rem;
    border-radius: 0 0 2em 2em;
    -webkit-box-shadow: 10px 10px 15px #000000;
    box-shadow: 10px 10px 15px #000000;
    z-index: 1050;
  }
  .cid-v2yIogTSAJ .navbar-collapse.collapsing,
  .cid-v2yIogTSAJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-v2yIogTSAJ .navbar-collapse.collapsing .navbar-nav,
  .cid-v2yIogTSAJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v2yIogTSAJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v2yIogTSAJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v2yIogTSAJ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v2yIogTSAJ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2yIogTSAJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-v2yIogTSAJ .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-v2yIogTSAJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v2yIogTSAJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2yIogTSAJ img {
    height: 3.8rem !important;
  }
  .cid-v2yIogTSAJ .btn {
    display: flex;
  }
  .cid-v2yIogTSAJ button.navbar-toggler {
    display: block;
  }
  .cid-v2yIogTSAJ .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-v2yIogTSAJ .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v2yIogTSAJ .dropdown {
    transition: all 0.3s ease;
  }
  .cid-v2yIogTSAJ .dropdown .dropdown-menu {
    width: 100%;
    opcaity: 1;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v2yIogTSAJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v2yIogTSAJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v2yIogTSAJ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-v2yIogTSAJ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v2yIogTSAJ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.75rem 1.5rem !important;
    transition: all 0.3s ease;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
  }
  .cid-v2yIogTSAJ .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-v2yIogTSAJ .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-v2yIogTSAJ .navbar-toggler {
    order: 1;
  }
  .cid-v2yIogTSAJ .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-v2yIogTSAJ .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-v2yIogTSAJ .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(192, 0, 132, 0.7) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-v2yIogTSAJ .navbar-collapse.show .nav-item,
  .cid-v2yIogTSAJ .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
  }
  .cid-v2yIogTSAJ .navbar-collapse.show .nav-item:nth-child(1),
  .cid-v2yIogTSAJ .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }
  .cid-v2yIogTSAJ .navbar-collapse.show .nav-item:nth-child(2),
  .cid-v2yIogTSAJ .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.15s;
  }
  .cid-v2yIogTSAJ .navbar-collapse.show .nav-item:nth-child(3),
  .cid-v2yIogTSAJ .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.2s;
  }
  .cid-v2yIogTSAJ .navbar-collapse.show .nav-item:nth-child(4),
  .cid-v2yIogTSAJ .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.25s;
  }
  .cid-v2yIogTSAJ .navbar-collapse.show .nav-item:nth-child(5),
  .cid-v2yIogTSAJ .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.3s;
  }
  .cid-v2yIogTSAJ .navbar-collapse.show .navbar-buttons,
  .cid-v2yIogTSAJ .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
    animation-delay: 0.4s;
  }
  .cid-v2yIogTSAJ .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-v2yIogTSAJ .dropdown .dropdown-menu {
    position: relative !important;
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-top: 0;
    background-color: rgba(57, 49, 147, 0.7) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-v2yIogTSAJ .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-v2yIogTSAJ .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-v2yIogTSAJ .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-v2yIogTSAJ .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-v2yIogTSAJ .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
  }
  .cid-v2yIogTSAJ .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-v2yIogTSAJ .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-v2yIogTSAJ .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.2s ease-out forwards;
  }
  .cid-v2yIogTSAJ .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-v2yIogTSAJ .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.1s;
  }
  .cid-v2yIogTSAJ .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.15s;
  }
  .cid-v2yIogTSAJ .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.2s;
  }
  .cid-v2yIogTSAJ .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.25s;
  }
  .cid-v2yIogTSAJ .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.3s;
  }
  .cid-v2yIogTSAJ .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-v2yIogTSAJ .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
.cid-v2yIogTSAJ .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-v2yIogTSAJ .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-v2yIogTSAJ .navbar-toggler {
  position: relative;
}
.cid-v2yIogTSAJ .dropdown-item.active,
.cid-v2yIogTSAJ .dropdown-item:active {
  color: initial;
}
.cid-v2yIogTSAJ .widget-title,
.cid-v2yIogTSAJ .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-v2yIogTSAJ .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-v2yIogTSAJ .menu-logo {
    display: none;
  }
  .cid-v2yIogTSAJ .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-v2yIogTSAJ .nav-item:before {
    content: none;
  }
  .cid-v2yIogTSAJ .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-v2yIogTSAJ .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v2yIogTSAJ button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-v2yIogTSAJ .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-v2yIogTSAJ .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-v2yIogTSAJ .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
  }
  .cid-v2yIogTSAJ .navbar-brand img {
    max-height: 60px;
    width: auto;
  }
  .cid-v2yIogTSAJ .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-v2yIogTSAJ .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-v2yIogTSAJ .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-v2yIogTSAJ .menu-content-top,
  .cid-v2yIogTSAJ .menu-content-right {
    z-index: 0;
  }
}
.cid-v2yIogTSAJ .navbar.bg-color.transparent {
  background: rgba(192, 0, 132, 0.7) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-v2yIogTSAJ .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(57, 49, 147, 0.7) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromRightMobile {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  60% {
    transform: translateX(-3px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(1px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-v2yIogTSAJ .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(400px);
  animation: slideInFromRightInitial 1.5s ease-out forwards;
}
.cid-v2yIogTSAJ .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-v2yIogTSAJ .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v2yIogTSAJ .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-v2yIogTSAJ .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-v2yIogTSAJ .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-v2yIogTSAJ .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-v2yIogTSAJ .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-v2yIogTSAJ .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.8s;
}
.cid-v2yIogTSAJ .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.3s ease-out forwards;
}
.cid-v2yIogTSAJ .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-v2yIogTSAJ .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v2yIogTSAJ .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-v2yIogTSAJ .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-v2yIogTSAJ .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-v2yIogTSAJ .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-v2yIogTSAJ .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-v2yIogTSAJ .nav-item .nav-link {
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-v2yIogTSAJ .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-v2yIogTSAJ .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
@keyframes dropdownSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-10px) translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
.cid-v2yIogTSAJ .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-v2yIogTSAJ .navbar-logo a,
.cid-v2yIogTSAJ .navbar-logo img,
.cid-v2yIogTSAJ .navbar-brand a,
.cid-v2yIogTSAJ .navbar-brand img {
  border-radius: 0 !important;
}
.cid-v2yIogTSAJ .navbar-logo .grow,
.cid-v2yIogTSAJ .navbar-brand .grow {
  border-radius: 0 !important;
}
.cid-v2yIogTSAJ .menu .icon-wrap .widget-icon {
  color: #ffffff;
  fill: #ffffff;
}
.cid-v2yIogTSAJ .menu .icon-wrap .widget-icon.socicon-facebook {
  color: #0050e7 !important;
  fill: #0050e7 !important;
}
.cid-v2yIogTSAJ .menu .icon-wrap .widget-icon.socicon-youtube {
  color: #ff0000 !important;
  fill: #ff0000 !important;
}
.cid-v2yIogTSAJ .menu .icon-wrap .widget-icon.socicon-tiktok,
.cid-v2yIogTSAJ .menu .icon-wrap .widget-icon.socicon-twitter {
  color: #ffffff !important;
  fill: #ffffff !important;
}
.cid-v2yIogTSAJ .share-copy-toast {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.85);
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.8rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 99999;
}
.cid-v2yIogTSAJ .share-copy-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(-5px);
}
.cid-v2yIogTSAJ .icon-bar-bg {
  background: #ffffff;
  padding: 4px 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.cid-v2yIogTSAJ .icon-wrap span {
  margin: 0 6px;
  font-size: 22px;
}
.cid-v2yIogTSAJ .menu a.text-white,
.cid-v2yIogTSAJ .menu .nav-link.text-white,
.cid-v2yIogTSAJ .menu .widget-title a.text-white {
  text-shadow: 2px 2px 5px black;
}
.cid-v2yIogTSAJ .menu a.text-white:hover,
.cid-v2yIogTSAJ .menu .nav-link.text-white:hover,
.cid-v2yIogTSAJ .menu .widget-title a.text-white:hover {
  text-shadow: 2px 2px 5px black;
}
.cid-v2yIogTSAJ .menu .navbar-nav .nav-link.text-white,
.cid-v2yIogTSAJ .menu .navbar-nav .nav-link {
  text-shadow: 2px 2px 5px black;
}
.cid-v2yIogTSAJ .menu .navbar-nav .nav-link:hover {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
}
.cid-v2yIogTSAJ .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@keyframes slideInFromRightInitial {
  0% {
    transform: translateX(400px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-v2yKcLMceC {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/markbletall2.webp");
}
.cid-v2yKcLMceC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2yKcLMceC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2yKcLMceC .glass {
  border-radius: 35px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 15px 10px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.cid-v2yKcLMceC .article11 .container,
.cid-v2yKcLMceC .article11 .container-fluid {
  max-width: 100%;
}
.cid-v2yKcLMceC .google-logo-image {
  width: 35%;
  max-width: 500px;
  height: auto;
}
@media (max-width: 768px) {
  .cid-v2yKcLMceC .google-logo-image {
    width: 75%;
    max-width: none;
  }
}
.cid-v2yKcLMceC .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v2yKcLMceC H4 {
  color: #4a1448;
}
.cid-v2Ew5eakHA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ff6c9a;
}
.cid-v2Ew5eakHA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Ew5eakHA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Ew5eakHA .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v2Ew5eakHA .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v2Ew5eakHA .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v2Ew5eakHA .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v2Ew5eakHA .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2Ew5eakHA .mbr-text {
    margin-top: 16px;
  }
}
.cid-v2Ew5eakHA .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2Ew5eakHA .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v2KGMT53sA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #393193;
  overflow: hidden;
}
.cid-v2yIi1Ilmj {
  text-shadow: 2px 2px 5px black;
}
.cid-v2yIi1Ilmj .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #c00084;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.5s ease-out forwards;
}
.cid-v2yIi1Ilmj .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 15px 15px 15px 15px;
  color: gray;
}
.cid-v2yIi1Ilmj .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-v2yIi1Ilmj .navbar-fixed-top {
  padding-top: 0;
}
.cid-v2yIi1Ilmj .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-v2yIi1Ilmj .collapse {
  justify-content: space-between !important;
}
.cid-v2yIi1Ilmj .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #393193;
  color: gray;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin-top: 0 !important;
}
.cid-v2yIi1Ilmj .dropdown-menu.show {
  opacity: 1;
}
.cid-v2yIi1Ilmj .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
  text-shadow: 0px 0px 0px black;
}
.cid-v2yIi1Ilmj .mbr-iconfont {
  cursor: pointer;
}
.cid-v2yIi1Ilmj .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-v2yIi1Ilmj .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #ffffff;
  border-radius: 50%;
}
.cid-v2yIi1Ilmj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v2yIi1Ilmj .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-v2yIi1Ilmj .menu-logo {
  display: flex;
  align-items: center;
}
.cid-v2yIi1Ilmj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2yIi1Ilmj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v2yIi1Ilmj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v2yIi1Ilmj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v2yIi1Ilmj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v2yIi1Ilmj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v2yIi1Ilmj .menu-content-top {
  background: #393193;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-v2yIi1Ilmj .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-v2yIi1Ilmj .dropdown-item,
.cid-v2yIi1Ilmj .nav-link,
.cid-v2yIi1Ilmj .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-v2yIi1Ilmj .dropdown-item:hover,
.cid-v2yIi1Ilmj .nav-link:hover,
.cid-v2yIi1Ilmj .brand-name:hover {
  color: #ffffff !important;
}
.cid-v2yIi1Ilmj .dropdown-item:active {
  background-color: #393193;
  z-index: 9999;
  opacity: 1;
}
.cid-v2yIi1Ilmj .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
}
.cid-v2yIi1Ilmj .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(192, 0, 132, 0.7) !important;
}
.cid-v2yIi1Ilmj .dropdown-item:before {
  align-items: center;
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2yIi1Ilmj .content-text {
  margin-bottom: 0;
}
.cid-v2yIi1Ilmj .navbar-nav {
  align-items: center;
  justify-content: center;
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-v2yIi1Ilmj .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v2yIi1Ilmj .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v2yIi1Ilmj .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v2yIi1Ilmj .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v2yIi1Ilmj .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v2yIi1Ilmj .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v2yIi1Ilmj .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.4s ease-out forwards;
  animation-delay: 0.9s;
}
.cid-v2yIi1Ilmj .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v2yIi1Ilmj .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v2yIi1Ilmj .content-right-side {
  text-align: center;
}
.cid-v2yIi1Ilmj .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v2yIi1Ilmj .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v2yIi1Ilmj .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff;
}
.cid-v2yIi1Ilmj .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-v2yIi1Ilmj .widget-title {
  color: #ffffff;
  text-align: center;
}
.cid-v2yIi1Ilmj .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-v2yIi1Ilmj .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2yIi1Ilmj .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-v2yIi1Ilmj .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v2yIi1Ilmj .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v2yIi1Ilmj .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-v2yIi1Ilmj .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-v2yIi1Ilmj .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-v2yIi1Ilmj .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v2yIi1Ilmj .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-v2yIi1Ilmj .navbar {
    display: block;
    padding: 0;
  }
  .cid-v2yIi1Ilmj .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v2yIi1Ilmj .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-v2yIi1Ilmj .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-v2yIi1Ilmj .navbar-toggler {
    display: none;
  }
  .cid-v2yIi1Ilmj .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-v2yIi1Ilmj .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v2yIi1Ilmj .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v2yIi1Ilmj .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v2yIi1Ilmj .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v2yIi1Ilmj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v2yIi1Ilmj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v2yIi1Ilmj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v2yIi1Ilmj .dropdown .dropdown-menu {
  opacity: 1;
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v2yIi1Ilmj .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2yIi1Ilmj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2yIi1Ilmj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2yIi1Ilmj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v2yIi1Ilmj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v2yIi1Ilmj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2yIi1Ilmj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v2yIi1Ilmj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2yIi1Ilmj .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v2yIi1Ilmj .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v2yIi1Ilmj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v2yIi1Ilmj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v2yIi1Ilmj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v2yIi1Ilmj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v2yIi1Ilmj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-v2yIi1Ilmj button.navbar-toggler:focus {
  outline: none;
}
.cid-v2yIi1Ilmj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v2yIi1Ilmj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2yIi1Ilmj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2yIi1Ilmj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2yIi1Ilmj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2yIi1Ilmj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2yIi1Ilmj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2yIi1Ilmj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2yIi1Ilmj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2yIi1Ilmj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2yIi1Ilmj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2yIi1Ilmj .collapsed .btn {
  display: flex;
}
.cid-v2yIi1Ilmj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v2yIi1Ilmj .collapsed .navbar-collapse.collapsing,
.cid-v2yIi1Ilmj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v2yIi1Ilmj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v2yIi1Ilmj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v2yIi1Ilmj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v2yIi1Ilmj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v2yIi1Ilmj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v2yIi1Ilmj .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v2yIi1Ilmj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v2yIi1Ilmj .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-v2yIi1Ilmj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v2yIi1Ilmj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v2yIi1Ilmj .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2yIi1Ilmj .collapsed button.navbar-toggler {
  display: block;
}
.cid-v2yIi1Ilmj .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v2yIi1Ilmj .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v2yIi1Ilmj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  border-radius: 0em 0em 2em 2em;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v2yIi1Ilmj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v2yIi1Ilmj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v2yIi1Ilmj .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v2yIi1Ilmj .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-v2yIi1Ilmj .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-v2yIi1Ilmj .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    width: 100%;
  }
  .cid-v2yIi1Ilmj .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #c00084;
    padding-top: 0.5rem;
    border-radius: 0 0 2em 2em;
    -webkit-box-shadow: 10px 10px 15px #000000;
    box-shadow: 10px 10px 15px #000000;
    z-index: 1050;
  }
  .cid-v2yIi1Ilmj .navbar-collapse.collapsing,
  .cid-v2yIi1Ilmj .navbar-collapse.show {
    display: block !important;
  }
  .cid-v2yIi1Ilmj .navbar-collapse.collapsing .navbar-nav,
  .cid-v2yIi1Ilmj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v2yIi1Ilmj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v2yIi1Ilmj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v2yIi1Ilmj .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v2yIi1Ilmj .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2yIi1Ilmj .navbar-collapse.collapsing .navbar-buttons,
  .cid-v2yIi1Ilmj .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-v2yIi1Ilmj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v2yIi1Ilmj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2yIi1Ilmj img {
    height: 3.8rem !important;
  }
  .cid-v2yIi1Ilmj .btn {
    display: flex;
  }
  .cid-v2yIi1Ilmj button.navbar-toggler {
    display: block;
  }
  .cid-v2yIi1Ilmj .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-v2yIi1Ilmj .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v2yIi1Ilmj .dropdown {
    transition: all 0.3s ease;
  }
  .cid-v2yIi1Ilmj .dropdown .dropdown-menu {
    width: 100%;
    opcaity: 1;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v2yIi1Ilmj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v2yIi1Ilmj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v2yIi1Ilmj .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-v2yIi1Ilmj .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v2yIi1Ilmj .dropdown .dropdown-menu .dropdown-item {
    padding: 0.75rem 1.5rem !important;
    transition: all 0.3s ease;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
  }
  .cid-v2yIi1Ilmj .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-v2yIi1Ilmj .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-v2yIi1Ilmj .navbar-toggler {
    order: 1;
  }
  .cid-v2yIi1Ilmj .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-v2yIi1Ilmj .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-v2yIi1Ilmj .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(192, 0, 132, 0.7) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-v2yIi1Ilmj .navbar-collapse.show .nav-item,
  .cid-v2yIi1Ilmj .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
  }
  .cid-v2yIi1Ilmj .navbar-collapse.show .nav-item:nth-child(1),
  .cid-v2yIi1Ilmj .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }
  .cid-v2yIi1Ilmj .navbar-collapse.show .nav-item:nth-child(2),
  .cid-v2yIi1Ilmj .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.15s;
  }
  .cid-v2yIi1Ilmj .navbar-collapse.show .nav-item:nth-child(3),
  .cid-v2yIi1Ilmj .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.2s;
  }
  .cid-v2yIi1Ilmj .navbar-collapse.show .nav-item:nth-child(4),
  .cid-v2yIi1Ilmj .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.25s;
  }
  .cid-v2yIi1Ilmj .navbar-collapse.show .nav-item:nth-child(5),
  .cid-v2yIi1Ilmj .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.3s;
  }
  .cid-v2yIi1Ilmj .navbar-collapse.show .navbar-buttons,
  .cid-v2yIi1Ilmj .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
    animation-delay: 0.4s;
  }
  .cid-v2yIi1Ilmj .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-v2yIi1Ilmj .dropdown .dropdown-menu {
    position: relative !important;
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-top: 0;
    background-color: rgba(57, 49, 147, 0.7) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-v2yIi1Ilmj .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-v2yIi1Ilmj .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-v2yIi1Ilmj .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-v2yIi1Ilmj .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-v2yIi1Ilmj .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
  }
  .cid-v2yIi1Ilmj .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-v2yIi1Ilmj .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-v2yIi1Ilmj .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.2s ease-out forwards;
  }
  .cid-v2yIi1Ilmj .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-v2yIi1Ilmj .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.1s;
  }
  .cid-v2yIi1Ilmj .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.15s;
  }
  .cid-v2yIi1Ilmj .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.2s;
  }
  .cid-v2yIi1Ilmj .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.25s;
  }
  .cid-v2yIi1Ilmj .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.3s;
  }
  .cid-v2yIi1Ilmj .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-v2yIi1Ilmj .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
.cid-v2yIi1Ilmj .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-v2yIi1Ilmj .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-v2yIi1Ilmj .navbar-toggler {
  position: relative;
}
.cid-v2yIi1Ilmj .dropdown-item.active,
.cid-v2yIi1Ilmj .dropdown-item:active {
  color: initial;
}
.cid-v2yIi1Ilmj .widget-title,
.cid-v2yIi1Ilmj .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-v2yIi1Ilmj .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-v2yIi1Ilmj .menu-logo {
    display: none;
  }
  .cid-v2yIi1Ilmj .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-v2yIi1Ilmj .nav-item:before {
    content: none;
  }
  .cid-v2yIi1Ilmj .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-v2yIi1Ilmj .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v2yIi1Ilmj button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-v2yIi1Ilmj .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-v2yIi1Ilmj .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-v2yIi1Ilmj .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
  }
  .cid-v2yIi1Ilmj .navbar-brand img {
    max-height: 60px;
    width: auto;
  }
  .cid-v2yIi1Ilmj .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-v2yIi1Ilmj .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-v2yIi1Ilmj .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-v2yIi1Ilmj .menu-content-top,
  .cid-v2yIi1Ilmj .menu-content-right {
    z-index: 0;
  }
}
.cid-v2yIi1Ilmj .navbar.bg-color.transparent {
  background: rgba(192, 0, 132, 0.7) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-v2yIi1Ilmj .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(57, 49, 147, 0.7) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromRightMobile {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  60% {
    transform: translateX(-3px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(1px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-v2yIi1Ilmj .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(400px);
  animation: slideInFromRightInitial 1.5s ease-out forwards;
}
.cid-v2yIi1Ilmj .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-v2yIi1Ilmj .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v2yIi1Ilmj .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-v2yIi1Ilmj .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-v2yIi1Ilmj .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-v2yIi1Ilmj .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-v2yIi1Ilmj .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-v2yIi1Ilmj .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.8s;
}
.cid-v2yIi1Ilmj .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.3s ease-out forwards;
}
.cid-v2yIi1Ilmj .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-v2yIi1Ilmj .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v2yIi1Ilmj .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-v2yIi1Ilmj .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-v2yIi1Ilmj .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-v2yIi1Ilmj .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-v2yIi1Ilmj .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-v2yIi1Ilmj .nav-item .nav-link {
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-v2yIi1Ilmj .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-v2yIi1Ilmj .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
@keyframes dropdownSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-10px) translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
.cid-v2yIi1Ilmj .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-v2yIi1Ilmj .navbar-logo a,
.cid-v2yIi1Ilmj .navbar-logo img,
.cid-v2yIi1Ilmj .navbar-brand a,
.cid-v2yIi1Ilmj .navbar-brand img {
  border-radius: 0 !important;
}
.cid-v2yIi1Ilmj .navbar-logo .grow,
.cid-v2yIi1Ilmj .navbar-brand .grow {
  border-radius: 0 !important;
}
.cid-v2yIi1Ilmj .menu .icon-wrap .widget-icon {
  color: #ffffff;
  fill: #ffffff;
}
.cid-v2yIi1Ilmj .menu .icon-wrap .widget-icon.socicon-facebook {
  color: #0050e7 !important;
  fill: #0050e7 !important;
}
.cid-v2yIi1Ilmj .menu .icon-wrap .widget-icon.socicon-youtube {
  color: #ff0000 !important;
  fill: #ff0000 !important;
}
.cid-v2yIi1Ilmj .menu .icon-wrap .widget-icon.socicon-tiktok,
.cid-v2yIi1Ilmj .menu .icon-wrap .widget-icon.socicon-twitter {
  color: #ffffff !important;
  fill: #ffffff !important;
}
.cid-v2yIi1Ilmj .share-copy-toast {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.85);
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.8rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 99999;
}
.cid-v2yIi1Ilmj .share-copy-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(-5px);
}
.cid-v2yIi1Ilmj .icon-bar-bg {
  background: #ffffff;
  padding: 4px 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.cid-v2yIi1Ilmj .icon-wrap span {
  margin: 0 6px;
  font-size: 22px;
}
.cid-v2yIi1Ilmj .menu a.text-white,
.cid-v2yIi1Ilmj .menu .nav-link.text-white,
.cid-v2yIi1Ilmj .menu .widget-title a.text-white {
  text-shadow: 2px 2px 5px black;
}
.cid-v2yIi1Ilmj .menu a.text-white:hover,
.cid-v2yIi1Ilmj .menu .nav-link.text-white:hover,
.cid-v2yIi1Ilmj .menu .widget-title a.text-white:hover {
  text-shadow: 2px 2px 5px black;
}
.cid-v2yIi1Ilmj .menu .navbar-nav .nav-link.text-white,
.cid-v2yIi1Ilmj .menu .navbar-nav .nav-link {
  text-shadow: 2px 2px 5px black;
}
.cid-v2yIi1Ilmj .menu .navbar-nav .nav-link:hover {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
}
.cid-v2yIi1Ilmj .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@keyframes slideInFromRightInitial {
  0% {
    transform: translateX(400px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-v2KdlpnzXH {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/markbletall2.webp");
}
.cid-v2KdlpnzXH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2KdlpnzXH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2KdlpnzXH .glass {
  border-radius: 35px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 15px 10px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.cid-v2KdlpnzXH .mbr-section-title {
  color: #4a1448;
}
.cid-v2KdlpnzXH .mbr-section-subtitle {
  color: #4a1448;
}
.cid-v2KdlpnzXH .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v2KGMT53sA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #393193;
  overflow: hidden;
}
.cid-v2yIF12DEX {
  text-shadow: 2px 2px 5px black;
}
.cid-v2yIF12DEX .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #c00084;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.5s ease-out forwards;
}
.cid-v2yIF12DEX .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 15px 15px 15px 15px;
  color: gray;
}
.cid-v2yIF12DEX .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-v2yIF12DEX .navbar-fixed-top {
  padding-top: 0;
}
.cid-v2yIF12DEX .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-v2yIF12DEX .collapse {
  justify-content: space-between !important;
}
.cid-v2yIF12DEX .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #393193;
  color: gray;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin-top: 0 !important;
}
.cid-v2yIF12DEX .dropdown-menu.show {
  opacity: 1;
}
.cid-v2yIF12DEX .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
  text-shadow: 0px 0px 0px black;
}
.cid-v2yIF12DEX .mbr-iconfont {
  cursor: pointer;
}
.cid-v2yIF12DEX .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-v2yIF12DEX .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #ffffff;
  border-radius: 50%;
}
.cid-v2yIF12DEX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v2yIF12DEX .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-v2yIF12DEX .menu-logo {
  display: flex;
  align-items: center;
}
.cid-v2yIF12DEX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2yIF12DEX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v2yIF12DEX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v2yIF12DEX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v2yIF12DEX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v2yIF12DEX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v2yIF12DEX .menu-content-top {
  background: #393193;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-v2yIF12DEX .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-v2yIF12DEX .dropdown-item,
.cid-v2yIF12DEX .nav-link,
.cid-v2yIF12DEX .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-v2yIF12DEX .dropdown-item:hover,
.cid-v2yIF12DEX .nav-link:hover,
.cid-v2yIF12DEX .brand-name:hover {
  color: #ffffff !important;
}
.cid-v2yIF12DEX .dropdown-item:active {
  background-color: #393193;
  z-index: 9999;
  opacity: 1;
}
.cid-v2yIF12DEX .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
}
.cid-v2yIF12DEX .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(192, 0, 132, 0.7) !important;
}
.cid-v2yIF12DEX .dropdown-item:before {
  align-items: center;
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2yIF12DEX .content-text {
  margin-bottom: 0;
}
.cid-v2yIF12DEX .navbar-nav {
  align-items: center;
  justify-content: center;
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-v2yIF12DEX .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v2yIF12DEX .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v2yIF12DEX .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v2yIF12DEX .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v2yIF12DEX .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v2yIF12DEX .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v2yIF12DEX .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.4s ease-out forwards;
  animation-delay: 0.9s;
}
.cid-v2yIF12DEX .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v2yIF12DEX .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v2yIF12DEX .content-right-side {
  text-align: center;
}
.cid-v2yIF12DEX .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v2yIF12DEX .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v2yIF12DEX .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff;
}
.cid-v2yIF12DEX .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-v2yIF12DEX .widget-title {
  color: #ffffff;
  text-align: center;
}
.cid-v2yIF12DEX .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-v2yIF12DEX .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2yIF12DEX .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-v2yIF12DEX .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v2yIF12DEX .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v2yIF12DEX .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-v2yIF12DEX .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-v2yIF12DEX .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-v2yIF12DEX .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v2yIF12DEX .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-v2yIF12DEX .navbar {
    display: block;
    padding: 0;
  }
  .cid-v2yIF12DEX .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v2yIF12DEX .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-v2yIF12DEX .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-v2yIF12DEX .navbar-toggler {
    display: none;
  }
  .cid-v2yIF12DEX .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-v2yIF12DEX .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v2yIF12DEX .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v2yIF12DEX .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v2yIF12DEX .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v2yIF12DEX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v2yIF12DEX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v2yIF12DEX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v2yIF12DEX .dropdown .dropdown-menu {
  opacity: 1;
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v2yIF12DEX .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2yIF12DEX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2yIF12DEX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2yIF12DEX .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v2yIF12DEX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v2yIF12DEX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2yIF12DEX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v2yIF12DEX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2yIF12DEX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v2yIF12DEX .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v2yIF12DEX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v2yIF12DEX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v2yIF12DEX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v2yIF12DEX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v2yIF12DEX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-v2yIF12DEX button.navbar-toggler:focus {
  outline: none;
}
.cid-v2yIF12DEX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v2yIF12DEX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2yIF12DEX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2yIF12DEX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2yIF12DEX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2yIF12DEX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2yIF12DEX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2yIF12DEX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2yIF12DEX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2yIF12DEX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2yIF12DEX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2yIF12DEX .collapsed .btn {
  display: flex;
}
.cid-v2yIF12DEX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v2yIF12DEX .collapsed .navbar-collapse.collapsing,
.cid-v2yIF12DEX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v2yIF12DEX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v2yIF12DEX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v2yIF12DEX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v2yIF12DEX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v2yIF12DEX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v2yIF12DEX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v2yIF12DEX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v2yIF12DEX .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-v2yIF12DEX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v2yIF12DEX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v2yIF12DEX .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2yIF12DEX .collapsed button.navbar-toggler {
  display: block;
}
.cid-v2yIF12DEX .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v2yIF12DEX .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v2yIF12DEX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  border-radius: 0em 0em 2em 2em;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v2yIF12DEX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v2yIF12DEX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v2yIF12DEX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v2yIF12DEX .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-v2yIF12DEX .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-v2yIF12DEX .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    width: 100%;
  }
  .cid-v2yIF12DEX .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #c00084;
    padding-top: 0.5rem;
    border-radius: 0 0 2em 2em;
    -webkit-box-shadow: 10px 10px 15px #000000;
    box-shadow: 10px 10px 15px #000000;
    z-index: 1050;
  }
  .cid-v2yIF12DEX .navbar-collapse.collapsing,
  .cid-v2yIF12DEX .navbar-collapse.show {
    display: block !important;
  }
  .cid-v2yIF12DEX .navbar-collapse.collapsing .navbar-nav,
  .cid-v2yIF12DEX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v2yIF12DEX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v2yIF12DEX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v2yIF12DEX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v2yIF12DEX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2yIF12DEX .navbar-collapse.collapsing .navbar-buttons,
  .cid-v2yIF12DEX .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-v2yIF12DEX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v2yIF12DEX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2yIF12DEX img {
    height: 3.8rem !important;
  }
  .cid-v2yIF12DEX .btn {
    display: flex;
  }
  .cid-v2yIF12DEX button.navbar-toggler {
    display: block;
  }
  .cid-v2yIF12DEX .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-v2yIF12DEX .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v2yIF12DEX .dropdown {
    transition: all 0.3s ease;
  }
  .cid-v2yIF12DEX .dropdown .dropdown-menu {
    width: 100%;
    opcaity: 1;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v2yIF12DEX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v2yIF12DEX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v2yIF12DEX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-v2yIF12DEX .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v2yIF12DEX .dropdown .dropdown-menu .dropdown-item {
    padding: 0.75rem 1.5rem !important;
    transition: all 0.3s ease;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
  }
  .cid-v2yIF12DEX .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-v2yIF12DEX .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-v2yIF12DEX .navbar-toggler {
    order: 1;
  }
  .cid-v2yIF12DEX .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-v2yIF12DEX .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-v2yIF12DEX .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(192, 0, 132, 0.7) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-v2yIF12DEX .navbar-collapse.show .nav-item,
  .cid-v2yIF12DEX .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
  }
  .cid-v2yIF12DEX .navbar-collapse.show .nav-item:nth-child(1),
  .cid-v2yIF12DEX .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }
  .cid-v2yIF12DEX .navbar-collapse.show .nav-item:nth-child(2),
  .cid-v2yIF12DEX .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.15s;
  }
  .cid-v2yIF12DEX .navbar-collapse.show .nav-item:nth-child(3),
  .cid-v2yIF12DEX .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.2s;
  }
  .cid-v2yIF12DEX .navbar-collapse.show .nav-item:nth-child(4),
  .cid-v2yIF12DEX .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.25s;
  }
  .cid-v2yIF12DEX .navbar-collapse.show .nav-item:nth-child(5),
  .cid-v2yIF12DEX .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.3s;
  }
  .cid-v2yIF12DEX .navbar-collapse.show .navbar-buttons,
  .cid-v2yIF12DEX .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
    animation-delay: 0.4s;
  }
  .cid-v2yIF12DEX .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-v2yIF12DEX .dropdown .dropdown-menu {
    position: relative !important;
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-top: 0;
    background-color: rgba(57, 49, 147, 0.7) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-v2yIF12DEX .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-v2yIF12DEX .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-v2yIF12DEX .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-v2yIF12DEX .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-v2yIF12DEX .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
  }
  .cid-v2yIF12DEX .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-v2yIF12DEX .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-v2yIF12DEX .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.2s ease-out forwards;
  }
  .cid-v2yIF12DEX .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-v2yIF12DEX .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.1s;
  }
  .cid-v2yIF12DEX .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.15s;
  }
  .cid-v2yIF12DEX .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.2s;
  }
  .cid-v2yIF12DEX .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.25s;
  }
  .cid-v2yIF12DEX .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.3s;
  }
  .cid-v2yIF12DEX .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-v2yIF12DEX .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
.cid-v2yIF12DEX .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-v2yIF12DEX .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-v2yIF12DEX .navbar-toggler {
  position: relative;
}
.cid-v2yIF12DEX .dropdown-item.active,
.cid-v2yIF12DEX .dropdown-item:active {
  color: initial;
}
.cid-v2yIF12DEX .widget-title,
.cid-v2yIF12DEX .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-v2yIF12DEX .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-v2yIF12DEX .menu-logo {
    display: none;
  }
  .cid-v2yIF12DEX .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-v2yIF12DEX .nav-item:before {
    content: none;
  }
  .cid-v2yIF12DEX .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-v2yIF12DEX .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v2yIF12DEX button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-v2yIF12DEX .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-v2yIF12DEX .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-v2yIF12DEX .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
  }
  .cid-v2yIF12DEX .navbar-brand img {
    max-height: 60px;
    width: auto;
  }
  .cid-v2yIF12DEX .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-v2yIF12DEX .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-v2yIF12DEX .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-v2yIF12DEX .menu-content-top,
  .cid-v2yIF12DEX .menu-content-right {
    z-index: 0;
  }
}
.cid-v2yIF12DEX .navbar.bg-color.transparent {
  background: rgba(192, 0, 132, 0.7) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-v2yIF12DEX .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(57, 49, 147, 0.7) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromRightMobile {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  60% {
    transform: translateX(-3px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(1px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-v2yIF12DEX .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(400px);
  animation: slideInFromRightInitial 1.5s ease-out forwards;
}
.cid-v2yIF12DEX .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-v2yIF12DEX .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v2yIF12DEX .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-v2yIF12DEX .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-v2yIF12DEX .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-v2yIF12DEX .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-v2yIF12DEX .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-v2yIF12DEX .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.8s;
}
.cid-v2yIF12DEX .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.3s ease-out forwards;
}
.cid-v2yIF12DEX .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-v2yIF12DEX .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v2yIF12DEX .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-v2yIF12DEX .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-v2yIF12DEX .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-v2yIF12DEX .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-v2yIF12DEX .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-v2yIF12DEX .nav-item .nav-link {
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-v2yIF12DEX .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-v2yIF12DEX .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
@keyframes dropdownSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-10px) translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
.cid-v2yIF12DEX .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-v2yIF12DEX .navbar-logo a,
.cid-v2yIF12DEX .navbar-logo img,
.cid-v2yIF12DEX .navbar-brand a,
.cid-v2yIF12DEX .navbar-brand img {
  border-radius: 0 !important;
}
.cid-v2yIF12DEX .navbar-logo .grow,
.cid-v2yIF12DEX .navbar-brand .grow {
  border-radius: 0 !important;
}
.cid-v2yIF12DEX .menu .icon-wrap .widget-icon {
  color: #ffffff;
  fill: #ffffff;
}
.cid-v2yIF12DEX .menu .icon-wrap .widget-icon.socicon-facebook {
  color: #0050e7 !important;
  fill: #0050e7 !important;
}
.cid-v2yIF12DEX .menu .icon-wrap .widget-icon.socicon-youtube {
  color: #ff0000 !important;
  fill: #ff0000 !important;
}
.cid-v2yIF12DEX .menu .icon-wrap .widget-icon.socicon-tiktok,
.cid-v2yIF12DEX .menu .icon-wrap .widget-icon.socicon-twitter {
  color: #ffffff !important;
  fill: #ffffff !important;
}
.cid-v2yIF12DEX .share-copy-toast {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.85);
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.8rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 99999;
}
.cid-v2yIF12DEX .share-copy-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(-5px);
}
.cid-v2yIF12DEX .icon-bar-bg {
  background: #ffffff;
  padding: 4px 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.cid-v2yIF12DEX .icon-wrap span {
  margin: 0 6px;
  font-size: 22px;
}
.cid-v2yIF12DEX .menu a.text-white,
.cid-v2yIF12DEX .menu .nav-link.text-white,
.cid-v2yIF12DEX .menu .widget-title a.text-white {
  text-shadow: 2px 2px 5px black;
}
.cid-v2yIF12DEX .menu a.text-white:hover,
.cid-v2yIF12DEX .menu .nav-link.text-white:hover,
.cid-v2yIF12DEX .menu .widget-title a.text-white:hover {
  text-shadow: 2px 2px 5px black;
}
.cid-v2yIF12DEX .menu .navbar-nav .nav-link.text-white,
.cid-v2yIF12DEX .menu .navbar-nav .nav-link {
  text-shadow: 2px 2px 5px black;
}
.cid-v2yIF12DEX .menu .navbar-nav .nav-link:hover {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
}
.cid-v2yIF12DEX .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@keyframes slideInFromRightInitial {
  0% {
    transform: translateX(400px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-v2AeOHdlmN {
  background-image: url("../../../assets/images/markbletall2.webp");
}
.cid-v2AeOHdlmN * {
  box-sizing: border-box;
}
.cid-v2AeOHdlmN body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
}
.cid-v2AeOHdlmN .container,
.cid-v2AeOHdlmN .container-fluid {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.cid-v2AeOHdlmN .custom-padding {
  padding: 0 10px !important;
}
.cid-v2AeOHdlmN .fullscreen-section {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
  position: relative !important;
  background-color: transparent !important;
}
.cid-v2AeOHdlmN .fullscreen-section .container-fluid {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-height: calc(96vh) !important;
}
.cid-v2AeOHdlmN .fullscreen-section .media-container-row {
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
}
.cid-v2AeOHdlmN .fullscreen-section .title {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  width: 75vw;
  max-width: 1600px;
  margin: 0 auto;
  color: #e5e7eb;
}
.cid-v2AeOHdlmN .fullscreen-section .mbr-overlay {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.cid-v2AeOHdlmN h2 {
  color: #c94400;
}
.cid-v2AeOHdlmN h3 {
  font-size: 0.7em;
}
.cid-v2AeOHdlmN .heading {
  font-size: 7em;
}
.cid-v2AeOHdlmN .selectors-header {
  background: linear-gradient(135deg, #2a2e35 0%, #343942 100%) !important;
  color: #e5e7eb;
  border-radius: 16px;
  padding: 1.5rem 2rem 1rem;
  margin: 0 auto 2rem;
  max-width: 75vw;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06) inset, 0 14px 30px rgba(0, 0, 0, 0.28) !important;
  border: 2px solid rgba(255, 255, 255, 0.22) !important;
}
.cid-v2AeOHdlmN .top-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: nowrap !important;
  background: transparent;
  margin: 0 0 .75rem;
  border: 0;
  box-shadow: none;
  padding: 0;
}
.cid-v2AeOHdlmN .modern-selector {
  flex: 0 0 auto;
  margin: 0;
}
.cid-v2AeOHdlmN .modern-selector select {
  width: 320px !important;
  max-width: 90vw;
  height: 44px;
  padding: 0.875rem 1rem;
  border: 1px solid #3a3f47;
  border-radius: 8px;
  font-size: 1rem;
  background: #1f2329;
  color: #e5e7eb;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
}
.cid-v2AeOHdlmN .modern-selector select:focus {
  outline: none;
  border-color: #60a5fa;
  box-shadow: 2 2 2 3px rgba(96, 165, 250, 0.2);
}
.cid-v2AeOHdlmN .filter-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0;
  border: 1px solid #3a3f47;
  background: #1f2329;
  color: #e5e7eb;
  padding: 0 !important;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: all .2s ease;
  margin: 0;
  white-space: nowrap;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: relative;
  min-width: 44px;
  text-indent: -9999px;
  overflow: hidden;
  justify-content: center;
}
.cid-v2AeOHdlmN .filter-toggle:hover {
  background: #232831;
}
.cid-v2AeOHdlmN .filter-toggle[aria-expanded="true"] {
  background: #3b82f6;
  color: #fff;
  border-color: var(--ring) !important;
  box-shadow: 0 4px 10px rgba(59, 130, 246, 0.25);
}
.cid-v2AeOHdlmN .filter-toggle .caret {
  width: .6rem;
  height: .6rem;
  margin-top: 2px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  transition: transform .2s ease;
  display: none !important;
}
.cid-v2AeOHdlmN .filter-toggle[aria-expanded="true"] .caret {
  transform: rotate(135deg);
}
.cid-v2AeOHdlmN .modern-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}
.cid-v2AeOHdlmN .modern-filters.accordion {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition: max-height 0.35s ease, opacity 0.2s ease, transform 0.2s ease, margin 0.2s ease;
  margin-top: 0;
  background: transparent;
  padding: .5rem 0 1rem;
}
.cid-v2AeOHdlmN .modern-filters.accordion.open {
  max-height: 600px;
  opacity: 1;
  transform: translateY(0);
  margin-top: .75rem;
}
.cid-v2AeOHdlmN .filter-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.cid-v2AeOHdlmN .filter-label {
  font-weight: 500;
  font-size: 0.875rem;
  color: #d1d5db;
  min-width: 50px;
}
.cid-v2AeOHdlmN .chip {
  border: 1px solid #3a3f47;
  border-radius: 6px;
  padding: 0.375rem 0.75rem;
  background: #1f2329;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s ease;
  white-space: nowrap;
  color: #d1d5db;
}
.cid-v2AeOHdlmN .chip:hover {
  border-color: #9ca3af;
  background: #262b33;
}
.cid-v2AeOHdlmN .chip.active {
  border-color: #3b82f6;
  background: #3b82f6;
  color: #fff;
}
.cid-v2AeOHdlmN .modern-reset {
  border: 0;
  background: #6b7280;
  color: #fff;
  border-radius: 6px;
  padding: 0.375rem 0.875rem;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
.cid-v2AeOHdlmN .modern-reset:hover {
  background: #4b5563;
}
.cid-v2AeOHdlmN .card-grid.modern-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 350px) !important;
  gap: 1.25rem;
  margin: 2rem auto !important;
  max-width: 75vw !important;
  padding: 40px !important;
  width: 100% !important;
  justify-content: center !important;
  background: rgba(255, 255, 255, 0.7) !important;
  border-radius: 24px !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}
.cid-v2AeOHdlmN .modern-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border-radius: var(--cardR) !important;
  overflow: visible !important;
  box-shadow: var(--cardShadow1);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  border: 1.5px solid var(--cardEdge) !important;
  position: relative;
  width: 350px !important;
  height: 350px !important;
}
.cid-v2AeOHdlmN .modern-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--cardShadow2);
}
.cid-v2AeOHdlmN .modern-image {
  position: relative;
  aspect-ratio: 1 !important;
  overflow: hidden !important;
  cursor: pointer;
  background: #0b0f14;
  width: 100%;
  height: 100% !important;
  border-bottom: 2px solid var(--line-strong) !important;
  border-radius: var(--imgR) !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
  inset: 0 8px 8px 8px;
  filter: drop-shadow(var(--imgShadow1)) drop-shadow(var(--imgShadow2));
}
.cid-v2AeOHdlmN .modern-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease, opacity 0.5s ease;
  opacity: 0;
  display: block;
  border-radius: inherit !important;
  box-shadow: var(--imgShadow);
}
.cid-v2AeOHdlmN .modern-card:hover .modern-image img {
  transform: scale(1.02);
}
.cid-v2AeOHdlmN .modern-overlay {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
  opacity: 0;
  transition: all 0.3s ease;
}
.cid-v2AeOHdlmN .modern-card:hover .modern-overlay {
  opacity: 1;
}
.cid-v2AeOHdlmN .modern-btn {
  background: #fbbf24;
  color: #1f2937;
  border: none;
  padding: 0.75rem 1.25rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(251, 191, 36, 0.4);
}
.cid-v2AeOHdlmN .modern-btn:hover {
  background: var(--accent) !important;
  transform: translateY(-1px);
}
.cid-v2AeOHdlmN .modern-btn.overlay {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25) !important;
}
.cid-v2AeOHdlmN .modern-pillbar {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: -18px;
  display: flex;
  gap: .65rem;
  align-items: center;
  background: var(--slab-bg) !important;
  backdrop-filter: blur(16px);
  border-top: 2px solid var(--line-strong) !important;
  padding: .85rem 1rem;
  z-index: 2;
  flex-wrap: wrap;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.2), 0 2px 8px rgba(0, 0, 0, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  border: 2px solid var(--slab-border) !important;
  border-radius: 16px;
}
.cid-v2AeOHdlmN .modern-pill {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #0f172a !important;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  border-radius: 10px !important;
  padding: .45rem .6rem !important;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.08);
}
.cid-v2AeOHdlmN .modern-pill:last-child {
  flex: 0 0 auto !important;
  margin-top: .25rem !important;
  justify-content: flex-start;
}
.cid-v2AeOHdlmN .modern-pill .ico {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .9;
}
.cid-v2AeOHdlmN .modern-pill img {
  width: 18px !important;
  height: 18px !important;
  object-fit: contain;
}
.cid-v2AeOHdlmN .modern-title {
  position: absolute !important;
  bottom: auto !important;
  left: 14px !important;
  right: auto !important;
  color: #fff;
  font-size: 1.25rem !important;
  font-weight: 800;
  line-height: 1.2;
  z-index: 3;
  display: inline-block;
  max-width: calc(98%);
  padding: 10px 14px;
  background: rgba(17, 24, 39, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  border-radius: 12px;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.25);
  margin: 0 !important;
  top: 14px !important;
  transform: none !important;
}
.cid-v2AeOHdlmN .desc-modal.modern-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
  overflow: auto;
}
.cid-v2AeOHdlmN .desc-modal-content.modern-modal-content {
  background: radial-gradient(1000px 500px at 8% -10%, rgba(255, 255, 255, 0.08), transparent 55%), linear-gradient(180deg, #1b2433 0%, #101826 100%) !important;
  color: #e5e7eb;
  margin: 15vh auto !important;
  padding: 28px 32px !important;
  width: 92vw !important;
  max-width: 1200px !important;
  border-radius: 24px !important;
  position: relative;
  max-height: 85vh !important;
  overflow-y: auto !important;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.65), 0 6px 18px rgba(0, 0, 0, 0.35) !important;
  font-size: 16px;
  line-height: 1.55;
  border: 2px solid #ffffff !important;
  animation: modalPop 0.18s ease-out;
}
.cid-v2AeOHdlmN .desc-modal-close {
  position: absolute;
  top: 12px !important;
  right: 16px !important;
  font-size: 34px !important;
  cursor: pointer;
  color: #e5e7eb !important;
  float: right;
  font-weight: bold;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.cid-v2AeOHdlmN .desc-modal-close:hover {
  color: #0f172a !important;
  background: rgba(15, 23, 42, 0.9);
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.55);
}
.cid-v2AeOHdlmN .detail-title {
  font-size: 40px !important;
  font-weight: 900;
  color: #fff !important;
  margin-bottom: .75rem !important;
  letter-spacing: .2px;
}
.cid-v2AeOHdlmN .detail-sub {
  color: #cbd5e1 !important;
  font-size: 18px !important;
  margin-bottom: 1.5rem;
}
.cid-v2AeOHdlmN .detail-stats {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 1.5rem 0;
}
.cid-v2AeOHdlmN .detail-stats .modern-pill {
  background: #ffffff !important;
  color: #111827 !important;
  border: 2px solid #1f2937 !important;
  border-radius: 10px !important;
  padding: .55rem .75rem !important;
  font-size: 16px !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75) inset, 0 6px 14px rgba(0, 0, 0, 0.18) !important;
}
.cid-v2AeOHdlmN .detail-stats .modern-pill .ico {
  width: 22px !important;
  height: 22px !important;
}
.cid-v2AeOHdlmN .detail-stats .modern-pill img {
  width: 20px !important;
  height: 20px !important;
}
.cid-v2AeOHdlmN .detail-prices {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
  gap: 10px !important;
  margin: 0.85rem 0 1rem !important;
}
.cid-v2AeOHdlmN .detail-prices .pbox {
  background: linear-gradient(180deg, #111a28, #0f1725) !important;
  border-radius: 10px !important;
  padding: 10px 12px !important;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
  color: #e5e7eb !important;
  min-height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
}
.cid-v2AeOHdlmN .detail-prices .pbox h4 {
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
  color: #cdd7e3 !important;
  margin-bottom: 0.5rem;
  margin: 0 !important;
}
.cid-v2AeOHdlmN .detail-prices .pbox b {
  font-size: 16px !important;
  color: #22c55e !important;
  font-weight: 700;
  letter-spacing: .2px;
  margin: 0 !important;
  line-height: 1.2 !important;
}
.cid-v2AeOHdlmN .gallery {
  display: grid;
  grid-template-columns: 3fr 1fr !important;
  gap: 18px !important;
  margin: 2rem 0;
}
.cid-v2AeOHdlmN .gallery-main {
  aspect-ratio: 1.6;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(180deg, #0b0f14, #0a0e13) !important;
  border: 1.5px solid var(--modal-edge) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(255, 255, 255, 0.65) !important;
}
.cid-v2AeOHdlmN .gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}
.cid-v2AeOHdlmN .thumbs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  max-height: 100%;
  overflow: auto;
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: 12px;
  padding: 8px;
}
.cid-v2AeOHdlmN .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  background: #0b0f14 !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  filter: saturate(0.95);
}
.cid-v2AeOHdlmN .thumbs img:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.35);
  border-color: var(--accent) !important;
}
@media (min-width: 1200px) {
  .cid-v2AeOHdlmN .modern-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
    max-width: none !important;
    width: 100% !important;
  }
}
@media (min-width: 1280px) {
  .cid-v2AeOHdlmN .modern-image {
    aspect-ratio: 1.06666667 !important;
  }
  .cid-v2AeOHdlmN .modern-title {
    bottom: 6rem;
  }
}
@media (min-width: 1400px) {
  .cid-v2AeOHdlmN .modern-title {
    bottom: 7rem !important;
  }
}
@media (min-width: 1600px) {
  .cid-v2AeOHdlmN .modern-grid {
    max-width: 1400px;
  }
  .cid-v2AeOHdlmN .fullscreen-section .title {
    width: 75vw;
    max-width: 2600px;
  }
}
@media (max-width: 1024px) {
  .cid-v2AeOHdlmN .fullscreen-section .container-fluid > .media-container-row > .title,
  .cid-v2AeOHdlmN .fullscreen-section .title.col-12,
  .cid-v2AeOHdlmN .top-controls.modern-controls,
  .cid-v2AeOHdlmN .modern-grid {
    width: 100% !important;
    max-width: 100% !important;
  }
  .cid-v2AeOHdlmN .plans-panel {
    max-width: 100%;
    border-radius: 20px;
  }
  .cid-v2AeOHdlmN .plans-panel__inner {
    padding: 1rem;
  }
  .cid-v2AeOHdlmN .modern-selector select {
    width: 72vw !important;
    max-width: 360px !important;
  }
}
@media (max-width: 900px) {
  .cid-v2AeOHdlmN .top-controls {
    flex-wrap: wrap !important;
  }
  .cid-v2AeOHdlmN .top-controls .modern-selector {
    flex: 1 1 100%;
  }
  .cid-v2AeOHdlmN .top-controls .filter-toggle {
    width: 100%;
    justify-content: center;
  }
  .cid-v2AeOHdlmN .selectors-header {
    max-width: 100%;
    border-radius: 0;
  }
  .cid-v2AeOHdlmN .top-controls .modern-selector,
  .cid-v2AeOHdlmN .top-controls .filter-toggle {
    width: auto !important;
  }
  .cid-v2AeOHdlmN .modern-selector {
    flex: 1 1 100% !important;
  }
  .cid-v2AeOHdlmN .filter-toggle {
    margin-top: 8px !important;
  }
}
@media (max-width: 768px) {
  .cid-v2AeOHdlmN .container {
    padding: 0;
    margin-top: -30px;
  }
  .cid-v2AeOHdlmN .custom-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-v2AeOHdlmN .fullscreen-section {
    min-height: 100vh !important;
  }
  .cid-v2AeOHdlmN .fullscreen-section .container-fluid {
    min-height: calc(98vh) !important;
  }
  .cid-v2AeOHdlmN .modern-controls {
    margin: 0 1rem 1rem;
    padding: 1rem;
    border-radius: 12px;
  }
  .cid-v2AeOHdlmN .modern-grid {
    grid-template-columns: 1fr !important;
    gap: .75rem !important;
    margin: 1rem 0;
    padding: 0 1rem;
  }
  .cid-v2AeOHdlmN .modern-card {
    border-radius: 0 !important;
    width: 100% !important;
    height: auto !important;
  }
  .cid-v2AeOHdlmN .modern-filters {
    flex-direction: column !important;
    gap: 12px !important;
    align-items: stretch !important;
  }
  .cid-v2AeOHdlmN .filter-group {
    justify-content: center;
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    background: rgba(255, 255, 255, 0.94) !important;
    border: 2px solid var(--line-strong) !important;
    border-radius: 12px !important;
    padding: 10px 12px !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06) !important;
  }
  .cid-v2AeOHdlmN .modern-title {
    font-size: 1.0rem !important;
    bottom: 5.25rem;
    left: 10px !important;
    right: 1rem;
    padding: 6px 10px !important;
    top: 10px !important;
  }
  .cid-v2AeOHdlmN .modern-pillbar {
    padding: .6rem .8rem !important;
    left: 10px !important;
    right: 10px !important;
    bottom: -12px !important;
  }
  .cid-v2AeOHdlmN .modern-pill {
    font-size: 0.75rem;
    gap: 0.375rem;
  }
  .cid-v2AeOHdlmN .modern-pill .ico {
    width: 14px;
    height: 14px;
  }
  .cid-v2AeOHdlmN .modern-pill img {
    width: 12px;
    height: 12px;
  }
  .cid-v2AeOHdlmN .modern-btn {
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
  }
  .cid-v2AeOHdlmN .modern-image {
    aspect-ratio: 1.5 !important;
    height: auto !important;
  }
  .cid-v2AeOHdlmN .filter-toggle {
    width: 44px !important;
    justify-content: center !important;
    min-width: 44px !important;
    padding: 0 !important;
    margin: 0 !important;
    text-indent: -9999px !important;
    height: 44px !important;
    overflow: hidden !important;
    display: inline-flex !important;
    align-items: center !important;
  }
  .cid-v2AeOHdlmN .top-controls {
    justify-content: center !important;
    gap: 8px !important;
    display: grid !important;
    align-items: center !important;
    margin: 0 auto !important;
    padding: 0 !important;
    width: 100% !important;
    grid-template-columns: 1fr 44px !important;
  }
  .cid-v2AeOHdlmN .top-controls .modern-selector {
    flex: 0 0 100%;
  }
  .cid-v2AeOHdlmN .top-controls .filter-toggle {
    width: 100%;
    justify-content: center;
  }
  .cid-v2AeOHdlmN .card-grid.modern-grid {
    padding: 20px !important;
    border-radius: 16px !important;
    max-width: 100% !important;
    margin: 1rem 0 !important;
  }
  .cid-v2AeOHdlmN .modern-selector select {
    width: 100% !important;
    max-width: none !important;
    display: block !important;
    height: 44px !important;
    margin: 0 !important;
    font-size: 0.95rem !important;
  }
  .cid-v2AeOHdlmN section.content4.fullscreen-section {
    padding-top: 1.25rem !important;
    padding-bottom: 1rem !important;
  }
  .cid-v2AeOHdlmN .fullscreen-section .title h2 {
    margin-bottom: .5rem !important;
  }
  .cid-v2AeOHdlmN .plans-panel__bg {
    display: none !important;
  }
  .cid-v2AeOHdlmN .selectors-header {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    max-width: 100% !important;
    margin: 0 auto 8px !important;
    padding: 0 12px !important;
    border-radius: 0 !important;
  }
  .cid-v2AeOHdlmN #cardGrid,
  .cid-v2AeOHdlmN .card-grid.modern-grid {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 10px 0 0 !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  .cid-v2AeOHdlmN body {
    background-color: transparent !important;
  }
  .cid-v2AeOHdlmN .modern-selector {
    flex: 1 1 auto !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .cid-v2AeOHdlmN .filter-toggle::before {
    display: block !important;
  }
  .cid-v2AeOHdlmN .filter-toggle .caret {
    display: none !important;
  }
  .cid-v2AeOHdlmN .card-grid.modern-grid > article {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 0 !important;
  }
  .cid-v2AeOHdlmN .card-grid.modern-grid > article:not(:last-child)::after {
    content: "";
    display: block;
    height: 0;
    border-bottom: 3px solid #000;
    border-radius: 10px;
    margin: 20px calc(0%) 0;
  }
  .cid-v2AeOHdlmN .plans-panel {
    max-width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }
  .cid-v2AeOHdlmN .plans-panel__inner {
    padding: 0 !important;
  }
  .cid-v2AeOHdlmN .container,
  .cid-v2AeOHdlmN .container-fluid,
  .cid-v2AeOHdlmN .custom-padding,
  .cid-v2AeOHdlmN .fullscreen-section .title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-v2AeOHdlmN .modern-filters.accordion {
    padding: 8px 12px 12px !important;
    background: transparent !important;
  }
  .cid-v2AeOHdlmN .modern-filters.accordion.open {
    max-height: 1400px !important;
  }
  .cid-v2AeOHdlmN .filter-label {
    flex: 0 0 100% !important;
    margin: 0 0 6px !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    color: #111827 !important;
    background: #e5e7eb !important;
    border-radius: 8px !important;
    padding: 2px 8px !important;
    line-height: 1.4 !important;
  }
  .cid-v2AeOHdlmN .filter-group .chip {
    margin: 0 6px 6px 0 !important;
  }
  .cid-v2AeOHdlmN .detail-prices {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    margin: .75rem 0 1rem !important;
  }
  .cid-v2AeOHdlmN .detail-prices .pbox {
    padding: 10px 12px !important;
  }
  .cid-v2AeOHdlmN .detail-prices .pbox b {
    font-size: 14.5px !important;
  }
  .cid-v2AeOHdlmN .plan-card .overlay-top.modern-overlay,
  .cid-v2AeOHdlmN .plan-card .overlay-top.modern-overlay .more-btn {
    display: none !important;
  }
  .cid-v2AeOHdlmN .chip {
    font-size: 0.82rem !important;
    padding: 0.32rem 0.65rem !important;
  }
  .cid-v2AeOHdlmN .modern-pill,
  .cid-v2AeOHdlmN .detail-stats .modern-pill {
    font-size: 0.84rem !important;
    padding: .42rem .55rem !important;
  }
  .cid-v2AeOHdlmN .detail-prices .pbox h4 {
    font-size: 11.5px !important;
  }
  .cid-v2AeOHdlmN .faq-shell {
    max-width: 94vw;
  }
  .cid-v2AeOHdlmN #faqList,
  .cid-v2AeOHdlmN .faq-head {
    max-width: 94vw;
  }
  .cid-v2AeOHdlmN .faq-toggle .q {
    font-size: 1rem;
  }
  .cid-v2AeOHdlmN .modal.full .modal__body {
    font-size: 170% !important;
    padding: 24px !important;
  }
  .cid-v2AeOHdlmN .modal.custom-size .modal__body {
    padding: 22px !important;
  }
  .cid-v2AeOHdlmN .modal.custom-size .modal__body .answer {
    font-size: clamp(1rem, 3.5vw, 1.2rem) !important;
  }
}
@media (max-width: 640px) {
  .cid-v2AeOHdlmN .desc-modal-content.modern-modal-content {
    width: 96vw !important;
    max-width: 96vw !important;
    margin: 3vh auto !important;
    padding: 20px !important;
    border-radius: 18px !important;
  }
  .cid-v2AeOHdlmN .modern-pillbar .modern-pill:last-child {
    flex: 0 0 auto !important;
    margin-top: 0 !important;
  }
  .cid-v2AeOHdlmN .detail-title {
    font-size: 28px !important;
  }
}
.cid-v2AeOHdlmN .mbr-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-v2AeOHdlmN :root {
  --panel: #ffffff;
  --panel-2: #f7fafc;
  --line: #cbd5e1;
  --line-strong: #64748b;
  --ring: #f59e0b;
  --card-radius: 22px;
  --card-border: rgba(255, 255, 255, 0.45);
  --card-shadow-1: 0 18px 45px rgba(0, 0, 0, 0.22), 0 6px 16px rgba(0, 0, 0, 0.18);
  --slab-bg: rgba(255, 255, 255, 0.92);
  --slab-border: rgba(0, 0, 0, 0.08);
  --badge-bg1: #0f172a;
  --badge-bg2: #1f2937;
  --badge-ring: rgba(255, 255, 255, 0.45);
  --accent: #ffd54a;
  --cardR: 24px;
  --cardEdge: rgba(255, 255, 255, 0.55);
  --cardInner: rgba(255, 255, 255, 0.2);
  --cardShadow1: 0 18px 45px rgba(0, 0, 0, 0.26), 0 6px 16px rgba(0, 0, 0, 0.18);
  --cardShadow2: 0 26px 70px rgba(0, 0, 0, 0.34), 0 12px 22px rgba(0, 0, 0, 0.22);
  --imgStroke: rgba(255, 255, 255, 0.75);
  --imgShadow: 0 16px 32px rgba(0, 0, 0, 0.28), 0 6px 14px rgba(0, 0, 0, 0.18);
  --imgR: 18px;
  --imgShadow1: 0 16px 32px rgba(0, 0, 0, 0.28);
  --imgShadow2: 0 6px 14px rgba(0, 0, 0, 0.18);
  --modal-bg1: #0f172a;
  --modal-bg2: #0b1220;
  --modal-edge: rgba(255, 255, 255, 0.12);
  --modal-inner: rgba(255, 255, 255, 0.06);
  --modal-shadow: 0 30px 80px rgba(0, 0, 0, 0.65), 0 6px 18px rgba(0, 0, 0, 0.35);
}
.cid-v2AeOHdlmN .modern-selector select,
.cid-v2AeOHdlmN .filter-toggle,
.cid-v2AeOHdlmN .chip,
.cid-v2AeOHdlmN .modern-reset {
  background: linear-gradient(180deg, #ffffff, #f6f8fb) !important;
  color: #111827 !important;
  border: 2px solid var(--line-strong) !important;
}
.cid-v2AeOHdlmN .modern-selector select:focus,
.cid-v2AeOHdlmN .filter-toggle:focus-visible,
.cid-v2AeOHdlmN .chip:focus-visible,
.cid-v2AeOHdlmN .modern-btn:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.28) !important;
}
.cid-v2AeOHdlmN .modern-pill,
.cid-v2AeOHdlmN .detail-stats .modern-pill {
  background: linear-gradient(180deg, #ffffff, #f5f7fb) !important;
  border: 2px solid var(--line-strong) !important;
  border-radius: 8px !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 1px 2px rgba(16, 24, 40, 0.08) !important;
}
.cid-v2AeOHdlmN img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2em;
  transition: transform 0.5s ease, border-radius 0.5s ease, box-shadow 0.5s ease;
}
.cid-v2AeOHdlmN img:hover {
  transform: scale(1.1) rotate(1deg);
  border-radius: 50%;
  box-shadow: 15px 15px 55px #000;
}
.cid-v2AeOHdlmN .card-grid.modern-grid.solid-white {
  background: #ffffff !important;
}
.cid-v2AeOHdlmN .card-grid.modern-grid.pattern {
  background: radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.03) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255, 119, 48, 0.03) 0%, transparent 50%), linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;
}
.cid-v2AeOHdlmN .card-grid.modern-grid.minimal {
  background: #fafbfc !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
}
.cid-v2AeOHdlmN .glass {
  border-radius: 35px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px 10px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.cid-v2AeOHdlmN .fullscreen-section .title h2.glass {
  display: inline-block;
  padding: 15px 20px;
}
.cid-v2AeOHdlmN H2 {
  color: #4a1448;
}
.cid-v2AeOHdlmN h2.glass {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 12px 18px;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
.cid-v2AeOHdlmN h2.glass br {
  display: none;
}
.cid-v2AeOHdlmN .glass-badge {
  display: inline-block;
  margin: 0 auto 1rem;
  padding: 12px 18px;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
.cid-v2AeOHdlmN #cardGrid {
  background: rgba(255, 255, 255, 0.25) !important;
  border: 2px solid rgba(255, 255, 255, 0.45) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22), 0 6px 16px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.12) !important;
  border-radius: 24px !important;
}
.cid-v2AeOHdlmN #cardGrid.dark-glass {
  background: rgba(28, 32, 38, 0.3) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}
.cid-v2AeOHdlmN .plans-panel {
  position: relative;
  max-width: 75vw;
  margin: 0 auto 2rem;
  border-radius: 28px;
}
.cid-v2AeOHdlmN .plans-panel__bg {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(17, 23, 31, 0.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.cid-v2AeOHdlmN .plans-panel__inner {
  position: relative;
  padding: 1.25rem 1.25rem 1.75rem;
}
.cid-v2AeOHdlmN .plans-panel .selectors-header {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 0 0.75rem;
  margin: 0 auto;
}
.cid-v2AeOHdlmN .modern-pillbar::before {
  content: "";
  position: absolute;
  top: -12px;
  right: 28px;
  width: 24px;
  height: 24px;
  background: var(--slab-bg);
  border-left: 2px solid var(--slab-border);
  border-top: 2px solid var(--slab-border);
  transform: rotate(45deg);
  border-radius: 6px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.cid-v2AeOHdlmN .modern-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 1px 0 var(--cardEdge), inset 0 -1px 0 var(--cardInner);
}
.cid-v2AeOHdlmN .modern-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 2px var(--imgStroke);
}
.cid-v2AeOHdlmN .plan-card .modern-title {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  right: unset !important;
  bottom: unset !important;
  width: auto !important;
  max-width: calc(52%) !important;
  display: inline-block !important;
  background: rgba(17, 24, 39, 0.72);
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.25);
  z-index: 3;
}
.cid-v2AeOHdlmN .filter-toggle::before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  background: no-repeat center / contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111827' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><line x1='4' y1='21' x2='4' y2='14'/><line x1='4' y1='10' x2='4' y2='3'/><line x1='12' y1='21' x2='12' y2='12'/><line x1='12' y1='8' x2='12' y2='3'/><line x1='20' y1='21' x2='20' y2='16'/><line x1='20' y1='12' x2='20' y2='3'/><line x1='1' y1='14' x2='7' y2='14'/><line x1='9' y1='8' x2='15' y2='8'/><line x1='17' y1='16' x2='23' y2='16'/></svg>");
}
.cid-v2AeOHdlmN .filter-toggle[aria-expanded="true"]::before {
  filter: none;
}
.cid-v2AeOHdlmN .top-controls .modern-selector {
  flex: 1 1 auto;
  min-width: 220px;
}
.cid-v2AeOHdlmN .top-controls .filter-toggle {
  flex: 0 0 44px;
}
.cid-v2AeOHdlmN .fullscreen-section .container-fluid,
.cid-v2AeOHdlmN .fullscreen-section .media-container-row,
.cid-v2AeOHdlmN .fullscreen-section .title {
  background: transparent !important;
}
@media (max-width: 420px) {
  .cid-v2AeOHdlmN .modern-selector select {
    width: 84vw !important;
    max-width: 360px !important;
  }
}
.cid-v2AeOHdlmN .desc-modal-content.modern-modal-content::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), inset 0 -1px 0 rgba(0, 0, 0, 0.55);
}
.cid-v2AeOHdlmN .thumbs img.active {
  border-color: var(--accent) !important;
  box-shadow: 0 0 0 2px rgba(255, 213, 74, 0.25);
}
.cid-v2AeOHdlmN .desc-modal-content.modern-modal-content hr {
  border: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.15), transparent);
  margin: 20px 0;
}
.cid-v2AeOHdlmN .desc-modal-content.modern-modal-content::-webkit-scrollbar {
  width: 10px;
}
.cid-v2AeOHdlmN .desc-modal-content.modern-modal-content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}
.cid-v2AeOHdlmN .desc-modal-content.modern-modal-content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
}
@keyframes modalPop {
  from {
    transform: translateY(6px) scale(0.98);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.cid-v2AeOHdlmN .detail-stats .modern-pill span {
  color: #111827 !important;
}
.cid-v2AeOHdlmN .detail-stats .modern-pill .ico img {
  filter: none !important;
  opacity: .95;
}
@media (max-width: 380px) {
  .cid-v2AeOHdlmN .detail-prices {
    grid-template-columns: 1fr !important;
  }
}
.cid-v2AeOHdlmN .plan-card .overlay-top.modern-overlay {
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;
  z-index: 5 !important;
  opacity: 0;
  pointer-events: none;
}
.cid-v2AeOHdlmN .plan-card .overlay-top.modern-overlay .more-btn {
  pointer-events: auto;
}
@media (hover: hover) and (pointer: fine) {
  .cid-v2AeOHdlmN .plan-card:hover .overlay-top.modern-overlay {
    opacity: 1 !important;
  }
}
@media (hover: none) {
  .cid-v2AeOHdlmN .plan-card .overlay-top.modern-overlay {
    opacity: 1 !important;
  }
}
.cid-v2AeOHdlmN .mbr-section-title,
.cid-v2AeOHdlmN .mbr-section-btn {
  color: #ffffff;
}
.cid-v2AeOHdlmN .faq-shell {
  max-width: 860px;
  margin-inline: auto;
}
.cid-v2AeOHdlmN .faq-panel {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.35s ease;
  transform: translateY(-4px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #0f172a;
  display: block !important;
}
.cid-v2AeOHdlmN .faq-panel.open {
  opacity: 1;
  transform: translateY(0);
  display: block;
  animation: fadeDown .22s ease;
  max-height: 1200px;
}
.cid-v2AeOHdlmN .faq-controls {
  gap: 10px;
}
.cid-v2AeOHdlmN .btn.ghost {
  padding: .55rem .85rem;
  border-radius: 10px;
}
.cid-v2AeOHdlmN .faq-head,
.cid-v2AeOHdlmN #faqList {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.cid-v2AeOHdlmN .faq-card {
  background: #0b1220;
  color: #e5e7eb;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(2, 8, 23, 0.55);
  overflow: hidden;
  transition: box-shadow 0.15s ease, background 0.2s ease, transform 0.2s ease;
}
.cid-v2AeOHdlmN .faq-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 48px rgba(2, 8, 23, 0.6);
}
.cid-v2AeOHdlmN .faq-card.active,
.cid-v2AeOHdlmN .faq-card:focus-within {
  outline: 2px solid #f59e0b;
  box-shadow: 0 26px 60px rgba(2, 8, 23, 0.7), 0 0 0 4px rgba(245, 158, 11, 0.25);
}
.cid-v2AeOHdlmN .faq-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.06));
  color: #f8fafc;
  text-align: left;
  cursor: pointer;
}
.cid-v2AeOHdlmN .faq-toggle .q {
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: .2px;
}
.cid-v2AeOHdlmN .faq-toggle .icons {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  background: #0a0f1a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
}
.cid-v2AeOHdlmN .faq-toggle .icons svg {
  width: 18px;
  height: 18px;
}
.cid-v2AeOHdlmN .faq-toggle[aria-expanded="true"] .plus {
  display: none;
}
.cid-v2AeOHdlmN .faq-toggle[aria-expanded="true"] .minus {
  display: block;
}
.cid-v2AeOHdlmN .faq-toggle[aria-expanded="false"] .plus {
  display: block;
}
.cid-v2AeOHdlmN .faq-toggle[aria-expanded="false"] .minus {
  display: none;
}
.cid-v2AeOHdlmN .faq-panel .answer {
  padding: 16px 18px;
}
.cid-v2AeOHdlmN .rowtools {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: #0b1322;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.cid-v2AeOHdlmN .rowtools .mini {
  background: #fff;
  color: #0f172a;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: .35rem .6rem;
  font-weight: 600;
}
.cid-v2AeOHdlmN .rowtools .mini:hover {
  background: #f8fafc;
}
.cid-v2AeOHdlmN .rowtools .dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #64748b;
  opacity: .55;
}
.cid-v2AeOHdlmN .wysiwyg p {
  margin: 0 0 .75rem;
}
.cid-v2AeOHdlmN .wysiwyg a {
  color: #93c5fd;
  text-decoration: underline;
}
.cid-v2AeOHdlmN .wysiwyg ul,
.cid-v2AeOHdlmN .wysiwyg ol {
  margin: .5rem 0 .75rem 1.25rem;
}
.cid-v2AeOHdlmN .wysiwyg h1,
.cid-v2AeOHdlmN .wysiwyg h2,
.cid-v2AeOHdlmN .wysiwyg h3 {
  margin: .65rem 0 .4rem;
  color: #fff;
}
.cid-v2AeOHdlmN #faqList .faq-card {
  opacity: 0;
  transform: translateX(-12px);
}
.cid-v2AeOHdlmN #faqList .faq-card:nth-child(n) {
  animation: slideIn .45s ease forwards;
}
.cid-v2AeOHdlmN #faqList .faq-card:nth-child(2) {
  animation-delay: .03s;
}
.cid-v2AeOHdlmN #faqList .faq-card:nth-child(3) {
  animation-delay: .06s;
}
.cid-v2AeOHdlmN #faqList .faq-card:nth-child(4) {
  animation-delay: .09s;
}
.cid-v2AeOHdlmN #faqList .faq-card:nth-child(5) {
  animation-delay: .12s;
}
@keyframes slideIn {
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.cid-v2AeOHdlmN .modal.full .modal__sheet {
  width: 100vw !important;
  height: 100vh !important;
  max-height: none !important;
  border-radius: 0 !important;
  border: 0 !important;
}
.cid-v2AeOHdlmN .modal.full .modal__close {
  font-size: 44px !important;
  padding: 16px 18px !important;
}
.cid-v2AeOHdlmN .modal.full .modal__body {
  font-size: 200% !important;
  line-height: 1.6 !important;
  padding: 32px 36px !important;
}
.cid-v2AeOHdlmN .modal.full .modal__body .faq-card {
  border-radius: 16px !important;
}
.cid-v2AeOHdlmN .modal.full .modal__body .faq-panel {
  max-height: none !important;
}
.cid-v2AeOHdlmN .modal.full .wysiwyg,
.cid-v2AeOHdlmN .modal.full .wysiwyg * {
  max-width: 100% !important;
}
.cid-v2AeOHdlmN .modal.full .wysiwyg img,
.cid-v2AeOHdlmN .modal.full .wysiwyg video,
.cid-v2AeOHdlmN .modal.full .wysiwyg iframe,
.cid-v2AeOHdlmN .modal.full .wysiwyg table {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}
.cid-v2AeOHdlmN .modal.custom-size .modal__sheet {
  width: 75% !important;
  max-width: 75% !important;
  margin-top: 15vh !important;
  height: auto !important;
  max-height: 80vh !important;
  border-radius: 18px !important;
}
.cid-v2AeOHdlmN .modal.custom-size .modal__body,
.cid-v2AeOHdlmN .modal.custom-size .modal__body * {
  font-size: 200% !important;
  line-height: 1.6 !important;
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-v2AeOHdlmN .modal.custom-size .modal__body {
  padding: 28px 32px !important;
}
.cid-v2AeOHdlmN .modal.custom-size .modal__body h3 {
  font-size: clamp(1.6rem, 3vw, 2.25rem) !important;
  line-height: 1.25 !important;
}
.cid-v2AeOHdlmN .modal.custom-size .modal__body .answer {
  font-size: clamp(1.05rem, 1.6vw, 1.35rem) !important;
  line-height: 1.6 !important;
}
.cid-v2AeOHdlmN .modal.custom-size .modal__body .answer h1,
.cid-v2AeOHdlmN .modal.custom-size .modal__body .answer h2,
.cid-v2AeOHdlmN .modal.custom-size .modal__body .answer h3 {
  font-size: clamp(1.2rem, 2vw, 1.6rem) !important;
  line-height: 1.35 !important;
  margin: .6rem 0 .4rem !important;
}
.cid-v2AeOHdlmN .modal.custom-size .modal__body .answer p,
.cid-v2AeOHdlmN .modal.custom-size .modal__body .answer li {
  margin-bottom: .75rem !important;
}
.cid-v2AeOHdlmN .modal.custom-size .modal__body .answer img,
.cid-v2AeOHdlmN .modal.custom-size .modal__body .answer video,
.cid-v2AeOHdlmN .modal.custom-size .modal__body .answer iframe,
.cid-v2AeOHdlmN .modal.custom-size .modal__body .answer table {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  display: block !important;
}
.cid-v2AeOHdlmN .modal.custom-size .modal__close {
  font-size: 30px !important;
  padding: 12px 14px !important;
}
.cid-v2AeOHdlmN #faqList,
.cid-v2AeOHdlmN #faqList *,
.cid-v2AeOHdlmN .modal.custom-size .modal__body,
.cid-v2AeOHdlmN .modal.custom-size .modal__body * {
  font-family: Arial, Helvetica, sans-serif !important;
}
.cid-v2Ewdfjsy4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ff6c9a;
}
.cid-v2Ewdfjsy4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Ewdfjsy4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Ewdfjsy4 .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v2Ewdfjsy4 .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v2Ewdfjsy4 .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v2Ewdfjsy4 .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v2Ewdfjsy4 .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2Ewdfjsy4 .mbr-text {
    margin-top: 16px;
  }
}
.cid-v2Ewdfjsy4 .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2Ewdfjsy4 .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v2KGMT53sA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #393193;
  overflow: hidden;
}
.cid-v2An7IUlh0 {
  text-shadow: 2px 2px 5px black;
}
.cid-v2An7IUlh0 .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #c00084;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.5s ease-out forwards;
}
.cid-v2An7IUlh0 .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 15px 15px 15px 15px;
  color: gray;
}
.cid-v2An7IUlh0 .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-v2An7IUlh0 .navbar-fixed-top {
  padding-top: 0;
}
.cid-v2An7IUlh0 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-v2An7IUlh0 .collapse {
  justify-content: space-between !important;
}
.cid-v2An7IUlh0 .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #393193;
  color: gray;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin-top: 0 !important;
}
.cid-v2An7IUlh0 .dropdown-menu.show {
  opacity: 1;
}
.cid-v2An7IUlh0 .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
  text-shadow: 0px 0px 0px black;
}
.cid-v2An7IUlh0 .mbr-iconfont {
  cursor: pointer;
}
.cid-v2An7IUlh0 .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-v2An7IUlh0 .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #ffffff;
  border-radius: 50%;
}
.cid-v2An7IUlh0 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v2An7IUlh0 .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-v2An7IUlh0 .menu-logo {
  display: flex;
  align-items: center;
}
.cid-v2An7IUlh0 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2An7IUlh0 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v2An7IUlh0 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v2An7IUlh0 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v2An7IUlh0 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v2An7IUlh0 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v2An7IUlh0 .menu-content-top {
  background: #393193;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-v2An7IUlh0 .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-v2An7IUlh0 .dropdown-item,
.cid-v2An7IUlh0 .nav-link,
.cid-v2An7IUlh0 .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-v2An7IUlh0 .dropdown-item:hover,
.cid-v2An7IUlh0 .nav-link:hover,
.cid-v2An7IUlh0 .brand-name:hover {
  color: #ffffff !important;
}
.cid-v2An7IUlh0 .dropdown-item:active {
  background-color: #393193;
  z-index: 9999;
  opacity: 1;
}
.cid-v2An7IUlh0 .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
}
.cid-v2An7IUlh0 .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(192, 0, 132, 0.7) !important;
}
.cid-v2An7IUlh0 .dropdown-item:before {
  align-items: center;
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2An7IUlh0 .content-text {
  margin-bottom: 0;
}
.cid-v2An7IUlh0 .navbar-nav {
  align-items: center;
  justify-content: center;
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-v2An7IUlh0 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v2An7IUlh0 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v2An7IUlh0 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v2An7IUlh0 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v2An7IUlh0 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v2An7IUlh0 .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v2An7IUlh0 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.4s ease-out forwards;
  animation-delay: 0.9s;
}
.cid-v2An7IUlh0 .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v2An7IUlh0 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v2An7IUlh0 .content-right-side {
  text-align: center;
}
.cid-v2An7IUlh0 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v2An7IUlh0 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v2An7IUlh0 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff;
}
.cid-v2An7IUlh0 .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-v2An7IUlh0 .widget-title {
  color: #ffffff;
  text-align: center;
}
.cid-v2An7IUlh0 .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-v2An7IUlh0 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2An7IUlh0 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-v2An7IUlh0 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v2An7IUlh0 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v2An7IUlh0 .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-v2An7IUlh0 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-v2An7IUlh0 .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-v2An7IUlh0 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v2An7IUlh0 .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-v2An7IUlh0 .navbar {
    display: block;
    padding: 0;
  }
  .cid-v2An7IUlh0 .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v2An7IUlh0 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-v2An7IUlh0 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-v2An7IUlh0 .navbar-toggler {
    display: none;
  }
  .cid-v2An7IUlh0 .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-v2An7IUlh0 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v2An7IUlh0 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v2An7IUlh0 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v2An7IUlh0 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v2An7IUlh0 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v2An7IUlh0 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v2An7IUlh0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v2An7IUlh0 .dropdown .dropdown-menu {
  opacity: 1;
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v2An7IUlh0 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2An7IUlh0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2An7IUlh0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2An7IUlh0 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v2An7IUlh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v2An7IUlh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2An7IUlh0 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v2An7IUlh0 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2An7IUlh0 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v2An7IUlh0 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v2An7IUlh0 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v2An7IUlh0 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v2An7IUlh0 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v2An7IUlh0 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v2An7IUlh0 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-v2An7IUlh0 button.navbar-toggler:focus {
  outline: none;
}
.cid-v2An7IUlh0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v2An7IUlh0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2An7IUlh0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2An7IUlh0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2An7IUlh0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2An7IUlh0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2An7IUlh0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2An7IUlh0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2An7IUlh0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2An7IUlh0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2An7IUlh0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2An7IUlh0 .collapsed .btn {
  display: flex;
}
.cid-v2An7IUlh0 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v2An7IUlh0 .collapsed .navbar-collapse.collapsing,
.cid-v2An7IUlh0 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v2An7IUlh0 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v2An7IUlh0 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v2An7IUlh0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v2An7IUlh0 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v2An7IUlh0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v2An7IUlh0 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v2An7IUlh0 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v2An7IUlh0 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-v2An7IUlh0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v2An7IUlh0 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v2An7IUlh0 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2An7IUlh0 .collapsed button.navbar-toggler {
  display: block;
}
.cid-v2An7IUlh0 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v2An7IUlh0 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v2An7IUlh0 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  border-radius: 0em 0em 2em 2em;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v2An7IUlh0 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v2An7IUlh0 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v2An7IUlh0 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v2An7IUlh0 .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-v2An7IUlh0 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-v2An7IUlh0 .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    width: 100%;
  }
  .cid-v2An7IUlh0 .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #c00084;
    padding-top: 0.5rem;
    border-radius: 0 0 2em 2em;
    -webkit-box-shadow: 10px 10px 15px #000000;
    box-shadow: 10px 10px 15px #000000;
    z-index: 1050;
  }
  .cid-v2An7IUlh0 .navbar-collapse.collapsing,
  .cid-v2An7IUlh0 .navbar-collapse.show {
    display: block !important;
  }
  .cid-v2An7IUlh0 .navbar-collapse.collapsing .navbar-nav,
  .cid-v2An7IUlh0 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v2An7IUlh0 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v2An7IUlh0 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v2An7IUlh0 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v2An7IUlh0 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2An7IUlh0 .navbar-collapse.collapsing .navbar-buttons,
  .cid-v2An7IUlh0 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-v2An7IUlh0 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v2An7IUlh0 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2An7IUlh0 img {
    height: 3.8rem !important;
  }
  .cid-v2An7IUlh0 .btn {
    display: flex;
  }
  .cid-v2An7IUlh0 button.navbar-toggler {
    display: block;
  }
  .cid-v2An7IUlh0 .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-v2An7IUlh0 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v2An7IUlh0 .dropdown {
    transition: all 0.3s ease;
  }
  .cid-v2An7IUlh0 .dropdown .dropdown-menu {
    width: 100%;
    opcaity: 1;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v2An7IUlh0 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v2An7IUlh0 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v2An7IUlh0 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-v2An7IUlh0 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v2An7IUlh0 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.75rem 1.5rem !important;
    transition: all 0.3s ease;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
  }
  .cid-v2An7IUlh0 .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-v2An7IUlh0 .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-v2An7IUlh0 .navbar-toggler {
    order: 1;
  }
  .cid-v2An7IUlh0 .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-v2An7IUlh0 .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-v2An7IUlh0 .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(192, 0, 132, 0.7) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-v2An7IUlh0 .navbar-collapse.show .nav-item,
  .cid-v2An7IUlh0 .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
  }
  .cid-v2An7IUlh0 .navbar-collapse.show .nav-item:nth-child(1),
  .cid-v2An7IUlh0 .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }
  .cid-v2An7IUlh0 .navbar-collapse.show .nav-item:nth-child(2),
  .cid-v2An7IUlh0 .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.15s;
  }
  .cid-v2An7IUlh0 .navbar-collapse.show .nav-item:nth-child(3),
  .cid-v2An7IUlh0 .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.2s;
  }
  .cid-v2An7IUlh0 .navbar-collapse.show .nav-item:nth-child(4),
  .cid-v2An7IUlh0 .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.25s;
  }
  .cid-v2An7IUlh0 .navbar-collapse.show .nav-item:nth-child(5),
  .cid-v2An7IUlh0 .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.3s;
  }
  .cid-v2An7IUlh0 .navbar-collapse.show .navbar-buttons,
  .cid-v2An7IUlh0 .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
    animation-delay: 0.4s;
  }
  .cid-v2An7IUlh0 .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-v2An7IUlh0 .dropdown .dropdown-menu {
    position: relative !important;
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-top: 0;
    background-color: rgba(57, 49, 147, 0.7) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-v2An7IUlh0 .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-v2An7IUlh0 .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-v2An7IUlh0 .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-v2An7IUlh0 .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-v2An7IUlh0 .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
  }
  .cid-v2An7IUlh0 .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-v2An7IUlh0 .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-v2An7IUlh0 .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.2s ease-out forwards;
  }
  .cid-v2An7IUlh0 .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-v2An7IUlh0 .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.1s;
  }
  .cid-v2An7IUlh0 .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.15s;
  }
  .cid-v2An7IUlh0 .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.2s;
  }
  .cid-v2An7IUlh0 .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.25s;
  }
  .cid-v2An7IUlh0 .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.3s;
  }
  .cid-v2An7IUlh0 .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-v2An7IUlh0 .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
.cid-v2An7IUlh0 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-v2An7IUlh0 .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-v2An7IUlh0 .navbar-toggler {
  position: relative;
}
.cid-v2An7IUlh0 .dropdown-item.active,
.cid-v2An7IUlh0 .dropdown-item:active {
  color: initial;
}
.cid-v2An7IUlh0 .widget-title,
.cid-v2An7IUlh0 .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-v2An7IUlh0 .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-v2An7IUlh0 .menu-logo {
    display: none;
  }
  .cid-v2An7IUlh0 .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-v2An7IUlh0 .nav-item:before {
    content: none;
  }
  .cid-v2An7IUlh0 .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-v2An7IUlh0 .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v2An7IUlh0 button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-v2An7IUlh0 .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-v2An7IUlh0 .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-v2An7IUlh0 .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
  }
  .cid-v2An7IUlh0 .navbar-brand img {
    max-height: 60px;
    width: auto;
  }
  .cid-v2An7IUlh0 .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-v2An7IUlh0 .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-v2An7IUlh0 .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-v2An7IUlh0 .menu-content-top,
  .cid-v2An7IUlh0 .menu-content-right {
    z-index: 0;
  }
}
.cid-v2An7IUlh0 .navbar.bg-color.transparent {
  background: rgba(192, 0, 132, 0.7) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-v2An7IUlh0 .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(57, 49, 147, 0.7) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromRightMobile {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  60% {
    transform: translateX(-3px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(1px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-v2An7IUlh0 .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(400px);
  animation: slideInFromRightInitial 1.5s ease-out forwards;
}
.cid-v2An7IUlh0 .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-v2An7IUlh0 .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v2An7IUlh0 .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-v2An7IUlh0 .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-v2An7IUlh0 .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-v2An7IUlh0 .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-v2An7IUlh0 .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-v2An7IUlh0 .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.8s;
}
.cid-v2An7IUlh0 .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.3s ease-out forwards;
}
.cid-v2An7IUlh0 .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-v2An7IUlh0 .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v2An7IUlh0 .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-v2An7IUlh0 .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-v2An7IUlh0 .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-v2An7IUlh0 .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-v2An7IUlh0 .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-v2An7IUlh0 .nav-item .nav-link {
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-v2An7IUlh0 .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-v2An7IUlh0 .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
@keyframes dropdownSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-10px) translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
.cid-v2An7IUlh0 .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-v2An7IUlh0 .navbar-logo a,
.cid-v2An7IUlh0 .navbar-logo img,
.cid-v2An7IUlh0 .navbar-brand a,
.cid-v2An7IUlh0 .navbar-brand img {
  border-radius: 0 !important;
}
.cid-v2An7IUlh0 .navbar-logo .grow,
.cid-v2An7IUlh0 .navbar-brand .grow {
  border-radius: 0 !important;
}
.cid-v2An7IUlh0 .menu .icon-wrap .widget-icon {
  color: #ffffff;
  fill: #ffffff;
}
.cid-v2An7IUlh0 .menu .icon-wrap .widget-icon.socicon-facebook {
  color: #0050e7 !important;
  fill: #0050e7 !important;
}
.cid-v2An7IUlh0 .menu .icon-wrap .widget-icon.socicon-youtube {
  color: #ff0000 !important;
  fill: #ff0000 !important;
}
.cid-v2An7IUlh0 .menu .icon-wrap .widget-icon.socicon-tiktok,
.cid-v2An7IUlh0 .menu .icon-wrap .widget-icon.socicon-twitter {
  color: #ffffff !important;
  fill: #ffffff !important;
}
.cid-v2An7IUlh0 .share-copy-toast {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.85);
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.8rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 99999;
}
.cid-v2An7IUlh0 .share-copy-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(-5px);
}
.cid-v2An7IUlh0 .icon-bar-bg {
  background: #ffffff;
  padding: 4px 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.cid-v2An7IUlh0 .icon-wrap span {
  margin: 0 6px;
  font-size: 22px;
}
.cid-v2An7IUlh0 .menu a.text-white,
.cid-v2An7IUlh0 .menu .nav-link.text-white,
.cid-v2An7IUlh0 .menu .widget-title a.text-white {
  text-shadow: 2px 2px 5px black;
}
.cid-v2An7IUlh0 .menu a.text-white:hover,
.cid-v2An7IUlh0 .menu .nav-link.text-white:hover,
.cid-v2An7IUlh0 .menu .widget-title a.text-white:hover {
  text-shadow: 2px 2px 5px black;
}
.cid-v2An7IUlh0 .menu .navbar-nav .nav-link.text-white,
.cid-v2An7IUlh0 .menu .navbar-nav .nav-link {
  text-shadow: 2px 2px 5px black;
}
.cid-v2An7IUlh0 .menu .navbar-nav .nav-link:hover {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
}
.cid-v2An7IUlh0 .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@keyframes slideInFromRightInitial {
  0% {
    transform: translateX(400px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-v2J3V7tb18 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/markbletall2.webp");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-v2J3V7tb18 {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2J3V7tb18 {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2J3V7tb18 {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-v2J3V7tb18 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2J3V7tb18 .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-v2J3V7tb18 .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2J3V7tb18 .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2J3V7tb18 .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-v2J3V7tb18 .container {
    padding: 0 20px;
  }
}
.cid-v2J3V7tb18 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2J3V7tb18 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v2J3V7tb18 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2J3V7tb18 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2J3V7tb18 .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2J3V7tb18 .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v2J3V7tb18 .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2J3V7tb18 .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-v2J3V7tb18 .mbr-section-title {
  color: #c2b299;
}
.cid-v2J3V7tb18 .mbr-text {
  color: #ededed;
}
.cid-v2J3V7tb18 img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 0px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-v2J3V7tb18 img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-v2J3V7tb18 .glass {
  border: 1px solid rgba(236, 72, 153, 0.35);
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 18px 22px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: linear-gradient(145deg, rgba(255, 245, 251, 0.85), rgba(255, 238, 254, 0.85));
  box-shadow: 0 18px 40px rgba(244, 114, 182, 0.3);
  color: #4a1448;
}
.cid-v2J3V7tb18 .mbr-section-title,
.cid-v2J3V7tb18 .mbr-section-btn {
  text-align: center;
  color: #4a1448;
}
.cid-v2J3V7tb18 .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-v2J3V7tb18 .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-v2J3V7tb18 section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-v2J3V7tb18 section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2J3V7tb18 section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2J3V7tb18 section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-v2J3V7tb18 h2.glass,
.cid-v2J3V7tb18 .glass-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 14px 26px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(255, 230, 245, 0.85), rgba(255, 210, 238, 0.85));
  border: 1px solid rgba(236, 72, 153, 0.45);
  color: #4a1448;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 32px rgba(244, 114, 182, 0.25);
}
.cid-v2J3V7tb18 h2.glass br {
  display: none;
}
.cid-v2J3V7tb18 .fullscreen-section .title h2.glass {
  color: #4a1448 !important;
}
.cid-v2J45RD59z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fc8eb9;
}
.cid-v2J45RD59z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2J45RD59z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2J45RD59z .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v2J45RD59z .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v2J45RD59z .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v2J45RD59z .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v2J45RD59z .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2J45RD59z .mbr-text {
    margin-top: 16px;
  }
}
.cid-v2J45RD59z .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2J45RD59z .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v2J45ediap {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/markbletall2.webp");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-v2J45ediap {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2J45ediap {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2J45ediap {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-v2J45ediap .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2J45ediap .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-v2J45ediap .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2J45ediap .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2J45ediap .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-v2J45ediap .container {
    padding: 0 20px;
  }
}
.cid-v2J45ediap .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2J45ediap .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v2J45ediap .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2J45ediap .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2J45ediap .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2J45ediap .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v2J45ediap .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2J45ediap .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-v2J45ediap .mbr-section-title {
  color: #c2b299;
}
.cid-v2J45ediap .mbr-text {
  color: #ededed;
}
.cid-v2J45ediap img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 0px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-v2J45ediap img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-v2J45ediap .glass {
  border: 1px solid rgba(236, 72, 153, 0.35);
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 18px 22px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: linear-gradient(145deg, rgba(255, 245, 251, 0.85), rgba(255, 238, 254, 0.85));
  box-shadow: 0 18px 40px rgba(244, 114, 182, 0.3);
  color: #4a1448;
}
.cid-v2J45ediap .mbr-section-title,
.cid-v2J45ediap .mbr-section-btn {
  text-align: center;
  color: #4a1448;
}
.cid-v2J45ediap .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-v2J45ediap .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-v2J45ediap section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-v2J45ediap section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2J45ediap section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2J45ediap section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-v2J45ediap h2.glass,
.cid-v2J45ediap .glass-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 14px 26px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(255, 230, 245, 0.85), rgba(255, 210, 238, 0.85));
  border: 1px solid rgba(236, 72, 153, 0.45);
  color: #4a1448;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 32px rgba(244, 114, 182, 0.25);
}
.cid-v2J45ediap h2.glass br {
  display: none;
}
.cid-v2J45ediap .fullscreen-section .title h2.glass {
  color: #4a1448 !important;
}
.cid-v2J4o9LzqP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fc8eb9;
}
.cid-v2J4o9LzqP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2J4o9LzqP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2J4o9LzqP .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v2J4o9LzqP .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v2J4o9LzqP .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v2J4o9LzqP .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v2J4o9LzqP .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2J4o9LzqP .mbr-text {
    margin-top: 16px;
  }
}
.cid-v2J4o9LzqP .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2J4o9LzqP .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v2J4kiNaEs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/markbletall2.webp");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-v2J4kiNaEs {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2J4kiNaEs {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2J4kiNaEs {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-v2J4kiNaEs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2J4kiNaEs .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-v2J4kiNaEs .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2J4kiNaEs .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2J4kiNaEs .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-v2J4kiNaEs .container {
    padding: 0 20px;
  }
}
.cid-v2J4kiNaEs .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2J4kiNaEs .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v2J4kiNaEs .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2J4kiNaEs .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2J4kiNaEs .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2J4kiNaEs .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v2J4kiNaEs .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2J4kiNaEs .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-v2J4kiNaEs .mbr-section-title {
  color: #c2b299;
}
.cid-v2J4kiNaEs .mbr-text {
  color: #ededed;
}
.cid-v2J4kiNaEs img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 0px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-v2J4kiNaEs img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-v2J4kiNaEs .glass {
  border: 1px solid rgba(236, 72, 153, 0.35);
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 18px 22px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: linear-gradient(145deg, rgba(255, 245, 251, 0.85), rgba(255, 238, 254, 0.85));
  box-shadow: 0 18px 40px rgba(244, 114, 182, 0.3);
  color: #4a1448;
}
.cid-v2J4kiNaEs .mbr-section-title,
.cid-v2J4kiNaEs .mbr-section-btn {
  text-align: center;
  color: #4a1448;
}
.cid-v2J4kiNaEs .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-v2J4kiNaEs .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-v2J4kiNaEs section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-v2J4kiNaEs section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2J4kiNaEs section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2J4kiNaEs section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-v2J4kiNaEs h2.glass,
.cid-v2J4kiNaEs .glass-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 14px 26px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(255, 230, 245, 0.85), rgba(255, 210, 238, 0.85));
  border: 1px solid rgba(236, 72, 153, 0.45);
  color: #4a1448;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 32px rgba(244, 114, 182, 0.25);
}
.cid-v2J4kiNaEs h2.glass br {
  display: none;
}
.cid-v2J4kiNaEs .fullscreen-section .title h2.glass {
  color: #4a1448 !important;
}
.cid-v2J4p6d2ds {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fc8eb9;
}
.cid-v2J4p6d2ds .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2J4p6d2ds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2J4p6d2ds .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v2J4p6d2ds .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v2J4p6d2ds .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v2J4p6d2ds .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v2J4p6d2ds .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2J4p6d2ds .mbr-text {
    margin-top: 16px;
  }
}
.cid-v2J4p6d2ds .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2J4p6d2ds .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v2J4kW9Zj7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/markbletall2.webp");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-v2J4kW9Zj7 {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2J4kW9Zj7 {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2J4kW9Zj7 {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-v2J4kW9Zj7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2J4kW9Zj7 .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-v2J4kW9Zj7 .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2J4kW9Zj7 .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2J4kW9Zj7 .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-v2J4kW9Zj7 .container {
    padding: 0 20px;
  }
}
.cid-v2J4kW9Zj7 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2J4kW9Zj7 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v2J4kW9Zj7 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2J4kW9Zj7 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2J4kW9Zj7 .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2J4kW9Zj7 .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v2J4kW9Zj7 .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2J4kW9Zj7 .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-v2J4kW9Zj7 .mbr-section-title {
  color: #c2b299;
}
.cid-v2J4kW9Zj7 .mbr-text {
  color: #ededed;
}
.cid-v2J4kW9Zj7 img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 0px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-v2J4kW9Zj7 img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-v2J4kW9Zj7 .glass {
  border: 1px solid rgba(236, 72, 153, 0.35);
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 18px 22px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: linear-gradient(145deg, rgba(255, 245, 251, 0.85), rgba(255, 238, 254, 0.85));
  box-shadow: 0 18px 40px rgba(244, 114, 182, 0.3);
  color: #4a1448;
}
.cid-v2J4kW9Zj7 .mbr-section-title,
.cid-v2J4kW9Zj7 .mbr-section-btn {
  text-align: center;
  color: #4a1448;
}
.cid-v2J4kW9Zj7 .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-v2J4kW9Zj7 .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-v2J4kW9Zj7 section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-v2J4kW9Zj7 section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2J4kW9Zj7 section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2J4kW9Zj7 section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-v2J4kW9Zj7 h2.glass,
.cid-v2J4kW9Zj7 .glass-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 14px 26px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(255, 230, 245, 0.85), rgba(255, 210, 238, 0.85));
  border: 1px solid rgba(236, 72, 153, 0.45);
  color: #4a1448;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 32px rgba(244, 114, 182, 0.25);
}
.cid-v2J4kW9Zj7 h2.glass br {
  display: none;
}
.cid-v2J4kW9Zj7 .fullscreen-section .title h2.glass {
  color: #4a1448 !important;
}
.cid-v2J4q9P3pr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fc8eb9;
}
.cid-v2J4q9P3pr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2J4q9P3pr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2J4q9P3pr .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v2J4q9P3pr .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v2J4q9P3pr .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v2J4q9P3pr .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v2J4q9P3pr .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2J4q9P3pr .mbr-text {
    margin-top: 16px;
  }
}
.cid-v2J4q9P3pr .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2J4q9P3pr .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v2J4lyqHSw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/markbletall2.webp");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-v2J4lyqHSw {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2J4lyqHSw {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2J4lyqHSw {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-v2J4lyqHSw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2J4lyqHSw .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-v2J4lyqHSw .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2J4lyqHSw .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2J4lyqHSw .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-v2J4lyqHSw .container {
    padding: 0 20px;
  }
}
.cid-v2J4lyqHSw .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2J4lyqHSw .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v2J4lyqHSw .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2J4lyqHSw .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2J4lyqHSw .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2J4lyqHSw .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v2J4lyqHSw .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2J4lyqHSw .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-v2J4lyqHSw .mbr-section-title {
  color: #c2b299;
}
.cid-v2J4lyqHSw .mbr-text {
  color: #ededed;
}
.cid-v2J4lyqHSw img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 0px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-v2J4lyqHSw img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-v2J4lyqHSw .glass {
  border: 1px solid rgba(236, 72, 153, 0.35);
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 18px 22px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: linear-gradient(145deg, rgba(255, 245, 251, 0.85), rgba(255, 238, 254, 0.85));
  box-shadow: 0 18px 40px rgba(244, 114, 182, 0.3);
  color: #4a1448;
}
.cid-v2J4lyqHSw .mbr-section-title,
.cid-v2J4lyqHSw .mbr-section-btn {
  text-align: center;
  color: #4a1448;
}
.cid-v2J4lyqHSw .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-v2J4lyqHSw .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-v2J4lyqHSw section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-v2J4lyqHSw section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2J4lyqHSw section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2J4lyqHSw section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-v2J4lyqHSw h2.glass,
.cid-v2J4lyqHSw .glass-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 14px 26px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(255, 230, 245, 0.85), rgba(255, 210, 238, 0.85));
  border: 1px solid rgba(236, 72, 153, 0.45);
  color: #4a1448;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 32px rgba(244, 114, 182, 0.25);
}
.cid-v2J4lyqHSw h2.glass br {
  display: none;
}
.cid-v2J4lyqHSw .fullscreen-section .title h2.glass {
  color: #4a1448 !important;
}
.cid-v2J4qzQwQ8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fc8eb9;
}
.cid-v2J4qzQwQ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2J4qzQwQ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2J4qzQwQ8 .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v2J4qzQwQ8 .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v2J4qzQwQ8 .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v2J4qzQwQ8 .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v2J4qzQwQ8 .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2J4qzQwQ8 .mbr-text {
    margin-top: 16px;
  }
}
.cid-v2J4qzQwQ8 .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2J4qzQwQ8 .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v2J4lRHvFG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/markbletall2.webp");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-v2J4lRHvFG {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2J4lRHvFG {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2J4lRHvFG {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-v2J4lRHvFG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2J4lRHvFG .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-v2J4lRHvFG .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2J4lRHvFG .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2J4lRHvFG .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-v2J4lRHvFG .container {
    padding: 0 20px;
  }
}
.cid-v2J4lRHvFG .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2J4lRHvFG .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v2J4lRHvFG .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2J4lRHvFG .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2J4lRHvFG .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2J4lRHvFG .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v2J4lRHvFG .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2J4lRHvFG .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-v2J4lRHvFG .mbr-section-title {
  color: #c2b299;
}
.cid-v2J4lRHvFG .mbr-text {
  color: #ededed;
}
.cid-v2J4lRHvFG img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 0px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-v2J4lRHvFG img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-v2J4lRHvFG .glass {
  border: 1px solid rgba(236, 72, 153, 0.35);
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 18px 22px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: linear-gradient(145deg, rgba(255, 245, 251, 0.85), rgba(255, 238, 254, 0.85));
  box-shadow: 0 18px 40px rgba(244, 114, 182, 0.3);
  color: #4a1448;
}
.cid-v2J4lRHvFG .mbr-section-title,
.cid-v2J4lRHvFG .mbr-section-btn {
  text-align: center;
  color: #4a1448;
}
.cid-v2J4lRHvFG .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-v2J4lRHvFG .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-v2J4lRHvFG section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-v2J4lRHvFG section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2J4lRHvFG section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2J4lRHvFG section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-v2J4lRHvFG h2.glass,
.cid-v2J4lRHvFG .glass-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 14px 26px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(255, 230, 245, 0.85), rgba(255, 210, 238, 0.85));
  border: 1px solid rgba(236, 72, 153, 0.45);
  color: #4a1448;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 32px rgba(244, 114, 182, 0.25);
}
.cid-v2J4lRHvFG h2.glass br {
  display: none;
}
.cid-v2J4lRHvFG .fullscreen-section .title h2.glass {
  color: #4a1448 !important;
}
.cid-v2J4rOrGAj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fc8eb9;
}
.cid-v2J4rOrGAj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2J4rOrGAj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2J4rOrGAj .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v2J4rOrGAj .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v2J4rOrGAj .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v2J4rOrGAj .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v2J4rOrGAj .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2J4rOrGAj .mbr-text {
    margin-top: 16px;
  }
}
.cid-v2J4rOrGAj .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2J4rOrGAj .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v2J4mz1lJz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/markbletall2.webp");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-v2J4mz1lJz {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2J4mz1lJz {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2J4mz1lJz {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-v2J4mz1lJz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2J4mz1lJz .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-v2J4mz1lJz .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2J4mz1lJz .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2J4mz1lJz .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-v2J4mz1lJz .container {
    padding: 0 20px;
  }
}
.cid-v2J4mz1lJz .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2J4mz1lJz .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v2J4mz1lJz .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2J4mz1lJz .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2J4mz1lJz .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2J4mz1lJz .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v2J4mz1lJz .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2J4mz1lJz .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-v2J4mz1lJz .mbr-section-title {
  color: #c2b299;
}
.cid-v2J4mz1lJz .mbr-text {
  color: #ededed;
}
.cid-v2J4mz1lJz img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 0px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-v2J4mz1lJz img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-v2J4mz1lJz .glass {
  border: 1px solid rgba(236, 72, 153, 0.35);
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 18px 22px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: linear-gradient(145deg, rgba(255, 245, 251, 0.85), rgba(255, 238, 254, 0.85));
  box-shadow: 0 18px 40px rgba(244, 114, 182, 0.3);
  color: #4a1448;
}
.cid-v2J4mz1lJz .mbr-section-title,
.cid-v2J4mz1lJz .mbr-section-btn {
  text-align: center;
  color: #4a1448;
}
.cid-v2J4mz1lJz .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-v2J4mz1lJz .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-v2J4mz1lJz section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-v2J4mz1lJz section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2J4mz1lJz section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2J4mz1lJz section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-v2J4mz1lJz h2.glass,
.cid-v2J4mz1lJz .glass-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 14px 26px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(255, 230, 245, 0.85), rgba(255, 210, 238, 0.85));
  border: 1px solid rgba(236, 72, 153, 0.45);
  color: #4a1448;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 32px rgba(244, 114, 182, 0.25);
}
.cid-v2J4mz1lJz h2.glass br {
  display: none;
}
.cid-v2J4mz1lJz .fullscreen-section .title h2.glass {
  color: #4a1448 !important;
}
.cid-v2J4sOIinx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fc8eb9;
}
.cid-v2J4sOIinx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2J4sOIinx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2J4sOIinx .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v2J4sOIinx .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v2J4sOIinx .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v2J4sOIinx .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v2J4sOIinx .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2J4sOIinx .mbr-text {
    margin-top: 16px;
  }
}
.cid-v2J4sOIinx .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2J4sOIinx .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v2J4jogllC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/markbletall2.webp");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-v2J4jogllC {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2J4jogllC {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2J4jogllC {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-v2J4jogllC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2J4jogllC .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-v2J4jogllC .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2J4jogllC .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2J4jogllC .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-v2J4jogllC .container {
    padding: 0 20px;
  }
}
.cid-v2J4jogllC .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2J4jogllC .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v2J4jogllC .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2J4jogllC .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2J4jogllC .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2J4jogllC .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v2J4jogllC .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2J4jogllC .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-v2J4jogllC .mbr-section-title {
  color: #c2b299;
}
.cid-v2J4jogllC .mbr-text {
  color: #ededed;
}
.cid-v2J4jogllC img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 0px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-v2J4jogllC img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-v2J4jogllC .glass {
  border: 1px solid rgba(236, 72, 153, 0.35);
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 18px 22px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: linear-gradient(145deg, rgba(255, 245, 251, 0.85), rgba(255, 238, 254, 0.85));
  box-shadow: 0 18px 40px rgba(244, 114, 182, 0.3);
  color: #4a1448;
}
.cid-v2J4jogllC .mbr-section-title,
.cid-v2J4jogllC .mbr-section-btn {
  text-align: center;
  color: #4a1448;
}
.cid-v2J4jogllC .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-v2J4jogllC .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-v2J4jogllC section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-v2J4jogllC section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2J4jogllC section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2J4jogllC section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-v2J4jogllC h2.glass,
.cid-v2J4jogllC .glass-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 14px 26px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(255, 230, 245, 0.85), rgba(255, 210, 238, 0.85));
  border: 1px solid rgba(236, 72, 153, 0.45);
  color: #4a1448;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 32px rgba(244, 114, 182, 0.25);
}
.cid-v2J4jogllC h2.glass br {
  display: none;
}
.cid-v2J4jogllC .fullscreen-section .title h2.glass {
  color: #4a1448 !important;
}
.cid-v2J4tGdsQY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fc8eb9;
}
.cid-v2J4tGdsQY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2J4tGdsQY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2J4tGdsQY .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v2J4tGdsQY .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v2J4tGdsQY .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v2J4tGdsQY .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v2J4tGdsQY .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2J4tGdsQY .mbr-text {
    margin-top: 16px;
  }
}
.cid-v2J4tGdsQY .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2J4tGdsQY .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v2J4j2AEEA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/markbletall2.webp");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-v2J4j2AEEA {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2J4j2AEEA {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2J4j2AEEA {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-v2J4j2AEEA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2J4j2AEEA .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-v2J4j2AEEA .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2J4j2AEEA .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2J4j2AEEA .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-v2J4j2AEEA .container {
    padding: 0 20px;
  }
}
.cid-v2J4j2AEEA .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2J4j2AEEA .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v2J4j2AEEA .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2J4j2AEEA .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2J4j2AEEA .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2J4j2AEEA .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v2J4j2AEEA .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2J4j2AEEA .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-v2J4j2AEEA .mbr-section-title {
  color: #c2b299;
}
.cid-v2J4j2AEEA .mbr-text {
  color: #ededed;
}
.cid-v2J4j2AEEA img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 0px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-v2J4j2AEEA img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-v2J4j2AEEA .glass {
  border: 1px solid rgba(236, 72, 153, 0.35);
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 18px 22px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: linear-gradient(145deg, rgba(255, 245, 251, 0.85), rgba(255, 238, 254, 0.85));
  box-shadow: 0 18px 40px rgba(244, 114, 182, 0.3);
  color: #4a1448;
}
.cid-v2J4j2AEEA .mbr-section-title,
.cid-v2J4j2AEEA .mbr-section-btn {
  text-align: center;
  color: #4a1448;
}
.cid-v2J4j2AEEA .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-v2J4j2AEEA .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-v2J4j2AEEA section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-v2J4j2AEEA section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-v2J4j2AEEA section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-v2J4j2AEEA section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-v2J4j2AEEA h2.glass,
.cid-v2J4j2AEEA .glass-badge {
  display: inline-block !important;
  margin: 0 auto 1rem !important;
  padding: 14px 26px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(255, 230, 245, 0.85), rgba(255, 210, 238, 0.85));
  border: 1px solid rgba(236, 72, 153, 0.45);
  color: #4a1448;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 32px rgba(244, 114, 182, 0.25);
}
.cid-v2J4j2AEEA h2.glass br {
  display: none;
}
.cid-v2J4j2AEEA .fullscreen-section .title h2.glass {
  color: #4a1448 !important;
}
.cid-v2J4u339i3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fc8eb9;
}
.cid-v2J4u339i3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2J4u339i3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2J4u339i3 .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v2J4u339i3 .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v2J4u339i3 .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v2J4u339i3 .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v2J4u339i3 .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2J4u339i3 .mbr-text {
    margin-top: 16px;
  }
}
.cid-v2J4u339i3 .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2J4u339i3 .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v2KGMT53sA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #393193;
  overflow: hidden;
}
.cid-v2Jm429jhX {
  text-shadow: 2px 2px 5px black;
}
.cid-v2Jm429jhX .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #c00084;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.5s ease-out forwards;
}
.cid-v2Jm429jhX .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 15px 15px 15px 15px;
  color: gray;
}
.cid-v2Jm429jhX .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-v2Jm429jhX .navbar-fixed-top {
  padding-top: 0;
}
.cid-v2Jm429jhX .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-v2Jm429jhX .collapse {
  justify-content: space-between !important;
}
.cid-v2Jm429jhX .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #393193;
  color: gray;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin-top: 0 !important;
}
.cid-v2Jm429jhX .dropdown-menu.show {
  opacity: 1;
}
.cid-v2Jm429jhX .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
  text-shadow: 0px 0px 0px black;
}
.cid-v2Jm429jhX .mbr-iconfont {
  cursor: pointer;
}
.cid-v2Jm429jhX .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-v2Jm429jhX .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #ffffff;
  border-radius: 50%;
}
.cid-v2Jm429jhX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v2Jm429jhX .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-v2Jm429jhX .menu-logo {
  display: flex;
  align-items: center;
}
.cid-v2Jm429jhX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2Jm429jhX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v2Jm429jhX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v2Jm429jhX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v2Jm429jhX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v2Jm429jhX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v2Jm429jhX .menu-content-top {
  background: #393193;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-v2Jm429jhX .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-v2Jm429jhX .dropdown-item,
.cid-v2Jm429jhX .nav-link,
.cid-v2Jm429jhX .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-v2Jm429jhX .dropdown-item:hover,
.cid-v2Jm429jhX .nav-link:hover,
.cid-v2Jm429jhX .brand-name:hover {
  color: #ffffff !important;
}
.cid-v2Jm429jhX .dropdown-item:active {
  background-color: #393193;
  z-index: 9999;
  opacity: 1;
}
.cid-v2Jm429jhX .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
}
.cid-v2Jm429jhX .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(192, 0, 132, 0.7) !important;
}
.cid-v2Jm429jhX .dropdown-item:before {
  align-items: center;
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2Jm429jhX .content-text {
  margin-bottom: 0;
}
.cid-v2Jm429jhX .navbar-nav {
  align-items: center;
  justify-content: center;
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-v2Jm429jhX .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v2Jm429jhX .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v2Jm429jhX .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v2Jm429jhX .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v2Jm429jhX .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v2Jm429jhX .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v2Jm429jhX .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.4s ease-out forwards;
  animation-delay: 0.9s;
}
.cid-v2Jm429jhX .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v2Jm429jhX .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v2Jm429jhX .content-right-side {
  text-align: center;
}
.cid-v2Jm429jhX .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v2Jm429jhX .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v2Jm429jhX .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff;
}
.cid-v2Jm429jhX .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-v2Jm429jhX .widget-title {
  color: #ffffff;
  text-align: center;
}
.cid-v2Jm429jhX .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-v2Jm429jhX .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2Jm429jhX .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-v2Jm429jhX .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v2Jm429jhX .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v2Jm429jhX .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-v2Jm429jhX .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-v2Jm429jhX .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-v2Jm429jhX .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v2Jm429jhX .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-v2Jm429jhX .navbar {
    display: block;
    padding: 0;
  }
  .cid-v2Jm429jhX .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v2Jm429jhX .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-v2Jm429jhX .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-v2Jm429jhX .navbar-toggler {
    display: none;
  }
  .cid-v2Jm429jhX .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-v2Jm429jhX .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v2Jm429jhX .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v2Jm429jhX .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v2Jm429jhX .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v2Jm429jhX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v2Jm429jhX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v2Jm429jhX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v2Jm429jhX .dropdown .dropdown-menu {
  opacity: 1;
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v2Jm429jhX .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2Jm429jhX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2Jm429jhX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2Jm429jhX .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v2Jm429jhX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v2Jm429jhX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2Jm429jhX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v2Jm429jhX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2Jm429jhX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v2Jm429jhX .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v2Jm429jhX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v2Jm429jhX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v2Jm429jhX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v2Jm429jhX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v2Jm429jhX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-v2Jm429jhX button.navbar-toggler:focus {
  outline: none;
}
.cid-v2Jm429jhX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v2Jm429jhX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2Jm429jhX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2Jm429jhX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2Jm429jhX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2Jm429jhX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2Jm429jhX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2Jm429jhX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2Jm429jhX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2Jm429jhX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2Jm429jhX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2Jm429jhX .collapsed .btn {
  display: flex;
}
.cid-v2Jm429jhX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v2Jm429jhX .collapsed .navbar-collapse.collapsing,
.cid-v2Jm429jhX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v2Jm429jhX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v2Jm429jhX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v2Jm429jhX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v2Jm429jhX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v2Jm429jhX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v2Jm429jhX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v2Jm429jhX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v2Jm429jhX .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-v2Jm429jhX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v2Jm429jhX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v2Jm429jhX .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2Jm429jhX .collapsed button.navbar-toggler {
  display: block;
}
.cid-v2Jm429jhX .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v2Jm429jhX .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v2Jm429jhX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  border-radius: 0em 0em 2em 2em;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v2Jm429jhX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v2Jm429jhX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v2Jm429jhX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v2Jm429jhX .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-v2Jm429jhX .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-v2Jm429jhX .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    width: 100%;
  }
  .cid-v2Jm429jhX .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #c00084;
    padding-top: 0.5rem;
    border-radius: 0 0 2em 2em;
    -webkit-box-shadow: 10px 10px 15px #000000;
    box-shadow: 10px 10px 15px #000000;
    z-index: 1050;
  }
  .cid-v2Jm429jhX .navbar-collapse.collapsing,
  .cid-v2Jm429jhX .navbar-collapse.show {
    display: block !important;
  }
  .cid-v2Jm429jhX .navbar-collapse.collapsing .navbar-nav,
  .cid-v2Jm429jhX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v2Jm429jhX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v2Jm429jhX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v2Jm429jhX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v2Jm429jhX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2Jm429jhX .navbar-collapse.collapsing .navbar-buttons,
  .cid-v2Jm429jhX .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-v2Jm429jhX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v2Jm429jhX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2Jm429jhX img {
    height: 3.8rem !important;
  }
  .cid-v2Jm429jhX .btn {
    display: flex;
  }
  .cid-v2Jm429jhX button.navbar-toggler {
    display: block;
  }
  .cid-v2Jm429jhX .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-v2Jm429jhX .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v2Jm429jhX .dropdown {
    transition: all 0.3s ease;
  }
  .cid-v2Jm429jhX .dropdown .dropdown-menu {
    width: 100%;
    opcaity: 1;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v2Jm429jhX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v2Jm429jhX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v2Jm429jhX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-v2Jm429jhX .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v2Jm429jhX .dropdown .dropdown-menu .dropdown-item {
    padding: 0.75rem 1.5rem !important;
    transition: all 0.3s ease;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
  }
  .cid-v2Jm429jhX .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-v2Jm429jhX .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-v2Jm429jhX .navbar-toggler {
    order: 1;
  }
  .cid-v2Jm429jhX .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-v2Jm429jhX .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-v2Jm429jhX .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(192, 0, 132, 0.7) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-v2Jm429jhX .navbar-collapse.show .nav-item,
  .cid-v2Jm429jhX .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
  }
  .cid-v2Jm429jhX .navbar-collapse.show .nav-item:nth-child(1),
  .cid-v2Jm429jhX .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }
  .cid-v2Jm429jhX .navbar-collapse.show .nav-item:nth-child(2),
  .cid-v2Jm429jhX .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.15s;
  }
  .cid-v2Jm429jhX .navbar-collapse.show .nav-item:nth-child(3),
  .cid-v2Jm429jhX .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.2s;
  }
  .cid-v2Jm429jhX .navbar-collapse.show .nav-item:nth-child(4),
  .cid-v2Jm429jhX .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.25s;
  }
  .cid-v2Jm429jhX .navbar-collapse.show .nav-item:nth-child(5),
  .cid-v2Jm429jhX .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.3s;
  }
  .cid-v2Jm429jhX .navbar-collapse.show .navbar-buttons,
  .cid-v2Jm429jhX .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
    animation-delay: 0.4s;
  }
  .cid-v2Jm429jhX .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-v2Jm429jhX .dropdown .dropdown-menu {
    position: relative !important;
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-top: 0;
    background-color: rgba(57, 49, 147, 0.7) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-v2Jm429jhX .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-v2Jm429jhX .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-v2Jm429jhX .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-v2Jm429jhX .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-v2Jm429jhX .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
  }
  .cid-v2Jm429jhX .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-v2Jm429jhX .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-v2Jm429jhX .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.2s ease-out forwards;
  }
  .cid-v2Jm429jhX .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-v2Jm429jhX .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.1s;
  }
  .cid-v2Jm429jhX .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.15s;
  }
  .cid-v2Jm429jhX .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.2s;
  }
  .cid-v2Jm429jhX .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.25s;
  }
  .cid-v2Jm429jhX .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.3s;
  }
  .cid-v2Jm429jhX .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-v2Jm429jhX .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
.cid-v2Jm429jhX .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-v2Jm429jhX .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-v2Jm429jhX .navbar-toggler {
  position: relative;
}
.cid-v2Jm429jhX .dropdown-item.active,
.cid-v2Jm429jhX .dropdown-item:active {
  color: initial;
}
.cid-v2Jm429jhX .widget-title,
.cid-v2Jm429jhX .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-v2Jm429jhX .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-v2Jm429jhX .menu-logo {
    display: none;
  }
  .cid-v2Jm429jhX .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-v2Jm429jhX .nav-item:before {
    content: none;
  }
  .cid-v2Jm429jhX .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-v2Jm429jhX .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v2Jm429jhX button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-v2Jm429jhX .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-v2Jm429jhX .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-v2Jm429jhX .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
  }
  .cid-v2Jm429jhX .navbar-brand img {
    max-height: 60px;
    width: auto;
  }
  .cid-v2Jm429jhX .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-v2Jm429jhX .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-v2Jm429jhX .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-v2Jm429jhX .menu-content-top,
  .cid-v2Jm429jhX .menu-content-right {
    z-index: 0;
  }
}
.cid-v2Jm429jhX .navbar.bg-color.transparent {
  background: rgba(192, 0, 132, 0.7) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-v2Jm429jhX .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(57, 49, 147, 0.7) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromRightMobile {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  60% {
    transform: translateX(-3px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(1px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-v2Jm429jhX .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(400px);
  animation: slideInFromRightInitial 1.5s ease-out forwards;
}
.cid-v2Jm429jhX .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-v2Jm429jhX .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v2Jm429jhX .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-v2Jm429jhX .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-v2Jm429jhX .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-v2Jm429jhX .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-v2Jm429jhX .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-v2Jm429jhX .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.8s;
}
.cid-v2Jm429jhX .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.3s ease-out forwards;
}
.cid-v2Jm429jhX .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-v2Jm429jhX .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v2Jm429jhX .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-v2Jm429jhX .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-v2Jm429jhX .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-v2Jm429jhX .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-v2Jm429jhX .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-v2Jm429jhX .nav-item .nav-link {
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-v2Jm429jhX .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-v2Jm429jhX .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
@keyframes dropdownSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-10px) translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
.cid-v2Jm429jhX .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-v2Jm429jhX .navbar-logo a,
.cid-v2Jm429jhX .navbar-logo img,
.cid-v2Jm429jhX .navbar-brand a,
.cid-v2Jm429jhX .navbar-brand img {
  border-radius: 0 !important;
}
.cid-v2Jm429jhX .navbar-logo .grow,
.cid-v2Jm429jhX .navbar-brand .grow {
  border-radius: 0 !important;
}
.cid-v2Jm429jhX .menu .icon-wrap .widget-icon {
  color: #ffffff;
  fill: #ffffff;
}
.cid-v2Jm429jhX .menu .icon-wrap .widget-icon.socicon-facebook {
  color: #0050e7 !important;
  fill: #0050e7 !important;
}
.cid-v2Jm429jhX .menu .icon-wrap .widget-icon.socicon-youtube {
  color: #ff0000 !important;
  fill: #ff0000 !important;
}
.cid-v2Jm429jhX .menu .icon-wrap .widget-icon.socicon-tiktok,
.cid-v2Jm429jhX .menu .icon-wrap .widget-icon.socicon-twitter {
  color: #ffffff !important;
  fill: #ffffff !important;
}
.cid-v2Jm429jhX .share-copy-toast {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.85);
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.8rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 99999;
}
.cid-v2Jm429jhX .share-copy-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(-5px);
}
.cid-v2Jm429jhX .icon-bar-bg {
  background: #ffffff;
  padding: 4px 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.cid-v2Jm429jhX .icon-wrap span {
  margin: 0 6px;
  font-size: 22px;
}
.cid-v2Jm429jhX .menu a.text-white,
.cid-v2Jm429jhX .menu .nav-link.text-white,
.cid-v2Jm429jhX .menu .widget-title a.text-white {
  text-shadow: 2px 2px 5px black;
}
.cid-v2Jm429jhX .menu a.text-white:hover,
.cid-v2Jm429jhX .menu .nav-link.text-white:hover,
.cid-v2Jm429jhX .menu .widget-title a.text-white:hover {
  text-shadow: 2px 2px 5px black;
}
.cid-v2Jm429jhX .menu .navbar-nav .nav-link.text-white,
.cid-v2Jm429jhX .menu .navbar-nav .nav-link {
  text-shadow: 2px 2px 5px black;
}
.cid-v2Jm429jhX .menu .navbar-nav .nav-link:hover {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
}
.cid-v2Jm429jhX .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@keyframes slideInFromRightInitial {
  0% {
    transform: translateX(400px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-v2Jm42vk4D {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/markbletall2.webp");
}
.cid-v2Jm42vk4D .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Jm42vk4D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Jm42LlmT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ff6c9a;
}
.cid-v2Jm42LlmT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Jm42LlmT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Jm42LlmT .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v2Jm42LlmT .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v2Jm42LlmT .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v2Jm42LlmT .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v2Jm42LlmT .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2Jm42LlmT .mbr-text {
    margin-top: 16px;
  }
}
.cid-v2Jm42LlmT .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2Jm42LlmT .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v2KGMT53sA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #393193;
  overflow: hidden;
}
.cid-v2JJB21d7V {
  text-shadow: 2px 2px 5px black;
}
.cid-v2JJB21d7V .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #c00084;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.5s ease-out forwards;
}
.cid-v2JJB21d7V .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 15px 15px 15px 15px;
  color: gray;
}
.cid-v2JJB21d7V .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-v2JJB21d7V .navbar-fixed-top {
  padding-top: 0;
}
.cid-v2JJB21d7V .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-v2JJB21d7V .collapse {
  justify-content: space-between !important;
}
.cid-v2JJB21d7V .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #393193;
  color: gray;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin-top: 0 !important;
}
.cid-v2JJB21d7V .dropdown-menu.show {
  opacity: 1;
}
.cid-v2JJB21d7V .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
  text-shadow: 0px 0px 0px black;
}
.cid-v2JJB21d7V .mbr-iconfont {
  cursor: pointer;
}
.cid-v2JJB21d7V .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-v2JJB21d7V .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #ffffff;
  border-radius: 50%;
}
.cid-v2JJB21d7V .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v2JJB21d7V .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-v2JJB21d7V .menu-logo {
  display: flex;
  align-items: center;
}
.cid-v2JJB21d7V .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2JJB21d7V .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v2JJB21d7V .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v2JJB21d7V .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v2JJB21d7V .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v2JJB21d7V .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v2JJB21d7V .menu-content-top {
  background: #393193;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-v2JJB21d7V .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-v2JJB21d7V .dropdown-item,
.cid-v2JJB21d7V .nav-link,
.cid-v2JJB21d7V .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-v2JJB21d7V .dropdown-item:hover,
.cid-v2JJB21d7V .nav-link:hover,
.cid-v2JJB21d7V .brand-name:hover {
  color: #ffffff !important;
}
.cid-v2JJB21d7V .dropdown-item:active {
  background-color: #393193;
  z-index: 9999;
  opacity: 1;
}
.cid-v2JJB21d7V .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
}
.cid-v2JJB21d7V .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(192, 0, 132, 0.7) !important;
}
.cid-v2JJB21d7V .dropdown-item:before {
  align-items: center;
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2JJB21d7V .content-text {
  margin-bottom: 0;
}
.cid-v2JJB21d7V .navbar-nav {
  align-items: center;
  justify-content: center;
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-v2JJB21d7V .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v2JJB21d7V .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v2JJB21d7V .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v2JJB21d7V .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v2JJB21d7V .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v2JJB21d7V .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v2JJB21d7V .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.4s ease-out forwards;
  animation-delay: 0.9s;
}
.cid-v2JJB21d7V .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v2JJB21d7V .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v2JJB21d7V .content-right-side {
  text-align: center;
}
.cid-v2JJB21d7V .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v2JJB21d7V .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v2JJB21d7V .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff;
}
.cid-v2JJB21d7V .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-v2JJB21d7V .widget-title {
  color: #ffffff;
  text-align: center;
}
.cid-v2JJB21d7V .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-v2JJB21d7V .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2JJB21d7V .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-v2JJB21d7V .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v2JJB21d7V .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v2JJB21d7V .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-v2JJB21d7V .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-v2JJB21d7V .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-v2JJB21d7V .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v2JJB21d7V .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-v2JJB21d7V .navbar {
    display: block;
    padding: 0;
  }
  .cid-v2JJB21d7V .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v2JJB21d7V .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-v2JJB21d7V .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-v2JJB21d7V .navbar-toggler {
    display: none;
  }
  .cid-v2JJB21d7V .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-v2JJB21d7V .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v2JJB21d7V .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v2JJB21d7V .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v2JJB21d7V .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v2JJB21d7V .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v2JJB21d7V .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v2JJB21d7V .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v2JJB21d7V .dropdown .dropdown-menu {
  opacity: 1;
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v2JJB21d7V .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2JJB21d7V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2JJB21d7V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2JJB21d7V .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v2JJB21d7V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v2JJB21d7V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2JJB21d7V .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v2JJB21d7V .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2JJB21d7V .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v2JJB21d7V .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v2JJB21d7V .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v2JJB21d7V .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v2JJB21d7V .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v2JJB21d7V .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v2JJB21d7V button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-v2JJB21d7V button.navbar-toggler:focus {
  outline: none;
}
.cid-v2JJB21d7V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v2JJB21d7V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2JJB21d7V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2JJB21d7V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2JJB21d7V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2JJB21d7V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2JJB21d7V nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2JJB21d7V nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2JJB21d7V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2JJB21d7V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2JJB21d7V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2JJB21d7V .collapsed .btn {
  display: flex;
}
.cid-v2JJB21d7V .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v2JJB21d7V .collapsed .navbar-collapse.collapsing,
.cid-v2JJB21d7V .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v2JJB21d7V .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v2JJB21d7V .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v2JJB21d7V .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v2JJB21d7V .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v2JJB21d7V .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v2JJB21d7V .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v2JJB21d7V .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v2JJB21d7V .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-v2JJB21d7V .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v2JJB21d7V .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v2JJB21d7V .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2JJB21d7V .collapsed button.navbar-toggler {
  display: block;
}
.cid-v2JJB21d7V .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v2JJB21d7V .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v2JJB21d7V .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  border-radius: 0em 0em 2em 2em;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v2JJB21d7V .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v2JJB21d7V .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v2JJB21d7V .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v2JJB21d7V .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-v2JJB21d7V .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-v2JJB21d7V .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    width: 100%;
  }
  .cid-v2JJB21d7V .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #c00084;
    padding-top: 0.5rem;
    border-radius: 0 0 2em 2em;
    -webkit-box-shadow: 10px 10px 15px #000000;
    box-shadow: 10px 10px 15px #000000;
    z-index: 1050;
  }
  .cid-v2JJB21d7V .navbar-collapse.collapsing,
  .cid-v2JJB21d7V .navbar-collapse.show {
    display: block !important;
  }
  .cid-v2JJB21d7V .navbar-collapse.collapsing .navbar-nav,
  .cid-v2JJB21d7V .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v2JJB21d7V .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v2JJB21d7V .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v2JJB21d7V .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v2JJB21d7V .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2JJB21d7V .navbar-collapse.collapsing .navbar-buttons,
  .cid-v2JJB21d7V .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-v2JJB21d7V .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v2JJB21d7V .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2JJB21d7V img {
    height: 3.8rem !important;
  }
  .cid-v2JJB21d7V .btn {
    display: flex;
  }
  .cid-v2JJB21d7V button.navbar-toggler {
    display: block;
  }
  .cid-v2JJB21d7V .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-v2JJB21d7V .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v2JJB21d7V .dropdown {
    transition: all 0.3s ease;
  }
  .cid-v2JJB21d7V .dropdown .dropdown-menu {
    width: 100%;
    opcaity: 1;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v2JJB21d7V .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v2JJB21d7V .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v2JJB21d7V .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-v2JJB21d7V .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v2JJB21d7V .dropdown .dropdown-menu .dropdown-item {
    padding: 0.75rem 1.5rem !important;
    transition: all 0.3s ease;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
  }
  .cid-v2JJB21d7V .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-v2JJB21d7V .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-v2JJB21d7V .navbar-toggler {
    order: 1;
  }
  .cid-v2JJB21d7V .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-v2JJB21d7V .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-v2JJB21d7V .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(192, 0, 132, 0.7) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-v2JJB21d7V .navbar-collapse.show .nav-item,
  .cid-v2JJB21d7V .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
  }
  .cid-v2JJB21d7V .navbar-collapse.show .nav-item:nth-child(1),
  .cid-v2JJB21d7V .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }
  .cid-v2JJB21d7V .navbar-collapse.show .nav-item:nth-child(2),
  .cid-v2JJB21d7V .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.15s;
  }
  .cid-v2JJB21d7V .navbar-collapse.show .nav-item:nth-child(3),
  .cid-v2JJB21d7V .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.2s;
  }
  .cid-v2JJB21d7V .navbar-collapse.show .nav-item:nth-child(4),
  .cid-v2JJB21d7V .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.25s;
  }
  .cid-v2JJB21d7V .navbar-collapse.show .nav-item:nth-child(5),
  .cid-v2JJB21d7V .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.3s;
  }
  .cid-v2JJB21d7V .navbar-collapse.show .navbar-buttons,
  .cid-v2JJB21d7V .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
    animation-delay: 0.4s;
  }
  .cid-v2JJB21d7V .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-v2JJB21d7V .dropdown .dropdown-menu {
    position: relative !important;
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-top: 0;
    background-color: rgba(57, 49, 147, 0.7) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-v2JJB21d7V .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-v2JJB21d7V .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-v2JJB21d7V .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-v2JJB21d7V .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-v2JJB21d7V .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
  }
  .cid-v2JJB21d7V .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-v2JJB21d7V .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-v2JJB21d7V .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.2s ease-out forwards;
  }
  .cid-v2JJB21d7V .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-v2JJB21d7V .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.1s;
  }
  .cid-v2JJB21d7V .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.15s;
  }
  .cid-v2JJB21d7V .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.2s;
  }
  .cid-v2JJB21d7V .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.25s;
  }
  .cid-v2JJB21d7V .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.3s;
  }
  .cid-v2JJB21d7V .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-v2JJB21d7V .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
.cid-v2JJB21d7V .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-v2JJB21d7V .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-v2JJB21d7V .navbar-toggler {
  position: relative;
}
.cid-v2JJB21d7V .dropdown-item.active,
.cid-v2JJB21d7V .dropdown-item:active {
  color: initial;
}
.cid-v2JJB21d7V .widget-title,
.cid-v2JJB21d7V .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-v2JJB21d7V .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-v2JJB21d7V .menu-logo {
    display: none;
  }
  .cid-v2JJB21d7V .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-v2JJB21d7V .nav-item:before {
    content: none;
  }
  .cid-v2JJB21d7V .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-v2JJB21d7V .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v2JJB21d7V button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-v2JJB21d7V .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-v2JJB21d7V .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-v2JJB21d7V .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
  }
  .cid-v2JJB21d7V .navbar-brand img {
    max-height: 60px;
    width: auto;
  }
  .cid-v2JJB21d7V .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-v2JJB21d7V .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-v2JJB21d7V .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-v2JJB21d7V .menu-content-top,
  .cid-v2JJB21d7V .menu-content-right {
    z-index: 0;
  }
}
.cid-v2JJB21d7V .navbar.bg-color.transparent {
  background: rgba(192, 0, 132, 0.7) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-v2JJB21d7V .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(57, 49, 147, 0.7) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromRightMobile {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  60% {
    transform: translateX(-3px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(1px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-v2JJB21d7V .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(400px);
  animation: slideInFromRightInitial 1.5s ease-out forwards;
}
.cid-v2JJB21d7V .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-v2JJB21d7V .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v2JJB21d7V .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-v2JJB21d7V .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-v2JJB21d7V .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-v2JJB21d7V .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-v2JJB21d7V .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-v2JJB21d7V .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.8s;
}
.cid-v2JJB21d7V .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.3s ease-out forwards;
}
.cid-v2JJB21d7V .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-v2JJB21d7V .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v2JJB21d7V .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-v2JJB21d7V .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-v2JJB21d7V .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-v2JJB21d7V .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-v2JJB21d7V .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-v2JJB21d7V .nav-item .nav-link {
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-v2JJB21d7V .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-v2JJB21d7V .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
@keyframes dropdownSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-10px) translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
.cid-v2JJB21d7V .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-v2JJB21d7V .navbar-logo a,
.cid-v2JJB21d7V .navbar-logo img,
.cid-v2JJB21d7V .navbar-brand a,
.cid-v2JJB21d7V .navbar-brand img {
  border-radius: 0 !important;
}
.cid-v2JJB21d7V .navbar-logo .grow,
.cid-v2JJB21d7V .navbar-brand .grow {
  border-radius: 0 !important;
}
.cid-v2JJB21d7V .menu .icon-wrap .widget-icon {
  color: #ffffff;
  fill: #ffffff;
}
.cid-v2JJB21d7V .menu .icon-wrap .widget-icon.socicon-facebook {
  color: #0050e7 !important;
  fill: #0050e7 !important;
}
.cid-v2JJB21d7V .menu .icon-wrap .widget-icon.socicon-youtube {
  color: #ff0000 !important;
  fill: #ff0000 !important;
}
.cid-v2JJB21d7V .menu .icon-wrap .widget-icon.socicon-tiktok,
.cid-v2JJB21d7V .menu .icon-wrap .widget-icon.socicon-twitter {
  color: #ffffff !important;
  fill: #ffffff !important;
}
.cid-v2JJB21d7V .share-copy-toast {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.85);
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.8rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 99999;
}
.cid-v2JJB21d7V .share-copy-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(-5px);
}
.cid-v2JJB21d7V .icon-bar-bg {
  background: #ffffff;
  padding: 4px 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.cid-v2JJB21d7V .icon-wrap span {
  margin: 0 6px;
  font-size: 22px;
}
.cid-v2JJB21d7V .menu a.text-white,
.cid-v2JJB21d7V .menu .nav-link.text-white,
.cid-v2JJB21d7V .menu .widget-title a.text-white {
  text-shadow: 2px 2px 5px black;
}
.cid-v2JJB21d7V .menu a.text-white:hover,
.cid-v2JJB21d7V .menu .nav-link.text-white:hover,
.cid-v2JJB21d7V .menu .widget-title a.text-white:hover {
  text-shadow: 2px 2px 5px black;
}
.cid-v2JJB21d7V .menu .navbar-nav .nav-link.text-white,
.cid-v2JJB21d7V .menu .navbar-nav .nav-link {
  text-shadow: 2px 2px 5px black;
}
.cid-v2JJB21d7V .menu .navbar-nav .nav-link:hover {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
}
.cid-v2JJB21d7V .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@keyframes slideInFromRightInitial {
  0% {
    transform: translateX(400px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-v2JJLBfeQC {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/markbletall2.webp");
}
.cid-v2JJLBfeQC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2JJLBfeQC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v2JJLBfeQC .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-v2JJLBfeQC .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v2JJLBfeQC .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-v2JJLBfeQC .card-wrapper {
  background: #ffffff;
}
.cid-v2JJLBfeQC .mbr-text,
.cid-v2JJLBfeQC .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v2JJLBfeQC .card-title,
.cid-v2JJLBfeQC .card-box {
  text-align: left;
  color: #4a1448;
}
.cid-v2JJLBfeQC .image-wrapper img {
  width: 100%;
}
.cid-v2KGMT53sA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #393193;
  overflow: hidden;
}
.cid-v2OHZQSgtX {
  text-shadow: 2px 2px 5px black;
}
.cid-v2OHZQSgtX .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #c00084;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.5s ease-out forwards;
}
.cid-v2OHZQSgtX .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 15px 15px 15px 15px;
  color: gray;
}
.cid-v2OHZQSgtX .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-v2OHZQSgtX .navbar-fixed-top {
  padding-top: 0;
}
.cid-v2OHZQSgtX .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-v2OHZQSgtX .collapse {
  justify-content: space-between !important;
}
.cid-v2OHZQSgtX .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #393193;
  color: gray;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin-top: 0 !important;
}
.cid-v2OHZQSgtX .dropdown-menu.show {
  opacity: 1;
}
.cid-v2OHZQSgtX .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
  text-shadow: 0px 0px 0px black;
}
.cid-v2OHZQSgtX .mbr-iconfont {
  cursor: pointer;
}
.cid-v2OHZQSgtX .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-v2OHZQSgtX .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #ffffff;
  border-radius: 50%;
}
.cid-v2OHZQSgtX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v2OHZQSgtX .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-v2OHZQSgtX .menu-logo {
  display: flex;
  align-items: center;
}
.cid-v2OHZQSgtX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2OHZQSgtX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v2OHZQSgtX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v2OHZQSgtX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v2OHZQSgtX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v2OHZQSgtX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v2OHZQSgtX .menu-content-top {
  background: #393193;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-v2OHZQSgtX .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-v2OHZQSgtX .dropdown-item,
.cid-v2OHZQSgtX .nav-link,
.cid-v2OHZQSgtX .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-v2OHZQSgtX .dropdown-item:hover,
.cid-v2OHZQSgtX .nav-link:hover,
.cid-v2OHZQSgtX .brand-name:hover {
  color: #ffffff !important;
}
.cid-v2OHZQSgtX .dropdown-item:active {
  background-color: #393193;
  z-index: 9999;
  opacity: 1;
}
.cid-v2OHZQSgtX .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
}
.cid-v2OHZQSgtX .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(192, 0, 132, 0.7) !important;
}
.cid-v2OHZQSgtX .dropdown-item:before {
  align-items: center;
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2OHZQSgtX .content-text {
  margin-bottom: 0;
}
.cid-v2OHZQSgtX .navbar-nav {
  align-items: center;
  justify-content: center;
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-v2OHZQSgtX .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v2OHZQSgtX .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v2OHZQSgtX .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v2OHZQSgtX .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v2OHZQSgtX .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v2OHZQSgtX .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v2OHZQSgtX .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.4s ease-out forwards;
  animation-delay: 0.9s;
}
.cid-v2OHZQSgtX .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v2OHZQSgtX .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v2OHZQSgtX .content-right-side {
  text-align: center;
}
.cid-v2OHZQSgtX .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v2OHZQSgtX .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v2OHZQSgtX .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff;
}
.cid-v2OHZQSgtX .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-v2OHZQSgtX .widget-title {
  color: #ffffff;
  text-align: center;
}
.cid-v2OHZQSgtX .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-v2OHZQSgtX .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2OHZQSgtX .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-v2OHZQSgtX .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v2OHZQSgtX .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v2OHZQSgtX .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-v2OHZQSgtX .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-v2OHZQSgtX .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-v2OHZQSgtX .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v2OHZQSgtX .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-v2OHZQSgtX .navbar {
    display: block;
    padding: 0;
  }
  .cid-v2OHZQSgtX .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v2OHZQSgtX .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-v2OHZQSgtX .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-v2OHZQSgtX .navbar-toggler {
    display: none;
  }
  .cid-v2OHZQSgtX .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-v2OHZQSgtX .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v2OHZQSgtX .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v2OHZQSgtX .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v2OHZQSgtX .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v2OHZQSgtX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v2OHZQSgtX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v2OHZQSgtX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v2OHZQSgtX .dropdown .dropdown-menu {
  opacity: 1;
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v2OHZQSgtX .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2OHZQSgtX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2OHZQSgtX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2OHZQSgtX .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v2OHZQSgtX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v2OHZQSgtX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2OHZQSgtX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v2OHZQSgtX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2OHZQSgtX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v2OHZQSgtX .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v2OHZQSgtX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v2OHZQSgtX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v2OHZQSgtX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v2OHZQSgtX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v2OHZQSgtX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-v2OHZQSgtX button.navbar-toggler:focus {
  outline: none;
}
.cid-v2OHZQSgtX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v2OHZQSgtX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2OHZQSgtX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2OHZQSgtX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2OHZQSgtX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2OHZQSgtX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2OHZQSgtX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2OHZQSgtX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2OHZQSgtX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2OHZQSgtX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2OHZQSgtX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2OHZQSgtX .collapsed .btn {
  display: flex;
}
.cid-v2OHZQSgtX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v2OHZQSgtX .collapsed .navbar-collapse.collapsing,
.cid-v2OHZQSgtX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v2OHZQSgtX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v2OHZQSgtX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v2OHZQSgtX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v2OHZQSgtX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v2OHZQSgtX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v2OHZQSgtX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v2OHZQSgtX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v2OHZQSgtX .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-v2OHZQSgtX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v2OHZQSgtX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v2OHZQSgtX .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2OHZQSgtX .collapsed button.navbar-toggler {
  display: block;
}
.cid-v2OHZQSgtX .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v2OHZQSgtX .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v2OHZQSgtX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  border-radius: 0em 0em 2em 2em;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v2OHZQSgtX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v2OHZQSgtX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v2OHZQSgtX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v2OHZQSgtX .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-v2OHZQSgtX .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-v2OHZQSgtX .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    width: 100%;
  }
  .cid-v2OHZQSgtX .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #c00084;
    padding-top: 0.5rem;
    border-radius: 0 0 2em 2em;
    -webkit-box-shadow: 10px 10px 15px #000000;
    box-shadow: 10px 10px 15px #000000;
    z-index: 1050;
  }
  .cid-v2OHZQSgtX .navbar-collapse.collapsing,
  .cid-v2OHZQSgtX .navbar-collapse.show {
    display: block !important;
  }
  .cid-v2OHZQSgtX .navbar-collapse.collapsing .navbar-nav,
  .cid-v2OHZQSgtX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v2OHZQSgtX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v2OHZQSgtX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v2OHZQSgtX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v2OHZQSgtX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2OHZQSgtX .navbar-collapse.collapsing .navbar-buttons,
  .cid-v2OHZQSgtX .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-v2OHZQSgtX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v2OHZQSgtX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2OHZQSgtX img {
    height: 3.8rem !important;
  }
  .cid-v2OHZQSgtX .btn {
    display: flex;
  }
  .cid-v2OHZQSgtX button.navbar-toggler {
    display: block;
  }
  .cid-v2OHZQSgtX .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-v2OHZQSgtX .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v2OHZQSgtX .dropdown {
    transition: all 0.3s ease;
  }
  .cid-v2OHZQSgtX .dropdown .dropdown-menu {
    width: 100%;
    opcaity: 1;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v2OHZQSgtX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v2OHZQSgtX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v2OHZQSgtX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-v2OHZQSgtX .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v2OHZQSgtX .dropdown .dropdown-menu .dropdown-item {
    padding: 0.75rem 1.5rem !important;
    transition: all 0.3s ease;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
  }
  .cid-v2OHZQSgtX .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-v2OHZQSgtX .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-v2OHZQSgtX .navbar-toggler {
    order: 1;
  }
  .cid-v2OHZQSgtX .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-v2OHZQSgtX .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-v2OHZQSgtX .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(192, 0, 132, 0.7) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-v2OHZQSgtX .navbar-collapse.show .nav-item,
  .cid-v2OHZQSgtX .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
  }
  .cid-v2OHZQSgtX .navbar-collapse.show .nav-item:nth-child(1),
  .cid-v2OHZQSgtX .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }
  .cid-v2OHZQSgtX .navbar-collapse.show .nav-item:nth-child(2),
  .cid-v2OHZQSgtX .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.15s;
  }
  .cid-v2OHZQSgtX .navbar-collapse.show .nav-item:nth-child(3),
  .cid-v2OHZQSgtX .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.2s;
  }
  .cid-v2OHZQSgtX .navbar-collapse.show .nav-item:nth-child(4),
  .cid-v2OHZQSgtX .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.25s;
  }
  .cid-v2OHZQSgtX .navbar-collapse.show .nav-item:nth-child(5),
  .cid-v2OHZQSgtX .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.3s;
  }
  .cid-v2OHZQSgtX .navbar-collapse.show .navbar-buttons,
  .cid-v2OHZQSgtX .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
    animation-delay: 0.4s;
  }
  .cid-v2OHZQSgtX .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-v2OHZQSgtX .dropdown .dropdown-menu {
    position: relative !important;
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-top: 0;
    background-color: rgba(57, 49, 147, 0.7) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-v2OHZQSgtX .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-v2OHZQSgtX .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-v2OHZQSgtX .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-v2OHZQSgtX .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-v2OHZQSgtX .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
  }
  .cid-v2OHZQSgtX .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-v2OHZQSgtX .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-v2OHZQSgtX .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.2s ease-out forwards;
  }
  .cid-v2OHZQSgtX .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-v2OHZQSgtX .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.1s;
  }
  .cid-v2OHZQSgtX .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.15s;
  }
  .cid-v2OHZQSgtX .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.2s;
  }
  .cid-v2OHZQSgtX .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.25s;
  }
  .cid-v2OHZQSgtX .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.3s;
  }
  .cid-v2OHZQSgtX .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-v2OHZQSgtX .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
.cid-v2OHZQSgtX .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-v2OHZQSgtX .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-v2OHZQSgtX .navbar-toggler {
  position: relative;
}
.cid-v2OHZQSgtX .dropdown-item.active,
.cid-v2OHZQSgtX .dropdown-item:active {
  color: initial;
}
.cid-v2OHZQSgtX .widget-title,
.cid-v2OHZQSgtX .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-v2OHZQSgtX .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-v2OHZQSgtX .menu-logo {
    display: none;
  }
  .cid-v2OHZQSgtX .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-v2OHZQSgtX .nav-item:before {
    content: none;
  }
  .cid-v2OHZQSgtX .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-v2OHZQSgtX .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v2OHZQSgtX button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-v2OHZQSgtX .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-v2OHZQSgtX .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-v2OHZQSgtX .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
  }
  .cid-v2OHZQSgtX .navbar-brand img {
    max-height: 60px;
    width: auto;
  }
  .cid-v2OHZQSgtX .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-v2OHZQSgtX .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-v2OHZQSgtX .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-v2OHZQSgtX .menu-content-top,
  .cid-v2OHZQSgtX .menu-content-right {
    z-index: 0;
  }
}
.cid-v2OHZQSgtX .navbar.bg-color.transparent {
  background: rgba(192, 0, 132, 0.7) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-v2OHZQSgtX .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(57, 49, 147, 0.7) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromRightMobile {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  60% {
    transform: translateX(-3px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(1px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-v2OHZQSgtX .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(400px);
  animation: slideInFromRightInitial 1.5s ease-out forwards;
}
.cid-v2OHZQSgtX .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-v2OHZQSgtX .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v2OHZQSgtX .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-v2OHZQSgtX .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-v2OHZQSgtX .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-v2OHZQSgtX .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-v2OHZQSgtX .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-v2OHZQSgtX .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.8s;
}
.cid-v2OHZQSgtX .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.3s ease-out forwards;
}
.cid-v2OHZQSgtX .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-v2OHZQSgtX .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v2OHZQSgtX .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-v2OHZQSgtX .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-v2OHZQSgtX .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-v2OHZQSgtX .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-v2OHZQSgtX .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-v2OHZQSgtX .nav-item .nav-link {
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-v2OHZQSgtX .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-v2OHZQSgtX .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
@keyframes dropdownSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-10px) translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
.cid-v2OHZQSgtX .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-v2OHZQSgtX .navbar-logo a,
.cid-v2OHZQSgtX .navbar-logo img,
.cid-v2OHZQSgtX .navbar-brand a,
.cid-v2OHZQSgtX .navbar-brand img {
  border-radius: 0 !important;
}
.cid-v2OHZQSgtX .navbar-logo .grow,
.cid-v2OHZQSgtX .navbar-brand .grow {
  border-radius: 0 !important;
}
.cid-v2OHZQSgtX .menu .icon-wrap .widget-icon {
  color: #ffffff;
  fill: #ffffff;
}
.cid-v2OHZQSgtX .menu .icon-wrap .widget-icon.socicon-facebook {
  color: #0050e7 !important;
  fill: #0050e7 !important;
}
.cid-v2OHZQSgtX .menu .icon-wrap .widget-icon.socicon-youtube {
  color: #ff0000 !important;
  fill: #ff0000 !important;
}
.cid-v2OHZQSgtX .menu .icon-wrap .widget-icon.socicon-tiktok,
.cid-v2OHZQSgtX .menu .icon-wrap .widget-icon.socicon-twitter {
  color: #ffffff !important;
  fill: #ffffff !important;
}
.cid-v2OHZQSgtX .share-copy-toast {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.85);
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.8rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 99999;
}
.cid-v2OHZQSgtX .share-copy-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(-5px);
}
.cid-v2OHZQSgtX .icon-bar-bg {
  background: #ffffff;
  padding: 4px 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.cid-v2OHZQSgtX .icon-wrap span {
  margin: 0 6px;
  font-size: 22px;
}
.cid-v2OHZQSgtX .menu a.text-white,
.cid-v2OHZQSgtX .menu .nav-link.text-white,
.cid-v2OHZQSgtX .menu .widget-title a.text-white {
  text-shadow: 2px 2px 5px black;
}
.cid-v2OHZQSgtX .menu a.text-white:hover,
.cid-v2OHZQSgtX .menu .nav-link.text-white:hover,
.cid-v2OHZQSgtX .menu .widget-title a.text-white:hover {
  text-shadow: 2px 2px 5px black;
}
.cid-v2OHZQSgtX .menu .navbar-nav .nav-link.text-white,
.cid-v2OHZQSgtX .menu .navbar-nav .nav-link {
  text-shadow: 2px 2px 5px black;
}
.cid-v2OHZQSgtX .menu .navbar-nav .nav-link:hover {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
}
.cid-v2OHZQSgtX .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@keyframes slideInFromRightInitial {
  0% {
    transform: translateX(400px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-v2OJCmFa0x {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffdeeb;
}
.cid-v2OJCmFa0x .mbr-text {
  color: #000000;
}
.cid-v2OJCmFa0x .mbr-section-subtitle {
  color: #000000;
}
.cid-v2OJCmFa0x .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v2ORTJxIk3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fc8eb9;
}
.cid-v2ORTJxIk3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ORTJxIk3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ORTJxIk3 .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v2ORTJxIk3 .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v2ORTJxIk3 .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v2ORTJxIk3 .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v2ORTJxIk3 .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2ORTJxIk3 .mbr-text {
    margin-top: 16px;
  }
}
.cid-v2ORTJxIk3 .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2ORTJxIk3 .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v2OKZxkCkj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/marble.webp");
}
.cid-v2OKZxkCkj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2OKZxkCkj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2OKZxkCkj .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2OKZxkCkj .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2OKZxkCkj .mbr-iconfont {
  font-size: 3rem;
  color: #4a1448;
  padding-right: 1.5rem;
}
.cid-v2OKZxkCkj img,
.cid-v2OKZxkCkj .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v2OKZxkCkj .content-head {
  max-width: 800px;
}
.cid-v2OKZxkCkj .mbr-section-title {
  color: #4a1448;
}
.cid-v2OKZxkCkj .mbr-section-subtitle {
  color: #4a1448;
}
.cid-v2OSVuuzbB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fc8eb9;
}
.cid-v2OSVuuzbB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2OSVuuzbB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2OSVuuzbB .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v2OSVuuzbB .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v2OSVuuzbB .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v2OSVuuzbB .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v2OSVuuzbB .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2OSVuuzbB .mbr-text {
    margin-top: 16px;
  }
}
.cid-v2OSVuuzbB .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2OSVuuzbB .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v2OOPYnJn3 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/marble.webp");
}
.cid-v2OOPYnJn3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2OOPYnJn3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2OOPYnJn3 .mbr-section-title DIV {
  text-align: center;
}
@media print {
  .cid-v2OOPYnJn3 body * {
    visibility: hidden;
  }
  .cid-v2OOPYnJn3 #Print1,
  .cid-v2OOPYnJn3 #Print1 *,
  .cid-v2OOPYnJn3 #Print2,
  .cid-v2OOPYnJn3 #Print2 *,
  .cid-v2OOPYnJn3 #Print3,
  .cid-v2OOPYnJn3 #Print3 * {
    visibility: visible;
  }
  .cid-v2OOPYnJn3 #Print1 {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.cid-v2OHZRJ7YO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #393193;
  overflow: hidden;
}
.cid-v2Wu67yvVB {
  text-shadow: 2px 2px 5px black;
}
.cid-v2Wu67yvVB .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #c00084;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.5s ease-out forwards;
}
.cid-v2Wu67yvVB .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 15px 15px 15px 15px;
  color: gray;
}
.cid-v2Wu67yvVB .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-v2Wu67yvVB .navbar-fixed-top {
  padding-top: 0;
}
.cid-v2Wu67yvVB .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-v2Wu67yvVB .collapse {
  justify-content: space-between !important;
}
.cid-v2Wu67yvVB .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #393193;
  color: gray;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin-top: 0 !important;
}
.cid-v2Wu67yvVB .dropdown-menu.show {
  opacity: 1;
}
.cid-v2Wu67yvVB .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
  text-shadow: 0px 0px 0px black;
}
.cid-v2Wu67yvVB .mbr-iconfont {
  cursor: pointer;
}
.cid-v2Wu67yvVB .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-v2Wu67yvVB .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #ffffff;
  border-radius: 50%;
}
.cid-v2Wu67yvVB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v2Wu67yvVB .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-v2Wu67yvVB .menu-logo {
  display: flex;
  align-items: center;
}
.cid-v2Wu67yvVB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2Wu67yvVB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v2Wu67yvVB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v2Wu67yvVB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v2Wu67yvVB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v2Wu67yvVB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v2Wu67yvVB .menu-content-top {
  background: #393193;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-v2Wu67yvVB .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-v2Wu67yvVB .dropdown-item,
.cid-v2Wu67yvVB .nav-link,
.cid-v2Wu67yvVB .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-v2Wu67yvVB .dropdown-item:hover,
.cid-v2Wu67yvVB .nav-link:hover,
.cid-v2Wu67yvVB .brand-name:hover {
  color: #ffffff !important;
}
.cid-v2Wu67yvVB .dropdown-item:active {
  background-color: #393193;
  z-index: 9999;
  opacity: 1;
}
.cid-v2Wu67yvVB .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
}
.cid-v2Wu67yvVB .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(192, 0, 132, 0.7) !important;
}
.cid-v2Wu67yvVB .dropdown-item:before {
  align-items: center;
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2Wu67yvVB .content-text {
  margin-bottom: 0;
}
.cid-v2Wu67yvVB .navbar-nav {
  align-items: center;
  justify-content: center;
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-v2Wu67yvVB .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v2Wu67yvVB .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v2Wu67yvVB .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v2Wu67yvVB .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v2Wu67yvVB .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v2Wu67yvVB .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v2Wu67yvVB .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.4s ease-out forwards;
  animation-delay: 0.9s;
}
.cid-v2Wu67yvVB .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v2Wu67yvVB .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v2Wu67yvVB .content-right-side {
  text-align: center;
}
.cid-v2Wu67yvVB .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v2Wu67yvVB .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v2Wu67yvVB .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff;
}
.cid-v2Wu67yvVB .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-v2Wu67yvVB .widget-title {
  color: #ffffff;
  text-align: center;
}
.cid-v2Wu67yvVB .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-v2Wu67yvVB .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2Wu67yvVB .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-v2Wu67yvVB .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v2Wu67yvVB .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v2Wu67yvVB .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-v2Wu67yvVB .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-v2Wu67yvVB .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-v2Wu67yvVB .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v2Wu67yvVB .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-v2Wu67yvVB .navbar {
    display: block;
    padding: 0;
  }
  .cid-v2Wu67yvVB .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v2Wu67yvVB .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-v2Wu67yvVB .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-v2Wu67yvVB .navbar-toggler {
    display: none;
  }
  .cid-v2Wu67yvVB .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-v2Wu67yvVB .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v2Wu67yvVB .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v2Wu67yvVB .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v2Wu67yvVB .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v2Wu67yvVB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v2Wu67yvVB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v2Wu67yvVB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v2Wu67yvVB .dropdown .dropdown-menu {
  opacity: 1;
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v2Wu67yvVB .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2Wu67yvVB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2Wu67yvVB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2Wu67yvVB .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v2Wu67yvVB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v2Wu67yvVB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2Wu67yvVB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v2Wu67yvVB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2Wu67yvVB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v2Wu67yvVB .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v2Wu67yvVB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v2Wu67yvVB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v2Wu67yvVB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v2Wu67yvVB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v2Wu67yvVB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-v2Wu67yvVB button.navbar-toggler:focus {
  outline: none;
}
.cid-v2Wu67yvVB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v2Wu67yvVB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2Wu67yvVB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2Wu67yvVB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2Wu67yvVB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2Wu67yvVB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2Wu67yvVB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2Wu67yvVB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2Wu67yvVB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2Wu67yvVB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2Wu67yvVB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2Wu67yvVB .collapsed .btn {
  display: flex;
}
.cid-v2Wu67yvVB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v2Wu67yvVB .collapsed .navbar-collapse.collapsing,
.cid-v2Wu67yvVB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v2Wu67yvVB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v2Wu67yvVB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v2Wu67yvVB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v2Wu67yvVB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v2Wu67yvVB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v2Wu67yvVB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v2Wu67yvVB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v2Wu67yvVB .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-v2Wu67yvVB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v2Wu67yvVB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v2Wu67yvVB .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2Wu67yvVB .collapsed button.navbar-toggler {
  display: block;
}
.cid-v2Wu67yvVB .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v2Wu67yvVB .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v2Wu67yvVB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  border-radius: 0em 0em 2em 2em;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v2Wu67yvVB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v2Wu67yvVB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v2Wu67yvVB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v2Wu67yvVB .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-v2Wu67yvVB .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-v2Wu67yvVB .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    width: 100%;
  }
  .cid-v2Wu67yvVB .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #c00084;
    padding-top: 0.5rem;
    border-radius: 0 0 2em 2em;
    -webkit-box-shadow: 10px 10px 15px #000000;
    box-shadow: 10px 10px 15px #000000;
    z-index: 1050;
  }
  .cid-v2Wu67yvVB .navbar-collapse.collapsing,
  .cid-v2Wu67yvVB .navbar-collapse.show {
    display: block !important;
  }
  .cid-v2Wu67yvVB .navbar-collapse.collapsing .navbar-nav,
  .cid-v2Wu67yvVB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v2Wu67yvVB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v2Wu67yvVB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v2Wu67yvVB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v2Wu67yvVB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2Wu67yvVB .navbar-collapse.collapsing .navbar-buttons,
  .cid-v2Wu67yvVB .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-v2Wu67yvVB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v2Wu67yvVB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2Wu67yvVB img {
    height: 3.8rem !important;
  }
  .cid-v2Wu67yvVB .btn {
    display: flex;
  }
  .cid-v2Wu67yvVB button.navbar-toggler {
    display: block;
  }
  .cid-v2Wu67yvVB .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-v2Wu67yvVB .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v2Wu67yvVB .dropdown {
    transition: all 0.3s ease;
  }
  .cid-v2Wu67yvVB .dropdown .dropdown-menu {
    width: 100%;
    opcaity: 1;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v2Wu67yvVB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v2Wu67yvVB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v2Wu67yvVB .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-v2Wu67yvVB .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v2Wu67yvVB .dropdown .dropdown-menu .dropdown-item {
    padding: 0.75rem 1.5rem !important;
    transition: all 0.3s ease;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
  }
  .cid-v2Wu67yvVB .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-v2Wu67yvVB .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-v2Wu67yvVB .navbar-toggler {
    order: 1;
  }
  .cid-v2Wu67yvVB .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-v2Wu67yvVB .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-v2Wu67yvVB .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(192, 0, 132, 0.7) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-v2Wu67yvVB .navbar-collapse.show .nav-item,
  .cid-v2Wu67yvVB .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
  }
  .cid-v2Wu67yvVB .navbar-collapse.show .nav-item:nth-child(1),
  .cid-v2Wu67yvVB .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }
  .cid-v2Wu67yvVB .navbar-collapse.show .nav-item:nth-child(2),
  .cid-v2Wu67yvVB .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.15s;
  }
  .cid-v2Wu67yvVB .navbar-collapse.show .nav-item:nth-child(3),
  .cid-v2Wu67yvVB .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.2s;
  }
  .cid-v2Wu67yvVB .navbar-collapse.show .nav-item:nth-child(4),
  .cid-v2Wu67yvVB .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.25s;
  }
  .cid-v2Wu67yvVB .navbar-collapse.show .nav-item:nth-child(5),
  .cid-v2Wu67yvVB .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.3s;
  }
  .cid-v2Wu67yvVB .navbar-collapse.show .navbar-buttons,
  .cid-v2Wu67yvVB .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
    animation-delay: 0.4s;
  }
  .cid-v2Wu67yvVB .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-v2Wu67yvVB .dropdown .dropdown-menu {
    position: relative !important;
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-top: 0;
    background-color: rgba(57, 49, 147, 0.7) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-v2Wu67yvVB .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-v2Wu67yvVB .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-v2Wu67yvVB .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-v2Wu67yvVB .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-v2Wu67yvVB .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
  }
  .cid-v2Wu67yvVB .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-v2Wu67yvVB .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-v2Wu67yvVB .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.2s ease-out forwards;
  }
  .cid-v2Wu67yvVB .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-v2Wu67yvVB .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.1s;
  }
  .cid-v2Wu67yvVB .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.15s;
  }
  .cid-v2Wu67yvVB .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.2s;
  }
  .cid-v2Wu67yvVB .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.25s;
  }
  .cid-v2Wu67yvVB .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.3s;
  }
  .cid-v2Wu67yvVB .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-v2Wu67yvVB .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
.cid-v2Wu67yvVB .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-v2Wu67yvVB .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-v2Wu67yvVB .navbar-toggler {
  position: relative;
}
.cid-v2Wu67yvVB .dropdown-item.active,
.cid-v2Wu67yvVB .dropdown-item:active {
  color: initial;
}
.cid-v2Wu67yvVB .widget-title,
.cid-v2Wu67yvVB .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-v2Wu67yvVB .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-v2Wu67yvVB .menu-logo {
    display: none;
  }
  .cid-v2Wu67yvVB .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-v2Wu67yvVB .nav-item:before {
    content: none;
  }
  .cid-v2Wu67yvVB .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-v2Wu67yvVB .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v2Wu67yvVB button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-v2Wu67yvVB .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-v2Wu67yvVB .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-v2Wu67yvVB .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
  }
  .cid-v2Wu67yvVB .navbar-brand img {
    max-height: 60px;
    width: auto;
  }
  .cid-v2Wu67yvVB .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-v2Wu67yvVB .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-v2Wu67yvVB .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-v2Wu67yvVB .menu-content-top,
  .cid-v2Wu67yvVB .menu-content-right {
    z-index: 0;
  }
}
.cid-v2Wu67yvVB .navbar.bg-color.transparent {
  background: rgba(192, 0, 132, 0.7) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-v2Wu67yvVB .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(57, 49, 147, 0.7) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromRightMobile {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  60% {
    transform: translateX(-3px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(1px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-v2Wu67yvVB .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(400px);
  animation: slideInFromRightInitial 1.5s ease-out forwards;
}
.cid-v2Wu67yvVB .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-v2Wu67yvVB .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v2Wu67yvVB .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-v2Wu67yvVB .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-v2Wu67yvVB .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-v2Wu67yvVB .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-v2Wu67yvVB .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-v2Wu67yvVB .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.8s;
}
.cid-v2Wu67yvVB .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.3s ease-out forwards;
}
.cid-v2Wu67yvVB .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-v2Wu67yvVB .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v2Wu67yvVB .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-v2Wu67yvVB .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-v2Wu67yvVB .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-v2Wu67yvVB .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-v2Wu67yvVB .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-v2Wu67yvVB .nav-item .nav-link {
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-v2Wu67yvVB .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-v2Wu67yvVB .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
@keyframes dropdownSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-10px) translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
.cid-v2Wu67yvVB .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-v2Wu67yvVB .navbar-logo a,
.cid-v2Wu67yvVB .navbar-logo img,
.cid-v2Wu67yvVB .navbar-brand a,
.cid-v2Wu67yvVB .navbar-brand img {
  border-radius: 0 !important;
}
.cid-v2Wu67yvVB .navbar-logo .grow,
.cid-v2Wu67yvVB .navbar-brand .grow {
  border-radius: 0 !important;
}
.cid-v2Wu67yvVB .menu .icon-wrap .widget-icon {
  color: #ffffff;
  fill: #ffffff;
}
.cid-v2Wu67yvVB .menu .icon-wrap .widget-icon.socicon-facebook {
  color: #0050e7 !important;
  fill: #0050e7 !important;
}
.cid-v2Wu67yvVB .menu .icon-wrap .widget-icon.socicon-youtube {
  color: #ff0000 !important;
  fill: #ff0000 !important;
}
.cid-v2Wu67yvVB .menu .icon-wrap .widget-icon.socicon-tiktok,
.cid-v2Wu67yvVB .menu .icon-wrap .widget-icon.socicon-twitter {
  color: #ffffff !important;
  fill: #ffffff !important;
}
.cid-v2Wu67yvVB .share-copy-toast {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.85);
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.8rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 99999;
}
.cid-v2Wu67yvVB .share-copy-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(-5px);
}
.cid-v2Wu67yvVB .icon-bar-bg {
  background: #ffffff;
  padding: 4px 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.cid-v2Wu67yvVB .icon-wrap span {
  margin: 0 6px;
  font-size: 22px;
}
.cid-v2Wu67yvVB .menu a.text-white,
.cid-v2Wu67yvVB .menu .nav-link.text-white,
.cid-v2Wu67yvVB .menu .widget-title a.text-white {
  text-shadow: 2px 2px 5px black;
}
.cid-v2Wu67yvVB .menu a.text-white:hover,
.cid-v2Wu67yvVB .menu .nav-link.text-white:hover,
.cid-v2Wu67yvVB .menu .widget-title a.text-white:hover {
  text-shadow: 2px 2px 5px black;
}
.cid-v2Wu67yvVB .menu .navbar-nav .nav-link.text-white,
.cid-v2Wu67yvVB .menu .navbar-nav .nav-link {
  text-shadow: 2px 2px 5px black;
}
.cid-v2Wu67yvVB .menu .navbar-nav .nav-link:hover {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
}
.cid-v2Wu67yvVB .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@keyframes slideInFromRightInitial {
  0% {
    transform: translateX(400px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-v2Wu67WpeV {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/galleryback3b.webp");
}
.cid-v2Wu67WpeV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Wu67WpeV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Wu67WpeV .glass {
  border-radius: 35px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 15px 10px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.cid-v2Wu67WpeV .mbr-section-subtitle {
  color: #4a1448;
}
.cid-v2Wu67WpeV .article11 .container,
.cid-v2Wu67WpeV .article11 .container-fluid {
  max-width: 100%;
}
.cid-v2Wu67WpeV .reviews-modern-wrapper {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px;
}
.cid-v2Wu67WpeV .article11 .image-wrapper {
  text-align: center;
}
.cid-v2Wu67WpeV .google-logo-image {
  display: block;
  margin: 0 auto;
  width: 35%;
  max-width: 500px;
  height: auto;
}
@media (min-width: 1200px) {
  .cid-v2Wu67WpeV .google-logo-image {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .cid-v2Wu67WpeV .google-logo-image {
    width: 70%;
    max-width: none;
  }
}
.cid-v2Wu68myfM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ff6c9a;
}
.cid-v2Wu68myfM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Wu68myfM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Wu68myfM .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-v2Wu68myfM .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-v2Wu68myfM .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-v2Wu68myfM .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-v2Wu68myfM .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2Wu68myfM .mbr-text {
    margin-top: 16px;
  }
}
.cid-v2Wu68myfM .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2Wu68myfM .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v2Wu68CJcX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #393193;
  overflow: hidden;
}
.cid-v3p5NVvrsZ {
  text-shadow: 2px 2px 5px black;
}
.cid-v3p5NVvrsZ .navbar {
  padding: 0.5rem 1rem;
  justify-content: space-between;
  background: #c00084;
  transition: none;
  min-height: 50px;
  max-width: 100%;
  width: auto;
  opacity: 0;
  border-radius: 0em 0em 2em 2em;
  animation: fadeIn 0.5s ease-out forwards;
}
.cid-v3p5NVvrsZ .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 15px 15px 15px 15px;
  color: gray;
}
.cid-v3p5NVvrsZ .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
  opacity: 1;
  color: white;
}
.cid-v3p5NVvrsZ .navbar-fixed-top {
  padding-top: 0;
}
.cid-v3p5NVvrsZ .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-v3p5NVvrsZ .collapse {
  justify-content: space-between !important;
}
.cid-v3p5NVvrsZ .dropdown-menu {
  z-index: 9999;
  border-radius: 0em 0em 2em 2em;
  background-color: #393193;
  color: gray;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin-top: 0 !important;
}
.cid-v3p5NVvrsZ .dropdown-menu.show {
  opacity: 1;
}
.cid-v3p5NVvrsZ .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
  text-shadow: 0px 0px 0px black;
}
.cid-v3p5NVvrsZ .mbr-iconfont {
  cursor: pointer;
}
.cid-v3p5NVvrsZ .nav-item {
  justify-content: flex-end;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-v3p5NVvrsZ .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #ffffff;
  border-radius: 50%;
}
.cid-v3p5NVvrsZ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v3p5NVvrsZ .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-v3p5NVvrsZ .menu-logo {
  display: flex;
  align-items: center;
}
.cid-v3p5NVvrsZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v3p5NVvrsZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v3p5NVvrsZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v3p5NVvrsZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v3p5NVvrsZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v3p5NVvrsZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v3p5NVvrsZ .menu-content-top {
  background: #393193;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-v3p5NVvrsZ .dropdown-item {
  padding: 0.4rem 1.8rem;
  opacity: 1;
}
.cid-v3p5NVvrsZ .dropdown-item,
.cid-v3p5NVvrsZ .nav-link,
.cid-v3p5NVvrsZ .brand-name {
  font-style: normal;
  opacity: 1;
}
.cid-v3p5NVvrsZ .dropdown-item:hover,
.cid-v3p5NVvrsZ .nav-link:hover,
.cid-v3p5NVvrsZ .brand-name:hover {
  color: #ffffff !important;
}
.cid-v3p5NVvrsZ .dropdown-item:active {
  background-color: #393193;
  z-index: 9999;
  opacity: 1;
}
.cid-v3p5NVvrsZ .menu-bottom {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
}
.cid-v3p5NVvrsZ .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(192, 0, 132, 0.7) !important;
}
.cid-v3p5NVvrsZ .dropdown-item:before {
  align-items: center;
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3p5NVvrsZ .content-text {
  margin-bottom: 0;
}
.cid-v3p5NVvrsZ .navbar-nav {
  align-items: center;
  justify-content: center;
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-v3p5NVvrsZ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v3p5NVvrsZ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v3p5NVvrsZ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v3p5NVvrsZ .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v3p5NVvrsZ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v3p5NVvrsZ .nav-dropdown .dropdown-item {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v3p5NVvrsZ .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(100px);
  animation: slideInFromRight 0.4s ease-out forwards;
  animation-delay: 0.9s;
}
.cid-v3p5NVvrsZ .nav-dropdown .link {
  font-weight: 400;
  opacity: 1;
  z-index: 9999;
}
.cid-v3p5NVvrsZ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v3p5NVvrsZ .content-right-side {
  text-align: center;
}
.cid-v3p5NVvrsZ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v3p5NVvrsZ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v3p5NVvrsZ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff;
}
.cid-v3p5NVvrsZ .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-v3p5NVvrsZ .widget-title {
  color: #ffffff;
  text-align: center;
}
.cid-v3p5NVvrsZ .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-v3p5NVvrsZ .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v3p5NVvrsZ .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-v3p5NVvrsZ .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v3p5NVvrsZ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v3p5NVvrsZ .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-v3p5NVvrsZ .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-v3p5NVvrsZ .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-v3p5NVvrsZ .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v3p5NVvrsZ .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-v3p5NVvrsZ .navbar {
    display: block;
    padding: 0;
  }
  .cid-v3p5NVvrsZ .navbar .menu-logo {
    display: flex;
    left: 110px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v3p5NVvrsZ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-v3p5NVvrsZ .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-v3p5NVvrsZ .navbar-toggler {
    display: none;
  }
  .cid-v3p5NVvrsZ .dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto;
    min-width: 200px;
  }
}
.cid-v3p5NVvrsZ .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v3p5NVvrsZ .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v3p5NVvrsZ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v3p5NVvrsZ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v3p5NVvrsZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v3p5NVvrsZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3p5NVvrsZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v3p5NVvrsZ .dropdown .dropdown-menu {
  opacity: 1;
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v3p5NVvrsZ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v3p5NVvrsZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3p5NVvrsZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3p5NVvrsZ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v3p5NVvrsZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v3p5NVvrsZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3p5NVvrsZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v3p5NVvrsZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3p5NVvrsZ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v3p5NVvrsZ .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v3p5NVvrsZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v3p5NVvrsZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v3p5NVvrsZ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v3p5NVvrsZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v3p5NVvrsZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
  align-self: center;
}
.cid-v3p5NVvrsZ button.navbar-toggler:focus {
  outline: none;
}
.cid-v3p5NVvrsZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3p5NVvrsZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3p5NVvrsZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3p5NVvrsZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3p5NVvrsZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3p5NVvrsZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3p5NVvrsZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3p5NVvrsZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3p5NVvrsZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3p5NVvrsZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3p5NVvrsZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3p5NVvrsZ .collapsed .btn {
  display: flex;
}
.cid-v3p5NVvrsZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v3p5NVvrsZ .collapsed .navbar-collapse.collapsing,
.cid-v3p5NVvrsZ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v3p5NVvrsZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v3p5NVvrsZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v3p5NVvrsZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v3p5NVvrsZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v3p5NVvrsZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v3p5NVvrsZ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v3p5NVvrsZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v3p5NVvrsZ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-v3p5NVvrsZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v3p5NVvrsZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v3p5NVvrsZ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v3p5NVvrsZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-v3p5NVvrsZ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v3p5NVvrsZ .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v3p5NVvrsZ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  border-radius: 0em 0em 2em 2em;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v3p5NVvrsZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v3p5NVvrsZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v3p5NVvrsZ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v3p5NVvrsZ .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-v3p5NVvrsZ .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    z-index: 1051;
  }
  .cid-v3p5NVvrsZ .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    width: 100%;
  }
  .cid-v3p5NVvrsZ .navbar-collapse {
    padding-bottom: 0.5rem;
    display: none !important;
    padding-right: 0 !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #c00084;
    padding-top: 0.5rem;
    border-radius: 0 0 2em 2em;
    -webkit-box-shadow: 10px 10px 15px #000000;
    box-shadow: 10px 10px 15px #000000;
    z-index: 1050;
  }
  .cid-v3p5NVvrsZ .navbar-collapse.collapsing,
  .cid-v3p5NVvrsZ .navbar-collapse.show {
    display: block !important;
  }
  .cid-v3p5NVvrsZ .navbar-collapse.collapsing .navbar-nav,
  .cid-v3p5NVvrsZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v3p5NVvrsZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v3p5NVvrsZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v3p5NVvrsZ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v3p5NVvrsZ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v3p5NVvrsZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-v3p5NVvrsZ .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-v3p5NVvrsZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v3p5NVvrsZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v3p5NVvrsZ img {
    height: 3.8rem !important;
  }
  .cid-v3p5NVvrsZ .btn {
    display: flex;
  }
  .cid-v3p5NVvrsZ button.navbar-toggler {
    display: block;
  }
  .cid-v3p5NVvrsZ .navbar-brand {
    margin-left: 0 !important;
    margin-top: 0;
  }
  .cid-v3p5NVvrsZ .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v3p5NVvrsZ .dropdown {
    transition: all 0.3s ease;
  }
  .cid-v3p5NVvrsZ .dropdown .dropdown-menu {
    width: 100%;
    opcaity: 1;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v3p5NVvrsZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v3p5NVvrsZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v3p5NVvrsZ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-v3p5NVvrsZ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v3p5NVvrsZ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.75rem 1.5rem !important;
    transition: all 0.3s ease;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
  }
  .cid-v3p5NVvrsZ .navbar {
    flex-wrap: nowrap;
    padding: 0.5rem;
  }
  .cid-v3p5NVvrsZ .menu-logo {
    display: flex !important;
    order: 0;
  }
  .cid-v3p5NVvrsZ .navbar-toggler {
    order: 1;
  }
  .cid-v3p5NVvrsZ .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .cid-v3p5NVvrsZ .nav-item {
    width: 100%;
    text-align: center;
  }
  .cid-v3p5NVvrsZ .navbar.bg-color.transparent .navbar-collapse {
    background: rgba(192, 0, 132, 0.7) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .cid-v3p5NVvrsZ .navbar-collapse.show .nav-item,
  .cid-v3p5NVvrsZ .navbar-collapse.collapsing .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
  }
  .cid-v3p5NVvrsZ .navbar-collapse.show .nav-item:nth-child(1),
  .cid-v3p5NVvrsZ .navbar-collapse.collapsing .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }
  .cid-v3p5NVvrsZ .navbar-collapse.show .nav-item:nth-child(2),
  .cid-v3p5NVvrsZ .navbar-collapse.collapsing .nav-item:nth-child(2) {
    animation-delay: 0.15s;
  }
  .cid-v3p5NVvrsZ .navbar-collapse.show .nav-item:nth-child(3),
  .cid-v3p5NVvrsZ .navbar-collapse.collapsing .nav-item:nth-child(3) {
    animation-delay: 0.2s;
  }
  .cid-v3p5NVvrsZ .navbar-collapse.show .nav-item:nth-child(4),
  .cid-v3p5NVvrsZ .navbar-collapse.collapsing .nav-item:nth-child(4) {
    animation-delay: 0.25s;
  }
  .cid-v3p5NVvrsZ .navbar-collapse.show .nav-item:nth-child(5),
  .cid-v3p5NVvrsZ .navbar-collapse.collapsing .nav-item:nth-child(5) {
    animation-delay: 0.3s;
  }
  .cid-v3p5NVvrsZ .navbar-collapse.show .navbar-buttons,
  .cid-v3p5NVvrsZ .navbar-collapse.collapsing .navbar-buttons {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInFromRightMobile 0.3s ease-out forwards;
    animation-delay: 0.4s;
  }
  .cid-v3p5NVvrsZ .navbar-collapse:not(.show) .nav-item {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
  }
  .cid-v3p5NVvrsZ .dropdown .dropdown-menu {
    position: relative !important;
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-top: 0;
    background-color: rgba(57, 49, 147, 0.7) !important;
    border-radius: 0 0 1em 1em;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .cid-v3p5NVvrsZ .dropdown.open > .dropdown-menu {
    position: relative !important;
    opacity: 1;
    height: auto;
    padding: 1rem 0;
    visibility: visible;
    margin-top: 0.5rem;
  }
  .cid-v3p5NVvrsZ .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .cid-v3p5NVvrsZ .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  .cid-v3p5NVvrsZ .dropdown .dropdown-menu .dropdown-item:hover,
  .cid-v3p5NVvrsZ .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
  }
  .cid-v3p5NVvrsZ .nav-item.dropdown {
    margin-bottom: 0;
  }
  .cid-v3p5NVvrsZ .navbar-collapse.show .dropdown-menu .dropdown-item,
  .cid-v3p5NVvrsZ .navbar-collapse.collapsing .dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInFromRightMobile 0.2s ease-out forwards;
  }
  .cid-v3p5NVvrsZ .dropdown-menu .dropdown-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  .cid-v3p5NVvrsZ .dropdown-menu .dropdown-item:nth-child(2) {
    animation-delay: 0.1s;
  }
  .cid-v3p5NVvrsZ .dropdown-menu .dropdown-item:nth-child(3) {
    animation-delay: 0.15s;
  }
  .cid-v3p5NVvrsZ .dropdown-menu .dropdown-item:nth-child(4) {
    animation-delay: 0.2s;
  }
  .cid-v3p5NVvrsZ .dropdown-menu .dropdown-item:nth-child(5) {
    animation-delay: 0.25s;
  }
  .cid-v3p5NVvrsZ .dropdown-menu .dropdown-item:nth-child(6) {
    animation-delay: 0.3s;
  }
  .cid-v3p5NVvrsZ .dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
  }
  .cid-v3p5NVvrsZ .dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
.cid-v3p5NVvrsZ .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opcity: 1;
  opacity: 1;
}
.cid-v3p5NVvrsZ .nav-link:focus {
  outline: none;
  text-align: center;
}
.cid-v3p5NVvrsZ .navbar-toggler {
  position: relative;
}
.cid-v3p5NVvrsZ .dropdown-item.active,
.cid-v3p5NVvrsZ .dropdown-item:active {
  color: initial;
}
.cid-v3p5NVvrsZ .widget-title,
.cid-v3p5NVvrsZ .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-v3p5NVvrsZ .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-v3p5NVvrsZ .menu-logo {
    display: none;
  }
  .cid-v3p5NVvrsZ .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-v3p5NVvrsZ .nav-item:before {
    content: none;
  }
  .cid-v3p5NVvrsZ .navbar {
    padding: 0;
    opacity: 1;
  }
  .cid-v3p5NVvrsZ .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v3p5NVvrsZ button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cid-v3p5NVvrsZ .menu-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
  }
  .cid-v3p5NVvrsZ .menu-logo {
    display: flex !important;
    justify-content: center;
    flex-grow: 1;
    order: 1;
  }
  .cid-v3p5NVvrsZ .navbar-brand {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
  }
  .cid-v3p5NVvrsZ .navbar-brand img {
    max-height: 60px;
    width: auto;
  }
  .cid-v3p5NVvrsZ .navbar-toggler {
    order: 2;
    margin-left: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .cid-v3p5NVvrsZ .collapse.navbar-collapse {
    flex-grow: 1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cid-v3p5NVvrsZ .navbar-nav {
    width: 100%;
    z-index: 2;
  }
  .cid-v3p5NVvrsZ .menu-content-top,
  .cid-v3p5NVvrsZ .menu-content-right {
    z-index: 0;
  }
}
.cid-v3p5NVvrsZ .navbar.bg-color.transparent {
  background: rgba(192, 0, 132, 0.7) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cid-v3p5NVvrsZ .navbar.bg-color.transparent .dropdown-menu {
  background-color: rgba(57, 49, 147, 0.7) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromRightMobile {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  60% {
    transform: translateX(-3px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(1px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-v3p5NVvrsZ .navbar-nav .nav-item {
  opacity: 0;
  transform: translateX(400px);
  animation: slideInFromRightInitial 1.5s ease-out forwards;
}
.cid-v3p5NVvrsZ .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-v3p5NVvrsZ .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v3p5NVvrsZ .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-v3p5NVvrsZ .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-v3p5NVvrsZ .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-v3p5NVvrsZ .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-v3p5NVvrsZ .navbar-nav .nav-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-v3p5NVvrsZ .navbar-nav .nav-item:nth-child(8) {
  animation-delay: 0.8s;
}
.cid-v3p5NVvrsZ .dropdown-menu .dropdown-item {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInFromRight 0.3s ease-out forwards;
}
.cid-v3p5NVvrsZ .dropdown-menu .dropdown-item:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-v3p5NVvrsZ .dropdown-menu .dropdown-item:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v3p5NVvrsZ .dropdown-menu .dropdown-item:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-v3p5NVvrsZ .dropdown-menu .dropdown-item:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-v3p5NVvrsZ .dropdown-menu .dropdown-item:nth-child(5) {
  animation-delay: 0.5s;
}
.cid-v3p5NVvrsZ .dropdown-menu .dropdown-item:nth-child(6) {
  animation-delay: 0.6s;
}
.cid-v3p5NVvrsZ .dropdown-menu .dropdown-item:nth-child(7) {
  animation-delay: 0.7s;
}
.cid-v3p5NVvrsZ .nav-item .nav-link {
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-v3p5NVvrsZ .nav-item .nav-link:hover {
  transform: scale(1.05) translateX(-5px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-v3p5NVvrsZ .dropdown.open .dropdown-menu {
  animation: dropdownSlideIn 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
@keyframes dropdownSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-10px) translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
.cid-v3p5NVvrsZ .navbar-nav .nav-item.no-animate {
  animation: none;
  opacity: 1;
  transform: none;
}
.cid-v3p5NVvrsZ .navbar-logo a,
.cid-v3p5NVvrsZ .navbar-logo img,
.cid-v3p5NVvrsZ .navbar-brand a,
.cid-v3p5NVvrsZ .navbar-brand img {
  border-radius: 0 !important;
}
.cid-v3p5NVvrsZ .navbar-logo .grow,
.cid-v3p5NVvrsZ .navbar-brand .grow {
  border-radius: 0 !important;
}
.cid-v3p5NVvrsZ .menu .icon-wrap .widget-icon {
  color: #ffffff;
  fill: #ffffff;
}
.cid-v3p5NVvrsZ .menu .icon-wrap .widget-icon.socicon-facebook {
  color: #0050e7 !important;
  fill: #0050e7 !important;
}
.cid-v3p5NVvrsZ .menu .icon-wrap .widget-icon.socicon-youtube {
  color: #ff0000 !important;
  fill: #ff0000 !important;
}
.cid-v3p5NVvrsZ .menu .icon-wrap .widget-icon.socicon-tiktok,
.cid-v3p5NVvrsZ .menu .icon-wrap .widget-icon.socicon-twitter {
  color: #ffffff !important;
  fill: #ffffff !important;
}
.cid-v3p5NVvrsZ .share-copy-toast {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.85);
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.8rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 99999;
}
.cid-v3p5NVvrsZ .share-copy-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(-5px);
}
.cid-v3p5NVvrsZ .icon-bar-bg {
  background: #ffffff;
  padding: 4px 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.cid-v3p5NVvrsZ .icon-wrap span {
  margin: 0 6px;
  font-size: 22px;
}
.cid-v3p5NVvrsZ .menu a.text-white,
.cid-v3p5NVvrsZ .menu .nav-link.text-white,
.cid-v3p5NVvrsZ .menu .widget-title a.text-white {
  text-shadow: 2px 2px 5px black;
}
.cid-v3p5NVvrsZ .menu a.text-white:hover,
.cid-v3p5NVvrsZ .menu .nav-link.text-white:hover,
.cid-v3p5NVvrsZ .menu .widget-title a.text-white:hover {
  text-shadow: 2px 2px 5px black;
}
.cid-v3p5NVvrsZ .menu .navbar-nav .nav-link.text-white,
.cid-v3p5NVvrsZ .menu .navbar-nav .nav-link {
  text-shadow: 2px 2px 5px black;
}
.cid-v3p5NVvrsZ .menu .navbar-nav .nav-link:hover {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
}
.cid-v3p5NVvrsZ .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@keyframes slideInFromRightInitial {
  0% {
    transform: translateX(400px);
    opacity: 0;
  }
  60% {
    transform: translateX(-10px);
    opacity: 0.8;
  }
  80% {
    transform: translateX(5px);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-v3p5NVUVOB {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/markbletall2.webp");
}
.cid-v3p5NVUVOB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3p5NVUVOB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3p5NVUVOB .glass {
  border-radius: 35px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 15px 10px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.cid-v3p5NVUVOB .mbr-section-title {
  color: #4a1448;
}
.cid-v3p5NVUVOB .mbr-section-subtitle {
  color: #4a1448;
}
.cid-v3p5NVUVOB .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v3p5NVUVOB .blog-card-text a {
  color: #7c3aed !important;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 2px solid rgba(124, 58, 237, 0.3);
  transition: all 0.2s ease;
}
.cid-v3p5NVUVOB .blog-card-text a:hover {
  color: #9333ea !important;
  border-bottom-color: #7c3aed;
}
.cid-v3p5NWhHJb {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #393193;
  overflow: hidden;
}
