@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: #32d951;
  border-color: #32d951;
}

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: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #4479d9 !important;
}
.bg-success {
  background-color: #2e1d49 !important;
}
.bg-info {
  background-color: #4479d9 !important;
}
.bg-warning {
  background-color: #ffff00 !important;
}
.bg-danger {
  background-color: #32d951 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #2e1d49 !important;
  border-color: #2e1d49 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #07040b !important;
  border-color: #07040b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #07040b !important;
  border-color: #07040b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #a8a800 !important;
  border-color: #a8a800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #a8a800 !important;
  border-color: #a8a800 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #32d951 !important;
  border-color: #32d951 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #1c9833 !important;
  border-color: #1c9833 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1c9833 !important;
  border-color: #1c9833 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #4479d9;
  color: #4479d9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: #2150a5 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e43f3f;
  color: #e43f3f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: #b31919 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #4479d9;
  color: #4479d9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: #2150a5 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2e1d49;
  color: #2e1d49;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #07040b !important;
  background-color: transparent!important;
  border-color: #07040b !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2e1d49 !important;
  border-color: #2e1d49 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffff00;
  color: #ffff00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a8a800 !important;
  background-color: transparent!important;
  border-color: #a8a800 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #32d951;
  color: #32d951;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #1c9833 !important;
  background-color: transparent!important;
  border-color: #1c9833 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #32d951 !important;
  border-color: #32d951 !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: #4479d9 !important;
}
.text-secondary {
  color: #e43f3f !important;
}
.text-success {
  color: #2e1d49 !important;
}
.text-info {
  color: #4479d9 !important;
}
.text-warning {
  color: #ffff00 !important;
}
.text-danger {
  color: #32d951 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1f4a98 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a61717 !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: #1f4a98 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #999900 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1a8b2f !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4479d9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4479d9;
}
.alert-warning {
  background-color: #ffff00;
}
.alert-danger {
  background-color: #32d951;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4479d9;
  border-color: #4479d9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4479d9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #9d7fcc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffcc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #def9e3;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.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: #4479d9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #4479d9;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4479d9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4479d9;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4479d9;
  border-bottom-color: #4479d9;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #4479d9 !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: #e43f3f !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='%234479d9' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tGg1IAPrHj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tGg1IAPrHj nav.navbar {
  position: fixed;
}
.cid-tGg1IAPrHj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGg1IAPrHj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGg1IAPrHj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGg1IAPrHj .dropdown-item:hover,
.cid-tGg1IAPrHj .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tGg1IAPrHj .dropdown-item:hover span {
  color: white;
}
.cid-tGg1IAPrHj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGg1IAPrHj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGg1IAPrHj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGg1IAPrHj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGg1IAPrHj .nav-link {
  position: relative;
}
.cid-tGg1IAPrHj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tGg1IAPrHj .container {
    flex-wrap: nowrap;
  }
}
.cid-tGg1IAPrHj .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGg1IAPrHj .dropdown-menu,
.cid-tGg1IAPrHj .navbar.opened {
  background: #ffff00 !important;
}
.cid-tGg1IAPrHj .nav-item:focus,
.cid-tGg1IAPrHj .nav-link:focus {
  outline: none;
}
.cid-tGg1IAPrHj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGg1IAPrHj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGg1IAPrHj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGg1IAPrHj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGg1IAPrHj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGg1IAPrHj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGg1IAPrHj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffff00;
}
.cid-tGg1IAPrHj .navbar.opened {
  transition: all 0.3s;
}
.cid-tGg1IAPrHj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGg1IAPrHj .navbar .navbar-logo img {
  width: auto;
}
.cid-tGg1IAPrHj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGg1IAPrHj .navbar.collapsed {
  justify-content: center;
}
.cid-tGg1IAPrHj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGg1IAPrHj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGg1IAPrHj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tGg1IAPrHj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGg1IAPrHj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGg1IAPrHj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tGg1IAPrHj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGg1IAPrHj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGg1IAPrHj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGg1IAPrHj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGg1IAPrHj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGg1IAPrHj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGg1IAPrHj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGg1IAPrHj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tGg1IAPrHj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGg1IAPrHj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGg1IAPrHj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGg1IAPrHj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGg1IAPrHj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGg1IAPrHj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tGg1IAPrHj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tGg1IAPrHj .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGg1IAPrHj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGg1IAPrHj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGg1IAPrHj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGg1IAPrHj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGg1IAPrHj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGg1IAPrHj .dropdown-item.active,
.cid-tGg1IAPrHj .dropdown-item:active {
  background-color: transparent;
}
.cid-tGg1IAPrHj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGg1IAPrHj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGg1IAPrHj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGg1IAPrHj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffff00;
}
.cid-tGg1IAPrHj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGg1IAPrHj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGg1IAPrHj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGg1IAPrHj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGg1IAPrHj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGg1IAPrHj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e1d49;
}
.cid-tGg1IAPrHj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGg1IAPrHj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGg1IAPrHj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGg1IAPrHj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGg1IAPrHj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGg1IAPrHj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGg1IAPrHj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGg1IAPrHj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGg1IAPrHj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGg1IAPrHj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGg1IAPrHj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGg1IAPrHj .navbar {
    height: 70px;
  }
  .cid-tGg1IAPrHj .navbar.opened {
    height: auto;
  }
  .cid-tGg1IAPrHj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGfzlZ3ZNM {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/blumenwiese-474x265.jpg");
}
.cid-tGfzlZ3ZNM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGfzlZ3ZNM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGfzlZ3ZNM .mbr-section-title {
  text-align: center;
  color: #ffff00;
}
.cid-tGfzlZ3ZNM .mbr-text,
.cid-tGfzlZ3ZNM .mbr-section-btn {
  color: #ffff00;
  text-align: center;
}
.cid-vdaRvhWHfO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdaRvhWHfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdaRvhWHfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdaRvhWHfO ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vdaRvhWHfO li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vdaRvhWHfO ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e1d49;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vdaRvhWHfO .mbr-section-title .mbr-text,
.cid-vdaRvhWHfO .link-wrap,
.cid-vdaRvhWHfO .mbr-section-btn {
  text-align: center;
}
.cid-vdaRvhWHfO .mbr-section-title {
  color: #2e1d49;
}
.cid-vdaRvhWHfO .list {
  color: #2e1d49;
}
#custom-html-xz {
  /* Type valid CSS here */
}
#custom-html-xz div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-xz p {
  font-size: 60px;
  color: #777;
}
.cid-tHgmaiVLyv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffff00;
}
.cid-tHgmaiVLyv .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tHgmaiVLyv .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tHgmaiVLyv .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tHgmaiVLyv .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tHgmaiVLyv .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tHgmaiVLyv .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tHgmaiVLyv .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tHgmaiVLyv .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tHgmaiVLyv .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tHgmaiVLyv .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tHgmaiVLyv .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tHgmaiVLyv .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tHgmaiVLyv .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tHgmaiVLyv .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tHgmaiVLyv .media-container-row .mbr-text {
  color: #2e1d49;
}
.cid-tHgmaiVLyv foot-menu-item {
  color: #2e1d49;
}
.cid-tGg1IAPrHj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tGg1IAPrHj nav.navbar {
  position: fixed;
}
.cid-tGg1IAPrHj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGg1IAPrHj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGg1IAPrHj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGg1IAPrHj .dropdown-item:hover,
.cid-tGg1IAPrHj .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tGg1IAPrHj .dropdown-item:hover span {
  color: white;
}
.cid-tGg1IAPrHj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGg1IAPrHj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGg1IAPrHj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGg1IAPrHj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGg1IAPrHj .nav-link {
  position: relative;
}
.cid-tGg1IAPrHj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tGg1IAPrHj .container {
    flex-wrap: nowrap;
  }
}
.cid-tGg1IAPrHj .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGg1IAPrHj .dropdown-menu,
.cid-tGg1IAPrHj .navbar.opened {
  background: #ffff00 !important;
}
.cid-tGg1IAPrHj .nav-item:focus,
.cid-tGg1IAPrHj .nav-link:focus {
  outline: none;
}
.cid-tGg1IAPrHj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGg1IAPrHj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGg1IAPrHj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGg1IAPrHj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGg1IAPrHj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGg1IAPrHj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGg1IAPrHj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffff00;
}
.cid-tGg1IAPrHj .navbar.opened {
  transition: all 0.3s;
}
.cid-tGg1IAPrHj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGg1IAPrHj .navbar .navbar-logo img {
  width: auto;
}
.cid-tGg1IAPrHj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGg1IAPrHj .navbar.collapsed {
  justify-content: center;
}
.cid-tGg1IAPrHj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGg1IAPrHj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGg1IAPrHj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tGg1IAPrHj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGg1IAPrHj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGg1IAPrHj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tGg1IAPrHj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGg1IAPrHj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGg1IAPrHj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGg1IAPrHj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGg1IAPrHj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGg1IAPrHj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGg1IAPrHj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGg1IAPrHj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tGg1IAPrHj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGg1IAPrHj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGg1IAPrHj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGg1IAPrHj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGg1IAPrHj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGg1IAPrHj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tGg1IAPrHj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tGg1IAPrHj .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGg1IAPrHj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGg1IAPrHj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGg1IAPrHj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGg1IAPrHj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGg1IAPrHj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGg1IAPrHj .dropdown-item.active,
.cid-tGg1IAPrHj .dropdown-item:active {
  background-color: transparent;
}
.cid-tGg1IAPrHj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGg1IAPrHj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGg1IAPrHj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGg1IAPrHj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffff00;
}
.cid-tGg1IAPrHj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGg1IAPrHj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGg1IAPrHj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGg1IAPrHj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGg1IAPrHj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGg1IAPrHj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e1d49;
}
.cid-tGg1IAPrHj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGg1IAPrHj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGg1IAPrHj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGg1IAPrHj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGg1IAPrHj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGg1IAPrHj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGg1IAPrHj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGg1IAPrHj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGg1IAPrHj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGg1IAPrHj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGg1IAPrHj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGg1IAPrHj .navbar {
    height: 70px;
  }
  .cid-tGg1IAPrHj .navbar.opened {
    height: auto;
  }
  .cid-tGg1IAPrHj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7PDy9CB4Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t7PDy9CB4Z .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sVkUscBDWn {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sVkUscBDWn .mbr-section-title {
  color: #2e1d49;
}
.cid-sVkUscBDWn .mbr-section-subtitle {
  color: #2e1d49;
}
.cid-sEhwxnpcAp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffff00;
}
.cid-sEhwxnpcAp .mbr-overlay {
  background-color: #fafafa;
  opacity: 0.4;
}
.cid-sEhwxnpcAp form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sEhwxnpcAp form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sEhwxnpcAp form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tHgmaiVLyv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffff00;
}
.cid-tHgmaiVLyv .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tHgmaiVLyv .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tHgmaiVLyv .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tHgmaiVLyv .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tHgmaiVLyv .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tHgmaiVLyv .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tHgmaiVLyv .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tHgmaiVLyv .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tHgmaiVLyv .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tHgmaiVLyv .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tHgmaiVLyv .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tHgmaiVLyv .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tHgmaiVLyv .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tHgmaiVLyv .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tHgmaiVLyv .media-container-row .mbr-text {
  color: #2e1d49;
}
.cid-tHgmaiVLyv foot-menu-item {
  color: #2e1d49;
}
.cid-vaz98OaRZk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vaz98OaRZk nav.navbar {
  position: fixed;
}
.cid-vaz98OaRZk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaz98OaRZk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaz98OaRZk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vaz98OaRZk .dropdown-item:hover,
.cid-vaz98OaRZk .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-vaz98OaRZk .dropdown-item:hover span {
  color: white;
}
.cid-vaz98OaRZk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaz98OaRZk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaz98OaRZk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vaz98OaRZk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaz98OaRZk .nav-link {
  position: relative;
}
.cid-vaz98OaRZk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vaz98OaRZk .container {
    flex-wrap: nowrap;
  }
}
.cid-vaz98OaRZk .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vaz98OaRZk .dropdown-menu,
.cid-vaz98OaRZk .navbar.opened {
  background: #ffff00 !important;
}
.cid-vaz98OaRZk .nav-item:focus,
.cid-vaz98OaRZk .nav-link:focus {
  outline: none;
}
.cid-vaz98OaRZk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaz98OaRZk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaz98OaRZk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaz98OaRZk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaz98OaRZk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaz98OaRZk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaz98OaRZk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffff00;
}
.cid-vaz98OaRZk .navbar.opened {
  transition: all 0.3s;
}
.cid-vaz98OaRZk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaz98OaRZk .navbar .navbar-logo img {
  width: auto;
}
.cid-vaz98OaRZk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaz98OaRZk .navbar.collapsed {
  justify-content: center;
}
.cid-vaz98OaRZk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaz98OaRZk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vaz98OaRZk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vaz98OaRZk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaz98OaRZk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaz98OaRZk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vaz98OaRZk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaz98OaRZk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaz98OaRZk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaz98OaRZk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaz98OaRZk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaz98OaRZk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaz98OaRZk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaz98OaRZk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vaz98OaRZk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vaz98OaRZk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaz98OaRZk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaz98OaRZk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vaz98OaRZk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaz98OaRZk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vaz98OaRZk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vaz98OaRZk .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaz98OaRZk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vaz98OaRZk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vaz98OaRZk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaz98OaRZk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaz98OaRZk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaz98OaRZk .dropdown-item.active,
.cid-vaz98OaRZk .dropdown-item:active {
  background-color: transparent;
}
.cid-vaz98OaRZk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaz98OaRZk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaz98OaRZk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaz98OaRZk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffff00;
}
.cid-vaz98OaRZk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaz98OaRZk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaz98OaRZk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaz98OaRZk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaz98OaRZk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaz98OaRZk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e1d49;
}
.cid-vaz98OaRZk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaz98OaRZk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaz98OaRZk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaz98OaRZk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaz98OaRZk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaz98OaRZk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaz98OaRZk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaz98OaRZk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaz98OaRZk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vaz98OaRZk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaz98OaRZk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaz98OaRZk .navbar {
    height: 70px;
  }
  .cid-vaz98OaRZk .navbar.opened {
    height: auto;
  }
  .cid-vaz98OaRZk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaz98OQVWY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaz98OQVWY .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vaz98PO6zf {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vaz98PO6zf .mbr-section-title {
  color: #2e1d49;
}
.cid-vaz98PO6zf .mbr-section-subtitle {
  color: #2e1d49;
}
.cid-vaDTVwkM6P {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vaDTVwkM6P .mbr-section-title {
  color: #ffffff;
}
.cid-vaDTVwkM6P .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vazly3F5Qo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vazly3F5Qo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vazly3F5Qo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vazly3F5Qo .video-wrapper iframe {
  width: 100%;
}
.cid-vazly3F5Qo .mbr-section-title,
.cid-vazly3F5Qo .mbr-section-subtitle,
.cid-vazly3F5Qo .mbr-text {
  text-align: center;
}
.cid-vazly3F5Qo .mbr-section-subtitle {
  text-align: justify;
}
.cid-vazly3F5Qo .mbr-text {
  text-align: justify;
}
.cid-vbacNjXvja {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-9-1920x1280.jpg");
}
.cid-vbacNjXvja .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-vbacNjXvja .container {
    max-width: 1400px;
  }
}
.cid-vbacNjXvja .card {
  margin: auto;
}
.cid-vbacNjXvja .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2e1d49;
  margin-bottom: 2rem;
}
.cid-vbacNjXvja .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vbacNjXvja .row {
  justify-content: center;
}
.cid-vdg2gKzaKg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vdg2gKzaKg .mbr-section-title {
  color: #ffffff;
}
.cid-vdg2gKzaKg .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vdg2o8C6BA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vdg2o8C6BA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdg2o8C6BA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdg2o8C6BA .video-wrapper iframe {
  width: 100%;
}
.cid-vdg2o8C6BA .mbr-section-title,
.cid-vdg2o8C6BA .mbr-section-subtitle,
.cid-vdg2o8C6BA .mbr-text {
  text-align: center;
}
.cid-vdg2o8C6BA .mbr-section-subtitle {
  text-align: justify;
}
.cid-vdg2o8C6BA .mbr-text {
  text-align: justify;
}
.cid-vdg2tVTNIJ {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-29-1920x1280.jpg");
}
.cid-vdg2tVTNIJ .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-vdg2tVTNIJ .container {
    max-width: 1400px;
  }
}
.cid-vdg2tVTNIJ .card {
  margin: auto;
}
.cid-vdg2tVTNIJ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2e1d49;
  margin-bottom: 2rem;
}
.cid-vdg2tVTNIJ .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdg2tVTNIJ .row {
  justify-content: center;
}
.cid-vdiSyZa5If {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vdiSyZa5If .mbr-section-title {
  color: #ffffff;
}
.cid-vdiSyZa5If .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vdiSCDhH2X {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vdiSCDhH2X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdiSCDhH2X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdiSCDhH2X .video-wrapper iframe {
  width: 100%;
}
.cid-vdiSCDhH2X .mbr-section-title,
.cid-vdiSCDhH2X .mbr-section-subtitle,
.cid-vdiSCDhH2X .mbr-text {
  text-align: center;
}
.cid-vdiSCDhH2X .mbr-section-subtitle {
  text-align: justify;
}
.cid-vdiSCDhH2X .mbr-text {
  text-align: justify;
}
.cid-vdiT2GRfX4 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-1920x1295.jpg");
}
.cid-vdiT2GRfX4 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-vdiT2GRfX4 .container {
    max-width: 1400px;
  }
}
.cid-vdiT2GRfX4 .card {
  margin: auto;
}
.cid-vdiT2GRfX4 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2e1d49;
  margin-bottom: 2rem;
}
.cid-vdiT2GRfX4 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdiT2GRfX4 .row {
  justify-content: center;
}
.cid-vdi2rsPUE6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vdi2rsPUE6 .mbr-section-title {
  color: #ffffff;
}
.cid-vdi2rsPUE6 .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vdi2usWcr9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vdi2usWcr9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdi2usWcr9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdi2usWcr9 .video-wrapper iframe {
  width: 100%;
}
.cid-vdi2usWcr9 .mbr-section-title,
.cid-vdi2usWcr9 .mbr-section-subtitle,
.cid-vdi2usWcr9 .mbr-text {
  text-align: center;
}
.cid-vdi2usWcr9 .mbr-section-subtitle {
  text-align: justify;
}
.cid-vdi2usWcr9 .mbr-text {
  text-align: justify;
}
.cid-vdi2C8MkAq {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-30-1920x1280.jpg");
}
.cid-vdi2C8MkAq .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-vdi2C8MkAq .container {
    max-width: 1400px;
  }
}
.cid-vdi2C8MkAq .card {
  margin: auto;
}
.cid-vdi2C8MkAq .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2e1d49;
  margin-bottom: 2rem;
}
.cid-vdi2C8MkAq .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdi2C8MkAq .row {
  justify-content: center;
}
.cid-vb2gAkosuw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vb2gAkosuw .mbr-section-title {
  color: #ffffff;
}
.cid-vb2gAkosuw .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vb2gBiF369 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vb2gBiF369 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb2gBiF369 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb2gBiF369 .video-wrapper iframe {
  width: 100%;
}
.cid-vb2gBiF369 .mbr-section-title,
.cid-vb2gBiF369 .mbr-section-subtitle,
.cid-vb2gBiF369 .mbr-text {
  text-align: center;
}
.cid-vb2gBiF369 .mbr-section-subtitle {
  text-align: justify;
}
.cid-vb2gBiF369 .mbr-text {
  text-align: justify;
}
.cid-vb9zBeh4pS {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-1920x1223.jpg");
}
.cid-vb9zBeh4pS .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-vb9zBeh4pS .container {
    max-width: 1400px;
  }
}
.cid-vb9zBeh4pS .card {
  margin: auto;
}
.cid-vb9zBeh4pS .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2e1d49;
  margin-bottom: 2rem;
}
.cid-vb9zBeh4pS .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vb9zBeh4pS .row {
  justify-content: center;
}
.cid-vbksHMeEq8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vbksHMeEq8 .mbr-section-title {
  color: #ffffff;
}
.cid-vbksHMeEq8 .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vbksAZglu2 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbksAZglu2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbksAZglu2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbksAZglu2 .video-wrapper iframe {
  width: 100%;
}
.cid-vbksAZglu2 .mbr-section-title,
.cid-vbksAZglu2 .mbr-section-subtitle,
.cid-vbksAZglu2 .mbr-text {
  text-align: center;
}
.cid-vbksAZglu2 .mbr-section-subtitle {
  text-align: justify;
}
.cid-vbksAZglu2 .mbr-text {
  text-align: justify;
}
.cid-vbksK8IHVs {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-4-1920x1281.jpg");
}
.cid-vbksK8IHVs .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-vbksK8IHVs .container {
    max-width: 1400px;
  }
}
.cid-vbksK8IHVs .card {
  margin: auto;
}
.cid-vbksK8IHVs .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2e1d49;
  margin-bottom: 2rem;
}
.cid-vbksK8IHVs .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vbksK8IHVs .row {
  justify-content: center;
}
.cid-vbkJiLX9Rw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vbkJiLX9Rw .mbr-section-title {
  color: #ffffff;
}
.cid-vbkJiLX9Rw .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vbkJgX5u4K {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbkJgX5u4K .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbkJgX5u4K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbkJgX5u4K .video-wrapper iframe {
  width: 100%;
}
.cid-vbkJgX5u4K .mbr-section-title,
.cid-vbkJgX5u4K .mbr-section-subtitle,
.cid-vbkJgX5u4K .mbr-text {
  text-align: center;
}
.cid-vbkJgX5u4K .mbr-section-subtitle {
  text-align: justify;
}
.cid-vbkJgX5u4K .mbr-text {
  text-align: justify;
}
.cid-vbkJbCzXIX {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-3-1920x1281.jpg");
}
.cid-vbkJbCzXIX .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-vbkJbCzXIX .container {
    max-width: 1400px;
  }
}
.cid-vbkJbCzXIX .card {
  margin: auto;
}
.cid-vbkJbCzXIX .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2e1d49;
  margin-bottom: 2rem;
}
.cid-vbkJbCzXIX .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vbkJbCzXIX .row {
  justify-content: center;
}
.cid-vbkPHNXec1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vbkPHNXec1 .mbr-section-title {
  color: #ffffff;
}
.cid-vbkPHNXec1 .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vbkPGlJUjJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbkPGlJUjJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbkPGlJUjJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbkPGlJUjJ .video-wrapper iframe {
  width: 100%;
}
.cid-vbkPGlJUjJ .mbr-section-title,
.cid-vbkPGlJUjJ .mbr-section-subtitle,
.cid-vbkPGlJUjJ .mbr-text {
  text-align: center;
}
.cid-vbkPGlJUjJ .mbr-section-subtitle {
  text-align: justify;
}
.cid-vbkPGlJUjJ .mbr-text {
  text-align: justify;
}
.cid-vbkPK08zly {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-12-1920x1280.jpg");
}
.cid-vbkPK08zly .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-vbkPK08zly .container {
    max-width: 1400px;
  }
}
.cid-vbkPK08zly .card {
  margin: auto;
}
.cid-vbkPK08zly .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2e1d49;
  margin-bottom: 2rem;
}
.cid-vbkPK08zly .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vbkPK08zly .row {
  justify-content: center;
}
.cid-vb9fqvrG2j {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vb9fqvrG2j .mbr-section-title {
  color: #ffffff;
}
.cid-vb9fqvrG2j .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vb9fsiNfn8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vb9fsiNfn8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb9fsiNfn8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb9fsiNfn8 .video-wrapper iframe {
  width: 100%;
}
.cid-vb9fsiNfn8 .mbr-section-title,
.cid-vb9fsiNfn8 .mbr-section-subtitle,
.cid-vb9fsiNfn8 .mbr-text {
  text-align: center;
}
.cid-vb9fsiNfn8 .mbr-section-subtitle {
  text-align: justify;
}
.cid-vb9fsiNfn8 .mbr-text {
  text-align: justify;
}
.cid-vbacmWGbin {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-8-1920x1280.jpg");
}
.cid-vbacmWGbin .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-vbacmWGbin .container {
    max-width: 1400px;
  }
}
.cid-vbacmWGbin .card {
  margin: auto;
}
.cid-vbacmWGbin .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2e1d49;
  margin-bottom: 2rem;
}
.cid-vbacmWGbin .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vbacmWGbin .row {
  justify-content: center;
}
.cid-vbjBmTijNe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vbjBmTijNe .mbr-section-title {
  color: #ffffff;
}
.cid-vbjBmTijNe .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vbjBlNhvR7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbjBlNhvR7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbjBlNhvR7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbjBlNhvR7 .video-wrapper iframe {
  width: 100%;
}
.cid-vbjBlNhvR7 .mbr-section-title,
.cid-vbjBlNhvR7 .mbr-section-subtitle,
.cid-vbjBlNhvR7 .mbr-text {
  text-align: center;
}
.cid-vbjBlNhvR7 .mbr-section-subtitle {
  text-align: justify;
}
.cid-vbjBlNhvR7 .mbr-text {
  text-align: justify;
}
.cid-vbjBgZ1iwM {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-1920x1081.jpg");
}
.cid-vbjBgZ1iwM .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-vbjBgZ1iwM .container {
    max-width: 1400px;
  }
}
.cid-vbjBgZ1iwM .card {
  margin: auto;
}
.cid-vbjBgZ1iwM .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2e1d49;
  margin-bottom: 2rem;
}
.cid-vbjBgZ1iwM .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vbjBgZ1iwM .row {
  justify-content: center;
}
.cid-vaz98QZXBe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffff00;
}
.cid-vaz98QZXBe .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vaz98QZXBe .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vaz98QZXBe .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vaz98QZXBe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vaz98QZXBe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vaz98QZXBe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vaz98QZXBe .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vaz98QZXBe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vaz98QZXBe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vaz98QZXBe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vaz98QZXBe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vaz98QZXBe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vaz98QZXBe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vaz98QZXBe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vaz98QZXBe .media-container-row .mbr-text {
  color: #2e1d49;
}
.cid-vaz98QZXBe foot-menu-item {
  color: #2e1d49;
}
.cid-vbqxrVmH82 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vbqxrVmH82 nav.navbar {
  position: fixed;
}
.cid-vbqxrVmH82 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbqxrVmH82 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbqxrVmH82 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbqxrVmH82 .dropdown-item:hover,
.cid-vbqxrVmH82 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-vbqxrVmH82 .dropdown-item:hover span {
  color: white;
}
.cid-vbqxrVmH82 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbqxrVmH82 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbqxrVmH82 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbqxrVmH82 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbqxrVmH82 .nav-link {
  position: relative;
}
.cid-vbqxrVmH82 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vbqxrVmH82 .container {
    flex-wrap: nowrap;
  }
}
.cid-vbqxrVmH82 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbqxrVmH82 .dropdown-menu,
.cid-vbqxrVmH82 .navbar.opened {
  background: #ffff00 !important;
}
.cid-vbqxrVmH82 .nav-item:focus,
.cid-vbqxrVmH82 .nav-link:focus {
  outline: none;
}
.cid-vbqxrVmH82 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbqxrVmH82 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbqxrVmH82 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbqxrVmH82 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbqxrVmH82 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbqxrVmH82 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbqxrVmH82 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffff00;
}
.cid-vbqxrVmH82 .navbar.opened {
  transition: all 0.3s;
}
.cid-vbqxrVmH82 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbqxrVmH82 .navbar .navbar-logo img {
  width: auto;
}
.cid-vbqxrVmH82 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbqxrVmH82 .navbar.collapsed {
  justify-content: center;
}
.cid-vbqxrVmH82 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbqxrVmH82 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbqxrVmH82 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vbqxrVmH82 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbqxrVmH82 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbqxrVmH82 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vbqxrVmH82 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbqxrVmH82 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbqxrVmH82 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbqxrVmH82 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbqxrVmH82 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbqxrVmH82 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbqxrVmH82 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbqxrVmH82 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vbqxrVmH82 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbqxrVmH82 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbqxrVmH82 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbqxrVmH82 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbqxrVmH82 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbqxrVmH82 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vbqxrVmH82 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vbqxrVmH82 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbqxrVmH82 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbqxrVmH82 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbqxrVmH82 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbqxrVmH82 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbqxrVmH82 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbqxrVmH82 .dropdown-item.active,
.cid-vbqxrVmH82 .dropdown-item:active {
  background-color: transparent;
}
.cid-vbqxrVmH82 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbqxrVmH82 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbqxrVmH82 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbqxrVmH82 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffff00;
}
.cid-vbqxrVmH82 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbqxrVmH82 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbqxrVmH82 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbqxrVmH82 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbqxrVmH82 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbqxrVmH82 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e1d49;
}
.cid-vbqxrVmH82 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbqxrVmH82 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbqxrVmH82 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbqxrVmH82 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbqxrVmH82 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbqxrVmH82 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbqxrVmH82 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbqxrVmH82 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbqxrVmH82 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbqxrVmH82 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbqxrVmH82 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbqxrVmH82 .navbar {
    height: 70px;
  }
  .cid-vbqxrVmH82 .navbar.opened {
    height: auto;
  }
  .cid-vbqxrVmH82 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbqxrXcgUM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbqxrXcgUM .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vbqxrY3ivE {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbqxrY3ivE .mbr-section-title {
  color: #2e1d49;
}
.cid-vbqxrY3ivE .mbr-section-subtitle {
  color: #2e1d49;
}
.cid-vbvCfsWnHJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-vbvCfsWnHJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbvCfsWnHJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbvCfsWnHJ .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-vbvCfsWnHJ .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vbvCfsWnHJ .mbr-iconfont {
  font-size: 2rem;
  color: #2e1d49;
  padding-right: 1.5rem;
}
.cid-vbqxrZqgn2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffff00;
}
.cid-vbqxrZqgn2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vbqxrZqgn2 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vbqxrZqgn2 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vbqxrZqgn2 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vbqxrZqgn2 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vbqxrZqgn2 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vbqxrZqgn2 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vbqxrZqgn2 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vbqxrZqgn2 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vbqxrZqgn2 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vbqxrZqgn2 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vbqxrZqgn2 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vbqxrZqgn2 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vbqxrZqgn2 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vbqxrZqgn2 .media-container-row .mbr-text {
  color: #2e1d49;
}
.cid-vbqxrZqgn2 foot-menu-item {
  color: #2e1d49;
}
.cid-vbyR9YFiw8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vbyR9YFiw8 nav.navbar {
  position: fixed;
}
.cid-vbyR9YFiw8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbyR9YFiw8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbyR9YFiw8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbyR9YFiw8 .dropdown-item:hover,
.cid-vbyR9YFiw8 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-vbyR9YFiw8 .dropdown-item:hover span {
  color: white;
}
.cid-vbyR9YFiw8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbyR9YFiw8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbyR9YFiw8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbyR9YFiw8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbyR9YFiw8 .nav-link {
  position: relative;
}
.cid-vbyR9YFiw8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vbyR9YFiw8 .container {
    flex-wrap: nowrap;
  }
}
.cid-vbyR9YFiw8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbyR9YFiw8 .dropdown-menu,
.cid-vbyR9YFiw8 .navbar.opened {
  background: #ffff00 !important;
}
.cid-vbyR9YFiw8 .nav-item:focus,
.cid-vbyR9YFiw8 .nav-link:focus {
  outline: none;
}
.cid-vbyR9YFiw8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbyR9YFiw8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbyR9YFiw8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbyR9YFiw8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbyR9YFiw8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbyR9YFiw8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbyR9YFiw8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffff00;
}
.cid-vbyR9YFiw8 .navbar.opened {
  transition: all 0.3s;
}
.cid-vbyR9YFiw8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbyR9YFiw8 .navbar .navbar-logo img {
  width: auto;
}
.cid-vbyR9YFiw8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbyR9YFiw8 .navbar.collapsed {
  justify-content: center;
}
.cid-vbyR9YFiw8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbyR9YFiw8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbyR9YFiw8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vbyR9YFiw8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbyR9YFiw8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbyR9YFiw8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vbyR9YFiw8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbyR9YFiw8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbyR9YFiw8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbyR9YFiw8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbyR9YFiw8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbyR9YFiw8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbyR9YFiw8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbyR9YFiw8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vbyR9YFiw8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbyR9YFiw8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbyR9YFiw8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbyR9YFiw8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbyR9YFiw8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbyR9YFiw8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vbyR9YFiw8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vbyR9YFiw8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbyR9YFiw8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbyR9YFiw8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbyR9YFiw8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbyR9YFiw8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbyR9YFiw8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbyR9YFiw8 .dropdown-item.active,
.cid-vbyR9YFiw8 .dropdown-item:active {
  background-color: transparent;
}
.cid-vbyR9YFiw8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbyR9YFiw8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbyR9YFiw8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbyR9YFiw8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffff00;
}
.cid-vbyR9YFiw8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbyR9YFiw8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbyR9YFiw8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbyR9YFiw8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbyR9YFiw8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbyR9YFiw8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e1d49;
}
.cid-vbyR9YFiw8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbyR9YFiw8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbyR9YFiw8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbyR9YFiw8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbyR9YFiw8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbyR9YFiw8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbyR9YFiw8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbyR9YFiw8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbyR9YFiw8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbyR9YFiw8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbyR9YFiw8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbyR9YFiw8 .navbar {
    height: 70px;
  }
  .cid-vbyR9YFiw8 .navbar.opened {
    height: auto;
  }
  .cid-vbyR9YFiw8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbyR9ZFSsF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbyR9ZFSsF .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vbyRa08Gvh {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vbyRa08Gvh .mbr-section-title {
  color: #2e1d49;
}
.cid-vbyRa08Gvh .mbr-section-subtitle {
  color: #2e1d49;
}
.cid-vbzHNNXlAr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vbzHNNXlAr .mbr-section-title {
  color: #ffffff;
}
.cid-vbzHNNXlAr .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vcw3jRNbXe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcw3jRNbXe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcw3jRNbXe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcw3jRNbXe .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-vcw3jRNbXe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcw3jRNbXe .row {
  flex-direction: row-reverse;
}
.cid-vcw3jRNbXe img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vcw3jRNbXe .text-wrapper {
    padding: 2rem;
  }
}
.cid-vbzamplDsU {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbzamplDsU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbzamplDsU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbzamplDsU .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vbzamplDsU .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffff00;
}
@media (max-width: 991px) {
  .cid-vbzamplDsU .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbzamplDsU .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vbzamplDsU .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-vbzamplDsU .mbr-section-title {
  color: #2e1d49;
  text-align: justify;
}
.cid-vbzamplDsU .card-title {
  color: #2e1d49;
}
.cid-vbyRa1gTKW {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffff00;
}
.cid-vbyRa1gTKW .mbr-overlay {
  background-color: #fafafa;
  opacity: 0.4;
}
.cid-vbyRa1gTKW form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vbyRa1gTKW form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vbyRa1gTKW form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vbzHTJmU93 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-vbzHTJmU93 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-vbzHTJmU93 .container {
    max-width: 1400px;
  }
}
.cid-vbzHTJmU93 .card {
  margin: auto;
}
.cid-vbzHTJmU93 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2e1d49;
  margin-bottom: 2rem;
}
.cid-vbzHTJmU93 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vbzHTJmU93 .row {
  justify-content: center;
}
.cid-vbzHP2porx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vbzHP2porx .mbr-section-title {
  color: #ffffff;
}
.cid-vbzHP2porx .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vbHeMzXV3C {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbHeMzXV3C .mbr-text {
  color: #2e1d49;
}
.cid-vbCddcjBAr {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-1920x1920.jpg");
}
.cid-vbCddcjBAr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbCddcjBAr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbCddcjBAr .mbr-text,
.cid-vbCddcjBAr .mbr-section-btn {
  color: #232323;
}
.cid-vbCddcjBAr .card-title,
.cid-vbCddcjBAr .card-box {
  color: #ffffff;
}
.cid-vbCddcjBAr .mbr-text,
.cid-vbCddcjBAr .link-wrap {
  color: #ffffff;
}
.cid-vbEt1cnX5M {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vbEt1cnX5M .mbr-section-title {
  color: #ffffff;
}
.cid-vbEt1cnX5M .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vbEvMQjktF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbEvMQjktF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbEvMQjktF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbEvMQjktF .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vbEvMQjktF .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vbEvMQjktF .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-vbEvMQjktF .panel-body,
.cid-vbEvMQjktF .card-header {
  padding: 1rem 0;
}
.cid-vbEvMQjktF .panel-title-edit {
  color: #2e1d49;
}
.cid-vbEvMQjktF .panel-text {
  color: #2e1d49;
}
.cid-vbEvMQjktF .mbr-section-subtitle {
  text-align: center;
}
.cid-vbyRa1Q0eX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffff00;
}
.cid-vbyRa1Q0eX .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vbyRa1Q0eX .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vbyRa1Q0eX .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vbyRa1Q0eX .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vbyRa1Q0eX .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vbyRa1Q0eX .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vbyRa1Q0eX .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vbyRa1Q0eX .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vbyRa1Q0eX .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vbyRa1Q0eX .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vbyRa1Q0eX .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vbyRa1Q0eX .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vbyRa1Q0eX .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vbyRa1Q0eX .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vbyRa1Q0eX .media-container-row .mbr-text {
  color: #2e1d49;
}
.cid-vbyRa1Q0eX foot-menu-item {
  color: #2e1d49;
}
.cid-vbCpXPm6Kh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vbCpXPm6Kh nav.navbar {
  position: fixed;
}
.cid-vbCpXPm6Kh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbCpXPm6Kh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbCpXPm6Kh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbCpXPm6Kh .dropdown-item:hover,
.cid-vbCpXPm6Kh .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-vbCpXPm6Kh .dropdown-item:hover span {
  color: white;
}
.cid-vbCpXPm6Kh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbCpXPm6Kh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbCpXPm6Kh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbCpXPm6Kh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbCpXPm6Kh .nav-link {
  position: relative;
}
.cid-vbCpXPm6Kh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vbCpXPm6Kh .container {
    flex-wrap: nowrap;
  }
}
.cid-vbCpXPm6Kh .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbCpXPm6Kh .dropdown-menu,
.cid-vbCpXPm6Kh .navbar.opened {
  background: #ffff00 !important;
}
.cid-vbCpXPm6Kh .nav-item:focus,
.cid-vbCpXPm6Kh .nav-link:focus {
  outline: none;
}
.cid-vbCpXPm6Kh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbCpXPm6Kh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbCpXPm6Kh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbCpXPm6Kh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbCpXPm6Kh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbCpXPm6Kh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbCpXPm6Kh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffff00;
}
.cid-vbCpXPm6Kh .navbar.opened {
  transition: all 0.3s;
}
.cid-vbCpXPm6Kh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbCpXPm6Kh .navbar .navbar-logo img {
  width: auto;
}
.cid-vbCpXPm6Kh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbCpXPm6Kh .navbar.collapsed {
  justify-content: center;
}
.cid-vbCpXPm6Kh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbCpXPm6Kh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbCpXPm6Kh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vbCpXPm6Kh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbCpXPm6Kh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbCpXPm6Kh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vbCpXPm6Kh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbCpXPm6Kh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbCpXPm6Kh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbCpXPm6Kh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbCpXPm6Kh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbCpXPm6Kh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbCpXPm6Kh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbCpXPm6Kh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vbCpXPm6Kh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbCpXPm6Kh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbCpXPm6Kh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbCpXPm6Kh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbCpXPm6Kh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbCpXPm6Kh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vbCpXPm6Kh .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vbCpXPm6Kh .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbCpXPm6Kh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbCpXPm6Kh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbCpXPm6Kh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbCpXPm6Kh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbCpXPm6Kh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbCpXPm6Kh .dropdown-item.active,
.cid-vbCpXPm6Kh .dropdown-item:active {
  background-color: transparent;
}
.cid-vbCpXPm6Kh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbCpXPm6Kh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbCpXPm6Kh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbCpXPm6Kh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffff00;
}
.cid-vbCpXPm6Kh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbCpXPm6Kh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbCpXPm6Kh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbCpXPm6Kh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbCpXPm6Kh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbCpXPm6Kh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e1d49;
}
.cid-vbCpXPm6Kh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbCpXPm6Kh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbCpXPm6Kh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbCpXPm6Kh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbCpXPm6Kh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbCpXPm6Kh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbCpXPm6Kh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbCpXPm6Kh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbCpXPm6Kh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbCpXPm6Kh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbCpXPm6Kh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbCpXPm6Kh .navbar {
    height: 70px;
  }
  .cid-vbCpXPm6Kh .navbar.opened {
    height: auto;
  }
  .cid-vbCpXPm6Kh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbCpXQRaLW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbCpXQRaLW .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vbCpXRW9rK {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vbCpXRW9rK .mbr-section-title {
  color: #2e1d49;
}
.cid-vbCpXRW9rK .mbr-section-subtitle {
  color: #2e1d49;
}
.cid-vbCqCtyR9u {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbCpXUyJEu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffff00;
}
.cid-vbCpXUyJEu .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vbCpXUyJEu .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vbCpXUyJEu .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vbCpXUyJEu .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vbCpXUyJEu .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vbCpXUyJEu .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vbCpXUyJEu .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vbCpXUyJEu .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vbCpXUyJEu .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vbCpXUyJEu .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vbCpXUyJEu .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vbCpXUyJEu .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vbCpXUyJEu .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vbCpXUyJEu .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vbCpXUyJEu .media-container-row .mbr-text {
  color: #2e1d49;
}
.cid-vbCpXUyJEu foot-menu-item {
  color: #2e1d49;
}
.cid-vbHJwamPhA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vbHJwamPhA nav.navbar {
  position: fixed;
}
.cid-vbHJwamPhA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbHJwamPhA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbHJwamPhA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbHJwamPhA .dropdown-item:hover,
.cid-vbHJwamPhA .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-vbHJwamPhA .dropdown-item:hover span {
  color: white;
}
.cid-vbHJwamPhA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbHJwamPhA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbHJwamPhA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbHJwamPhA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbHJwamPhA .nav-link {
  position: relative;
}
.cid-vbHJwamPhA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vbHJwamPhA .container {
    flex-wrap: nowrap;
  }
}
.cid-vbHJwamPhA .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbHJwamPhA .dropdown-menu,
.cid-vbHJwamPhA .navbar.opened {
  background: #ffff00 !important;
}
.cid-vbHJwamPhA .nav-item:focus,
.cid-vbHJwamPhA .nav-link:focus {
  outline: none;
}
.cid-vbHJwamPhA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbHJwamPhA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbHJwamPhA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbHJwamPhA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbHJwamPhA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbHJwamPhA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbHJwamPhA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffff00;
}
.cid-vbHJwamPhA .navbar.opened {
  transition: all 0.3s;
}
.cid-vbHJwamPhA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbHJwamPhA .navbar .navbar-logo img {
  width: auto;
}
.cid-vbHJwamPhA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbHJwamPhA .navbar.collapsed {
  justify-content: center;
}
.cid-vbHJwamPhA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbHJwamPhA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbHJwamPhA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vbHJwamPhA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbHJwamPhA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbHJwamPhA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vbHJwamPhA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbHJwamPhA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbHJwamPhA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbHJwamPhA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbHJwamPhA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbHJwamPhA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbHJwamPhA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbHJwamPhA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vbHJwamPhA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbHJwamPhA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbHJwamPhA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbHJwamPhA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbHJwamPhA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbHJwamPhA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vbHJwamPhA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vbHJwamPhA .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbHJwamPhA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbHJwamPhA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbHJwamPhA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbHJwamPhA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbHJwamPhA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbHJwamPhA .dropdown-item.active,
.cid-vbHJwamPhA .dropdown-item:active {
  background-color: transparent;
}
.cid-vbHJwamPhA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbHJwamPhA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbHJwamPhA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbHJwamPhA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffff00;
}
.cid-vbHJwamPhA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbHJwamPhA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbHJwamPhA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbHJwamPhA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbHJwamPhA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbHJwamPhA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e1d49;
}
.cid-vbHJwamPhA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbHJwamPhA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbHJwamPhA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbHJwamPhA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbHJwamPhA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbHJwamPhA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbHJwamPhA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbHJwamPhA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbHJwamPhA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbHJwamPhA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbHJwamPhA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbHJwamPhA .navbar {
    height: 70px;
  }
  .cid-vbHJwamPhA .navbar.opened {
    height: auto;
  }
  .cid-vbHJwamPhA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbHJwb1crq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbHJwb1crq .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vbHJwbtbIp {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vbHJwbtbIp .mbr-section-title {
  color: #2e1d49;
}
.cid-vbHJwbtbIp .mbr-section-subtitle {
  color: #2e1d49;
}
.cid-vcjzZw9KNQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffff00;
}
.cid-vcjzZw9KNQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcjzZw9KNQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vcjzZw9KNQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcjzZw9KNQ .row {
  flex-direction: row-reverse;
}
.cid-vcjzZw9KNQ img {
  width: 100%;
}
.cid-vbHKK2KkhM {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffff00;
}
.cid-vbHKK2KkhM img,
.cid-vbHKK2KkhM .item-img {
  width: 100%;
}
.cid-vbHKK2KkhM .item:focus,
.cid-vbHKK2KkhM span:focus {
  outline: none;
}
.cid-vbHKK2KkhM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vbHKK2KkhM .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vbHKK2KkhM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vbHKK2KkhM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vbHKK2KkhM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vbHKK2KkhM .mbr-section-title {
  color: #232323;
}
.cid-vbHKK2KkhM .mbr-text,
.cid-vbHKK2KkhM .mbr-section-btn {
  text-align: left;
}
.cid-vbHKK2KkhM .item-title {
  text-align: left;
  color: #2e1d49;
}
.cid-vbHKK2KkhM .item-subtitle {
  text-align: center;
}
.cid-vbImHWdcMM {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-1920x1081.jpg");
}
.cid-vbImHWdcMM .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-vbImHWdcMM .container {
    max-width: 1400px;
  }
}
.cid-vbImHWdcMM .card {
  margin: auto;
}
.cid-vbImHWdcMM .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2e1d49;
  margin-bottom: 2rem;
}
.cid-vbImHWdcMM .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vbImHWdcMM .row {
  justify-content: center;
}
.cid-vbHJwcSjkb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffff00;
}
.cid-vbHJwcSjkb .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vbHJwcSjkb .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vbHJwcSjkb .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vbHJwcSjkb .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vbHJwcSjkb .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vbHJwcSjkb .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vbHJwcSjkb .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vbHJwcSjkb .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vbHJwcSjkb .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vbHJwcSjkb .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vbHJwcSjkb .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vbHJwcSjkb .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vbHJwcSjkb .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vbHJwcSjkb .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vbHJwcSjkb .media-container-row .mbr-text {
  color: #2e1d49;
}
.cid-vbHJwcSjkb foot-menu-item {
  color: #2e1d49;
}
.cid-vbWqoyH8ac {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vbWqoyH8ac nav.navbar {
  position: fixed;
}
.cid-vbWqoyH8ac .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbWqoyH8ac .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbWqoyH8ac .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbWqoyH8ac .dropdown-item:hover,
.cid-vbWqoyH8ac .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-vbWqoyH8ac .dropdown-item:hover span {
  color: white;
}
.cid-vbWqoyH8ac .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbWqoyH8ac .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbWqoyH8ac .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbWqoyH8ac .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbWqoyH8ac .nav-link {
  position: relative;
}
.cid-vbWqoyH8ac .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vbWqoyH8ac .container {
    flex-wrap: nowrap;
  }
}
.cid-vbWqoyH8ac .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbWqoyH8ac .dropdown-menu,
.cid-vbWqoyH8ac .navbar.opened {
  background: #ffff00 !important;
}
.cid-vbWqoyH8ac .nav-item:focus,
.cid-vbWqoyH8ac .nav-link:focus {
  outline: none;
}
.cid-vbWqoyH8ac .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbWqoyH8ac .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbWqoyH8ac .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbWqoyH8ac .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbWqoyH8ac .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbWqoyH8ac .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbWqoyH8ac .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffff00;
}
.cid-vbWqoyH8ac .navbar.opened {
  transition: all 0.3s;
}
.cid-vbWqoyH8ac .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbWqoyH8ac .navbar .navbar-logo img {
  width: auto;
}
.cid-vbWqoyH8ac .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbWqoyH8ac .navbar.collapsed {
  justify-content: center;
}
.cid-vbWqoyH8ac .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbWqoyH8ac .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbWqoyH8ac .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vbWqoyH8ac .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbWqoyH8ac .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbWqoyH8ac .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vbWqoyH8ac .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbWqoyH8ac .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbWqoyH8ac .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbWqoyH8ac .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbWqoyH8ac .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbWqoyH8ac .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbWqoyH8ac .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbWqoyH8ac .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vbWqoyH8ac .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbWqoyH8ac .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbWqoyH8ac .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbWqoyH8ac .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbWqoyH8ac .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbWqoyH8ac .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vbWqoyH8ac .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vbWqoyH8ac .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbWqoyH8ac .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbWqoyH8ac .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbWqoyH8ac .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbWqoyH8ac .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbWqoyH8ac .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbWqoyH8ac .dropdown-item.active,
.cid-vbWqoyH8ac .dropdown-item:active {
  background-color: transparent;
}
.cid-vbWqoyH8ac .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbWqoyH8ac .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbWqoyH8ac .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbWqoyH8ac .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffff00;
}
.cid-vbWqoyH8ac .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbWqoyH8ac .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbWqoyH8ac ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbWqoyH8ac .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbWqoyH8ac button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbWqoyH8ac button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e1d49;
}
.cid-vbWqoyH8ac button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbWqoyH8ac button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbWqoyH8ac button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbWqoyH8ac button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbWqoyH8ac nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbWqoyH8ac nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbWqoyH8ac nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbWqoyH8ac nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbWqoyH8ac .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbWqoyH8ac a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbWqoyH8ac .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbWqoyH8ac .navbar {
    height: 70px;
  }
  .cid-vbWqoyH8ac .navbar.opened {
    height: auto;
  }
  .cid-vbWqoyH8ac .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbWqozjeYD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbWqozjeYD .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vbWqozYVJf {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbWqozYVJf .mbr-section-title {
  color: #2e1d49;
}
.cid-vbWqozYVJf .mbr-section-subtitle {
  color: #2e1d49;
}
.cid-vbWrm8qfxa {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbWrm8qfxa .line {
  background-color: #2e1d49;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vbWqoB1jBp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vbWqoB1jBp .mbr-section-title {
  color: #ffffff;
}
.cid-vbWqoB1jBp .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vbWtjCslcR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbWtjCslcR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbWtjCslcR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbWtjCslcR ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vbWtjCslcR li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vbWtjCslcR ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e1d49;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vbWtjCslcR .list {
  color: #2e1d49;
}
.cid-vbXwD7wXcw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbXwD7wXcw .line {
  background-color: #2e1d49;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vbWrQz1ZjZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vbWrQz1ZjZ .mbr-section-title {
  color: #ffffff;
}
.cid-vbWrQz1ZjZ .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vbWCqP7g0l {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbWCqP7g0l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbWCqP7g0l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbWCqP7g0l ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vbWCqP7g0l li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vbWCqP7g0l ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e1d49;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vbWCqP7g0l .list {
  color: #2e1d49;
}
.cid-vbXwF3G9C9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbXwF3G9C9 .line {
  background-color: #2e1d49;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vbWCLsPATv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vbWCLsPATv .mbr-section-title {
  color: #ffffff;
}
.cid-vbWCLsPATv .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vbWCMk2jyG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbWCMk2jyG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbWCMk2jyG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbWCMk2jyG ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vbWCMk2jyG li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vbWCMk2jyG ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e1d49;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vbWCMk2jyG .list {
  color: #2e1d49;
}
.cid-vbXwGSacNv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbXwGSacNv .line {
  background-color: #2e1d49;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vbWSl7kq41 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vbWSl7kq41 .mbr-section-title {
  color: #ffffff;
}
.cid-vbWSl7kq41 .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vbWSm9BvRO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbWSm9BvRO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbWSm9BvRO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbWSm9BvRO ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vbWSm9BvRO li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vbWSm9BvRO ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e1d49;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vbWSm9BvRO .list {
  color: #2e1d49;
}
.cid-vbXwIzRQ1v {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbXwIzRQ1v .line {
  background-color: #2e1d49;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vbWSutj4Pb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vbWSutj4Pb .mbr-section-title {
  color: #ffffff;
}
.cid-vbWSutj4Pb .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vbX0xm9jBu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbX0xm9jBu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbX0xm9jBu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbX0xm9jBu ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vbX0xm9jBu li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vbX0xm9jBu ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e1d49;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vbX0xm9jBu .list {
  color: #2e1d49;
}
.cid-vbXwKe4buO {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbXwKe4buO .line {
  background-color: #2e1d49;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vbWSvmq2KK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vbWSvmq2KK .mbr-section-title {
  color: #ffffff;
}
.cid-vbWSvmq2KK .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vbX0AUyHCf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbX0AUyHCf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbX0AUyHCf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbX0AUyHCf ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vbX0AUyHCf li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vbX0AUyHCf ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e1d49;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vbX0AUyHCf .list {
  color: #2e1d49;
}
.cid-vbXwLNgnrp {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbXwLNgnrp .line {
  background-color: #2e1d49;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vbWSwjcJ3b {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vbWSwjcJ3b .mbr-section-title {
  color: #ffffff;
}
.cid-vbWSwjcJ3b .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vbX0DjJegJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbX0DjJegJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbX0DjJegJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbX0DjJegJ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vbX0DjJegJ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vbX0DjJegJ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e1d49;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vbX0DjJegJ .list {
  color: #2e1d49;
}
.cid-vbXwNzP0CE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbXwNzP0CE .line {
  background-color: #2e1d49;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vbWSxefaFt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vbWSxefaFt .mbr-section-title {
  color: #ffffff;
}
.cid-vbWSxefaFt .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vbX0FCR4Gy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbX0FCR4Gy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbX0FCR4Gy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbX0FCR4Gy ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vbX0FCR4Gy li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vbX0FCR4Gy ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e1d49;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vbX0FCR4Gy .list {
  color: #2e1d49;
}
.cid-vbXwP4VSt7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbXwP4VSt7 .line {
  background-color: #2e1d49;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vbWSygLZtH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vbWSygLZtH .mbr-section-title {
  color: #ffffff;
}
.cid-vbWSygLZtH .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vbX0HHspN0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbX0HHspN0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbX0HHspN0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbX0HHspN0 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vbX0HHspN0 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vbX0HHspN0 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e1d49;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vbX0HHspN0 .list {
  color: #2e1d49;
}
.cid-vbXwQMwlg9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbXwQMwlg9 .line {
  background-color: #2e1d49;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vbWSz23Kkq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vbWSz23Kkq .mbr-section-title {
  color: #ffffff;
}
.cid-vbWSz23Kkq .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vbX0JWtJ2W {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbX0JWtJ2W .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbX0JWtJ2W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbX0JWtJ2W ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vbX0JWtJ2W li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vbX0JWtJ2W ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e1d49;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vbX0JWtJ2W .list {
  color: #2e1d49;
}
.cid-vbXwSx6PBN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbXwSx6PBN .line {
  background-color: #2e1d49;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vbWSzRHNOv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vbWSzRHNOv .mbr-section-title {
  color: #ffffff;
}
.cid-vbWSzRHNOv .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vbX0My1ekl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbX0My1ekl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbX0My1ekl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbX0My1ekl ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vbX0My1ekl li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vbX0My1ekl ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e1d49;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vbX0My1ekl .list {
  color: #2e1d49;
}
.cid-vbXwTYYyFM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbXwTYYyFM .line {
  background-color: #2e1d49;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vbWSAHHcII {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vbWSAHHcII .mbr-section-title {
  color: #ffffff;
}
.cid-vbWSAHHcII .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vbX0PkNRpi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbX0PkNRpi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbX0PkNRpi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbX0PkNRpi ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vbX0PkNRpi li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vbX0PkNRpi ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e1d49;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vbX0PkNRpi .list {
  color: #2e1d49;
}
.cid-vbXwVLsLYZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbXwVLsLYZ .line {
  background-color: #2e1d49;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vbWSBlv5T8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vbWSBlv5T8 .mbr-section-title {
  color: #ffffff;
}
.cid-vbWSBlv5T8 .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vbX0RKpFI8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbX0RKpFI8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbX0RKpFI8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbX0RKpFI8 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vbX0RKpFI8 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vbX0RKpFI8 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e1d49;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vbX0RKpFI8 .list {
  color: #2e1d49;
}
.cid-vbXwYeerlH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbXwYeerlH .line {
  background-color: #2e1d49;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vbWSBK1KCD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vbWSBK1KCD .mbr-section-title {
  color: #ffffff;
}
.cid-vbWSBK1KCD .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vbX0UcqJTB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbX0UcqJTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbX0UcqJTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbX0UcqJTB ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vbX0UcqJTB li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vbX0UcqJTB ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e1d49;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vbX0UcqJTB .list {
  color: #2e1d49;
}
.cid-vbXx11InTA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbXx11InTA .line {
  background-color: #2e1d49;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vbWSC78nj5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vbWSC78nj5 .mbr-section-title {
  color: #ffffff;
}
.cid-vbWSC78nj5 .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vbX0WNfWzH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbX0WNfWzH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbX0WNfWzH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbX0WNfWzH ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vbX0WNfWzH li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vbX0WNfWzH ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e1d49;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vbX0WNfWzH .list {
  color: #2e1d49;
}
.cid-vbXx2QcXMN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbXx2QcXMN .line {
  background-color: #2e1d49;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vbWSCdwqfF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vbWSCdwqfF .mbr-section-title {
  color: #ffffff;
}
.cid-vbWSCdwqfF .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vbX0ZsTwd7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbX0ZsTwd7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbX0ZsTwd7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbX0ZsTwd7 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vbX0ZsTwd7 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vbX0ZsTwd7 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e1d49;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vbX0ZsTwd7 .list {
  color: #2e1d49;
}
.cid-vbXx4yxL3q {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbXx4yxL3q .line {
  background-color: #2e1d49;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vbWSCjj1id {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vbWSCjj1id .mbr-section-title {
  color: #ffffff;
}
.cid-vbWSCjj1id .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vbX12BsYOe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbX12BsYOe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbX12BsYOe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbX12BsYOe ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vbX12BsYOe li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vbX12BsYOe ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e1d49;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vbX12BsYOe .list {
  color: #2e1d49;
}
.cid-vbXx6QFcge {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbXx6QFcge .line {
  background-color: #2e1d49;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vbWSCqcJFN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vbWSCqcJFN .mbr-section-title {
  color: #ffffff;
}
.cid-vbWSCqcJFN .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vbX15KzaHZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbX15KzaHZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbX15KzaHZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbX15KzaHZ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vbX15KzaHZ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vbX15KzaHZ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e1d49;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vbX15KzaHZ .list {
  color: #2e1d49;
}
.cid-vbXx8AHoji {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbXx8AHoji .line {
  background-color: #2e1d49;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vbWSCvEazS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vbWSCvEazS .mbr-section-title {
  color: #ffffff;
}
.cid-vbWSCvEazS .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vbX18Fh74w {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbX18Fh74w .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbX18Fh74w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbX18Fh74w ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vbX18Fh74w li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vbX18Fh74w ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e1d49;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vbX18Fh74w .list {
  color: #2e1d49;
}
.cid-vbXxa0RnK1 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbXxa0RnK1 .line {
  background-color: #2e1d49;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vbWSCBLv76 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vbWSCBLv76 .mbr-section-title {
  color: #ffffff;
}
.cid-vbWSCBLv76 .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vbX1bTPrpG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbX1bTPrpG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbX1bTPrpG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbX1bTPrpG ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vbX1bTPrpG li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vbX1bTPrpG ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e1d49;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vbX1bTPrpG .list {
  color: #2e1d49;
}
.cid-vbXxbzPX7r {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbXxbzPX7r .line {
  background-color: #2e1d49;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vbWSCHqwow {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vbWSCHqwow .mbr-section-title {
  color: #ffffff;
}
.cid-vbWSCHqwow .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vbX1eU9JRB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbX1eU9JRB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbX1eU9JRB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbX1eU9JRB ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vbX1eU9JRB li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vbX1eU9JRB ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e1d49;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vbX1eU9JRB .list {
  color: #2e1d49;
}
.cid-vbXxdxCe44 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbXxdxCe44 .line {
  background-color: #2e1d49;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vbWSCO1zgL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vbWSCO1zgL .mbr-section-title {
  color: #ffffff;
}
.cid-vbWSCO1zgL .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vbX1hQKdrq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbX1hQKdrq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbX1hQKdrq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbX1hQKdrq ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vbX1hQKdrq li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vbX1hQKdrq ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e1d49;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vbX1hQKdrq .list {
  color: #2e1d49;
}
.cid-vbXxfbNDUA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbXxfbNDUA .line {
  background-color: #2e1d49;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vbWT3rPJ2y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vbWT3rPJ2y .mbr-section-title {
  color: #ffffff;
}
.cid-vbWT3rPJ2y .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vbX1kKY5ou {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbX1kKY5ou .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbX1kKY5ou .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbX1kKY5ou ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vbX1kKY5ou li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vbX1kKY5ou ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e1d49;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vbX1kKY5ou .list {
  color: #2e1d49;
}
.cid-vbXxgSOoUX {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbXxgSOoUX .line {
  background-color: #2e1d49;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vbWT5iKBrK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vbWT5iKBrK .mbr-section-title {
  color: #ffffff;
}
.cid-vbWT5iKBrK .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vbX1nCeEQk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbX1nCeEQk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbX1nCeEQk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbX1nCeEQk ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vbX1nCeEQk li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vbX1nCeEQk ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e1d49;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vbX1nCeEQk .list {
  color: #2e1d49;
}
.cid-vbXxio5D8E {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbXxio5D8E .line {
  background-color: #2e1d49;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vbWT5qSpEV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vbWT5qSpEV .mbr-section-title {
  color: #ffffff;
}
.cid-vbWT5qSpEV .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vbX1qIG7Qd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbX1qIG7Qd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbX1qIG7Qd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbX1qIG7Qd ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vbX1qIG7Qd li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vbX1qIG7Qd ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e1d49;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vbX1qIG7Qd .list {
  color: #2e1d49;
}
.cid-vbXxjUr2DV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbXxjUr2DV .line {
  background-color: #2e1d49;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vbWT6ZuV9H {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vbWT6ZuV9H .mbr-section-title {
  color: #ffffff;
}
.cid-vbWT6ZuV9H .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vbX1tyv8yU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbX1tyv8yU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbX1tyv8yU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbX1tyv8yU ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vbX1tyv8yU li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vbX1tyv8yU ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e1d49;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vbX1tyv8yU .list {
  color: #2e1d49;
}
.cid-vbXxlwYduV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbXxlwYduV .line {
  background-color: #2e1d49;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vbWT7cmXIy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vbWT7cmXIy .mbr-section-title {
  color: #ffffff;
}
.cid-vbWT7cmXIy .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vbX1xDpwkk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbX1xDpwkk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbX1xDpwkk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbX1xDpwkk ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vbX1xDpwkk li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vbX1xDpwkk ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e1d49;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vbX1xDpwkk .list {
  color: #2e1d49;
}
.cid-vbXxnbxKnC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbXxnbxKnC .line {
  background-color: #2e1d49;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vbWT7qlFei {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vbWT7qlFei .mbr-section-title {
  color: #ffffff;
}
.cid-vbWT7qlFei .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vbX1w0ARer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbX1w0ARer .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbX1w0ARer .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbX1w0ARer ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vbX1w0ARer li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vbX1w0ARer ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e1d49;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vbX1w0ARer .list {
  color: #2e1d49;
}
.cid-vbXxoTGTaF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbXxoTGTaF .line {
  background-color: #2e1d49;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vbWTg94QNw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vbWTg94QNw .mbr-section-title {
  color: #ffffff;
}
.cid-vbWTg94QNw .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vbX1BJoHNc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbX1BJoHNc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbX1BJoHNc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbX1BJoHNc ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vbX1BJoHNc li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vbX1BJoHNc ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e1d49;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vbX1BJoHNc .list {
  color: #2e1d49;
}
.cid-vbXxqjlrRl {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbXxqjlrRl .line {
  background-color: #2e1d49;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vbX7n2jQM8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vbX7n2jQM8 .mbr-section-title {
  color: #ffffff;
}
.cid-vbX7n2jQM8 .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vbX7zi045a {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ebedf0;
}
.cid-vbX7zi045a blockquote {
  border-color: #2e1d49;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-vbX8NLWxhJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ebedf0;
}
.cid-vbX8NLWxhJ .line {
  background-color: #ebedf0;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vbX33LVKy8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vbX33LVKy8 .mbr-section-title {
  color: #ffffff;
}
.cid-vbX33LVKy8 .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vbX2SGDnPd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffff00;
}
.cid-vbX2SGDnPd .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vbWqoC46Sf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffff00;
}
.cid-vbWqoC46Sf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vbWqoC46Sf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vbWqoC46Sf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vbWqoC46Sf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vbWqoC46Sf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vbWqoC46Sf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vbWqoC46Sf .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vbWqoC46Sf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vbWqoC46Sf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vbWqoC46Sf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vbWqoC46Sf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vbWqoC46Sf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vbWqoC46Sf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vbWqoC46Sf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vbWqoC46Sf .media-container-row .mbr-text {
  color: #2e1d49;
}
.cid-vbWqoC46Sf foot-menu-item {
  color: #2e1d49;
}
.cid-vaDG0aZgTr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vaDG0aZgTr nav.navbar {
  position: fixed;
}
.cid-vaDG0aZgTr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaDG0aZgTr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaDG0aZgTr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vaDG0aZgTr .dropdown-item:hover,
.cid-vaDG0aZgTr .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-vaDG0aZgTr .dropdown-item:hover span {
  color: white;
}
.cid-vaDG0aZgTr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaDG0aZgTr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaDG0aZgTr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vaDG0aZgTr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaDG0aZgTr .nav-link {
  position: relative;
}
.cid-vaDG0aZgTr .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vaDG0aZgTr .container {
    flex-wrap: nowrap;
  }
}
.cid-vaDG0aZgTr .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vaDG0aZgTr .dropdown-menu,
.cid-vaDG0aZgTr .navbar.opened {
  background: #ffff00 !important;
}
.cid-vaDG0aZgTr .nav-item:focus,
.cid-vaDG0aZgTr .nav-link:focus {
  outline: none;
}
.cid-vaDG0aZgTr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaDG0aZgTr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaDG0aZgTr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaDG0aZgTr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaDG0aZgTr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaDG0aZgTr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaDG0aZgTr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffff00;
}
.cid-vaDG0aZgTr .navbar.opened {
  transition: all 0.3s;
}
.cid-vaDG0aZgTr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaDG0aZgTr .navbar .navbar-logo img {
  width: auto;
}
.cid-vaDG0aZgTr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaDG0aZgTr .navbar.collapsed {
  justify-content: center;
}
.cid-vaDG0aZgTr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaDG0aZgTr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vaDG0aZgTr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vaDG0aZgTr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaDG0aZgTr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaDG0aZgTr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vaDG0aZgTr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaDG0aZgTr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaDG0aZgTr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaDG0aZgTr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaDG0aZgTr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaDG0aZgTr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaDG0aZgTr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaDG0aZgTr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vaDG0aZgTr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vaDG0aZgTr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaDG0aZgTr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaDG0aZgTr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vaDG0aZgTr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaDG0aZgTr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vaDG0aZgTr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vaDG0aZgTr .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaDG0aZgTr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vaDG0aZgTr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vaDG0aZgTr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaDG0aZgTr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaDG0aZgTr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaDG0aZgTr .dropdown-item.active,
.cid-vaDG0aZgTr .dropdown-item:active {
  background-color: transparent;
}
.cid-vaDG0aZgTr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaDG0aZgTr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaDG0aZgTr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaDG0aZgTr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffff00;
}
.cid-vaDG0aZgTr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaDG0aZgTr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaDG0aZgTr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaDG0aZgTr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaDG0aZgTr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaDG0aZgTr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e1d49;
}
.cid-vaDG0aZgTr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaDG0aZgTr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaDG0aZgTr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaDG0aZgTr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaDG0aZgTr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaDG0aZgTr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaDG0aZgTr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaDG0aZgTr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaDG0aZgTr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vaDG0aZgTr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaDG0aZgTr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaDG0aZgTr .navbar {
    height: 70px;
  }
  .cid-vaDG0aZgTr .navbar.opened {
    height: auto;
  }
  .cid-vaDG0aZgTr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaDG0bWZtb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaDG0bWZtb .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vaDG0ckulI {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vaDG0ckulI .mbr-section-title {
  color: #2e1d49;
}
.cid-vaDG0ckulI .mbr-section-subtitle {
  color: #2e1d49;
}
.cid-vaDPNv9CTF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vaDPNv9CTF .mbr-section-title {
  color: #ffffff;
}
.cid-vaDPNv9CTF .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vaDPxONr1w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffff00;
}
.cid-vaDPxONr1w .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaDPxONr1w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vaDPxONr1w .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vaDPxONr1w .row {
  flex-direction: row-reverse;
}
.cid-vaDPxONr1w img {
  width: 100%;
}
.cid-vaDG0dnuNG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffff00;
}
.cid-vaDG0dnuNG .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vaDG0dnuNG .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vaDG0dnuNG .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vaDG0dnuNG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vaDG0dnuNG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vaDG0dnuNG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vaDG0dnuNG .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vaDG0dnuNG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vaDG0dnuNG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vaDG0dnuNG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vaDG0dnuNG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vaDG0dnuNG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vaDG0dnuNG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vaDG0dnuNG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vaDG0dnuNG .media-container-row .mbr-text {
  color: #2e1d49;
}
.cid-vaDG0dnuNG foot-menu-item {
  color: #2e1d49;
}
.cid-vdazrZqnCs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vdazrZqnCs nav.navbar {
  position: fixed;
}
.cid-vdazrZqnCs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdazrZqnCs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdazrZqnCs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vdazrZqnCs .dropdown-item:hover,
.cid-vdazrZqnCs .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-vdazrZqnCs .dropdown-item:hover span {
  color: white;
}
.cid-vdazrZqnCs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdazrZqnCs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdazrZqnCs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdazrZqnCs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdazrZqnCs .nav-link {
  position: relative;
}
.cid-vdazrZqnCs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vdazrZqnCs .container {
    flex-wrap: nowrap;
  }
}
.cid-vdazrZqnCs .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdazrZqnCs .dropdown-menu,
.cid-vdazrZqnCs .navbar.opened {
  background: #ffff00 !important;
}
.cid-vdazrZqnCs .nav-item:focus,
.cid-vdazrZqnCs .nav-link:focus {
  outline: none;
}
.cid-vdazrZqnCs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdazrZqnCs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdazrZqnCs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdazrZqnCs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdazrZqnCs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdazrZqnCs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdazrZqnCs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffff00;
}
.cid-vdazrZqnCs .navbar.opened {
  transition: all 0.3s;
}
.cid-vdazrZqnCs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdazrZqnCs .navbar .navbar-logo img {
  width: auto;
}
.cid-vdazrZqnCs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdazrZqnCs .navbar.collapsed {
  justify-content: center;
}
.cid-vdazrZqnCs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdazrZqnCs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdazrZqnCs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vdazrZqnCs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdazrZqnCs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdazrZqnCs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vdazrZqnCs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdazrZqnCs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdazrZqnCs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdazrZqnCs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdazrZqnCs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdazrZqnCs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdazrZqnCs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdazrZqnCs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vdazrZqnCs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdazrZqnCs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdazrZqnCs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdazrZqnCs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdazrZqnCs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdazrZqnCs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vdazrZqnCs .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vdazrZqnCs .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdazrZqnCs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdazrZqnCs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdazrZqnCs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdazrZqnCs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdazrZqnCs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdazrZqnCs .dropdown-item.active,
.cid-vdazrZqnCs .dropdown-item:active {
  background-color: transparent;
}
.cid-vdazrZqnCs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdazrZqnCs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdazrZqnCs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdazrZqnCs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffff00;
}
.cid-vdazrZqnCs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdazrZqnCs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdazrZqnCs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdazrZqnCs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdazrZqnCs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdazrZqnCs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e1d49;
}
.cid-vdazrZqnCs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdazrZqnCs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdazrZqnCs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdazrZqnCs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdazrZqnCs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdazrZqnCs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdazrZqnCs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdazrZqnCs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdazrZqnCs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdazrZqnCs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdazrZqnCs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdazrZqnCs .navbar {
    height: 70px;
  }
  .cid-vdazrZqnCs .navbar.opened {
    height: auto;
  }
  .cid-vdazrZqnCs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdazs0vUtN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdazs0vUtN .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vduw8is6CU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vduw8is6CU img,
.cid-vduw8is6CU .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vduw8is6CU .item:focus,
.cid-vduw8is6CU span:focus {
  outline: none;
}
.cid-vduw8is6CU .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vduw8is6CU .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vduw8is6CU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vduw8is6CU .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vduw8is6CU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vduw8is6CU .mbr-section-title {
  color: #232323;
}
.cid-vduXAQRdJQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vduXAQRdJQ img,
.cid-vduXAQRdJQ .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vduXAQRdJQ .item:focus,
.cid-vduXAQRdJQ span:focus {
  outline: none;
}
.cid-vduXAQRdJQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vduXAQRdJQ .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vduXAQRdJQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vduXAQRdJQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vduXAQRdJQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vduXAQRdJQ .mbr-section-title {
  color: #232323;
}
.cid-vduXBDItvG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vduXBDItvG img,
.cid-vduXBDItvG .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vduXBDItvG .item:focus,
.cid-vduXBDItvG span:focus {
  outline: none;
}
.cid-vduXBDItvG .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vduXBDItvG .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vduXBDItvG .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vduXBDItvG .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vduXBDItvG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vduXBDItvG .mbr-section-title {
  color: #232323;
}
.cid-vdazFaSe6T {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vdazFaSe6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdazFaSe6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vdazFaSe6T .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdazFaSe6T .row {
  flex-direction: row-reverse;
}
.cid-vdazFaSe6T img {
  width: 100%;
}
.cid-vdsHnyhFpN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vdsHnyhFpN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsHnyhFpN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vdsHnyhFpN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdsHnyhFpN .row {
  flex-direction: row-reverse;
}
.cid-vdsHnyhFpN img {
  width: 100%;
}
.cid-vdsX5AYEmJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vdsX5AYEmJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdsX5AYEmJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vdsX5AYEmJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdsX5AYEmJ .row {
  flex-direction: row-reverse;
}
.cid-vdsX5AYEmJ img {
  width: 100%;
}
.cid-vdaOJTE7bD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vdaOJTE7bD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdaOJTE7bD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vdaOJTE7bD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdaOJTE7bD .row {
  flex-direction: row-reverse;
}
.cid-vdaOJTE7bD img {
  width: 100%;
}
.cid-vdb74CwsA1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vdb74CwsA1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdb74CwsA1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vdb74CwsA1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdb74CwsA1 .row {
  flex-direction: row-reverse;
}
.cid-vdb74CwsA1 img {
  width: 100%;
}
.cid-vdaMzEjfM8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdaMzEjfM8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdaMzEjfM8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdaMzEjfM8 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vdaMzEjfM8 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vdaMzEjfM8 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #4479d9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vdazs2raTW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffff00;
}
.cid-vdazs2raTW .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vdazs2raTW .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vdazs2raTW .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vdazs2raTW .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vdazs2raTW .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vdazs2raTW .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vdazs2raTW .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vdazs2raTW .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vdazs2raTW .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vdazs2raTW .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vdazs2raTW .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vdazs2raTW .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vdazs2raTW .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vdazs2raTW .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vdazs2raTW .media-container-row .mbr-text {
  color: #2e1d49;
}
.cid-vdazs2raTW foot-menu-item {
  color: #2e1d49;
}
.cid-vdsfJ8XlwQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vdsfJ8XlwQ nav.navbar {
  position: fixed;
}
.cid-vdsfJ8XlwQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdsfJ8XlwQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdsfJ8XlwQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vdsfJ8XlwQ .dropdown-item:hover,
.cid-vdsfJ8XlwQ .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-vdsfJ8XlwQ .dropdown-item:hover span {
  color: white;
}
.cid-vdsfJ8XlwQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdsfJ8XlwQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdsfJ8XlwQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdsfJ8XlwQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdsfJ8XlwQ .nav-link {
  position: relative;
}
.cid-vdsfJ8XlwQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vdsfJ8XlwQ .container {
    flex-wrap: nowrap;
  }
}
.cid-vdsfJ8XlwQ .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdsfJ8XlwQ .dropdown-menu,
.cid-vdsfJ8XlwQ .navbar.opened {
  background: #ffff00 !important;
}
.cid-vdsfJ8XlwQ .nav-item:focus,
.cid-vdsfJ8XlwQ .nav-link:focus {
  outline: none;
}
.cid-vdsfJ8XlwQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdsfJ8XlwQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdsfJ8XlwQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdsfJ8XlwQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdsfJ8XlwQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdsfJ8XlwQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdsfJ8XlwQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffff00;
}
.cid-vdsfJ8XlwQ .navbar.opened {
  transition: all 0.3s;
}
.cid-vdsfJ8XlwQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdsfJ8XlwQ .navbar .navbar-logo img {
  width: auto;
}
.cid-vdsfJ8XlwQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdsfJ8XlwQ .navbar.collapsed {
  justify-content: center;
}
.cid-vdsfJ8XlwQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdsfJ8XlwQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdsfJ8XlwQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vdsfJ8XlwQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdsfJ8XlwQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdsfJ8XlwQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vdsfJ8XlwQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdsfJ8XlwQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdsfJ8XlwQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdsfJ8XlwQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdsfJ8XlwQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdsfJ8XlwQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdsfJ8XlwQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdsfJ8XlwQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vdsfJ8XlwQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdsfJ8XlwQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdsfJ8XlwQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdsfJ8XlwQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdsfJ8XlwQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdsfJ8XlwQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vdsfJ8XlwQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vdsfJ8XlwQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdsfJ8XlwQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdsfJ8XlwQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdsfJ8XlwQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdsfJ8XlwQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdsfJ8XlwQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdsfJ8XlwQ .dropdown-item.active,
.cid-vdsfJ8XlwQ .dropdown-item:active {
  background-color: transparent;
}
.cid-vdsfJ8XlwQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdsfJ8XlwQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdsfJ8XlwQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdsfJ8XlwQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffff00;
}
.cid-vdsfJ8XlwQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdsfJ8XlwQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdsfJ8XlwQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdsfJ8XlwQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdsfJ8XlwQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdsfJ8XlwQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e1d49;
}
.cid-vdsfJ8XlwQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdsfJ8XlwQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdsfJ8XlwQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdsfJ8XlwQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdsfJ8XlwQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdsfJ8XlwQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdsfJ8XlwQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdsfJ8XlwQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdsfJ8XlwQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdsfJ8XlwQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdsfJ8XlwQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdsfJ8XlwQ .navbar {
    height: 70px;
  }
  .cid-vdsfJ8XlwQ .navbar.opened {
    height: auto;
  }
  .cid-vdsfJ8XlwQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdsfJ9YFft {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdsfJ9YFft .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vdsfJaV7Ye {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vdsfJaV7Ye .mbr-section-title {
  color: #2e1d49;
}
.cid-vdsfJaV7Ye .mbr-section-subtitle {
  color: #2e1d49;
}
.cid-vdshNVQWuM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vdsfJchdxK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vdsfJchdxK .mbr-section-title {
  color: #ffff00;
}
.cid-vdsfJchdxK .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vdsfJfDWfm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vdsfJfDWfm .mbr-section-title {
  color: #ffff00;
}
.cid-vdsfJfDWfm .mbr-section-subtitle {
  color: #2e1d49;
}
.cid-vdsfJhkNip {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vdsfJhkNip .mbr-section-title {
  color: #ffff00;
}
.cid-vdsfJhkNip .mbr-section-subtitle {
  color: #2e1d49;
}
.cid-vdsfJj3ups {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vdsfJj3ups .mbr-section-title {
  color: #ffff00;
}
.cid-vdsfJj3ups .mbr-section-subtitle {
  color: #2e1d49;
}
.cid-vdsfJl4g2f {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vdsfJl4g2f .mbr-section-title {
  color: #ffff00;
}
.cid-vdsfJl4g2f .mbr-section-subtitle {
  color: #2e1d49;
}
.cid-vdsfJmTlHh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vdsfJmTlHh .mbr-section-title {
  color: #ffff00;
}
.cid-vdsfJmTlHh .mbr-section-subtitle {
  color: #2e1d49;
}
.cid-vdsfJoBV5r {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vdsfJoBV5r .mbr-section-title {
  color: #ffff00;
}
.cid-vdsfJoBV5r .mbr-section-subtitle {
  color: #2e1d49;
}
.cid-vdsfJqotqA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffff00;
}
.cid-vdsfJqotqA .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vdsfJqotqA .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vdsfJqotqA .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vdsfJqotqA .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vdsfJqotqA .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vdsfJqotqA .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vdsfJqotqA .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vdsfJqotqA .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vdsfJqotqA .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vdsfJqotqA .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vdsfJqotqA .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vdsfJqotqA .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vdsfJqotqA .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vdsfJqotqA .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vdsfJqotqA .media-container-row .mbr-text {
  color: #2e1d49;
}
.cid-vdsfJqotqA foot-menu-item {
  color: #2e1d49;
}
.cid-vcOCFfKD32 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vcOCFfKD32 nav.navbar {
  position: fixed;
}
.cid-vcOCFfKD32 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcOCFfKD32 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcOCFfKD32 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcOCFfKD32 .dropdown-item:hover,
.cid-vcOCFfKD32 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-vcOCFfKD32 .dropdown-item:hover span {
  color: white;
}
.cid-vcOCFfKD32 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcOCFfKD32 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcOCFfKD32 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcOCFfKD32 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcOCFfKD32 .nav-link {
  position: relative;
}
.cid-vcOCFfKD32 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vcOCFfKD32 .container {
    flex-wrap: nowrap;
  }
}
.cid-vcOCFfKD32 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcOCFfKD32 .dropdown-menu,
.cid-vcOCFfKD32 .navbar.opened {
  background: #ffff00 !important;
}
.cid-vcOCFfKD32 .nav-item:focus,
.cid-vcOCFfKD32 .nav-link:focus {
  outline: none;
}
.cid-vcOCFfKD32 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcOCFfKD32 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcOCFfKD32 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcOCFfKD32 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcOCFfKD32 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcOCFfKD32 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcOCFfKD32 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffff00;
}
.cid-vcOCFfKD32 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcOCFfKD32 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcOCFfKD32 .navbar .navbar-logo img {
  width: auto;
}
.cid-vcOCFfKD32 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcOCFfKD32 .navbar.collapsed {
  justify-content: center;
}
.cid-vcOCFfKD32 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcOCFfKD32 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcOCFfKD32 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vcOCFfKD32 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcOCFfKD32 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcOCFfKD32 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vcOCFfKD32 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcOCFfKD32 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcOCFfKD32 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcOCFfKD32 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcOCFfKD32 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcOCFfKD32 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcOCFfKD32 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcOCFfKD32 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vcOCFfKD32 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcOCFfKD32 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcOCFfKD32 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcOCFfKD32 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcOCFfKD32 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcOCFfKD32 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vcOCFfKD32 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vcOCFfKD32 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcOCFfKD32 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcOCFfKD32 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcOCFfKD32 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcOCFfKD32 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcOCFfKD32 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcOCFfKD32 .dropdown-item.active,
.cid-vcOCFfKD32 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcOCFfKD32 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcOCFfKD32 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcOCFfKD32 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcOCFfKD32 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffff00;
}
.cid-vcOCFfKD32 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcOCFfKD32 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcOCFfKD32 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcOCFfKD32 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcOCFfKD32 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcOCFfKD32 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e1d49;
}
.cid-vcOCFfKD32 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcOCFfKD32 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcOCFfKD32 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcOCFfKD32 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcOCFfKD32 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOCFfKD32 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcOCFfKD32 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcOCFfKD32 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOCFfKD32 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcOCFfKD32 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcOCFfKD32 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcOCFfKD32 .navbar {
    height: 70px;
  }
  .cid-vcOCFfKD32 .navbar.opened {
    height: auto;
  }
  .cid-vcOCFfKD32 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcOO8mVnNl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcOO8mVnNl .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vcOEDcb28I {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vcOEDcb28I .mbr-section-title {
  color: #2e1d49;
}
.cid-vcOEDcb28I .mbr-section-subtitle {
  color: #2e1d49;
}
.cid-vcOCFpvQL1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vcOCFpvQL1 .mbr-section-title {
  color: #ffff00;
}
.cid-vcOCFpvQL1 .mbr-section-subtitle {
  color: #2e1d49;
  text-align: center;
}
.cid-vcOCFrtzKC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2e1d49;
}
.cid-vcOCFrtzKC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOCFrtzKC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vcOCFrtzKC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcOCFrtzKC .row {
  flex-direction: row-reverse;
}
.cid-vcOCFrtzKC img {
  width: 100%;
}
.cid-vcOCFsSG39 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #2e1d49;
}
.cid-vcOCFsSG39 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOCFsSG39 .mbr-fallback-image {
  display: left;
  background-size: cover;
  background-position: left;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOCFsSG39 .mbr-section-title {
  color: #ffffff;
}
.cid-vcOCFtSQES {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcOCFtSQES .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOCFtSQES .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOCFtSQES ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vcOCFtSQES li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vcOCFtSQES ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e1d49;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vcOCFtSQES .list {
  color: #2e1d49;
}
.cid-vcOCFuW5Yf {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcOCFuW5Yf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOCFuW5Yf .mbr-fallback-image {
  display: left;
  background-size: cover;
  background-position: left;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOCFuW5Yf .mbr-section-title {
  color: #ffffff;
}
.cid-vcOCFvXsm7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vcOCFvXsm7 .mbr-section-title {
  color: #ffff00;
}
.cid-vcOCFvXsm7 .mbr-section-subtitle {
  color: #2e1d49;
}
.cid-vcOCFx8nCi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcOCFx8nCi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOCFx8nCi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOCFx8nCi .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-vcOCFx8nCi .card {
    margin-bottom: 2rem!important;
  }
  .cid-vcOCFx8nCi .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcOCFx8nCi .link-wrap {
    align-items: center;
  }
}
.cid-vcOCFx8nCi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vcOCFx8nCi .mbr-text,
.cid-vcOCFx8nCi .link-wrap,
.cid-vcOCFx8nCi .mbr-section-btn {
  color: #2e1d49;
}
.cid-vcOCFx8nCi .card-title,
.cid-vcOCFx8nCi .card-box {
  color: #2e1d49;
}
.cid-vcOCFypCMr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vcOCFypCMr .mbr-section-title {
  color: #ffff00;
}
.cid-vcOCFypCMr .mbr-section-subtitle {
  color: #2e1d49;
}
.cid-vcOCFzsa8y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcOCFzsa8y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOCFzsa8y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOCFzsa8y .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-vcOCFzsa8y .card {
    margin-bottom: 2rem!important;
  }
  .cid-vcOCFzsa8y .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcOCFzsa8y .link-wrap {
    align-items: center;
  }
}
.cid-vcOCFzsa8y .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vcOCFzsa8y .mbr-text,
.cid-vcOCFzsa8y .link-wrap,
.cid-vcOCFzsa8y .mbr-section-btn {
  color: #2e1d49;
}
.cid-vcOCFzsa8y .card-title,
.cid-vcOCFzsa8y .card-box {
  color: #2e1d49;
}
.cid-vcOCFAHN25 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vcOCFAHN25 .mbr-section-title {
  color: #ffff00;
}
.cid-vcOCFAHN25 .mbr-section-subtitle {
  color: #2e1d49;
}
.cid-vcOCFBRMoM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcOCFBRMoM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOCFBRMoM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOCFBRMoM .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-vcOCFBRMoM .card {
    margin-bottom: 2rem!important;
  }
  .cid-vcOCFBRMoM .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcOCFBRMoM .link-wrap {
    align-items: center;
  }
}
.cid-vcOCFBRMoM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vcOCFBRMoM .mbr-text,
.cid-vcOCFBRMoM .link-wrap,
.cid-vcOCFBRMoM .mbr-section-btn {
  color: #2e1d49;
}
.cid-vcOCFBRMoM .card-title,
.cid-vcOCFBRMoM .card-box {
  color: #2e1d49;
}
.cid-vcOCFCYnDo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vcOCFCYnDo .mbr-section-title {
  color: #ffff00;
}
.cid-vcOCFCYnDo .mbr-section-subtitle {
  color: #2e1d49;
}
.cid-vcOCFE4K6v {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcOCFE4K6v .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOCFE4K6v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOCFE4K6v .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-vcOCFE4K6v .card {
    margin-bottom: 2rem!important;
  }
  .cid-vcOCFE4K6v .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcOCFE4K6v .link-wrap {
    align-items: center;
  }
}
.cid-vcOCFE4K6v .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vcOCFFpu2Y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vcOCFFpu2Y .mbr-section-title {
  color: #ffff00;
}
.cid-vcOCFFpu2Y .mbr-section-subtitle {
  color: #2e1d49;
}
.cid-vcOCFGRvtX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcOCFGRvtX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOCFGRvtX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOCFGRvtX .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-vcOCFGRvtX .card {
    margin-bottom: 2rem!important;
  }
  .cid-vcOCFGRvtX .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcOCFGRvtX .link-wrap {
    align-items: center;
  }
}
.cid-vcOCFGRvtX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vcOCFI6OmM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vcOCFI6OmM .mbr-section-title {
  color: #ffff00;
}
.cid-vcOCFI6OmM .mbr-section-subtitle {
  color: #2e1d49;
}
.cid-vcOCFJkdCF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcOCFJkdCF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOCFJkdCF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOCFJkdCF .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-vcOCFJkdCF .card {
    margin-bottom: 2rem!important;
  }
  .cid-vcOCFJkdCF .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcOCFJkdCF .link-wrap {
    align-items: center;
  }
}
.cid-vcOCFJkdCF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vcOCGd37YS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffff00;
}
.cid-vcOCGd37YS .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vcOCGd37YS .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vcOCGd37YS .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vcOCGd37YS .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vcOCGd37YS .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vcOCGd37YS .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vcOCGd37YS .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vcOCGd37YS .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vcOCGd37YS .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vcOCGd37YS .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vcOCGd37YS .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vcOCGd37YS .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vcOCGd37YS .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vcOCGd37YS .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vcOCGd37YS .media-container-row .mbr-text {
  color: #2e1d49;
}
.cid-vcOCGd37YS foot-menu-item {
  color: #2e1d49;
}
.cid-vcOPeXNQLV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vcOPeXNQLV nav.navbar {
  position: fixed;
}
.cid-vcOPeXNQLV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcOPeXNQLV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcOPeXNQLV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcOPeXNQLV .dropdown-item:hover,
.cid-vcOPeXNQLV .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-vcOPeXNQLV .dropdown-item:hover span {
  color: white;
}
.cid-vcOPeXNQLV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcOPeXNQLV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcOPeXNQLV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcOPeXNQLV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcOPeXNQLV .nav-link {
  position: relative;
}
.cid-vcOPeXNQLV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vcOPeXNQLV .container {
    flex-wrap: nowrap;
  }
}
.cid-vcOPeXNQLV .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcOPeXNQLV .dropdown-menu,
.cid-vcOPeXNQLV .navbar.opened {
  background: #ffff00 !important;
}
.cid-vcOPeXNQLV .nav-item:focus,
.cid-vcOPeXNQLV .nav-link:focus {
  outline: none;
}
.cid-vcOPeXNQLV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcOPeXNQLV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcOPeXNQLV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcOPeXNQLV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcOPeXNQLV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcOPeXNQLV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcOPeXNQLV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffff00;
}
.cid-vcOPeXNQLV .navbar.opened {
  transition: all 0.3s;
}
.cid-vcOPeXNQLV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcOPeXNQLV .navbar .navbar-logo img {
  width: auto;
}
.cid-vcOPeXNQLV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcOPeXNQLV .navbar.collapsed {
  justify-content: center;
}
.cid-vcOPeXNQLV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcOPeXNQLV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcOPeXNQLV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vcOPeXNQLV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcOPeXNQLV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcOPeXNQLV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vcOPeXNQLV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcOPeXNQLV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcOPeXNQLV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcOPeXNQLV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcOPeXNQLV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcOPeXNQLV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcOPeXNQLV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcOPeXNQLV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vcOPeXNQLV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcOPeXNQLV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcOPeXNQLV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcOPeXNQLV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcOPeXNQLV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcOPeXNQLV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vcOPeXNQLV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vcOPeXNQLV .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcOPeXNQLV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcOPeXNQLV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcOPeXNQLV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcOPeXNQLV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcOPeXNQLV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcOPeXNQLV .dropdown-item.active,
.cid-vcOPeXNQLV .dropdown-item:active {
  background-color: transparent;
}
.cid-vcOPeXNQLV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcOPeXNQLV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcOPeXNQLV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcOPeXNQLV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffff00;
}
.cid-vcOPeXNQLV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcOPeXNQLV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcOPeXNQLV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcOPeXNQLV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcOPeXNQLV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcOPeXNQLV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e1d49;
}
.cid-vcOPeXNQLV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcOPeXNQLV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcOPeXNQLV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcOPeXNQLV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcOPeXNQLV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOPeXNQLV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcOPeXNQLV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcOPeXNQLV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOPeXNQLV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcOPeXNQLV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcOPeXNQLV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcOPeXNQLV .navbar {
    height: 70px;
  }
  .cid-vcOPeXNQLV .navbar.opened {
    height: auto;
  }
  .cid-vcOPeXNQLV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcORnvytwF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcORnvytwF .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vcORpaqIwR {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vcORpaqIwR .mbr-section-title {
  color: #2e1d49;
}
.cid-vcORpaqIwR .mbr-section-subtitle {
  color: #2e1d49;
}
.cid-vdsySAOts3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vdsySAOts3 .mbr-section-title {
  color: #ffff00;
}
.cid-vdsySAOts3 .mbr-section-subtitle {
  color: #2e1d49;
}
.cid-vdsIYJn2FI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vdsIYJn2FI .mbr-text {
  color: #2e1d49;
}
.cid-vcOPfoGYfW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vcOPfoGYfW .mbr-section-title {
  color: #ffff00;
}
.cid-vcOPfoGYfW .mbr-section-subtitle {
  color: #2e1d49;
}
.cid-vdsWMIhSEM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vdsWMIhSEM .mbr-text {
  color: #2e1d49;
}
.cid-vcOPfq9SeH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcOPfq9SeH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOPfq9SeH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOPfq9SeH .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-vcOPfq9SeH .card {
    margin-bottom: 2rem!important;
  }
  .cid-vcOPfq9SeH .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcOPfq9SeH .link-wrap {
    align-items: center;
  }
}
.cid-vcOPfq9SeH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vcOPfq9SeH .card-title,
.cid-vcOPfq9SeH .card-box {
  color: #2e1d49;
}
.cid-vcOPfq9SeH .mbr-text,
.cid-vcOPfq9SeH .link-wrap,
.cid-vcOPfq9SeH .mbr-section-btn {
  color: #2e1d49;
}
.cid-vcOPfrBLwh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vcOPfrBLwh .mbr-section-title {
  color: #ffff00;
}
.cid-vcOPfrBLwh .mbr-section-subtitle {
  color: #2e1d49;
}
.cid-vcOPfsNFYr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcOPfsNFYr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOPfsNFYr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOPfsNFYr .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-vcOPfsNFYr .card {
    margin-bottom: 2rem!important;
  }
  .cid-vcOPfsNFYr .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcOPfsNFYr .link-wrap {
    align-items: center;
  }
}
.cid-vcOPfsNFYr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vcOPfsNFYr .card-title,
.cid-vcOPfsNFYr .card-box {
  color: #2e1d49;
}
.cid-vcOPfsNFYr .mbr-text,
.cid-vcOPfsNFYr .link-wrap,
.cid-vcOPfsNFYr .mbr-section-btn {
  color: #2e1d49;
}
.cid-vcOPfu9jkB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcOPfu9jkB .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-vcOPfu9jkB .container {
    max-width: 1400px;
  }
}
.cid-vcOPfu9jkB .card {
  margin: auto;
}
.cid-vcOPfu9jkB .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2e1d49;
  margin-bottom: 2rem;
}
.cid-vcOPfu9jkB .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vcOPfu9jkB .row {
  justify-content: center;
}
.cid-vcOPfvKvuq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vcOPfvKvuq .mbr-section-title {
  color: #ffff00;
}
.cid-vcOPfvKvuq .mbr-section-subtitle {
  color: #2e1d49;
}
.cid-vcOPfx2QCm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcOPfx2QCm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOPfx2QCm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOPfx2QCm .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-vcOPfx2QCm .card {
    margin-bottom: 2rem!important;
  }
  .cid-vcOPfx2QCm .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcOPfx2QCm .link-wrap {
    align-items: center;
  }
}
.cid-vcOPfx2QCm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vcOPfx2QCm .card-title,
.cid-vcOPfx2QCm .card-box {
  color: #2e1d49;
}
.cid-vcOPfx2QCm .mbr-text,
.cid-vcOPfx2QCm .link-wrap,
.cid-vcOPfx2QCm .mbr-section-btn {
  color: #2e1d49;
}
.cid-vcOPfLumTr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffff00;
}
.cid-vcOPfLumTr .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vcOPfLumTr .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vcOPfLumTr .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vcOPfLumTr .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vcOPfLumTr .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vcOPfLumTr .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vcOPfLumTr .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vcOPfLumTr .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vcOPfLumTr .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vcOPfLumTr .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vcOPfLumTr .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vcOPfLumTr .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vcOPfLumTr .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vcOPfLumTr .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vcOPfLumTr .media-container-row .mbr-text {
  color: #2e1d49;
}
.cid-vcOPfLumTr foot-menu-item {
  color: #2e1d49;
}
.cid-vcOYQDmxOm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vcOYQDmxOm nav.navbar {
  position: fixed;
}
.cid-vcOYQDmxOm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcOYQDmxOm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcOYQDmxOm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcOYQDmxOm .dropdown-item:hover,
.cid-vcOYQDmxOm .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-vcOYQDmxOm .dropdown-item:hover span {
  color: white;
}
.cid-vcOYQDmxOm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcOYQDmxOm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcOYQDmxOm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcOYQDmxOm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcOYQDmxOm .nav-link {
  position: relative;
}
.cid-vcOYQDmxOm .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vcOYQDmxOm .container {
    flex-wrap: nowrap;
  }
}
.cid-vcOYQDmxOm .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcOYQDmxOm .dropdown-menu,
.cid-vcOYQDmxOm .navbar.opened {
  background: #ffff00 !important;
}
.cid-vcOYQDmxOm .nav-item:focus,
.cid-vcOYQDmxOm .nav-link:focus {
  outline: none;
}
.cid-vcOYQDmxOm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcOYQDmxOm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcOYQDmxOm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcOYQDmxOm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcOYQDmxOm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcOYQDmxOm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcOYQDmxOm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffff00;
}
.cid-vcOYQDmxOm .navbar.opened {
  transition: all 0.3s;
}
.cid-vcOYQDmxOm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcOYQDmxOm .navbar .navbar-logo img {
  width: auto;
}
.cid-vcOYQDmxOm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcOYQDmxOm .navbar.collapsed {
  justify-content: center;
}
.cid-vcOYQDmxOm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcOYQDmxOm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcOYQDmxOm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vcOYQDmxOm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcOYQDmxOm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcOYQDmxOm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vcOYQDmxOm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcOYQDmxOm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcOYQDmxOm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcOYQDmxOm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcOYQDmxOm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcOYQDmxOm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcOYQDmxOm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcOYQDmxOm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vcOYQDmxOm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcOYQDmxOm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcOYQDmxOm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcOYQDmxOm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcOYQDmxOm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcOYQDmxOm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vcOYQDmxOm .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vcOYQDmxOm .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcOYQDmxOm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcOYQDmxOm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcOYQDmxOm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcOYQDmxOm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcOYQDmxOm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcOYQDmxOm .dropdown-item.active,
.cid-vcOYQDmxOm .dropdown-item:active {
  background-color: transparent;
}
.cid-vcOYQDmxOm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcOYQDmxOm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcOYQDmxOm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcOYQDmxOm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffff00;
}
.cid-vcOYQDmxOm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcOYQDmxOm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcOYQDmxOm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcOYQDmxOm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcOYQDmxOm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcOYQDmxOm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e1d49;
}
.cid-vcOYQDmxOm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcOYQDmxOm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcOYQDmxOm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcOYQDmxOm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcOYQDmxOm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOYQDmxOm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcOYQDmxOm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcOYQDmxOm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOYQDmxOm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcOYQDmxOm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcOYQDmxOm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcOYQDmxOm .navbar {
    height: 70px;
  }
  .cid-vcOYQDmxOm .navbar.opened {
    height: auto;
  }
  .cid-vcOYQDmxOm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcP4OHvUwl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcP4OHvUwl .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vcOZiVVX3S {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vcOZiVVX3S .mbr-section-title {
  color: #2e1d49;
}
.cid-vcOZiVVX3S .mbr-section-subtitle {
  color: #2e1d49;
}
.cid-vdijCF3FtY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vdijCF3FtY .mbr-section-title {
  color: #ffff00;
}
.cid-vdijCF3FtY .mbr-section-subtitle {
  color: #2e1d49;
}
.cid-vduiJVSy5s {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vduiJVSy5s .mbr-text {
  color: #2e1d49;
}
.cid-vduozqfbmo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vduozqfbmo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vduozqfbmo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vduozqfbmo .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vduozqfbmo .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vduozqfbmo .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-vduozqfbmo .panel-body,
.cid-vduozqfbmo .card-header {
  padding: 1rem 0;
}
.cid-vduozqfbmo .panel-title-edit {
  color: #000000;
}
.cid-vdurRW9dlT {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vdurRW9dlT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdurRW9dlT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdurRW9dlT .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vdurRW9dlT .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vdurRW9dlT .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4479d9;
}
.cid-vdurRW9dlT .panel-body,
.cid-vdurRW9dlT .card-header {
  padding: 1rem 0;
}
.cid-vdurRW9dlT .panel-title-edit {
  color: #000000;
}
.cid-vduivYZY9g {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vduivYZY9g .mbr-section-title {
  color: #ffff00;
}
.cid-vduivYZY9g .mbr-section-subtitle {
  color: #2e1d49;
}
.cid-vduH3FWB2a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vduH3FWB2a .mbr-text {
  color: #2e1d49;
}
.cid-vcOYRvNAqe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2e1d49;
}
.cid-vcOYRvNAqe .mbr-section-title {
  color: #ffff00;
}
.cid-vcOYRvNAqe .mbr-section-subtitle {
  color: #2e1d49;
}
.cid-vduTTijtxs {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-2-1920x1275.jpg");
}
.cid-vduTTijtxs .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-vduTTijtxs .container {
    max-width: 1400px;
  }
}
.cid-vduTTijtxs .card {
  margin: auto;
}
.cid-vduTTijtxs .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2e1d49;
  margin-bottom: 2rem;
}
.cid-vduTTijtxs .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vduTTijtxs .row {
  justify-content: center;
}
.cid-vduTajz408 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vduTajz408 .mbr-section-title {
  color: #ffff00;
}
.cid-vduTajz408 .mbr-section-subtitle {
  color: #2e1d49;
}
.cid-vduN9sNIKY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vduN9sNIKY .mbr-text {
  color: #2e1d49;
}
.cid-vduTbpDcTS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vduTbpDcTS .mbr-section-title {
  color: #ffff00;
}
.cid-vduTbpDcTS .mbr-section-subtitle {
  color: #2e1d49;
}
.cid-vduTdcuJEV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vduTdcuJEV .mbr-text {
  color: #2e1d49;
}
.cid-vcOYRBZtlR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2e1d49;
}
.cid-vcOYRBZtlR .mbr-section-title {
  color: #ffff00;
}
.cid-vcOYRBZtlR .mbr-section-subtitle {
  color: #2e1d49;
}
.cid-vduStqqUMA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vduStqqUMA .mbr-text {
  color: #2e1d49;
}
.cid-vcOYRHDqUS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffff00;
}
.cid-vcOYRHDqUS .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vcOYRHDqUS .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vcOYRHDqUS .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vcOYRHDqUS .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vcOYRHDqUS .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vcOYRHDqUS .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vcOYRHDqUS .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vcOYRHDqUS .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vcOYRHDqUS .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vcOYRHDqUS .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vcOYRHDqUS .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vcOYRHDqUS .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vcOYRHDqUS .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vcOYRHDqUS .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vcOYRHDqUS .media-container-row .mbr-text {
  color: #2e1d49;
}
.cid-vcOYRHDqUS foot-menu-item {
  color: #2e1d49;
}
