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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

p {line-height: 1.5;}

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;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.custom-text {
  background-color: #000;
  color: #fff;
  padding: 10px;
  flex: 0 0 auto;
  align-self: flex-start;
  box-sizing: border-box;
  border-radius: 20px;
  margin-bottom: 20px;
  display: inline-block;
}



    .comparison {
      position: relative;
      width: 100vw;
      max-width: 630px;
      aspect-ratio: 4 / 3;
      margin: 40px auto;
      overflow: hidden;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    }

    .comparison figure {
      margin: 0;
      width: 100%;
      height: 100%;
      position: relative;
      background-size: cover;
      background-position: center;
    }

    .comparison figure img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .divisor {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 50%;
      overflow: hidden;
      z-index: 2;
    }

    .divisor img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .slider {
      position: absolute;
      bottom: 10px;
      left: 50%;
      transform: translateX(-50%);
      width: 90%;
      z-index: 5;
    }

    .label {
      position: absolute;
      top: 15px;
      padding: 6px 14px;
      background: rgba(0, 0, 0, 0.6);
      color: white;
      font-size: 16px;
      font-weight: bold;
      border-radius: 4px;
      z-index: 4;
      pointer-events: none;
    }

    .label.before {
      left: 15px;
    }

    .label.after {
      right: 15px;
    }

    @media (max-width: 768px) {
      .label {
        font-size: 14px;
        padding: 4px 10px;
      }
    }
    .label {
  transition: opacity 0.3s ease;
}

.magnify-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: zoom-in;
}

.magnifier-lens {
  position: absolute;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: none;
  /* Adjustable zoom lens size */
  width: 150px;
  height: 150px;
  overflow: hidden;
  z-index: 10;
  pointer-events: none;
  display: none;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

    video {
      width: 100%;
      max-width: 800px;
      height: auto;
      border: 2px solid #ccc;
      border-radius: 20px;
    }

.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9fe870 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !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: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  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: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9fe870;
  border-bottom-color: #9fe870;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #9fe870 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !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='%239fe870' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tZqjcLd1rE {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tZqjcLd1rE .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tZqjcLd1rE .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tZqjcLd1rE .navbar-caption {
  font-weight: 500;
}
.cid-tZqjcLd1rE nav.navbar {
  position: fixed;
}
.cid-tZqjcLd1rE .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-tZqjcLd1rE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tZqjcLd1rE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZqjcLd1rE .dropdown-item:hover,
.cid-tZqjcLd1rE .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-tZqjcLd1rE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZqjcLd1rE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZqjcLd1rE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tZqjcLd1rE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZqjcLd1rE .nav-link {
  position: relative;
}
.cid-tZqjcLd1rE .nav-link:hover {
  color: #9fe870 !important;
}
.cid-tZqjcLd1rE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-tZqjcLd1rE .container,
  .cid-tZqjcLd1rE .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tZqjcLd1rE .dropdown-menu,
.cid-tZqjcLd1rE .navbar.opened {
  background: #ffffff !important;
}
.cid-tZqjcLd1rE .nav-item:focus,
.cid-tZqjcLd1rE .nav-link:focus {
  outline: none;
}
.cid-tZqjcLd1rE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZqjcLd1rE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZqjcLd1rE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZqjcLd1rE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZqjcLd1rE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZqjcLd1rE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZqjcLd1rE .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tZqjcLd1rE .navbar.opened {
  transition: all 0.3s;
}
.cid-tZqjcLd1rE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZqjcLd1rE .navbar .navbar-logo img {
  width: auto;
  height: auto;
}
.cid-tZqjcLd1rE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZqjcLd1rE .navbar.collapsed {
  justify-content: center;
}
.cid-tZqjcLd1rE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZqjcLd1rE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZqjcLd1rE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tZqjcLd1rE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZqjcLd1rE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZqjcLd1rE .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-tZqjcLd1rE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZqjcLd1rE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tZqjcLd1rE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZqjcLd1rE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZqjcLd1rE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZqjcLd1rE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZqjcLd1rE .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-tZqjcLd1rE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZqjcLd1rE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZqjcLd1rE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZqjcLd1rE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZqjcLd1rE .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tZqjcLd1rE .navbar.navbar-short {
  min-height: 80px;
}
.cid-tZqjcLd1rE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tZqjcLd1rE .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tZqjcLd1rE .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-tZqjcLd1rE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZqjcLd1rE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZqjcLd1rE .dropdown-item.active,
.cid-tZqjcLd1rE .dropdown-item:active {
  background-color: transparent;
}
.cid-tZqjcLd1rE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZqjcLd1rE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZqjcLd1rE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZqjcLd1rE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tZqjcLd1rE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZqjcLd1rE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZqjcLd1rE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZqjcLd1rE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZqjcLd1rE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZqjcLd1rE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZqjcLd1rE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZqjcLd1rE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZqjcLd1rE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZqjcLd1rE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZqjcLd1rE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZqjcLd1rE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZqjcLd1rE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZqjcLd1rE .navbar-dropdown {
  position: fixed;
}
.cid-tZqjcLd1rE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZqjcLd1rE .navbar {
    height: 70px;
  }
  .cid-tZqjcLd1rE .navbar.opened {
    height: auto;
  }
  .cid-tZqjcLd1rE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZqjcLd1rE .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-tZqjcLd1rE .addr {
    margin: 0 auto;
  }
}
.cid-tZqjcLd1rE .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-tZqjcLd1rE .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-tZqkrpAc6a {
  padding-top: 11rem;
  padding-bottom: 4rem;
  background-color: #17003b;
}
.cid-tZqkrpAc6a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZqkrpAc6a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZqkrpAc6a .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tZqkrpAc6a .mbr-text,
.cid-tZqkrpAc6a .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tZqkrpAc6a b,
.cid-tZqkrpAc6a strong {
  font-weight: 900;
}
.cid-tZqkrpAc6a .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tZqjcU5Y7A {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-tZqjcU5Y7A .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tZqjcU5Y7A section {
  position: relative;
}
.cid-tZqjcU5Y7A h4 {
  margin: 0;
}
.cid-tZqjcU5Y7A a {
  font-weight: 300;
}
.cid-tZqjcU5Y7A .row {
  align-items: center;
}
.cid-tZqjcU5Y7A .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tZqjcU5Y7A .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tZqjcU5Y7A .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tZqjcU5Y7A .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tZqjcU5Y7A .align-left {
    text-align: center;
  }
  .cid-tZqjcU5Y7A .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tZqjcU5Y7A .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tZqjcU5Y7A .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tZqjcU5Y7A .item-title {
  color: #c1c1c1;
}
.cid-tZqjcU5Y7A H4 {
  color: #c1c1c1;
}
.cid-tZqNbOyVC6 {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tZqNbOyVC6 .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tZqNbOyVC6 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tZqNbOyVC6 .navbar-caption {
  font-weight: 500;
}
.cid-tZqNbOyVC6 nav.navbar {
  position: fixed;
}
.cid-tZqNbOyVC6 .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-tZqNbOyVC6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tZqNbOyVC6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZqNbOyVC6 .dropdown-item:hover,
.cid-tZqNbOyVC6 .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-tZqNbOyVC6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZqNbOyVC6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZqNbOyVC6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tZqNbOyVC6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZqNbOyVC6 .nav-link {
  position: relative;
}
.cid-tZqNbOyVC6 .nav-link:hover {
  color: #9fe870 !important;
}
.cid-tZqNbOyVC6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-tZqNbOyVC6 .container,
  .cid-tZqNbOyVC6 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tZqNbOyVC6 .dropdown-menu,
.cid-tZqNbOyVC6 .navbar.opened {
  background: #ffffff !important;
}
.cid-tZqNbOyVC6 .nav-item:focus,
.cid-tZqNbOyVC6 .nav-link:focus {
  outline: none;
}
.cid-tZqNbOyVC6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZqNbOyVC6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZqNbOyVC6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZqNbOyVC6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZqNbOyVC6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZqNbOyVC6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZqNbOyVC6 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tZqNbOyVC6 .navbar.opened {
  transition: all 0.3s;
}
.cid-tZqNbOyVC6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZqNbOyVC6 .navbar .navbar-logo img {
  width: auto;
  height: auto;
}
.cid-tZqNbOyVC6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZqNbOyVC6 .navbar.collapsed {
  justify-content: center;
}
.cid-tZqNbOyVC6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZqNbOyVC6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZqNbOyVC6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tZqNbOyVC6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZqNbOyVC6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZqNbOyVC6 .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-tZqNbOyVC6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZqNbOyVC6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tZqNbOyVC6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZqNbOyVC6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZqNbOyVC6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZqNbOyVC6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZqNbOyVC6 .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-tZqNbOyVC6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZqNbOyVC6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZqNbOyVC6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZqNbOyVC6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZqNbOyVC6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tZqNbOyVC6 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tZqNbOyVC6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tZqNbOyVC6 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tZqNbOyVC6 .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-tZqNbOyVC6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZqNbOyVC6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZqNbOyVC6 .dropdown-item.active,
.cid-tZqNbOyVC6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tZqNbOyVC6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZqNbOyVC6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZqNbOyVC6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZqNbOyVC6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tZqNbOyVC6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZqNbOyVC6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZqNbOyVC6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZqNbOyVC6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZqNbOyVC6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZqNbOyVC6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZqNbOyVC6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZqNbOyVC6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZqNbOyVC6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZqNbOyVC6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZqNbOyVC6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZqNbOyVC6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZqNbOyVC6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZqNbOyVC6 .navbar-dropdown {
  position: fixed;
}
.cid-tZqNbOyVC6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZqNbOyVC6 .navbar {
    height: 70px;
  }
  .cid-tZqNbOyVC6 .navbar.opened {
    height: auto;
  }
  .cid-tZqNbOyVC6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZqNbOyVC6 .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-tZqNbOyVC6 .addr {
    margin: 0 auto;
  }
}
.cid-tZqNbOyVC6 .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-tZqNbOyVC6 .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-tZqQwcy75c {
  background-image: url("../../../assets/images/web-designing-5-1920x1026.webp");
}
.cid-tZqQwcy75c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZqQwcy75c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZqQwcy75c .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tZqQwcy75c .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.cid-tZqQwcy75c .mbr-text {
  color: #878e99;
  margin-top: 0;
  line-height: 1.7;
}
.cid-tZqQwcy75c .mbr-section-btn {
  margin-top: 30px;
}
.cid-tZqQwcy75c .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-tZqW4olAiD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tZqW4olAiD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZqW4olAiD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tZqW4olAiD .container {
    padding: 0 25px;
  }
}
.cid-tZqW4olAiD .title-wrapper .mbr-section-title {
  margin: 0 42px 50px 0;
}
@media (max-width: 1440px) {
  .cid-tZqW4olAiD .title-wrapper .mbr-section-title {
    margin: 0 0 50px 0;
  }
}
.cid-tZqW4olAiD .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 65px;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-tZqW4olAiD .items {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
}
.cid-tZqW4olAiD .items .item {
  margin-right: 80px;
}
@media (max-width: 1440px) {
  .cid-tZqW4olAiD .items .item {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-tZqW4olAiD .items .item {
    margin: 0;
  }
}
.cid-tZqW4olAiD .items .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-tZqW4olAiD .items .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZqW4olAiD .items .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #000000;
}
.cid-tZqW4olAiD .items .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-tZqW4olAiD .items .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-tZqW4olAiD .mbr-section-title {
  color: #000000;
}
.cid-tZqW4olAiD .item-title {
  color: #000000;
}
.cid-tZqW4olAiD .mbr-text {
  color: #000000;
  line-height: 1.7;
}
.cid-tZzzFN6Yc0 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tZzzFN6Yc0 .mbr-section-subtitle {
  color: #767676;
}
.cid-tZzzFN6Yc0 .btn {
  margin: 0 0 .5rem 0;
}
@media (max-width: 768px) {
  .cid-tZzzFN6Yc0 h2,
  .cid-tZzzFN6Yc0 h3 {
    text-align: center !important;
  }
  .cid-tZzzFN6Yc0 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZzzFN6Yc0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZzzFN6Yc0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZqXohzQOl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tZqXohzQOl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZqXohzQOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZqXohzQOl .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #9fe870;
  margin-bottom: 2rem;
}
.cid-tZqXohzQOl .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 2rem;
  background: #393193;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tZqXohzQOl .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tZqXohzQOl .card-title,
.cid-tZqXohzQOl .card-box {
  color: #ffffff;
}
.cid-tZqXohzQOl .card-text {
  color: #ffffff;
  line-height: 1.7;
}
.cid-tZvXvtL8ag {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tZvXvtL8ag .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZvXvtL8ag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tZvXvtL8ag .container {
    padding: 0 15px;
  }
}
.cid-tZvXvtL8ag .row {
  justify-content: center;
}
.cid-tZvXvtL8ag .content-wrapper {
  padding: 100px 60px;
  border: 1px solid #ffffff;
  position: relative;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tZvXvtL8ag .content-wrapper {
    padding: 80px 40px;
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-tZvXvtL8ag .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-tZvXvtL8ag .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tZvXvtL8ag .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #000000;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.cid-tZvXvtL8ag .content-wrapper .title-wrapper {
  max-width: 300px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tZvXvtL8ag .content-wrapper .title-wrapper {
    max-width: 100%;
  }
}
.cid-tZvXvtL8ag .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tZvXvtL8ag .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tZvXvtL8ag .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.7;
}
.cid-tZvXvtL8ag .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-tZvXvtL8ag .content-wrapper .lists-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-tZvXvtL8ag .content-wrapper .lists-wrapper {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tZvXvtL8ag .content-wrapper .lists-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-tZvXvtL8ag .content-wrapper .lists-wrapper .list-wrap {
    margin-bottom: 20px;
  }
}
.cid-tZvXvtL8ag .content-wrapper .lists-wrapper .list-wrap .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 36px;
}
.cid-tZvXvtL8ag .content-wrapper .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-tZvXvtL8ag .content-wrapper .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tZvXvtL8ag .content-wrapper .lists-wrapper .list-wrap .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -36px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
.cid-tZvXvtL8ag .mbr-section-title {
  color: #ffffff;
}
.cid-tZvXvtL8ag .mbr-text {
  color: #ffffff;
}
.cid-tZvXvtL8ag .list {
  color: #ffffff;
}
.cid-tZwpTZoWCq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tZwpTZoWCq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZwpTZoWCq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZwpTZoWCq .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tZwpTZoWCq .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tZwpTZoWCq .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tZwpTZoWCq .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tZwpTZoWCq .container {
    padding: 0 12px;
  }
}
.cid-tZwpTZoWCq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tZwpTZoWCq .content-wrapper {
    padding: 0 24px;
  }
}
.cid-tZwpTZoWCq .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tZwpTZoWCq .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tZwpTZoWCq .mbr-section-title {
  color: #1D1D1F;
}
.cid-tZwpTZoWCq .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tZwpTZoWCq .mbr-section-title,
.cid-tZwpTZoWCq .mbr-section-btn {
  text-align: center;
}
.cid-tZwifjMIZn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tZwifjMIZn .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #232323;
}
.cid-tZwifjMIZn .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tZwifjMIZn .mbr-section-subtitle {
  color: #767676;
}
.cid-tZwifjMIZn .panel-group {
  width: 100%;
}
.cid-tZwifjMIZn .panel-text {
  color: #767676;
}
.cid-tZwifjMIZn .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-tZwifjMIZn .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tZwifjMIZn .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #f6f6f6;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tZwifjMIZn .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-tZwifjMIZn .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tZwifjMIZn .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-tZwifjMIZn .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-tZwifjMIZn .card .panel-body {
  background: #ffffff;
}
.cid-tZwifjMIZn .sign {
  color: #232323;
}
.cid-tZwifjMIZn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZwifjMIZn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZwstKv8oG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #4284df;
}
.cid-tZwstKv8oG h2,
.cid-tZwstKv8oG h3,
.cid-tZwstKv8oG h4,
.cid-tZwstKv8oG p {
  color: #ffffff;
}
.cid-tZwstKv8oG .mbr-overlay {
  z-index: -1;
}
.cid-tZwstKv8oG .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tZwstKv8oG .form-control {
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
}
.cid-tZwstKv8oG .subtext {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.cid-tZwstKv8oG .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tZwstKv8oG .mbr-text {
  color: #767676;
}
.cid-tZwstKv8oG .form-block {
  padding: 3rem;
  position: relative;
}
.cid-tZwstKv8oG .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #393193;
  opacity: 0.9;
  z-index: 0;
}
.cid-tZwstKv8oG .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-tZwstKv8oG a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tZwstKv8oG .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-tZwstKv8oG .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tZwstKv8oG textarea.form-control {
  resize: none;
}
.cid-tZwstKv8oG .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-tZwstKv8oG .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tZwstKv8oG .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tZwstKv8oG .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tZwstKv8oG h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tZwstKv8oG .block-content {
    padding: 0;
  }
  .cid-tZwstKv8oG .form-block {
    padding: 1rem;
  }
}
.cid-tZwstKv8oG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZwstKv8oG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZqXaDMW3S {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZqXaDMW3S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZqXaDMW3S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZqXaDMW3S .col-title {
  margin-bottom: 32px;
}
.cid-tZqXaDMW3S .mbr-section-title {
  color: #24262b;
}
.cid-tZqXaDMW3S .mbr-section-subtitle {
  color: #24262b;
}
.cid-tZqXaDMW3S .cards-row {
  row-gap: 32px;
}
.cid-tZqXaDMW3S .card {
  border-radius: 0;
}
.cid-tZqXaDMW3S .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-tZqXaDMW3S .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-tZqXaDMW3S .text-wrap {
  flex-grow: 1;
}
.cid-tZqXaDMW3S .card-title {
  color: #24262b;
}
.cid-tZqXaDMW3S .card-text {
  color: #767676;
}
.cid-tZqNbPtFHn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-tZqNbPtFHn .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tZqNbPtFHn section {
  position: relative;
}
.cid-tZqNbPtFHn h4 {
  margin: 0;
}
.cid-tZqNbPtFHn a {
  font-weight: 300;
}
.cid-tZqNbPtFHn .row {
  align-items: center;
}
.cid-tZqNbPtFHn .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tZqNbPtFHn .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tZqNbPtFHn .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tZqNbPtFHn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tZqNbPtFHn .align-left {
    text-align: center;
  }
  .cid-tZqNbPtFHn .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tZqNbPtFHn .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tZqNbPtFHn .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tZqNbPtFHn .item-title {
  color: #c1c1c1;
}
.cid-tZqNbPtFHn H4 {
  color: #c1c1c1;
}
.cid-tZtcD91V14 {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tZtcD91V14 .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tZtcD91V14 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tZtcD91V14 .navbar-caption {
  font-weight: 500;
}
.cid-tZtcD91V14 nav.navbar {
  position: fixed;
}
.cid-tZtcD91V14 .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-tZtcD91V14 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tZtcD91V14 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZtcD91V14 .dropdown-item:hover,
.cid-tZtcD91V14 .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-tZtcD91V14 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZtcD91V14 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZtcD91V14 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tZtcD91V14 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZtcD91V14 .nav-link {
  position: relative;
}
.cid-tZtcD91V14 .nav-link:hover {
  color: #9fe870 !important;
}
.cid-tZtcD91V14 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-tZtcD91V14 .container,
  .cid-tZtcD91V14 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tZtcD91V14 .dropdown-menu,
.cid-tZtcD91V14 .navbar.opened {
  background: #ffffff !important;
}
.cid-tZtcD91V14 .nav-item:focus,
.cid-tZtcD91V14 .nav-link:focus {
  outline: none;
}
.cid-tZtcD91V14 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZtcD91V14 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZtcD91V14 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZtcD91V14 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZtcD91V14 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZtcD91V14 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZtcD91V14 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tZtcD91V14 .navbar.opened {
  transition: all 0.3s;
}
.cid-tZtcD91V14 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZtcD91V14 .navbar .navbar-logo img {
  width: auto;
  height: auto;
}
.cid-tZtcD91V14 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZtcD91V14 .navbar.collapsed {
  justify-content: center;
}
.cid-tZtcD91V14 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZtcD91V14 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZtcD91V14 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tZtcD91V14 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZtcD91V14 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZtcD91V14 .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-tZtcD91V14 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZtcD91V14 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tZtcD91V14 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZtcD91V14 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZtcD91V14 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZtcD91V14 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZtcD91V14 .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-tZtcD91V14 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZtcD91V14 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZtcD91V14 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZtcD91V14 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZtcD91V14 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tZtcD91V14 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tZtcD91V14 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tZtcD91V14 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tZtcD91V14 .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-tZtcD91V14 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZtcD91V14 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZtcD91V14 .dropdown-item.active,
.cid-tZtcD91V14 .dropdown-item:active {
  background-color: transparent;
}
.cid-tZtcD91V14 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZtcD91V14 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZtcD91V14 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZtcD91V14 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tZtcD91V14 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZtcD91V14 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZtcD91V14 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZtcD91V14 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZtcD91V14 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZtcD91V14 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZtcD91V14 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZtcD91V14 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZtcD91V14 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZtcD91V14 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZtcD91V14 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZtcD91V14 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZtcD91V14 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZtcD91V14 .navbar-dropdown {
  position: fixed;
}
.cid-tZtcD91V14 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZtcD91V14 .navbar {
    height: 70px;
  }
  .cid-tZtcD91V14 .navbar.opened {
    height: auto;
  }
  .cid-tZtcD91V14 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZtcD91V14 .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-tZtcD91V14 .addr {
    margin: 0 auto;
  }
}
.cid-tZtcD91V14 .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-tZtcD91V14 .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-tZBaVJbP5C {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-tZBaVJbP5C .mbr-text {
  color: #000000;
}
.cid-tZBaVJbP5C .mbr-section-subtitle {
  color: #000000;
}
.cid-tZBaVJbP5C .mbr-section-title {
  color: #000000;
}
.cid-tZBRkpCIWx {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-tZBRkpCIWx .mbr-text {
  color: #000000;
}
.cid-tZBRkpCIWx .mbr-section-subtitle {
  color: #000000;
}
.cid-tZBRkpCIWx .mbr-section-title {
  color: #000000;
}
.cid-tZtcDa4dPo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-tZtcDa4dPo .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tZtcDa4dPo section {
  position: relative;
}
.cid-tZtcDa4dPo h4 {
  margin: 0;
}
.cid-tZtcDa4dPo a {
  font-weight: 300;
}
.cid-tZtcDa4dPo .row {
  align-items: center;
}
.cid-tZtcDa4dPo .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tZtcDa4dPo .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tZtcDa4dPo .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tZtcDa4dPo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tZtcDa4dPo .align-left {
    text-align: center;
  }
  .cid-tZtcDa4dPo .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tZtcDa4dPo .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tZtcDa4dPo .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tZtcDa4dPo .item-title {
  color: #c1c1c1;
}
.cid-tZtcDa4dPo H4 {
  color: #c1c1c1;
}
.cid-tZtcRiTiY0 {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tZtcRiTiY0 .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tZtcRiTiY0 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tZtcRiTiY0 .navbar-caption {
  font-weight: 500;
}
.cid-tZtcRiTiY0 nav.navbar {
  position: fixed;
}
.cid-tZtcRiTiY0 .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-tZtcRiTiY0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tZtcRiTiY0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZtcRiTiY0 .dropdown-item:hover,
.cid-tZtcRiTiY0 .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-tZtcRiTiY0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZtcRiTiY0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZtcRiTiY0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tZtcRiTiY0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZtcRiTiY0 .nav-link {
  position: relative;
}
.cid-tZtcRiTiY0 .nav-link:hover {
  color: #9fe870 !important;
}
.cid-tZtcRiTiY0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-tZtcRiTiY0 .container,
  .cid-tZtcRiTiY0 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tZtcRiTiY0 .dropdown-menu,
.cid-tZtcRiTiY0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tZtcRiTiY0 .nav-item:focus,
.cid-tZtcRiTiY0 .nav-link:focus {
  outline: none;
}
.cid-tZtcRiTiY0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZtcRiTiY0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZtcRiTiY0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZtcRiTiY0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZtcRiTiY0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZtcRiTiY0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZtcRiTiY0 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tZtcRiTiY0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tZtcRiTiY0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZtcRiTiY0 .navbar .navbar-logo img {
  width: auto;
  height: auto;
}
.cid-tZtcRiTiY0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZtcRiTiY0 .navbar.collapsed {
  justify-content: center;
}
.cid-tZtcRiTiY0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZtcRiTiY0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZtcRiTiY0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tZtcRiTiY0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZtcRiTiY0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZtcRiTiY0 .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-tZtcRiTiY0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZtcRiTiY0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tZtcRiTiY0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZtcRiTiY0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZtcRiTiY0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZtcRiTiY0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZtcRiTiY0 .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-tZtcRiTiY0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZtcRiTiY0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZtcRiTiY0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZtcRiTiY0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZtcRiTiY0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tZtcRiTiY0 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tZtcRiTiY0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tZtcRiTiY0 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tZtcRiTiY0 .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-tZtcRiTiY0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZtcRiTiY0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZtcRiTiY0 .dropdown-item.active,
.cid-tZtcRiTiY0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tZtcRiTiY0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZtcRiTiY0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZtcRiTiY0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZtcRiTiY0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tZtcRiTiY0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZtcRiTiY0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZtcRiTiY0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZtcRiTiY0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZtcRiTiY0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZtcRiTiY0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZtcRiTiY0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZtcRiTiY0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZtcRiTiY0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZtcRiTiY0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZtcRiTiY0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZtcRiTiY0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZtcRiTiY0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZtcRiTiY0 .navbar-dropdown {
  position: fixed;
}
.cid-tZtcRiTiY0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZtcRiTiY0 .navbar {
    height: 70px;
  }
  .cid-tZtcRiTiY0 .navbar.opened {
    height: auto;
  }
  .cid-tZtcRiTiY0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZtcRiTiY0 .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-tZtcRiTiY0 .addr {
    margin: 0 auto;
  }
}
.cid-tZtcRiTiY0 .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-tZtcRiTiY0 .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-tZBcNOakjO {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-tZBcNOakjO .mbr-text {
  color: #000000;
}
.cid-tZBcNOakjO .mbr-section-subtitle {
  color: #000000;
}
.cid-tZBcNOakjO .mbr-section-title {
  color: #000000;
}
.cid-tZtcRjSrQn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-tZtcRjSrQn .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tZtcRjSrQn section {
  position: relative;
}
.cid-tZtcRjSrQn h4 {
  margin: 0;
}
.cid-tZtcRjSrQn a {
  font-weight: 300;
}
.cid-tZtcRjSrQn .row {
  align-items: center;
}
.cid-tZtcRjSrQn .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tZtcRjSrQn .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tZtcRjSrQn .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tZtcRjSrQn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tZtcRjSrQn .align-left {
    text-align: center;
  }
  .cid-tZtcRjSrQn .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tZtcRjSrQn .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tZtcRjSrQn .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tZtcRjSrQn .item-title {
  color: #c1c1c1;
}
.cid-tZtcRjSrQn H4 {
  color: #c1c1c1;
}
.cid-tZtd8kFhGJ {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tZtd8kFhGJ .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tZtd8kFhGJ .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tZtd8kFhGJ .navbar-caption {
  font-weight: 500;
}
.cid-tZtd8kFhGJ nav.navbar {
  position: fixed;
}
.cid-tZtd8kFhGJ .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-tZtd8kFhGJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tZtd8kFhGJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZtd8kFhGJ .dropdown-item:hover,
.cid-tZtd8kFhGJ .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-tZtd8kFhGJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZtd8kFhGJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZtd8kFhGJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tZtd8kFhGJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZtd8kFhGJ .nav-link {
  position: relative;
}
.cid-tZtd8kFhGJ .nav-link:hover {
  color: #9fe870 !important;
}
.cid-tZtd8kFhGJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-tZtd8kFhGJ .container,
  .cid-tZtd8kFhGJ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tZtd8kFhGJ .dropdown-menu,
.cid-tZtd8kFhGJ .navbar.opened {
  background: #ffffff !important;
}
.cid-tZtd8kFhGJ .nav-item:focus,
.cid-tZtd8kFhGJ .nav-link:focus {
  outline: none;
}
.cid-tZtd8kFhGJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZtd8kFhGJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZtd8kFhGJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZtd8kFhGJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZtd8kFhGJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZtd8kFhGJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZtd8kFhGJ .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tZtd8kFhGJ .navbar.opened {
  transition: all 0.3s;
}
.cid-tZtd8kFhGJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZtd8kFhGJ .navbar .navbar-logo img {
  width: auto;
  height: auto;
}
.cid-tZtd8kFhGJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZtd8kFhGJ .navbar.collapsed {
  justify-content: center;
}
.cid-tZtd8kFhGJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZtd8kFhGJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZtd8kFhGJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tZtd8kFhGJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZtd8kFhGJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZtd8kFhGJ .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-tZtd8kFhGJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZtd8kFhGJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tZtd8kFhGJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZtd8kFhGJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZtd8kFhGJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZtd8kFhGJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZtd8kFhGJ .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-tZtd8kFhGJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZtd8kFhGJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZtd8kFhGJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZtd8kFhGJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZtd8kFhGJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tZtd8kFhGJ .navbar.navbar-short {
  min-height: 80px;
}
.cid-tZtd8kFhGJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tZtd8kFhGJ .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tZtd8kFhGJ .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-tZtd8kFhGJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZtd8kFhGJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZtd8kFhGJ .dropdown-item.active,
.cid-tZtd8kFhGJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tZtd8kFhGJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZtd8kFhGJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZtd8kFhGJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZtd8kFhGJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tZtd8kFhGJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZtd8kFhGJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZtd8kFhGJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZtd8kFhGJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZtd8kFhGJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZtd8kFhGJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZtd8kFhGJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZtd8kFhGJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZtd8kFhGJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZtd8kFhGJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZtd8kFhGJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZtd8kFhGJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZtd8kFhGJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZtd8kFhGJ .navbar-dropdown {
  position: fixed;
}
.cid-tZtd8kFhGJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZtd8kFhGJ .navbar {
    height: 70px;
  }
  .cid-tZtd8kFhGJ .navbar.opened {
    height: auto;
  }
  .cid-tZtd8kFhGJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZtd8kFhGJ .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-tZtd8kFhGJ .addr {
    margin: 0 auto;
  }
}
.cid-tZtd8kFhGJ .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-tZtd8kFhGJ .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-tZtd8kXudG {
  padding-top: 11rem;
  padding-bottom: 4rem;
  background-color: #17003b;
}
.cid-tZtd8kXudG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZtd8kXudG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZtd8kXudG .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tZtd8kXudG .mbr-text,
.cid-tZtd8kXudG .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tZtd8kXudG b,
.cid-tZtd8kXudG strong {
  font-weight: 900;
}
.cid-tZtd8kXudG .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tZtd8lHpHP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-tZtd8lHpHP .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tZtd8lHpHP section {
  position: relative;
}
.cid-tZtd8lHpHP h4 {
  margin: 0;
}
.cid-tZtd8lHpHP a {
  font-weight: 300;
}
.cid-tZtd8lHpHP .row {
  align-items: center;
}
.cid-tZtd8lHpHP .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tZtd8lHpHP .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tZtd8lHpHP .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tZtd8lHpHP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tZtd8lHpHP .align-left {
    text-align: center;
  }
  .cid-tZtd8lHpHP .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tZtd8lHpHP .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tZtd8lHpHP .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tZtd8lHpHP .item-title {
  color: #c1c1c1;
}
.cid-tZtd8lHpHP H4 {
  color: #c1c1c1;
}
.cid-tZqkMz7SkP {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tZqkMz7SkP .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tZqkMz7SkP .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tZqkMz7SkP .navbar-caption {
  font-weight: 500;
}
.cid-tZqkMz7SkP nav.navbar {
  position: fixed;
}
.cid-tZqkMz7SkP .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-tZqkMz7SkP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tZqkMz7SkP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZqkMz7SkP .dropdown-item:hover,
.cid-tZqkMz7SkP .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-tZqkMz7SkP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZqkMz7SkP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZqkMz7SkP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tZqkMz7SkP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZqkMz7SkP .nav-link {
  position: relative;
}
.cid-tZqkMz7SkP .nav-link:hover {
  color: #9fe870 !important;
}
.cid-tZqkMz7SkP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-tZqkMz7SkP .container,
  .cid-tZqkMz7SkP .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tZqkMz7SkP .dropdown-menu,
.cid-tZqkMz7SkP .navbar.opened {
  background: #ffffff !important;
}
.cid-tZqkMz7SkP .nav-item:focus,
.cid-tZqkMz7SkP .nav-link:focus {
  outline: none;
}
.cid-tZqkMz7SkP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZqkMz7SkP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZqkMz7SkP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZqkMz7SkP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZqkMz7SkP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZqkMz7SkP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZqkMz7SkP .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tZqkMz7SkP .navbar.opened {
  transition: all 0.3s;
}
.cid-tZqkMz7SkP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZqkMz7SkP .navbar .navbar-logo img {
  width: auto;
  height: auto;
}
.cid-tZqkMz7SkP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZqkMz7SkP .navbar.collapsed {
  justify-content: center;
}
.cid-tZqkMz7SkP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZqkMz7SkP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZqkMz7SkP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tZqkMz7SkP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZqkMz7SkP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZqkMz7SkP .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-tZqkMz7SkP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZqkMz7SkP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tZqkMz7SkP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZqkMz7SkP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZqkMz7SkP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZqkMz7SkP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZqkMz7SkP .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-tZqkMz7SkP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZqkMz7SkP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZqkMz7SkP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZqkMz7SkP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZqkMz7SkP .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tZqkMz7SkP .navbar.navbar-short {
  min-height: 80px;
}
.cid-tZqkMz7SkP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tZqkMz7SkP .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tZqkMz7SkP .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-tZqkMz7SkP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZqkMz7SkP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZqkMz7SkP .dropdown-item.active,
.cid-tZqkMz7SkP .dropdown-item:active {
  background-color: transparent;
}
.cid-tZqkMz7SkP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZqkMz7SkP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZqkMz7SkP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZqkMz7SkP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tZqkMz7SkP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZqkMz7SkP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZqkMz7SkP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZqkMz7SkP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZqkMz7SkP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZqkMz7SkP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZqkMz7SkP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZqkMz7SkP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZqkMz7SkP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZqkMz7SkP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZqkMz7SkP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZqkMz7SkP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZqkMz7SkP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZqkMz7SkP .navbar-dropdown {
  position: fixed;
}
.cid-tZqkMz7SkP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZqkMz7SkP .navbar {
    height: 70px;
  }
  .cid-tZqkMz7SkP .navbar.opened {
    height: auto;
  }
  .cid-tZqkMz7SkP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZqkMz7SkP .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-tZqkMz7SkP .addr {
    margin: 0 auto;
  }
}
.cid-tZqkMz7SkP .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-tZqkMz7SkP .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-tZqkMA7C4t {
  padding-top: 11rem;
  padding-bottom: 4rem;
  background-color: #17003b;
}
.cid-tZqkMA7C4t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZqkMA7C4t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZqkMA7C4t .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tZqkMA7C4t .mbr-text,
.cid-tZqkMA7C4t .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tZqkMA7C4t b,
.cid-tZqkMA7C4t strong {
  font-weight: 900;
}
.cid-tZqkMA7C4t .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tZqA41mqzb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tZqA41mqzb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZqA41mqzb .row {
  flex-direction: row-reverse;
}
.cid-tZqA41mqzb img {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-tZqA41mqzb .top {
    padding-top: 20px;
  }
}
.cid-uVtWEjeVip {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #181855;
}
.cid-uVtWEjeVip .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  color: #ffffff;
}
.cid-uVtWEjeVip .socicon:before {
  padding: .6rem;
  border-radius: 100px;
  transition: all .3s;
}
.cid-uVtWEjeVip .socicon:hover:before {
  transition: all .3s;
  border-color: transparent;
}
@media (max-width: 767px) {
  .cid-uVtWEjeVip .socicon {
    margin-right: 0.2rem;
  }
}
.cid-uVtWEjeVip .social-list {
  display: flex;
  justify-content: center;
}
.cid-uVtWEjeVip .social-list a:focus {
  text-decoration: none;
}
.cid-uVtWEjeVip .socicon:hover {
  transform: translate(0, -10px);
}
.cid-uVtWEjeVip .socion1 {
  background: #ffd7ef;
}
.cid-uVtWEjeVip .socion2 {
  background-color: #cf1d1d;
}
.cid-uVtWEjeVip .socion3 {
  background-color: #8cdcdb;
}
.cid-uVtWEjeVip .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVtWEjeVip .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZqkMBvhxM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-tZqkMBvhxM .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tZqkMBvhxM section {
  position: relative;
}
.cid-tZqkMBvhxM h4 {
  margin: 0;
}
.cid-tZqkMBvhxM a {
  font-weight: 300;
}
.cid-tZqkMBvhxM .row {
  align-items: center;
}
.cid-tZqkMBvhxM .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tZqkMBvhxM .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tZqkMBvhxM .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tZqkMBvhxM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tZqkMBvhxM .align-left {
    text-align: center;
  }
  .cid-tZqkMBvhxM .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tZqkMBvhxM .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tZqkMBvhxM .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tZqkMBvhxM .item-title {
  color: #c1c1c1;
}
.cid-tZqkMBvhxM H4 {
  color: #c1c1c1;
}
.cid-tZtPVJZxcp {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tZtPVJZxcp .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tZtPVJZxcp .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tZtPVJZxcp .navbar-caption {
  font-weight: 500;
}
.cid-tZtPVJZxcp nav.navbar {
  position: fixed;
}
.cid-tZtPVJZxcp .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-tZtPVJZxcp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tZtPVJZxcp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZtPVJZxcp .dropdown-item:hover,
.cid-tZtPVJZxcp .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-tZtPVJZxcp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZtPVJZxcp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZtPVJZxcp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tZtPVJZxcp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZtPVJZxcp .nav-link {
  position: relative;
}
.cid-tZtPVJZxcp .nav-link:hover {
  color: #9fe870 !important;
}
.cid-tZtPVJZxcp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-tZtPVJZxcp .container,
  .cid-tZtPVJZxcp .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tZtPVJZxcp .dropdown-menu,
.cid-tZtPVJZxcp .navbar.opened {
  background: #ffffff !important;
}
.cid-tZtPVJZxcp .nav-item:focus,
.cid-tZtPVJZxcp .nav-link:focus {
  outline: none;
}
.cid-tZtPVJZxcp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZtPVJZxcp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZtPVJZxcp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZtPVJZxcp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZtPVJZxcp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZtPVJZxcp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZtPVJZxcp .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tZtPVJZxcp .navbar.opened {
  transition: all 0.3s;
}
.cid-tZtPVJZxcp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZtPVJZxcp .navbar .navbar-logo img {
  width: auto;
  height: auto;
}
.cid-tZtPVJZxcp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZtPVJZxcp .navbar.collapsed {
  justify-content: center;
}
.cid-tZtPVJZxcp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZtPVJZxcp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZtPVJZxcp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tZtPVJZxcp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZtPVJZxcp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZtPVJZxcp .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-tZtPVJZxcp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZtPVJZxcp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tZtPVJZxcp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZtPVJZxcp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZtPVJZxcp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZtPVJZxcp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZtPVJZxcp .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-tZtPVJZxcp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZtPVJZxcp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZtPVJZxcp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZtPVJZxcp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZtPVJZxcp .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tZtPVJZxcp .navbar.navbar-short {
  min-height: 80px;
}
.cid-tZtPVJZxcp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tZtPVJZxcp .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tZtPVJZxcp .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-tZtPVJZxcp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZtPVJZxcp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZtPVJZxcp .dropdown-item.active,
.cid-tZtPVJZxcp .dropdown-item:active {
  background-color: transparent;
}
.cid-tZtPVJZxcp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZtPVJZxcp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZtPVJZxcp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZtPVJZxcp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tZtPVJZxcp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZtPVJZxcp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZtPVJZxcp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZtPVJZxcp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZtPVJZxcp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZtPVJZxcp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZtPVJZxcp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZtPVJZxcp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZtPVJZxcp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZtPVJZxcp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZtPVJZxcp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZtPVJZxcp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZtPVJZxcp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZtPVJZxcp .navbar-dropdown {
  position: fixed;
}
.cid-tZtPVJZxcp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZtPVJZxcp .navbar {
    height: 70px;
  }
  .cid-tZtPVJZxcp .navbar.opened {
    height: auto;
  }
  .cid-tZtPVJZxcp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZtPVJZxcp .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-tZtPVJZxcp .addr {
    margin: 0 auto;
  }
}
.cid-tZtPVJZxcp .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-tZtPVJZxcp .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-uMUxD2i7Qv {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uMUxD2i7Qv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uMUxD2i7Qv label {
  padding: 0 1rem;
}
.cid-uMUxD2i7Qv textarea {
  min-height: 150px;
}
.cid-uMUxD2i7Qv .btn {
  padding: 1rem 3rem;
}
@media (min-width: 992px) {
  .cid-uMUxD2i7Qv .image-wrapper {
    max-width: 80%;
  }
}
.cid-uMUxD2i7Qv .row {
  align-items: center;
}
.cid-uMUxD2i7Qv .form-control,
.cid-uMUxD2i7Qv .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #004cd5 !important;
  border-radius: 0;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uMUxD2i7Qv .form-control::-webkit-input-placeholder,
.cid-uMUxD2i7Qv .field-input::-webkit-input-placeholder,
.cid-uMUxD2i7Qv .form-control::-webkit-input-placeholder,
.cid-uMUxD2i7Qv .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uMUxD2i7Qv .form-control:-moz-placeholder,
.cid-uMUxD2i7Qv .field-input:-moz-placeholder,
.cid-uMUxD2i7Qv .form-control:-moz-placeholder,
.cid-uMUxD2i7Qv .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uMUxD2i7Qv .form-control:hover,
.cid-uMUxD2i7Qv .field-input:hover,
.cid-uMUxD2i7Qv .form-control:focus,
.cid-uMUxD2i7Qv .field-input:focus {
  background-color: #ffffff;
  border-color: #004cd5 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uMUxD2i7Qv .form-control:hover::-webkit-input-placeholder,
.cid-uMUxD2i7Qv .field-input:hover::-webkit-input-placeholder,
.cid-uMUxD2i7Qv .form-control:focus::-webkit-input-placeholder,
.cid-uMUxD2i7Qv .field-input:focus::-webkit-input-placeholder,
.cid-uMUxD2i7Qv .form-control:hover::-webkit-input-placeholder,
.cid-uMUxD2i7Qv .field-input:hover::-webkit-input-placeholder,
.cid-uMUxD2i7Qv .form-control:focus::-webkit-input-placeholder,
.cid-uMUxD2i7Qv .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uMUxD2i7Qv .form-control:hover:-moz-placeholder,
.cid-uMUxD2i7Qv .field-input:hover:-moz-placeholder,
.cid-uMUxD2i7Qv .form-control:focus:-moz-placeholder,
.cid-uMUxD2i7Qv .field-input:focus:-moz-placeholder,
.cid-uMUxD2i7Qv .form-control:hover:-moz-placeholder,
.cid-uMUxD2i7Qv .field-input:hover:-moz-placeholder,
.cid-uMUxD2i7Qv .form-control:focus:-moz-placeholder,
.cid-uMUxD2i7Qv .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uMUxD2i7Qv .jq-number__spin:hover,
.cid-uMUxD2i7Qv .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #004cd5;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uMUxD2i7Qv .jq-number__spin {
  background-color: #ffffff;
  border-color: #004cd5;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uMUxD2i7Qv .jq-selectbox li,
.cid-uMUxD2i7Qv .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uMUxD2i7Qv .jq-selectbox li:hover,
.cid-uMUxD2i7Qv .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uMUxD2i7Qv .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uMUxD2i7Qv .jq-number__spin.minus:hover:after,
.cid-uMUxD2i7Qv .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uMUxD2i7Qv .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uMUxD2i7Qv .jq-number__spin.minus:after,
.cid-uMUxD2i7Qv .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uMUxD2i7Qv input::-webkit-clear-button {
  display: none;
}
.cid-uMUxD2i7Qv input::-webkit-inner-spin-button {
  display: none;
}
.cid-uMUxD2i7Qv input::-webkit-outer-spin-button {
  display: none;
}
.cid-uMUxD2i7Qv input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uMUxD2i7Qv .wrapper {
  display: flex;
}
.cid-uMUxD2i7Qv .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #9fe870;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uMUxD2i7Qv .wrapper {
    flex-direction: column;
  }
  .cid-uMUxD2i7Qv .iconfont-wrapper {
    margin: auto;
  }
  .cid-uMUxD2i7Qv .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-uMUxD2i7Qv .mbr-section-title {
  color: #004cd5;
}
.cid-tZtPVKVSQA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-tZtPVKVSQA .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tZtPVKVSQA section {
  position: relative;
}
.cid-tZtPVKVSQA h4 {
  margin: 0;
}
.cid-tZtPVKVSQA a {
  font-weight: 300;
}
.cid-tZtPVKVSQA .row {
  align-items: center;
}
.cid-tZtPVKVSQA .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tZtPVKVSQA .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tZtPVKVSQA .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tZtPVKVSQA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tZtPVKVSQA .align-left {
    text-align: center;
  }
  .cid-tZtPVKVSQA .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tZtPVKVSQA .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tZtPVKVSQA .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tZtPVKVSQA .item-title {
  color: #c1c1c1;
}
.cid-tZtPVKVSQA H4 {
  color: #c1c1c1;
}
.cid-tZufR5wcQ3 {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tZufR5wcQ3 .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tZufR5wcQ3 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tZufR5wcQ3 .navbar-caption {
  font-weight: 500;
}
.cid-tZufR5wcQ3 nav.navbar {
  position: fixed;
}
.cid-tZufR5wcQ3 .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-tZufR5wcQ3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tZufR5wcQ3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZufR5wcQ3 .dropdown-item:hover,
.cid-tZufR5wcQ3 .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-tZufR5wcQ3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZufR5wcQ3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZufR5wcQ3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tZufR5wcQ3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZufR5wcQ3 .nav-link {
  position: relative;
}
.cid-tZufR5wcQ3 .nav-link:hover {
  color: #9fe870 !important;
}
.cid-tZufR5wcQ3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-tZufR5wcQ3 .container,
  .cid-tZufR5wcQ3 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tZufR5wcQ3 .dropdown-menu,
.cid-tZufR5wcQ3 .navbar.opened {
  background: #ffffff !important;
}
.cid-tZufR5wcQ3 .nav-item:focus,
.cid-tZufR5wcQ3 .nav-link:focus {
  outline: none;
}
.cid-tZufR5wcQ3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZufR5wcQ3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZufR5wcQ3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZufR5wcQ3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZufR5wcQ3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZufR5wcQ3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZufR5wcQ3 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tZufR5wcQ3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tZufR5wcQ3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZufR5wcQ3 .navbar .navbar-logo img {
  width: auto;
  height: auto;
}
.cid-tZufR5wcQ3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZufR5wcQ3 .navbar.collapsed {
  justify-content: center;
}
.cid-tZufR5wcQ3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZufR5wcQ3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZufR5wcQ3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tZufR5wcQ3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZufR5wcQ3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZufR5wcQ3 .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-tZufR5wcQ3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZufR5wcQ3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tZufR5wcQ3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZufR5wcQ3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZufR5wcQ3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZufR5wcQ3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZufR5wcQ3 .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-tZufR5wcQ3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZufR5wcQ3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZufR5wcQ3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZufR5wcQ3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZufR5wcQ3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tZufR5wcQ3 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tZufR5wcQ3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tZufR5wcQ3 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tZufR5wcQ3 .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-tZufR5wcQ3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZufR5wcQ3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZufR5wcQ3 .dropdown-item.active,
.cid-tZufR5wcQ3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tZufR5wcQ3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZufR5wcQ3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZufR5wcQ3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZufR5wcQ3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tZufR5wcQ3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZufR5wcQ3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZufR5wcQ3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZufR5wcQ3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZufR5wcQ3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZufR5wcQ3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZufR5wcQ3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZufR5wcQ3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZufR5wcQ3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZufR5wcQ3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZufR5wcQ3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZufR5wcQ3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZufR5wcQ3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZufR5wcQ3 .navbar-dropdown {
  position: fixed;
}
.cid-tZufR5wcQ3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZufR5wcQ3 .navbar {
    height: 70px;
  }
  .cid-tZufR5wcQ3 .navbar.opened {
    height: auto;
  }
  .cid-tZufR5wcQ3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZufR5wcQ3 .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-tZufR5wcQ3 .addr {
    margin: 0 auto;
  }
}
.cid-tZufR5wcQ3 .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-tZufR5wcQ3 .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-tZufR5Rtgf {
  padding-top: 11rem;
  padding-bottom: 4rem;
  background-color: #17003b;
}
.cid-tZufR5Rtgf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZufR5Rtgf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZufR5Rtgf .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tZufR5Rtgf .mbr-text,
.cid-tZufR5Rtgf .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tZufR5Rtgf b,
.cid-tZufR5Rtgf strong {
  font-weight: 900;
}
.cid-tZufR5Rtgf .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tZuuOHs8fv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #393193;
}
.cid-tZuuOHs8fv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZuuOHs8fv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZuuOHs8fv .card-wrapper {
  overflow: hidden;
  background: #edefeb;
}
.cid-tZuuOHs8fv .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tZuuOHs8fv .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tZuuOHs8fv .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-tZuuOHs8fv .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-tZuuOHs8fv .row {
  flex-direction: row-reverse;
}
.cid-tZuuOHs8fv .image-wrapper {
  padding: 0 1rem;
}
.cid-tZuuOHs8fv img,
.cid-tZuuOHs8fv .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tZuuOHs8fv img,
  .cid-tZuuOHs8fv .image-wrapper {
    max-height: 350px;
  }
}
.cid-tZuuOHs8fv .mbr-section-title {
  color: #000000;
  line-height: 1.7;
}
.cid-tZuuOHs8fv .mbr-text {
  color: #000000;
  line-height: 1.7;
}
.cid-tZuvQjXdcr {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #9c98cf;
}
.cid-tZuvQjXdcr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZuvQjXdcr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZuvQjXdcr .card-wrapper {
  overflow: hidden;
  background: #edefeb;
}
.cid-tZuvQjXdcr .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tZuvQjXdcr .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tZuvQjXdcr .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-tZuvQjXdcr .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-tZuvQjXdcr .image-wrapper {
  padding: 0 1rem;
}
.cid-tZuvQjXdcr img,
.cid-tZuvQjXdcr .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tZuvQjXdcr img,
  .cid-tZuvQjXdcr .image-wrapper {
    max-height: 350px;
  }
}
.cid-tZuvQjXdcr .mbr-section-title {
  color: #000000;
  line-height: 1.7;
}
.cid-tZuvQjXdcr .mbr-text {
  color: #000000;
  line-height: 1.7;
}
.cid-tZuj4iUo5f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #dcd7d0;
}
.cid-tZuj4iUo5f .list-group-item {
  background-color: transparent;
  color: #000000;
  text-align: left;
}
.cid-tZuj4iUo5f .plan {
  border-radius: 2rem;
  background: #ffffff;
  padding: 2.5rem;
  word-break: break-word;
}
.cid-tZuj4iUo5f .plan .list-group-item {
  position: relative;
  justify-content: center;
  padding-left: 2rem;
  border: 0;
  font-family: 'Arial' !important;
}
.cid-tZuj4iUo5f .plan .list-group-item::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  font-weight: 900;
  content: "\e97c";
  color: #fb7a64;
}
@media (max-width: 767px) {
  .cid-tZuj4iUo5f .plan {
    padding: 2rem 1rem;
  }
}
.cid-tZuj4iUo5f .mbr-iconfont {
  font-size: 5rem;
  color: #fb7a64;
  padding-bottom: 2rem;
  display: block;
}
.cid-tZuj4iUo5f .price {
  color: #9fe870;
}
.cid-tZuj4iUo5f .btn {
  width: -webkit-fill-available;
}
@media (max-width: 991px) {
  .cid-tZuj4iUo5f .plan {
    margin-bottom: 2rem;
  }
}
.cid-tZuj4iUo5f .price,
.cid-tZuj4iUo5f .plan-price {
  color: #04492e;
}
.cid-tZuj4iUo5f H3 {
  color: #04492e;
  text-align: center;
}
.cid-tZuj4iUo5f H4 {
  color: #6e6e6e;
  text-align: center;
}
.cid-tZuj4iUo5f .plan-title {
  color: #04492e;
}
.cid-tZuj4iUo5f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZuj4iUo5f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZuj4iUo5f .price-term,
.cid-tZuj4iUo5f .plan-price {
  color: #6e6e6e;
}
.cid-tZuj4iUo5f .mbr-card-text {
  color: #6e6e6e;
}
.cid-tZuqxmsM09 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tZuqxmsM09 .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #232323;
}
.cid-tZuqxmsM09 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tZuqxmsM09 .mbr-section-subtitle {
  color: #767676;
}
.cid-tZuqxmsM09 .panel-group {
  width: 100%;
}
.cid-tZuqxmsM09 .panel-text {
  color: #767676;
}
.cid-tZuqxmsM09 .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-tZuqxmsM09 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tZuqxmsM09 .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #f6f6f6;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tZuqxmsM09 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-tZuqxmsM09 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tZuqxmsM09 .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-tZuqxmsM09 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-tZuqxmsM09 .card .panel-body {
  background: #ffffff;
}
.cid-tZuqxmsM09 .sign {
  color: #232323;
}
.cid-tZuqxmsM09 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZuqxmsM09 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZuqxmsM09 .mbr-text {
  line-height: 1.7;
}
.cid-tZufR6I9jv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-tZufR6I9jv .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tZufR6I9jv section {
  position: relative;
}
.cid-tZufR6I9jv h4 {
  margin: 0;
}
.cid-tZufR6I9jv a {
  font-weight: 300;
}
.cid-tZufR6I9jv .row {
  align-items: center;
}
.cid-tZufR6I9jv .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tZufR6I9jv .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tZufR6I9jv .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tZufR6I9jv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tZufR6I9jv .align-left {
    text-align: center;
  }
  .cid-tZufR6I9jv .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tZufR6I9jv .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tZufR6I9jv .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tZufR6I9jv .item-title {
  color: #c1c1c1;
}
.cid-tZufR6I9jv H4 {
  color: #c1c1c1;
}
.cid-tZuEEDFc7X {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tZuEEDFc7X .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tZuEEDFc7X .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tZuEEDFc7X .navbar-caption {
  font-weight: 500;
}
.cid-tZuEEDFc7X nav.navbar {
  position: fixed;
}
.cid-tZuEEDFc7X .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-tZuEEDFc7X .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tZuEEDFc7X .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZuEEDFc7X .dropdown-item:hover,
.cid-tZuEEDFc7X .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-tZuEEDFc7X .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZuEEDFc7X .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZuEEDFc7X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tZuEEDFc7X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZuEEDFc7X .nav-link {
  position: relative;
}
.cid-tZuEEDFc7X .nav-link:hover {
  color: #9fe870 !important;
}
.cid-tZuEEDFc7X .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-tZuEEDFc7X .container,
  .cid-tZuEEDFc7X .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tZuEEDFc7X .dropdown-menu,
.cid-tZuEEDFc7X .navbar.opened {
  background: #ffffff !important;
}
.cid-tZuEEDFc7X .nav-item:focus,
.cid-tZuEEDFc7X .nav-link:focus {
  outline: none;
}
.cid-tZuEEDFc7X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZuEEDFc7X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZuEEDFc7X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZuEEDFc7X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZuEEDFc7X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZuEEDFc7X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZuEEDFc7X .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tZuEEDFc7X .navbar.opened {
  transition: all 0.3s;
}
.cid-tZuEEDFc7X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZuEEDFc7X .navbar .navbar-logo img {
  width: auto;
  height: auto;
}
.cid-tZuEEDFc7X .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZuEEDFc7X .navbar.collapsed {
  justify-content: center;
}
.cid-tZuEEDFc7X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZuEEDFc7X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZuEEDFc7X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tZuEEDFc7X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZuEEDFc7X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZuEEDFc7X .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-tZuEEDFc7X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZuEEDFc7X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tZuEEDFc7X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZuEEDFc7X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZuEEDFc7X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZuEEDFc7X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZuEEDFc7X .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-tZuEEDFc7X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZuEEDFc7X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZuEEDFc7X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZuEEDFc7X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZuEEDFc7X .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tZuEEDFc7X .navbar.navbar-short {
  min-height: 80px;
}
.cid-tZuEEDFc7X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tZuEEDFc7X .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tZuEEDFc7X .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-tZuEEDFc7X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZuEEDFc7X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZuEEDFc7X .dropdown-item.active,
.cid-tZuEEDFc7X .dropdown-item:active {
  background-color: transparent;
}
.cid-tZuEEDFc7X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZuEEDFc7X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZuEEDFc7X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZuEEDFc7X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tZuEEDFc7X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZuEEDFc7X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZuEEDFc7X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZuEEDFc7X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZuEEDFc7X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZuEEDFc7X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZuEEDFc7X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZuEEDFc7X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZuEEDFc7X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZuEEDFc7X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZuEEDFc7X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZuEEDFc7X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZuEEDFc7X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZuEEDFc7X .navbar-dropdown {
  position: fixed;
}
.cid-tZuEEDFc7X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZuEEDFc7X .navbar {
    height: 70px;
  }
  .cid-tZuEEDFc7X .navbar.opened {
    height: auto;
  }
  .cid-tZuEEDFc7X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZuEEDFc7X .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-tZuEEDFc7X .addr {
    margin: 0 auto;
  }
}
.cid-tZuEEDFc7X .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-tZuEEDFc7X .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-tZvuq2cIME {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZvuq2cIME .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZvuq2cIME .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tZvuq2cIME .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZvuq2cIME .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-tZvuq2cIME .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tZvuq2cIME h5 {
  margin: 0;
}
.cid-tZvuq2cIME .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZvuq2cIME .iconfont-wrapper {
  position: relative;
}
.cid-tZvuq2cIME .iconfont-wrapper:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ca9236;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-tZvuq2cIME .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #4e423d;
  width: 100px;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-tZvuq2cIME .card-title,
.cid-tZvuq2cIME .iconfont-wrapper {
  color: #000000;
}
.cid-tZvuq2cIME .card-text {
  color: #000000;
}
.cid-tZvuq2cIME .mbr-section-title {
  color: #000000;
}
.cid-tZvtrnHWQq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZvtrnHWQq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZvtrnHWQq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZuF17vIGB {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZuF17vIGB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZuF17vIGB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZuF17vIGB .row {
  justify-content: center;
}
.cid-tZuF17vIGB .video-wrapper iframe {
  width: 100%;
}
.cid-tZuF17vIGB .title-wrapper {
  margin-bottom: 32px;
}
.cid-tZuF17vIGB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tZuF17vIGB .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tZuF17vIGB .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-tZuF17vIGB .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-tZuF17vIGB .video-block {
    margin-bottom: 24px;
  }
}
.cid-tZuF17vIGB .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-tZuF17vIGB .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-tZuGw0VqZJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZuGw0VqZJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZuGw0VqZJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZuGw0VqZJ .row {
  justify-content: center;
}
.cid-tZuGw0VqZJ .video-wrapper iframe {
  width: 100%;
}
.cid-tZuGw0VqZJ .title-wrapper {
  margin-bottom: 32px;
}
.cid-tZuGw0VqZJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tZuGw0VqZJ .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tZuGw0VqZJ .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-tZuGw0VqZJ .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-tZuGw0VqZJ .video-block {
    margin-bottom: 24px;
  }
}
.cid-tZuGw0VqZJ .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-tZuGw0VqZJ .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-tZuGU9ISnL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZuGU9ISnL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZuGU9ISnL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZuGU9ISnL .row {
  justify-content: center;
}
.cid-tZuGU9ISnL .video-wrapper iframe {
  width: 100%;
}
.cid-tZuGU9ISnL .title-wrapper {
  margin-bottom: 32px;
}
.cid-tZuGU9ISnL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tZuGU9ISnL .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tZuGU9ISnL .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-tZuGU9ISnL .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-tZuGU9ISnL .video-block {
    margin-bottom: 24px;
  }
}
.cid-tZuGU9ISnL .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-tZuGU9ISnL .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-tZuHEP7NFH {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tZuHEP7NFH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZuHEP7NFH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZuHEP7NFH .row {
  justify-content: center;
}
.cid-tZuHEP7NFH .video-wrapper iframe {
  width: 100%;
}
.cid-tZuHEP7NFH .title-wrapper {
  margin-bottom: 32px;
}
.cid-tZuHEP7NFH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tZuHEP7NFH .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tZuHEP7NFH .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-tZuHEP7NFH .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-tZuHEP7NFH .video-block {
    margin-bottom: 24px;
  }
}
.cid-tZuHEP7NFH .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-tZuHEP7NFH .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-tZvxfv8TrF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZvxfv8TrF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZvxfv8TrF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZvxhvi5aW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZvxhvi5aW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZvxhvi5aW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZvxhvi5aW .row {
  justify-content: center;
}
.cid-tZvxhvi5aW .video-wrapper iframe {
  width: 100%;
}
.cid-tZvxhvi5aW .title-wrapper {
  margin-bottom: 32px;
}
.cid-tZvxhvi5aW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tZvxhvi5aW .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tZvxhvi5aW .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-tZvxhvi5aW .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-tZvxhvi5aW .video-block {
    margin-bottom: 24px;
  }
}
.cid-tZvxhvi5aW .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-tZvxhvi5aW .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-tZvxLzKCjE {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZvxLzKCjE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZvxLzKCjE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZvxLzKCjE .row {
  justify-content: center;
}
.cid-tZvxLzKCjE .video-wrapper iframe {
  width: 100%;
}
.cid-tZvxLzKCjE .title-wrapper {
  margin-bottom: 32px;
}
.cid-tZvxLzKCjE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tZvxLzKCjE .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tZvxLzKCjE .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-tZvxLzKCjE .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-tZvxLzKCjE .video-block {
    margin-bottom: 24px;
  }
}
.cid-tZvxLzKCjE .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-tZvxLzKCjE .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-tZvxNGajYy {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZvxNGajYy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZvxNGajYy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZvxNGajYy .row {
  justify-content: center;
}
.cid-tZvxNGajYy .video-wrapper iframe {
  width: 100%;
}
.cid-tZvxNGajYy .title-wrapper {
  margin-bottom: 32px;
}
.cid-tZvxNGajYy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tZvxNGajYy .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tZvxNGajYy .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-tZvxNGajYy .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-tZvxNGajYy .video-block {
    margin-bottom: 24px;
  }
}
.cid-tZvxNGajYy .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-tZvxNGajYy .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-tZvyEODatC {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tZvyEODatC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZvyEODatC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZvyEODatC .row {
  justify-content: center;
}
.cid-tZvyEODatC .video-wrapper iframe {
  width: 100%;
}
.cid-tZvyEODatC .title-wrapper {
  margin-bottom: 32px;
}
.cid-tZvyEODatC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tZvyEODatC .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tZvyEODatC .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-tZvyEODatC .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-tZvyEODatC .video-block {
    margin-bottom: 24px;
  }
}
.cid-tZvyEODatC .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-tZvyEODatC .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-tZuJ7kzc8q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZuJ7kzc8q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZuJ7kzc8q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZuIKVK3uI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZuIKVK3uI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZuIKVK3uI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZuIKVK3uI .row {
  justify-content: center;
}
.cid-tZuIKVK3uI .video-wrapper iframe {
  width: 100%;
}
.cid-tZuIKVK3uI .title-wrapper {
  margin-bottom: 32px;
}
.cid-tZuIKVK3uI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tZuIKVK3uI .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tZuIKVK3uI .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-tZuIKVK3uI .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-tZuIKVK3uI .video-block {
    margin-bottom: 24px;
  }
}
.cid-tZuIKVK3uI .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-tZuIKVK3uI .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-tZuJLs8Qd8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZuJLs8Qd8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZuJLs8Qd8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZuJLs8Qd8 .row {
  justify-content: center;
}
.cid-tZuJLs8Qd8 .video-wrapper iframe {
  width: 100%;
}
.cid-tZuJLs8Qd8 .title-wrapper {
  margin-bottom: 32px;
}
.cid-tZuJLs8Qd8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tZuJLs8Qd8 .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tZuJLs8Qd8 .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-tZuJLs8Qd8 .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-tZuJLs8Qd8 .video-block {
    margin-bottom: 24px;
  }
}
.cid-tZuJLs8Qd8 .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-tZuJLs8Qd8 .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-tZuK4R28uh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZuK4R28uh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZuK4R28uh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZuK4R28uh .row {
  justify-content: center;
}
.cid-tZuK4R28uh .video-wrapper iframe {
  width: 100%;
}
.cid-tZuK4R28uh .title-wrapper {
  margin-bottom: 32px;
}
.cid-tZuK4R28uh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tZuK4R28uh .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tZuK4R28uh .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-tZuK4R28uh .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-tZuK4R28uh .video-block {
    margin-bottom: 24px;
  }
}
.cid-tZuK4R28uh .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-tZuK4R28uh .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-tZuKnK15jQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZuKnK15jQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZuKnK15jQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZuKnK15jQ .row {
  justify-content: center;
}
.cid-tZuKnK15jQ .video-wrapper iframe {
  width: 100%;
}
.cid-tZuKnK15jQ .title-wrapper {
  margin-bottom: 32px;
}
.cid-tZuKnK15jQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tZuKnK15jQ .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tZuKnK15jQ .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-tZuKnK15jQ .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-tZuKnK15jQ .video-block {
    margin-bottom: 24px;
  }
}
.cid-tZuKnK15jQ .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-tZuKnK15jQ .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-tZuKy7yxeB {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tZuKy7yxeB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZuKy7yxeB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZuKy7yxeB .row {
  justify-content: center;
}
.cid-tZuKy7yxeB .video-wrapper iframe {
  width: 100%;
}
.cid-tZuKy7yxeB .title-wrapper {
  margin-bottom: 32px;
}
.cid-tZuKy7yxeB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tZuKy7yxeB .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tZuKy7yxeB .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-tZuKy7yxeB .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-tZuKy7yxeB .video-block {
    margin-bottom: 24px;
  }
}
.cid-tZuKy7yxeB .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-tZuKy7yxeB .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-tZvvUirwxb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZvvUirwxb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZvvUirwxb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZvvVD7Nf8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZvvVD7Nf8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZvvVD7Nf8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZvvVD7Nf8 .row {
  justify-content: center;
}
.cid-tZvvVD7Nf8 .video-wrapper iframe {
  width: 100%;
}
.cid-tZvvVD7Nf8 .title-wrapper {
  margin-bottom: 32px;
}
.cid-tZvvVD7Nf8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tZvvVD7Nf8 .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tZvvVD7Nf8 .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-tZvvVD7Nf8 .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-tZvvVD7Nf8 .video-block {
    margin-bottom: 24px;
  }
}
.cid-tZvvVD7Nf8 .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-tZvvVD7Nf8 .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-tZvwE1XGEE {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZvwE1XGEE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZvwE1XGEE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZvwE1XGEE .row {
  justify-content: center;
}
.cid-tZvwE1XGEE .video-wrapper iframe {
  width: 100%;
}
.cid-tZvwE1XGEE .title-wrapper {
  margin-bottom: 32px;
}
.cid-tZvwE1XGEE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tZvwE1XGEE .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tZvwE1XGEE .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-tZvwE1XGEE .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-tZvwE1XGEE .video-block {
    margin-bottom: 24px;
  }
}
.cid-tZvwE1XGEE .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-tZvwE1XGEE .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-uVtVV3gF1Q {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #181855;
}
.cid-uVtVV3gF1Q .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  color: #ffffff;
}
.cid-uVtVV3gF1Q .socicon:before {
  padding: .6rem;
  border-radius: 100px;
  transition: all .3s;
}
.cid-uVtVV3gF1Q .socicon:hover:before {
  transition: all .3s;
  border-color: transparent;
}
@media (max-width: 767px) {
  .cid-uVtVV3gF1Q .socicon {
    margin-right: 0.2rem;
  }
}
.cid-uVtVV3gF1Q .social-list {
  display: flex;
  justify-content: center;
}
.cid-uVtVV3gF1Q .social-list a:focus {
  text-decoration: none;
}
.cid-uVtVV3gF1Q .socicon:hover {
  transform: translate(0, -10px);
}
.cid-uVtVV3gF1Q .socion1 {
  background: #ffd7ef;
}
.cid-uVtVV3gF1Q .socion2 {
  background-color: #cf1d1d;
}
.cid-uVtVV3gF1Q .socion3 {
  background-color: #8cdcdb;
}
.cid-uVtVV3gF1Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVtVV3gF1Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZuEEFDzdh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-tZuEEFDzdh .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tZuEEFDzdh section {
  position: relative;
}
.cid-tZuEEFDzdh h4 {
  margin: 0;
}
.cid-tZuEEFDzdh a {
  font-weight: 300;
}
.cid-tZuEEFDzdh .row {
  align-items: center;
}
.cid-tZuEEFDzdh .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tZuEEFDzdh .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tZuEEFDzdh .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tZuEEFDzdh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tZuEEFDzdh .align-left {
    text-align: center;
  }
  .cid-tZuEEFDzdh .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tZuEEFDzdh .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tZuEEFDzdh .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tZuEEFDzdh .item-title {
  color: #c1c1c1;
}
.cid-tZuEEFDzdh H4 {
  color: #c1c1c1;
}
.cid-tZtQLNfAC8 {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tZtQLNfAC8 .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tZtQLNfAC8 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tZtQLNfAC8 .navbar-caption {
  font-weight: 500;
}
.cid-tZtQLNfAC8 nav.navbar {
  position: fixed;
}
.cid-tZtQLNfAC8 .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-tZtQLNfAC8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tZtQLNfAC8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZtQLNfAC8 .dropdown-item:hover,
.cid-tZtQLNfAC8 .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-tZtQLNfAC8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZtQLNfAC8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZtQLNfAC8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tZtQLNfAC8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZtQLNfAC8 .nav-link {
  position: relative;
}
.cid-tZtQLNfAC8 .nav-link:hover {
  color: #9fe870 !important;
}
.cid-tZtQLNfAC8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-tZtQLNfAC8 .container,
  .cid-tZtQLNfAC8 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tZtQLNfAC8 .dropdown-menu,
.cid-tZtQLNfAC8 .navbar.opened {
  background: #ffffff !important;
}
.cid-tZtQLNfAC8 .nav-item:focus,
.cid-tZtQLNfAC8 .nav-link:focus {
  outline: none;
}
.cid-tZtQLNfAC8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZtQLNfAC8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZtQLNfAC8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZtQLNfAC8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZtQLNfAC8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZtQLNfAC8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZtQLNfAC8 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tZtQLNfAC8 .navbar.opened {
  transition: all 0.3s;
}
.cid-tZtQLNfAC8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZtQLNfAC8 .navbar .navbar-logo img {
  width: auto;
  height: auto;
}
.cid-tZtQLNfAC8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZtQLNfAC8 .navbar.collapsed {
  justify-content: center;
}
.cid-tZtQLNfAC8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZtQLNfAC8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZtQLNfAC8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tZtQLNfAC8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZtQLNfAC8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZtQLNfAC8 .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-tZtQLNfAC8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZtQLNfAC8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tZtQLNfAC8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZtQLNfAC8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZtQLNfAC8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZtQLNfAC8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZtQLNfAC8 .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-tZtQLNfAC8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZtQLNfAC8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZtQLNfAC8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZtQLNfAC8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZtQLNfAC8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tZtQLNfAC8 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tZtQLNfAC8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tZtQLNfAC8 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tZtQLNfAC8 .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-tZtQLNfAC8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZtQLNfAC8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZtQLNfAC8 .dropdown-item.active,
.cid-tZtQLNfAC8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tZtQLNfAC8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZtQLNfAC8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZtQLNfAC8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZtQLNfAC8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tZtQLNfAC8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZtQLNfAC8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZtQLNfAC8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZtQLNfAC8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZtQLNfAC8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZtQLNfAC8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZtQLNfAC8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZtQLNfAC8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZtQLNfAC8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZtQLNfAC8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZtQLNfAC8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZtQLNfAC8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZtQLNfAC8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZtQLNfAC8 .navbar-dropdown {
  position: fixed;
}
.cid-tZtQLNfAC8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZtQLNfAC8 .navbar {
    height: 70px;
  }
  .cid-tZtQLNfAC8 .navbar.opened {
    height: auto;
  }
  .cid-tZtQLNfAC8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZtQLNfAC8 .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-tZtQLNfAC8 .addr {
    margin: 0 auto;
  }
}
.cid-tZtQLNfAC8 .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-tZtQLNfAC8 .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-tZtRAj7sC6 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tZtRAj7sC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZtRAj7sC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tZtRAj7sC6 .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-tZtRAj7sC6 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tZtRAj7sC6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tZtRAj7sC6 .media-content,
.cid-tZtRAj7sC6 .mbr-figure {
  align-self: center;
}
.cid-tZtRAj7sC6 .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-tZtRAj7sC6 .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-tZtRAj7sC6 .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-tZtRAj7sC6 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tZtRAj7sC6 .mbr-description {
  text-align: center;
}
.cid-tZtRAj7sC6 .mbr-text,
.cid-tZtRAj7sC6 .mbr-section-btn {
  color: #ffffff;
  line-height: 1.7;
}
.cid-tZtTssFrY4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tZtTssFrY4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZtTssFrY4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZtTssFrY4 .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-tZtTssFrY4 .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-tZtTssFrY4 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tZtTssFrY4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tZtTssFrY4 .media-content,
.cid-tZtTssFrY4 .mbr-figure {
  align-self: center;
}
.cid-tZtTssFrY4 .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-tZtTssFrY4 .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-tZtTssFrY4 .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-tZtTssFrY4 .mbr-section-title {
  text-align: center;
}
.cid-tZtTssFrY4 .mbr-description {
  text-align: center;
}
.cid-tZtTssFrY4 .mbr-text {
  line-height: 1.7;
}
.cid-tZtTssFrY4 H3 {
  color: #9c98cf;
}
.cid-tZtUyIzkkX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tZtUyIzkkX .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #4f87fb none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tZtUyIzkkX .photo-split {
  padding: 0;
}
.cid-tZtUyIzkkX .photo-split img {
  max-height: 800px;
  width: auto;
}
.cid-tZtUyIzkkX .counter-container ul {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  list-style-type: none;
}
.cid-tZtUyIzkkX .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-tZtUyIzkkX .counter-container ul li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tZtUyIzkkX .wrap-block {
  padding: 3rem 3rem;
}
.cid-tZtUyIzkkX .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tZtUyIzkkX .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-tZtUyIzkkX .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-tZtUyIzkkX .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tZtUyIzkkX .wrap-block .contents .mbr-section-text {
  margin-top: 10px;
  color: #6d7a8c;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-tZtUyIzkkX .wrap-block .mbr-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tZtUyIzkkX .wrap-block .mbr-list ul li {
  display: inline-block;
  line-height: 1.5;
}
.cid-tZtUyIzkkX .wrap-block .mbr-list ul li span {
  text-align: center;
}
.cid-tZtUyIzkkX .wrap-block .mbr-list.display-4 {
  font-size: 16px;
}
.cid-tZtUyIzkkX .mbr-list {
  text-align: left;
}
.cid-tZtUyIzkkX .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-tZtUyIzkkX .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #4f87fb;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-tZtUyIzkkX .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tZtUyIzkkX .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tZtUyIzkkX .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-tZtUyIzkkX .info-widget .widget-content .widget-title.display-7 {
  font-size: 20px;
}
.cid-tZtUyIzkkX .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #6d7a8c;
}
.cid-tZtUyIzkkX .menu-content-right {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tZtUyIzkkX .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tZtUyIzkkX .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tZtUyIzkkX .contents .mbr-section-subtitle {
    text-align: left;
  }
  .cid-tZtUyIzkkX .wrap-block {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .cid-tZtUyIzkkX .photo-split img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-tZtUyIzkkX .mbr-section-title,
  .cid-tZtUyIzkkX .mbr-section-subtitle,
  .cid-tZtUyIzkkX .mbr-text {
    text-align: left !important;
  }
  .cid-tZtUyIzkkX .social-list {
    text-align: center !important;
  }
  .cid-tZtUyIzkkX .info-widget {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .cid-tZtUyIzkkX .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-tZtUyIzkkX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZtUyIzkkX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZtXcgRtdF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-tZtXcgRtdF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZtXcgRtdF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZtXcgRtdF .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-tZtXcgRtdF .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-tZtXcgRtdF .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tZtXcgRtdF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tZtXcgRtdF .media-content,
.cid-tZtXcgRtdF .mbr-figure {
  align-self: center;
}
.cid-tZtXcgRtdF .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-tZtXcgRtdF .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-tZtXcgRtdF .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-tZtXcgRtdF .mbr-section-title {
  text-align: center;
}
.cid-tZtXcgRtdF .mbr-description {
  text-align: center;
}
.cid-tZtXcgRtdF .mbr-text {
  line-height: 1.7;
}
.cid-tZtXcgRtdF H3 {
  color: #9c98cf;
}
.cid-tZtYp9Y6CZ {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-tZtYp9Y6CZ .row {
  margin: 0;
}
.cid-tZtYp9Y6CZ .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #232323;
}
.cid-tZtYp9Y6CZ .mbr-section-title {
  color: #233d63;
  line-height: 1.7;
  font-weight: 300;
}
.cid-tZtYp9Y6CZ .mbr-section-title b,
.cid-tZtYp9Y6CZ .mbr-section-title strong {
  font-weight: 500;
}
.cid-tZtYp9Y6CZ .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-tZtYp9Y6CZ .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-tZtYp9Y6CZ .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-tZtYp9Y6CZ .carousel-item {
  justify-content: center;
}
.cid-tZtYp9Y6CZ .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-tZtYp9Y6CZ .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-tZtYp9Y6CZ .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-tZtYp9Y6CZ .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-tZtYp9Y6CZ .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tZtYp9Y6CZ .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-tZtYp9Y6CZ .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-tZtYp9Y6CZ .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-tZtYp9Y6CZ .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-tZtYp9Y6CZ .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-tZtYp9Y6CZ .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-tZtYp9Y6CZ .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-tZtYp9Y6CZ .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-tZtYp9Y6CZ .cloneditem-1,
.cid-tZtYp9Y6CZ .cloneditem-2,
.cid-tZtYp9Y6CZ .cloneditem-3,
.cid-tZtYp9Y6CZ .cloneditem-4,
.cid-tZtYp9Y6CZ .cloneditem-5 {
  display: none;
}
.cid-tZtYp9Y6CZ .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZtYp9Y6CZ .wrap {
    margin-bottom: 50px;
  }
  .cid-tZtYp9Y6CZ .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-tZtYp9Y6CZ .arrows {
    display: none;
  }
  .cid-tZtYp9Y6CZ .carousel-item {
    margin-bottom: 60px;
  }
  .cid-tZtYp9Y6CZ .container-fluid,
  .cid-tZtYp9Y6CZ .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tZtYp9Y6CZ .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tZtYp9Y6CZ .carousel-inner {
    z-index: 1;
  }
  .cid-tZtYp9Y6CZ .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tZtYp9Y6CZ .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-tZtYp9Y6CZ .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tZtYp9Y6CZ .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tZtYp9Y6CZ .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tZtYp9Y6CZ .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tZtYp9Y6CZ .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tZtYp9Y6CZ .carousel-inner.slides2 .cloneditem-1,
  .cid-tZtYp9Y6CZ .carousel-inner.slides2 .cloneditem-2,
  .cid-tZtYp9Y6CZ .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tZtYp9Y6CZ .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tZtYp9Y6CZ .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tZtYp9Y6CZ .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tZtYp9Y6CZ .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tZtYp9Y6CZ .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tZtYp9Y6CZ .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tZtYp9Y6CZ .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tZtYp9Y6CZ .carousel-inner.slides3 .cloneditem-1,
  .cid-tZtYp9Y6CZ .carousel-inner.slides3 .cloneditem-2,
  .cid-tZtYp9Y6CZ .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-tZtYp9Y6CZ .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-tZtYp9Y6CZ .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-tZtYp9Y6CZ .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-tZtYp9Y6CZ .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-tZtYp9Y6CZ .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-tZtYp9Y6CZ .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tZtYp9Y6CZ .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tZtYp9Y6CZ .carousel-inner.slides4 .cloneditem-1,
  .cid-tZtYp9Y6CZ .carousel-inner.slides4 .cloneditem-2,
  .cid-tZtYp9Y6CZ .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-tZtYp9Y6CZ .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-tZtYp9Y6CZ .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-tZtYp9Y6CZ .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-tZtYp9Y6CZ .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-tZtYp9Y6CZ .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-tZtYp9Y6CZ .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tZtYp9Y6CZ .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tZtYp9Y6CZ .carousel-inner.slides5 .cloneditem-1,
  .cid-tZtYp9Y6CZ .carousel-inner.slides5 .cloneditem-2,
  .cid-tZtYp9Y6CZ .carousel-inner.slides5 .cloneditem-3,
  .cid-tZtYp9Y6CZ .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-tZtYp9Y6CZ .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-tZtYp9Y6CZ .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-tZtYp9Y6CZ .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-tZtYp9Y6CZ .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-tZtYp9Y6CZ .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-tZtYp9Y6CZ .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tZtYp9Y6CZ .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tZtYp9Y6CZ .carousel-inner.slides6 .cloneditem-1,
  .cid-tZtYp9Y6CZ .carousel-inner.slides6 .cloneditem-2,
  .cid-tZtYp9Y6CZ .carousel-inner.slides6 .cloneditem-3,
  .cid-tZtYp9Y6CZ .carousel-inner.slides6 .cloneditem-4,
  .cid-tZtYp9Y6CZ .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-tZtYp9Y6CZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZtYp9Y6CZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZtYp9Y6CZ .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.cid-tZtYp9Y6CZ .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.cid-tZu1JI8BKz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tZu1JI8BKz .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #232323;
}
.cid-tZu1JI8BKz .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tZu1JI8BKz .mbr-section-subtitle {
  color: #767676;
}
.cid-tZu1JI8BKz .panel-group {
  width: 100%;
}
.cid-tZu1JI8BKz .panel-text {
  color: #767676;
}
.cid-tZu1JI8BKz .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-tZu1JI8BKz .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tZu1JI8BKz .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #f6f6f6;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tZu1JI8BKz .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-tZu1JI8BKz .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tZu1JI8BKz .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-tZu1JI8BKz .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-tZu1JI8BKz .card .panel-body {
  background: #ffffff;
}
.cid-tZu1JI8BKz .sign {
  color: #232323;
}
.cid-tZu1JI8BKz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZu1JI8BKz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZu1JI8BKz .mbr-text {
  line-height: 1.7;
}
.cid-tZtQLOlo3M {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-tZtQLOlo3M .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tZtQLOlo3M section {
  position: relative;
}
.cid-tZtQLOlo3M h4 {
  margin: 0;
}
.cid-tZtQLOlo3M a {
  font-weight: 300;
}
.cid-tZtQLOlo3M .row {
  align-items: center;
}
.cid-tZtQLOlo3M .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tZtQLOlo3M .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tZtQLOlo3M .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tZtQLOlo3M .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tZtQLOlo3M .align-left {
    text-align: center;
  }
  .cid-tZtQLOlo3M .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tZtQLOlo3M .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tZtQLOlo3M .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tZtQLOlo3M .item-title {
  color: #c1c1c1;
}
.cid-tZtQLOlo3M H4 {
  color: #c1c1c1;
}
.cid-tZuWWyrsBT {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tZuWWyrsBT .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tZuWWyrsBT .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tZuWWyrsBT .navbar-caption {
  font-weight: 500;
}
.cid-tZuWWyrsBT nav.navbar {
  position: fixed;
}
.cid-tZuWWyrsBT .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-tZuWWyrsBT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tZuWWyrsBT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZuWWyrsBT .dropdown-item:hover,
.cid-tZuWWyrsBT .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-tZuWWyrsBT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZuWWyrsBT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZuWWyrsBT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tZuWWyrsBT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZuWWyrsBT .nav-link {
  position: relative;
}
.cid-tZuWWyrsBT .nav-link:hover {
  color: #9fe870 !important;
}
.cid-tZuWWyrsBT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-tZuWWyrsBT .container,
  .cid-tZuWWyrsBT .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tZuWWyrsBT .dropdown-menu,
.cid-tZuWWyrsBT .navbar.opened {
  background: #ffffff !important;
}
.cid-tZuWWyrsBT .nav-item:focus,
.cid-tZuWWyrsBT .nav-link:focus {
  outline: none;
}
.cid-tZuWWyrsBT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZuWWyrsBT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZuWWyrsBT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZuWWyrsBT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZuWWyrsBT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZuWWyrsBT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZuWWyrsBT .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tZuWWyrsBT .navbar.opened {
  transition: all 0.3s;
}
.cid-tZuWWyrsBT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZuWWyrsBT .navbar .navbar-logo img {
  width: auto;
  height: auto;
}
.cid-tZuWWyrsBT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZuWWyrsBT .navbar.collapsed {
  justify-content: center;
}
.cid-tZuWWyrsBT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZuWWyrsBT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZuWWyrsBT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tZuWWyrsBT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZuWWyrsBT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZuWWyrsBT .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-tZuWWyrsBT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZuWWyrsBT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tZuWWyrsBT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZuWWyrsBT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZuWWyrsBT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZuWWyrsBT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZuWWyrsBT .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-tZuWWyrsBT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZuWWyrsBT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZuWWyrsBT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZuWWyrsBT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZuWWyrsBT .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tZuWWyrsBT .navbar.navbar-short {
  min-height: 80px;
}
.cid-tZuWWyrsBT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tZuWWyrsBT .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tZuWWyrsBT .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-tZuWWyrsBT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZuWWyrsBT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZuWWyrsBT .dropdown-item.active,
.cid-tZuWWyrsBT .dropdown-item:active {
  background-color: transparent;
}
.cid-tZuWWyrsBT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZuWWyrsBT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZuWWyrsBT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZuWWyrsBT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tZuWWyrsBT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZuWWyrsBT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZuWWyrsBT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZuWWyrsBT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZuWWyrsBT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZuWWyrsBT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZuWWyrsBT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZuWWyrsBT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZuWWyrsBT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZuWWyrsBT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZuWWyrsBT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZuWWyrsBT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZuWWyrsBT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZuWWyrsBT .navbar-dropdown {
  position: fixed;
}
.cid-tZuWWyrsBT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZuWWyrsBT .navbar {
    height: 70px;
  }
  .cid-tZuWWyrsBT .navbar.opened {
    height: auto;
  }
  .cid-tZuWWyrsBT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZuWWyrsBT .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-tZuWWyrsBT .addr {
    margin: 0 auto;
  }
}
.cid-tZuWWyrsBT .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-tZuWWyrsBT .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-tZuWWyYP3w {
  padding-top: 11rem;
  padding-bottom: 4rem;
  background-color: #17003b;
}
.cid-tZuWWyYP3w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZuWWyYP3w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZuWWyYP3w .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tZuWWyYP3w .mbr-text,
.cid-tZuWWyYP3w .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tZuWWyYP3w b,
.cid-tZuWWyYP3w strong {
  font-weight: 900;
}
.cid-tZuWWyYP3w .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tZuXgor0fo {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tZuXgor0fo .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tZuXgor0fo .video-block {
    width: 100% !important;
  }
}
.cid-tZuXjJYOAj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tZuXjJYOAj .counter-container {
  color: #464646;
}
.cid-tZuXjJYOAj .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-tZuXjJYOAj .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-tZuXjJYOAj .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-tZuXjJYOAj .mbr-text {
  line-height: 1.7;
}
.cid-tZuYgH3ACd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tZuYgH3ACd .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tZuYgH3ACd .container {
    padding: 0 16px;
  }
}
.cid-tZuYgH3ACd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-tZuYgH3ACd .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tZuYgH3ACd .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
}
.cid-tZuYgH3ACd .embla__button--next,
.cid-tZuYgH3ACd .embla__button--prev {
  display: flex;
}
.cid-tZuYgH3ACd .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #9fe870 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-tZuYgH3ACd .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tZuYgH3ACd .embla__button:hover {
  opacity: .7 !important;
}
.cid-tZuYgH3ACd .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-tZuYgH3ACd .embla__button.embla__button--prev {
    left: 40%;
  }
}
@media (max-width: 768px) {
  .cid-tZuYgH3ACd .embla__button.embla__button--prev {
    left: 35%;
  }
}
.cid-tZuYgH3ACd .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-tZuYgH3ACd .embla__button.embla__button--next {
    right: 40%;
  }
}
@media (max-width: 768px) {
  .cid-tZuYgH3ACd .embla__button.embla__button--next {
    right: 35%;
  }
}
.cid-tZuYgH3ACd .embla {
  position: relative;
  width: 100%;
}
.cid-tZuYgH3ACd .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-tZuYgH3ACd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tZuYgH3ACd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tZuYgH3ACd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tZuYgH3ACd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tZuWWA2tCT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-tZuWWA2tCT .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tZuWWA2tCT section {
  position: relative;
}
.cid-tZuWWA2tCT h4 {
  margin: 0;
}
.cid-tZuWWA2tCT a {
  font-weight: 300;
}
.cid-tZuWWA2tCT .row {
  align-items: center;
}
.cid-tZuWWA2tCT .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tZuWWA2tCT .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tZuWWA2tCT .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tZuWWA2tCT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tZuWWA2tCT .align-left {
    text-align: center;
  }
  .cid-tZuWWA2tCT .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tZuWWA2tCT .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tZuWWA2tCT .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tZuWWA2tCT .item-title {
  color: #c1c1c1;
}
.cid-tZuWWA2tCT H4 {
  color: #c1c1c1;
}
.cid-tZvC7jVOQD {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tZvC7jVOQD .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tZvC7jVOQD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tZvC7jVOQD .navbar-caption {
  font-weight: 500;
}
.cid-tZvC7jVOQD nav.navbar {
  position: fixed;
}
.cid-tZvC7jVOQD .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-tZvC7jVOQD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tZvC7jVOQD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZvC7jVOQD .dropdown-item:hover,
.cid-tZvC7jVOQD .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-tZvC7jVOQD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZvC7jVOQD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZvC7jVOQD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tZvC7jVOQD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZvC7jVOQD .nav-link {
  position: relative;
}
.cid-tZvC7jVOQD .nav-link:hover {
  color: #9fe870 !important;
}
.cid-tZvC7jVOQD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-tZvC7jVOQD .container,
  .cid-tZvC7jVOQD .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tZvC7jVOQD .dropdown-menu,
.cid-tZvC7jVOQD .navbar.opened {
  background: #ffffff !important;
}
.cid-tZvC7jVOQD .nav-item:focus,
.cid-tZvC7jVOQD .nav-link:focus {
  outline: none;
}
.cid-tZvC7jVOQD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZvC7jVOQD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZvC7jVOQD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZvC7jVOQD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZvC7jVOQD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZvC7jVOQD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZvC7jVOQD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tZvC7jVOQD .navbar.opened {
  transition: all 0.3s;
}
.cid-tZvC7jVOQD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZvC7jVOQD .navbar .navbar-logo img {
  width: auto;
  height: auto;
}
.cid-tZvC7jVOQD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZvC7jVOQD .navbar.collapsed {
  justify-content: center;
}
.cid-tZvC7jVOQD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZvC7jVOQD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZvC7jVOQD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tZvC7jVOQD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZvC7jVOQD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZvC7jVOQD .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-tZvC7jVOQD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZvC7jVOQD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tZvC7jVOQD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZvC7jVOQD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZvC7jVOQD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZvC7jVOQD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZvC7jVOQD .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-tZvC7jVOQD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZvC7jVOQD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZvC7jVOQD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZvC7jVOQD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZvC7jVOQD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tZvC7jVOQD .navbar.navbar-short {
  min-height: 80px;
}
.cid-tZvC7jVOQD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tZvC7jVOQD .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tZvC7jVOQD .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-tZvC7jVOQD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZvC7jVOQD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZvC7jVOQD .dropdown-item.active,
.cid-tZvC7jVOQD .dropdown-item:active {
  background-color: transparent;
}
.cid-tZvC7jVOQD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZvC7jVOQD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZvC7jVOQD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZvC7jVOQD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tZvC7jVOQD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZvC7jVOQD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZvC7jVOQD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZvC7jVOQD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZvC7jVOQD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZvC7jVOQD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZvC7jVOQD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZvC7jVOQD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZvC7jVOQD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZvC7jVOQD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZvC7jVOQD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZvC7jVOQD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZvC7jVOQD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZvC7jVOQD .navbar-dropdown {
  position: fixed;
}
.cid-tZvC7jVOQD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZvC7jVOQD .navbar {
    height: 70px;
  }
  .cid-tZvC7jVOQD .navbar.opened {
    height: auto;
  }
  .cid-tZvC7jVOQD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZvC7jVOQD .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-tZvC7jVOQD .addr {
    margin: 0 auto;
  }
}
.cid-tZvC7jVOQD .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-tZvC7jVOQD .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-tZvC7kEKYQ {
  padding-top: 11rem;
  padding-bottom: 4rem;
  background-color: #17003b;
}
.cid-tZvC7kEKYQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZvC7kEKYQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZvC7kEKYQ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tZvC7kEKYQ .mbr-text,
.cid-tZvC7kEKYQ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tZvC7kEKYQ b,
.cid-tZvC7kEKYQ strong {
  font-weight: 900;
}
.cid-tZvC7kEKYQ .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tZvC7lg1yu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-tZvC7lg1yu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZvC7lg1yu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZvC7lg1yu .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tZvC7lg1yu .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tZvC7lg1yu .container {
    padding: 0 24px;
  }
}
.cid-tZvC7lg1yu .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-tZvC7lg1yu .image-wrapper {
  height: 100%;
}
.cid-tZvC7lg1yu .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-tZvC7lg1yu .image-wrapper img {
    height: 350px;
  }
}
.cid-tZvC7lg1yu .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tZvC7lg1yu .content-wrapper {
    padding: 24px;
  }
}
.cid-tZvC7lg1yu .content-wrapper .content-wrap {
  width: 100%;
}
.cid-tZvC7lg1yu .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tZvC7lg1yu .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
  line-height: 1.7;
}
.cid-tZvC7lg1yu .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-tZvC7lg1yu .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-tZvC7lg1yu .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-tZvC7lg1yu .mbr-section-title {
  color: #141414;
}
.cid-tZvC7lg1yu .mbr-text {
  color: #141414;
}
.cid-tZvD2KmJFg {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background8.webp");
}
.cid-tZvD2KmJFg .main-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-tZvD2KmJFg .section-text {
  color: #000000;
}
.cid-tZvD2KmJFg .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-tZvD2KmJFg .text-block {
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-tZvD2KmJFg .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tZvD2KmJFg .mbr-figure {
  background: #333333;
  overflow: hidden;
  border-radius: .25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 0 !important;
}
.cid-tZvD2KmJFg .mbr-figure .card-text {
  padding: 2rem;
}
.cid-tZvD2KmJFg .counter-container {
  color: #767676;
  padding-top: 1rem;
}
.cid-tZvD2KmJFg .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tZvD2KmJFg .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tZvD2KmJFg .mbr-text {
    text-align: center;
  }
}
.cid-tZvD2KmJFg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZvD2KmJFg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZvD2KmJFg .mbr-text {
  line-height: 1.7;
}
.cid-tZvC7lQ6Lb {
  padding-top: 6rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-tZvC7lQ6Lb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZvC7lQ6Lb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tZvC7lQ6Lb .container {
    padding: 0 24px;
  }
}
.cid-tZvC7lQ6Lb .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-tZvC7lQ6Lb .image-wrapper {
  height: 100%;
}
.cid-tZvC7lQ6Lb .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-tZvC7lQ6Lb .image-wrapper img {
    height: 350px;
  }
}
.cid-tZvC7lQ6Lb .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tZvC7lQ6Lb .content-wrapper {
    padding: 24px;
  }
}
.cid-tZvC7lQ6Lb .content-wrapper .content-wrap {
  width: 100%;
}
.cid-tZvC7lQ6Lb .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tZvC7lQ6Lb .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
  line-height: 1.7;
}
.cid-tZvC7lQ6Lb .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-tZvC7lQ6Lb .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-tZvC7lQ6Lb .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-tZvC7lQ6Lb .mbr-section-title {
  color: #141414;
}
.cid-tZvC7lQ6Lb .mbr-text {
  color: #141414;
}
.cid-tZvEZKojZ6 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tZvEZKojZ6 .mbr-text {
  color: #767676;
  line-height: 1.7;
}
.cid-tZvEZKojZ6 h4 {
  font-weight: 500;
}
.cid-tZvEZKojZ6 h4,
.cid-tZvEZKojZ6 h5 {
  text-align: center;
}
.cid-tZvEZKojZ6 p {
  text-align: center;
}
.cid-tZvEZKojZ6 .card-box {
  text-align: center;
}
.cid-tZvEZKojZ6 .card-img {
  font-size: 3rem;
}
.cid-tZvEZKojZ6 .mbr-iconfont {
  color: #9fe870;
}
.cid-tZvEZKojZ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZvEZKojZ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZvC7nEHFH {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZvC7nEHFH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZvC7nEHFH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZvC7nEHFH .row {
  justify-content: center;
}
.cid-tZvC7nEHFH .video-wrapper iframe {
  width: 100%;
}
.cid-tZvC7nEHFH .title-wrapper {
  margin-bottom: 32px;
}
.cid-tZvC7nEHFH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tZvC7nEHFH .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tZvC7nEHFH .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-tZvC7nEHFH .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-tZvC7nEHFH .video-block {
    margin-bottom: 24px;
  }
}
.cid-tZvC7nEHFH .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-tZvC7nEHFH .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-tZvC7ogJrw {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZvC7ogJrw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZvC7ogJrw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZvC7ogJrw .row {
  justify-content: center;
}
.cid-tZvC7ogJrw .video-wrapper iframe {
  width: 100%;
}
.cid-tZvC7ogJrw .title-wrapper {
  margin-bottom: 32px;
}
.cid-tZvC7ogJrw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tZvC7ogJrw .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tZvC7ogJrw .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-tZvC7ogJrw .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-tZvC7ogJrw .video-block {
    margin-bottom: 24px;
  }
}
.cid-tZvC7ogJrw .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-tZvC7ogJrw .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-tZvC7r0osq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-tZvC7r0osq .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tZvC7r0osq section {
  position: relative;
}
.cid-tZvC7r0osq h4 {
  margin: 0;
}
.cid-tZvC7r0osq a {
  font-weight: 300;
}
.cid-tZvC7r0osq .row {
  align-items: center;
}
.cid-tZvC7r0osq .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tZvC7r0osq .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tZvC7r0osq .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tZvC7r0osq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tZvC7r0osq .align-left {
    text-align: center;
  }
  .cid-tZvC7r0osq .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tZvC7r0osq .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tZvC7r0osq .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tZvC7r0osq .item-title {
  color: #c1c1c1;
}
.cid-tZvC7r0osq H4 {
  color: #c1c1c1;
}
.cid-tZwt3NWVUe {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tZwt3NWVUe .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tZwt3NWVUe .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tZwt3NWVUe .navbar-caption {
  font-weight: 500;
}
.cid-tZwt3NWVUe nav.navbar {
  position: fixed;
}
.cid-tZwt3NWVUe .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-tZwt3NWVUe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tZwt3NWVUe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZwt3NWVUe .dropdown-item:hover,
.cid-tZwt3NWVUe .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-tZwt3NWVUe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZwt3NWVUe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZwt3NWVUe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tZwt3NWVUe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZwt3NWVUe .nav-link {
  position: relative;
}
.cid-tZwt3NWVUe .nav-link:hover {
  color: #9fe870 !important;
}
.cid-tZwt3NWVUe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-tZwt3NWVUe .container,
  .cid-tZwt3NWVUe .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tZwt3NWVUe .dropdown-menu,
.cid-tZwt3NWVUe .navbar.opened {
  background: #ffffff !important;
}
.cid-tZwt3NWVUe .nav-item:focus,
.cid-tZwt3NWVUe .nav-link:focus {
  outline: none;
}
.cid-tZwt3NWVUe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZwt3NWVUe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZwt3NWVUe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZwt3NWVUe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZwt3NWVUe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZwt3NWVUe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZwt3NWVUe .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tZwt3NWVUe .navbar.opened {
  transition: all 0.3s;
}
.cid-tZwt3NWVUe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZwt3NWVUe .navbar .navbar-logo img {
  width: auto;
  height: auto;
}
.cid-tZwt3NWVUe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZwt3NWVUe .navbar.collapsed {
  justify-content: center;
}
.cid-tZwt3NWVUe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZwt3NWVUe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZwt3NWVUe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tZwt3NWVUe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZwt3NWVUe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZwt3NWVUe .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-tZwt3NWVUe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZwt3NWVUe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tZwt3NWVUe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZwt3NWVUe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZwt3NWVUe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZwt3NWVUe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZwt3NWVUe .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-tZwt3NWVUe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZwt3NWVUe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZwt3NWVUe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZwt3NWVUe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZwt3NWVUe .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tZwt3NWVUe .navbar.navbar-short {
  min-height: 80px;
}
.cid-tZwt3NWVUe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tZwt3NWVUe .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tZwt3NWVUe .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-tZwt3NWVUe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZwt3NWVUe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZwt3NWVUe .dropdown-item.active,
.cid-tZwt3NWVUe .dropdown-item:active {
  background-color: transparent;
}
.cid-tZwt3NWVUe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZwt3NWVUe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZwt3NWVUe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZwt3NWVUe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tZwt3NWVUe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZwt3NWVUe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZwt3NWVUe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZwt3NWVUe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZwt3NWVUe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZwt3NWVUe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZwt3NWVUe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZwt3NWVUe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZwt3NWVUe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZwt3NWVUe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZwt3NWVUe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZwt3NWVUe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZwt3NWVUe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZwt3NWVUe .navbar-dropdown {
  position: fixed;
}
.cid-tZwt3NWVUe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZwt3NWVUe .navbar {
    height: 70px;
  }
  .cid-tZwt3NWVUe .navbar.opened {
    height: auto;
  }
  .cid-tZwt3NWVUe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZwt3NWVUe .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-tZwt3NWVUe .addr {
    margin: 0 auto;
  }
}
.cid-tZwt3NWVUe .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-tZwt3NWVUe .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-tZyWOplPNf {
  background-color: #f5db6e;
  position: relative;
}
.cid-tZyWOplPNf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZyWOplPNf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZyWOplPNf .container,
.cid-tZyWOplPNf .container-fluid {
  position: static;
}
.cid-tZyWOplPNf .mbr-section-title {
  margin-bottom: 25px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tZyWOplPNf .mbr-section-title {
    margin-bottom: 5px;
  }
}
.cid-tZyWOplPNf .mbr-section-subtitle {
  color: #131313;
}
.cid-tZyWOplPNf .mbr-text {
  margin-top: 30px;
  color: #131313;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .cid-tZyWOplPNf .mbr-text {
    margin-top: 18px;
  }
}
.cid-tZyWOplPNf .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tZyWOplPNf .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-tZyWOplPNf .item-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 42%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tZyWOplPNf .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-tZyWOplPNf .item-img {
    display: none;
  }
}
.cid-tZB9NfZSaN {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZB9NfZSaN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZB9NfZSaN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZAQAYrVv9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tZAQAYrVv9 .item-wrapper {
  position: relative;
  overflow: initial;
}
.cid-tZAQAYrVv9 .item-img:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cid-tZAQAYrVv9 .item:hover .item-img:before {
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-tZAQAYrVv9 .col-12 {
    margin-top: 30px;
  }
  .cid-tZAQAYrVv9 .col-12:first-child {
    margin-top: 0px;
  }
  .cid-tZAQAYrVv9 .col-12:nth-child(2) {
    margin-top: 0px;
  }
  .cid-tZAQAYrVv9 .col-12:nth-child(3) {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .cid-tZAQAYrVv9 .col-12:nth-child(2) {
    margin-top: 30px;
  }
  .cid-tZAQAYrVv9 .col-12:nth-child(3) {
    margin-top: 30px;
  }
}
.cid-tZz3wdTUV9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZz3wdTUV9 .card-wrapper {
  border-radius: 0;
  border: 1px solid #dddfe0;
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.21);
  padding: 2rem;
}
.cid-tZz3wdTUV9 .card-title {
  font-weight: 600;
}
.cid-tZz3wdTUV9 .card-img {
  text-align: left;
  padding: 0;
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
}
.cid-tZz3wdTUV9 .card-img span {
  border: 2px solid #5aac98;
  padding: 15.5px;
  border-radius: 70px;
  text-align: center;
  color: #5aac98;
  font-size: 35px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tZz3wdTUV9 .card {
    margin-bottom: 2rem;
  }
}
.cid-tZz3wdTUV9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZz3wdTUV9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZz3wdTUV9 .title .mbr-section-title,
.cid-tZz3wdTUV9 .title .mbr-section-btn {
  text-align: left;
}
.cid-tZz3wdTUV9 .title .mbr-section-subtitle,
.cid-tZz3wdTUV9 .title .mbr-section-btn {
  text-align: left;
}
.cid-tZz3wdTUV9 .mbr-text {
  line-height: 1.7;
}
.cid-tZz5AtHmid {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tZz5AtHmid .card-wrapper {
  border-radius: 0;
  border: 1px solid #dddfe0;
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.21);
  padding: 2rem;
}
.cid-tZz5AtHmid .card-title {
  font-weight: 600;
}
.cid-tZz5AtHmid .card-img {
  text-align: left;
  padding: 0;
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
}
.cid-tZz5AtHmid .card-img span {
  border: 2px solid #5aac98;
  padding: 15.5px;
  border-radius: 70px;
  text-align: center;
  color: #5aac98;
  font-size: 35px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tZz5AtHmid .card {
    margin-bottom: 2rem;
  }
}
.cid-tZz5AtHmid .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZz5AtHmid .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZz5AtHmid .mbr-text {
  line-height: 1.7;
}
.cid-tZz6RgmuBQ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tZz6RgmuBQ .card-wrapper {
  border-radius: 0;
  border: 1px solid #dddfe0;
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.21);
  padding: 2rem;
}
.cid-tZz6RgmuBQ .card-title {
  font-weight: 600;
}
.cid-tZz6RgmuBQ .card-img {
  text-align: left;
  padding: 0;
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
}
.cid-tZz6RgmuBQ .card-img span {
  border: 2px solid #5aac98;
  padding: 15.5px;
  border-radius: 70px;
  text-align: center;
  color: #5aac98;
  font-size: 35px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tZz6RgmuBQ .card {
    margin-bottom: 2rem;
  }
}
.cid-tZz6RgmuBQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZz6RgmuBQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZz6RgmuBQ .mbr-text {
  line-height: 1.7;
}
.cid-tZAK3yy0XK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #4284df;
}
.cid-tZAK3yy0XK h2,
.cid-tZAK3yy0XK h3,
.cid-tZAK3yy0XK h4,
.cid-tZAK3yy0XK p {
  color: #ffffff;
}
.cid-tZAK3yy0XK .mbr-overlay {
  z-index: -1;
}
.cid-tZAK3yy0XK .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tZAK3yy0XK .form-control {
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
}
.cid-tZAK3yy0XK .subtext {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.cid-tZAK3yy0XK .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tZAK3yy0XK .mbr-text {
  color: #767676;
}
.cid-tZAK3yy0XK .form-block {
  padding: 3rem;
  position: relative;
}
.cid-tZAK3yy0XK .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2c1616;
  opacity: 0.5;
  z-index: 0;
}
.cid-tZAK3yy0XK .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-tZAK3yy0XK a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tZAK3yy0XK .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-tZAK3yy0XK .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tZAK3yy0XK textarea.form-control {
  resize: none;
}
.cid-tZAK3yy0XK .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-tZAK3yy0XK .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tZAK3yy0XK .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tZAK3yy0XK .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tZAK3yy0XK h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tZAK3yy0XK .block-content {
    padding: 0;
  }
  .cid-tZAK3yy0XK .form-block {
    padding: 1rem;
  }
}
.cid-tZAK3yy0XK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZAK3yy0XK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZz3c5fAGa {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tZz3c5fAGa H2 {
  color: #e7272d;
}
.cid-tZz3c5fAGa .mbr-text,
.cid-tZz3c5fAGa .mbr-section-btn {
  color: #808080;
  line-height: 1.7;
}
.cid-tZz3c5fAGa img {
  max-width: 500px;
  margin: auto;
}
.cid-tZz3c5fAGa .btn span {
  font-size: 2.4rem !important;
  margin-top: 0.6rem !important;
  margin-bottom: 0rem !important;
}
.cid-tZz3c5fAGa .btn {
  padding: 0.4rem 2.2rem;
  text-align: left;
  line-height: 1.3;
}
.cid-tZz3c5fAGa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZz3c5fAGa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZwt3PLwzg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-tZwt3PLwzg .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tZwt3PLwzg section {
  position: relative;
}
.cid-tZwt3PLwzg h4 {
  margin: 0;
}
.cid-tZwt3PLwzg a {
  font-weight: 300;
}
.cid-tZwt3PLwzg .row {
  align-items: center;
}
.cid-tZwt3PLwzg .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tZwt3PLwzg .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tZwt3PLwzg .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tZwt3PLwzg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tZwt3PLwzg .align-left {
    text-align: center;
  }
  .cid-tZwt3PLwzg .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tZwt3PLwzg .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tZwt3PLwzg .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tZwt3PLwzg .item-title {
  color: #c1c1c1;
}
.cid-tZwt3PLwzg H4 {
  color: #c1c1c1;
}
.cid-tZAeOwogJb {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tZAeOwogJb .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tZAeOwogJb .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tZAeOwogJb .navbar-caption {
  font-weight: 500;
}
.cid-tZAeOwogJb nav.navbar {
  position: fixed;
}
.cid-tZAeOwogJb .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-tZAeOwogJb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tZAeOwogJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZAeOwogJb .dropdown-item:hover,
.cid-tZAeOwogJb .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-tZAeOwogJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZAeOwogJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZAeOwogJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tZAeOwogJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZAeOwogJb .nav-link {
  position: relative;
}
.cid-tZAeOwogJb .nav-link:hover {
  color: #9fe870 !important;
}
.cid-tZAeOwogJb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-tZAeOwogJb .container,
  .cid-tZAeOwogJb .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tZAeOwogJb .dropdown-menu,
.cid-tZAeOwogJb .navbar.opened {
  background: #ffffff !important;
}
.cid-tZAeOwogJb .nav-item:focus,
.cid-tZAeOwogJb .nav-link:focus {
  outline: none;
}
.cid-tZAeOwogJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZAeOwogJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZAeOwogJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZAeOwogJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZAeOwogJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZAeOwogJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZAeOwogJb .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tZAeOwogJb .navbar.opened {
  transition: all 0.3s;
}
.cid-tZAeOwogJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZAeOwogJb .navbar .navbar-logo img {
  width: auto;
  height: auto;
}
.cid-tZAeOwogJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZAeOwogJb .navbar.collapsed {
  justify-content: center;
}
.cid-tZAeOwogJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZAeOwogJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZAeOwogJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tZAeOwogJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZAeOwogJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZAeOwogJb .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-tZAeOwogJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZAeOwogJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tZAeOwogJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZAeOwogJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZAeOwogJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZAeOwogJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZAeOwogJb .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-tZAeOwogJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZAeOwogJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZAeOwogJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZAeOwogJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZAeOwogJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tZAeOwogJb .navbar.navbar-short {
  min-height: 80px;
}
.cid-tZAeOwogJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tZAeOwogJb .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tZAeOwogJb .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-tZAeOwogJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZAeOwogJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZAeOwogJb .dropdown-item.active,
.cid-tZAeOwogJb .dropdown-item:active {
  background-color: transparent;
}
.cid-tZAeOwogJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZAeOwogJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZAeOwogJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZAeOwogJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tZAeOwogJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZAeOwogJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZAeOwogJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZAeOwogJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZAeOwogJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZAeOwogJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZAeOwogJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZAeOwogJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZAeOwogJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZAeOwogJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZAeOwogJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZAeOwogJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZAeOwogJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZAeOwogJb .navbar-dropdown {
  position: fixed;
}
.cid-tZAeOwogJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZAeOwogJb .navbar {
    height: 70px;
  }
  .cid-tZAeOwogJb .navbar.opened {
    height: auto;
  }
  .cid-tZAeOwogJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZAeOwogJb .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-tZAeOwogJb .addr {
    margin: 0 auto;
  }
}
.cid-tZAeOwogJb .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-tZAeOwogJb .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-tZAeOwNEDu {
  padding-top: 11rem;
  padding-bottom: 4rem;
  background-color: #17003b;
}
.cid-tZAeOwNEDu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZAeOwNEDu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZAeOwNEDu .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tZAeOwNEDu .mbr-text,
.cid-tZAeOwNEDu .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tZAeOwNEDu b,
.cid-tZAeOwNEDu strong {
  font-weight: 900;
}
.cid-tZAeOwNEDu .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tZAfgKRtig {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tZAfgKRtig .item-wrapper {
  width: 100%;
}
.cid-tZAfgKRtig .left-side {
  text-align: left;
}
.cid-tZAfgKRtig .row {
  align-items: center;
  justify-content: center;
}
.cid-tZAfgKRtig .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
}
.cid-tZAfgKRtig .card-box:focus-within {
  opacity: 1;
}
.cid-tZAfgKRtig .row-center {
  height: 100%;
}
.cid-tZAfgKRtig .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-tZAfgKRtig .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tZAfgKRtig .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-tZAfgKRtig .card-wrapper:hover .card-box,
.cid-tZAfgKRtig .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tZAfgKRtig .card-wrapper:hover .card-img,
.cid-tZAfgKRtig .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tZAfgKRtig .card-wrapper:hover:before,
.cid-tZAfgKRtig .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tZAfgKRtig .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-tZAfgKRtig .g {
  grid-row-gap: 24px;
}
.cid-tZAfgKRtig .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tZAfgKRtig .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-tZAfgKRtig .carousel-control {
    display: none;
  }
}
.cid-tZAfgKRtig .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tZAfgKRtig .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tZAfgKRtig .card1 {
  background-image: url("../../../assets/images/btv-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAfgKRtig .card2 {
  background-image: url("../../../assets/images/capitalpeak-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAfgKRtig .card3 {
  background-image: url("../../../assets/images/skyfeeldevelopments-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAfgKRtig .card4 {
  background-image: url("../../../assets/images/rexdalefinancial-2-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAfgKRtig .card5 {
  background-image: url("../../../assets/images/pamierkabob-1.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAfgKRtig .card6 {
  background-image: url("../../../assets/images/purplequartz-1-1366x728.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAgT8feBU {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tZAgT8feBU .item-wrapper {
  width: 100%;
}
.cid-tZAgT8feBU .left-side {
  text-align: left;
}
.cid-tZAgT8feBU .row {
  align-items: center;
  justify-content: center;
}
.cid-tZAgT8feBU .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
}
.cid-tZAgT8feBU .card-box:focus-within {
  opacity: 1;
}
.cid-tZAgT8feBU .row-center {
  height: 100%;
}
.cid-tZAgT8feBU .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-tZAgT8feBU .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tZAgT8feBU .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-tZAgT8feBU .card-wrapper:hover .card-box,
.cid-tZAgT8feBU .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tZAgT8feBU .card-wrapper:hover .card-img,
.cid-tZAgT8feBU .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tZAgT8feBU .card-wrapper:hover:before,
.cid-tZAgT8feBU .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tZAgT8feBU .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-tZAgT8feBU .g {
  grid-row-gap: 24px;
}
.cid-tZAgT8feBU .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tZAgT8feBU .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-tZAgT8feBU .carousel-control {
    display: none;
  }
}
.cid-tZAgT8feBU .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tZAgT8feBU .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tZAgT8feBU .card1 {
  background-image: url("../../../assets/images/abloylocks-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAgT8feBU .card2 {
  background-image: url("../../../assets/images/fritzomart-1-1366x728.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAgT8feBU .card3 {
  background-image: url("../../../assets/images/millsawarch-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAgT8feBU .card4 {
  background-image: url("../../../assets/images/endosource-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAgT8feBU .card5 {
  background-image: url("../../../assets/images/dallaspediatricsonline.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAgT8feBU .card6 {
  background-image: url("../../../assets/images/kafeelchaudhry-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAhEIeg97 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tZAhEIeg97 .item-wrapper {
  width: 100%;
}
.cid-tZAhEIeg97 .left-side {
  text-align: left;
}
.cid-tZAhEIeg97 .row {
  align-items: center;
  justify-content: center;
}
.cid-tZAhEIeg97 .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
}
.cid-tZAhEIeg97 .card-box:focus-within {
  opacity: 1;
}
.cid-tZAhEIeg97 .row-center {
  height: 100%;
}
.cid-tZAhEIeg97 .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-tZAhEIeg97 .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tZAhEIeg97 .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-tZAhEIeg97 .card-wrapper:hover .card-box,
.cid-tZAhEIeg97 .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tZAhEIeg97 .card-wrapper:hover .card-img,
.cid-tZAhEIeg97 .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tZAhEIeg97 .card-wrapper:hover:before,
.cid-tZAhEIeg97 .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tZAhEIeg97 .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-tZAhEIeg97 .g {
  grid-row-gap: 24px;
}
.cid-tZAhEIeg97 .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tZAhEIeg97 .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-tZAhEIeg97 .carousel-control {
    display: none;
  }
}
.cid-tZAhEIeg97 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tZAhEIeg97 .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tZAhEIeg97 .card1 {
  background-image: url("../../../assets/images/lockout-tagout.co.uk-1.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAhEIeg97 .card2 {
  background-image: url("../../../assets/images/rapidaccesstomedicalspecialists.ca-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAhEIeg97 .card3 {
  background-image: url("../../../assets/images/royaldecorandstaging-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAhEIeg97 .card4 {
  background-image: url("../../../assets/images/abouthearing-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAhEIeg97 .card5 {
  background-image: url("../../../assets/images/admiralinnfalls-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAhEIeg97 .card6 {
  background-image: url("../../../assets/images/arshadkhanrealtor-1-1366x728.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAioVmVtZ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tZAioVmVtZ .item-wrapper {
  width: 100%;
}
.cid-tZAioVmVtZ .left-side {
  text-align: left;
}
.cid-tZAioVmVtZ .row {
  align-items: center;
  justify-content: center;
}
.cid-tZAioVmVtZ .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
}
.cid-tZAioVmVtZ .card-box:focus-within {
  opacity: 1;
}
.cid-tZAioVmVtZ .row-center {
  height: 100%;
}
.cid-tZAioVmVtZ .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-tZAioVmVtZ .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tZAioVmVtZ .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-tZAioVmVtZ .card-wrapper:hover .card-box,
.cid-tZAioVmVtZ .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tZAioVmVtZ .card-wrapper:hover .card-img,
.cid-tZAioVmVtZ .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tZAioVmVtZ .card-wrapper:hover:before,
.cid-tZAioVmVtZ .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tZAioVmVtZ .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-tZAioVmVtZ .g {
  grid-row-gap: 24px;
}
.cid-tZAioVmVtZ .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tZAioVmVtZ .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-tZAioVmVtZ .carousel-control {
    display: none;
  }
}
.cid-tZAioVmVtZ .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tZAioVmVtZ .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tZAioVmVtZ .card1 {
  background-image: url("../../../assets/images/backs2beds.ca-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAioVmVtZ .card2 {
  background-image: url("../../../assets/images/belleriverimaging.com-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAioVmVtZ .card3 {
  background-image: url("../../../assets/images/bowl-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAioVmVtZ .card4 {
  background-image: url("../../../assets/images/bsia-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAioVmVtZ .card5 {
  background-image: url("../../../assets/images/businessfortes-1.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAioVmVtZ .card6 {
  background-image: url("../../../assets/images/cachetkids.co.uk-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAjaTLXni {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tZAjaTLXni .item-wrapper {
  width: 100%;
}
.cid-tZAjaTLXni .left-side {
  text-align: left;
}
.cid-tZAjaTLXni .row {
  align-items: center;
  justify-content: center;
}
.cid-tZAjaTLXni .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
}
.cid-tZAjaTLXni .card-box:focus-within {
  opacity: 1;
}
.cid-tZAjaTLXni .row-center {
  height: 100%;
}
.cid-tZAjaTLXni .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-tZAjaTLXni .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tZAjaTLXni .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-tZAjaTLXni .card-wrapper:hover .card-box,
.cid-tZAjaTLXni .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tZAjaTLXni .card-wrapper:hover .card-img,
.cid-tZAjaTLXni .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tZAjaTLXni .card-wrapper:hover:before,
.cid-tZAjaTLXni .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tZAjaTLXni .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-tZAjaTLXni .g {
  grid-row-gap: 24px;
}
.cid-tZAjaTLXni .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tZAjaTLXni .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-tZAjaTLXni .carousel-control {
    display: none;
  }
}
.cid-tZAjaTLXni .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tZAjaTLXni .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tZAjaTLXni .card1 {
  background-image: url("../../../assets/images/canpak-1-1366x728.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAjaTLXni .card2 {
  background-image: url("../../../assets/images/capa-1-1366x728.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAjaTLXni .card3 {
  background-image: url("../../../assets/images/centurypapers.ca-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAjaTLXni .card4 {
  background-image: url("../../../assets/images/codevitesse-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAjaTLXni .card5 {
  background-image: url("../../../assets/images/cotton-source-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAjaTLXni .card6 {
  background-image: url("../../../assets/images/downunderbedding-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAjRtN7RF {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tZAjRtN7RF .item-wrapper {
  width: 100%;
}
.cid-tZAjRtN7RF .left-side {
  text-align: left;
}
.cid-tZAjRtN7RF .row {
  align-items: center;
  justify-content: center;
}
.cid-tZAjRtN7RF .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
}
.cid-tZAjRtN7RF .card-box:focus-within {
  opacity: 1;
}
.cid-tZAjRtN7RF .row-center {
  height: 100%;
}
.cid-tZAjRtN7RF .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-tZAjRtN7RF .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tZAjRtN7RF .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-tZAjRtN7RF .card-wrapper:hover .card-box,
.cid-tZAjRtN7RF .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tZAjRtN7RF .card-wrapper:hover .card-img,
.cid-tZAjRtN7RF .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tZAjRtN7RF .card-wrapper:hover:before,
.cid-tZAjRtN7RF .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tZAjRtN7RF .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-tZAjRtN7RF .g {
  grid-row-gap: 24px;
}
.cid-tZAjRtN7RF .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tZAjRtN7RF .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-tZAjRtN7RF .carousel-control {
    display: none;
  }
}
.cid-tZAjRtN7RF .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tZAjRtN7RF .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tZAjRtN7RF .card1 {
  background-image: url("../../../assets/images/dsptv-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAjRtN7RF .card2 {
  background-image: url("../../../assets/images/easternnews.ca-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAjRtN7RF .card3 {
  background-image: url("../../../assets/images/mega-1-1366x728.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAjRtN7RF .card4 {
  background-image: url("../../../assets/images/easytravelservices.net-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAjRtN7RF .card5 {
  background-image: url("../../../assets/images/ecq-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAjRtN7RF .card6 {
  background-image: url("../../../assets/images/ed-cure-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAkkq9hhp {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tZAkkq9hhp .item-wrapper {
  width: 100%;
}
.cid-tZAkkq9hhp .left-side {
  text-align: left;
}
.cid-tZAkkq9hhp .row {
  align-items: center;
  justify-content: center;
}
.cid-tZAkkq9hhp .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
}
.cid-tZAkkq9hhp .card-box:focus-within {
  opacity: 1;
}
.cid-tZAkkq9hhp .row-center {
  height: 100%;
}
.cid-tZAkkq9hhp .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-tZAkkq9hhp .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tZAkkq9hhp .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-tZAkkq9hhp .card-wrapper:hover .card-box,
.cid-tZAkkq9hhp .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tZAkkq9hhp .card-wrapper:hover .card-img,
.cid-tZAkkq9hhp .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tZAkkq9hhp .card-wrapper:hover:before,
.cid-tZAkkq9hhp .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tZAkkq9hhp .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-tZAkkq9hhp .g {
  grid-row-gap: 24px;
}
.cid-tZAkkq9hhp .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tZAkkq9hhp .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-tZAkkq9hhp .carousel-control {
    display: none;
  }
}
.cid-tZAkkq9hhp .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tZAkkq9hhp .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tZAkkq9hhp .card1 {
  background-image: url("../../../assets/images/elginimaging-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAkkq9hhp .card2 {
  background-image: url("../../../assets/images/farahs-1-1366x728.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAkkq9hhp .card3 {
  background-image: url("../../../assets/images/farahsalan-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAkkq9hhp .card4 {
  background-image: url("../../../assets/images/feelbetterfast.ca-1-1366x728.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAkkq9hhp .card5 {
  background-image: url("../../../assets/images/freedomcouture-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAkkq9hhp .card6 {
  background-image: url("../../../assets/images/gis-1-1366x728.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAmN0mJs7 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tZAmN0mJs7 .item-wrapper {
  width: 100%;
}
.cid-tZAmN0mJs7 .left-side {
  text-align: left;
}
.cid-tZAmN0mJs7 .row {
  align-items: center;
  justify-content: center;
}
.cid-tZAmN0mJs7 .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
}
.cid-tZAmN0mJs7 .card-box:focus-within {
  opacity: 1;
}
.cid-tZAmN0mJs7 .row-center {
  height: 100%;
}
.cid-tZAmN0mJs7 .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-tZAmN0mJs7 .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tZAmN0mJs7 .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-tZAmN0mJs7 .card-wrapper:hover .card-box,
.cid-tZAmN0mJs7 .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tZAmN0mJs7 .card-wrapper:hover .card-img,
.cid-tZAmN0mJs7 .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tZAmN0mJs7 .card-wrapper:hover:before,
.cid-tZAmN0mJs7 .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tZAmN0mJs7 .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-tZAmN0mJs7 .g {
  grid-row-gap: 24px;
}
.cid-tZAmN0mJs7 .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tZAmN0mJs7 .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-tZAmN0mJs7 .carousel-control {
    display: none;
  }
}
.cid-tZAmN0mJs7 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tZAmN0mJs7 .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tZAmN0mJs7 .card1 {
  background-image: url("../../../assets/images/glamazontechinc-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAmN0mJs7 .card2 {
  background-image: url("../../../assets/images/raheelchaudhry-1-1366x728.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAmN0mJs7 .card3 {
  background-image: url("../../../assets/images/homescare-1-1366x728.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAmN0mJs7 .card4 {
  background-image: url("../../../assets/images/hoshmint-1-1366x728.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAmN0mJs7 .card5 {
  background-image: url("../../../assets/images/idealbedroom-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAmN0mJs7 .card6 {
  background-image: url("../../../assets/images/idealmattress-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAnp1sV4v {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tZAnp1sV4v .item-wrapper {
  width: 100%;
}
.cid-tZAnp1sV4v .left-side {
  text-align: left;
}
.cid-tZAnp1sV4v .row {
  align-items: center;
  justify-content: center;
}
.cid-tZAnp1sV4v .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
}
.cid-tZAnp1sV4v .card-box:focus-within {
  opacity: 1;
}
.cid-tZAnp1sV4v .row-center {
  height: 100%;
}
.cid-tZAnp1sV4v .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-tZAnp1sV4v .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tZAnp1sV4v .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-tZAnp1sV4v .card-wrapper:hover .card-box,
.cid-tZAnp1sV4v .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tZAnp1sV4v .card-wrapper:hover .card-img,
.cid-tZAnp1sV4v .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tZAnp1sV4v .card-wrapper:hover:before,
.cid-tZAnp1sV4v .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tZAnp1sV4v .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-tZAnp1sV4v .g {
  grid-row-gap: 24px;
}
.cid-tZAnp1sV4v .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tZAnp1sV4v .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-tZAnp1sV4v .carousel-control {
    display: none;
  }
}
.cid-tZAnp1sV4v .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tZAnp1sV4v .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tZAnp1sV4v .card1 {
  background-image: url("../../../assets/images/istanbulcatering364-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAnp1sV4v .card2 {
  background-image: url("../../../assets/images/kafeelforinvestment-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAnp1sV4v .card3 {
  background-image: url("../../../assets/images/katakat-1-1366x728.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAnp1sV4v .card4 {
  background-image: url("../../../assets/images/khushbo-1-1366x728.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAnp1sV4v .card5 {
  background-image: url("../../../assets/images/lacosta-1-1366x728.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAnp1sV4v .card6 {
  background-image: url("../../../assets/images/ljservices-1-1366x728.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAo0TQ4G1 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tZAo0TQ4G1 .item-wrapper {
  width: 100%;
}
.cid-tZAo0TQ4G1 .left-side {
  text-align: left;
}
.cid-tZAo0TQ4G1 .row {
  align-items: center;
  justify-content: center;
}
.cid-tZAo0TQ4G1 .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
}
.cid-tZAo0TQ4G1 .card-box:focus-within {
  opacity: 1;
}
.cid-tZAo0TQ4G1 .row-center {
  height: 100%;
}
.cid-tZAo0TQ4G1 .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-tZAo0TQ4G1 .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tZAo0TQ4G1 .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-tZAo0TQ4G1 .card-wrapper:hover .card-box,
.cid-tZAo0TQ4G1 .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tZAo0TQ4G1 .card-wrapper:hover .card-img,
.cid-tZAo0TQ4G1 .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tZAo0TQ4G1 .card-wrapper:hover:before,
.cid-tZAo0TQ4G1 .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tZAo0TQ4G1 .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-tZAo0TQ4G1 .g {
  grid-row-gap: 24px;
}
.cid-tZAo0TQ4G1 .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tZAo0TQ4G1 .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-tZAo0TQ4G1 .carousel-control {
    display: none;
  }
}
.cid-tZAo0TQ4G1 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tZAo0TQ4G1 .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tZAo0TQ4G1 .card1 {
  background-image: url("../../../assets/images/mega-2-1366x728.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAo0TQ4G1 .card2 {
  background-image: url("../../../assets/images/menucore-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAo0TQ4G1 .card3 {
  background-image: url("../../../assets/images/nadia-1-1366x728.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAo0TQ4G1 .card4 {
  background-image: url("../../../assets/images/nautc.ca-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAo0TQ4G1 .card5 {
  background-image: url("../../../assets/images/ncri.ca-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAo0TQ4G1 .card6 {
  background-image: url("../../../assets/images/novatennisllc-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAoCvJaRe {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tZAoCvJaRe .item-wrapper {
  width: 100%;
}
.cid-tZAoCvJaRe .left-side {
  text-align: left;
}
.cid-tZAoCvJaRe .row {
  align-items: center;
  justify-content: center;
}
.cid-tZAoCvJaRe .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
}
.cid-tZAoCvJaRe .card-box:focus-within {
  opacity: 1;
}
.cid-tZAoCvJaRe .row-center {
  height: 100%;
}
.cid-tZAoCvJaRe .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-tZAoCvJaRe .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tZAoCvJaRe .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-tZAoCvJaRe .card-wrapper:hover .card-box,
.cid-tZAoCvJaRe .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tZAoCvJaRe .card-wrapper:hover .card-img,
.cid-tZAoCvJaRe .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tZAoCvJaRe .card-wrapper:hover:before,
.cid-tZAoCvJaRe .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tZAoCvJaRe .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-tZAoCvJaRe .g {
  grid-row-gap: 24px;
}
.cid-tZAoCvJaRe .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tZAoCvJaRe .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-tZAoCvJaRe .carousel-control {
    display: none;
  }
}
.cid-tZAoCvJaRe .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tZAoCvJaRe .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tZAoCvJaRe .card1 {
  background-image: url("../../../assets/images/paintandpowderstore-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAoCvJaRe .card2 {
  background-image: url("../../../assets/images/passionxnatural-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAoCvJaRe .card3 {
  background-image: url("../../../assets/images/pharmcanadainc1-1-1366x728.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAoCvJaRe .card4 {
  background-image: url("../../../assets/images/pharmcanadainc-1-1366x728.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAoCvJaRe .card5 {
  background-image: url("../../../assets/images/safrapharma-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAoCvJaRe .card6 {
  background-image: url("../../../assets/images/saibaco-1.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZApaIiWBx {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tZApaIiWBx .item-wrapper {
  width: 100%;
}
.cid-tZApaIiWBx .left-side {
  text-align: left;
}
.cid-tZApaIiWBx .row {
  align-items: center;
  justify-content: center;
}
.cid-tZApaIiWBx .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
}
.cid-tZApaIiWBx .card-box:focus-within {
  opacity: 1;
}
.cid-tZApaIiWBx .row-center {
  height: 100%;
}
.cid-tZApaIiWBx .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-tZApaIiWBx .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tZApaIiWBx .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-tZApaIiWBx .card-wrapper:hover .card-box,
.cid-tZApaIiWBx .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tZApaIiWBx .card-wrapper:hover .card-img,
.cid-tZApaIiWBx .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tZApaIiWBx .card-wrapper:hover:before,
.cid-tZApaIiWBx .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tZApaIiWBx .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-tZApaIiWBx .g {
  grid-row-gap: 24px;
}
.cid-tZApaIiWBx .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tZApaIiWBx .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-tZApaIiWBx .carousel-control {
    display: none;
  }
}
.cid-tZApaIiWBx .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tZApaIiWBx .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tZApaIiWBx .card1 {
  background-image: url("../../../assets/images/samaamarketplace-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZApaIiWBx .card2 {
  background-image: url("../../../assets/images/sjmhomecare-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZApaIiWBx .card3 {
  background-image: url("../../../assets/images/soundtravelinc.ca-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZApaIiWBx .card4 {
  background-image: url("../../../assets/images/tandooriculture-1-1366x728.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZApaIiWBx .card5 {
  background-image: url("../../../assets/images/soundtravelinc.ca-2-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZApaIiWBx .card6 {
  background-image: url("../../../assets/images/tender-1-1366x728.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAq6oktfR {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tZAq6oktfR .item-wrapper {
  width: 100%;
}
.cid-tZAq6oktfR .left-side {
  text-align: left;
}
.cid-tZAq6oktfR .row {
  align-items: center;
  justify-content: center;
}
.cid-tZAq6oktfR .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
}
.cid-tZAq6oktfR .card-box:focus-within {
  opacity: 1;
}
.cid-tZAq6oktfR .row-center {
  height: 100%;
}
.cid-tZAq6oktfR .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-tZAq6oktfR .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tZAq6oktfR .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-tZAq6oktfR .card-wrapper:hover .card-box,
.cid-tZAq6oktfR .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tZAq6oktfR .card-wrapper:hover .card-img,
.cid-tZAq6oktfR .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tZAq6oktfR .card-wrapper:hover:before,
.cid-tZAq6oktfR .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tZAq6oktfR .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-tZAq6oktfR .g {
  grid-row-gap: 24px;
}
.cid-tZAq6oktfR .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tZAq6oktfR .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-tZAq6oktfR .carousel-control {
    display: none;
  }
}
.cid-tZAq6oktfR .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tZAq6oktfR .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tZAq6oktfR .card1 {
  background-image: url("../../../assets/images/trulyorganicfoods-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAq6oktfR .card2 {
  background-image: url("../../../assets/images/test.smoking-pipes-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAq6oktfR .card3 {
  background-image: url("../../../assets/images/tryonerentacar-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAq6oktfR .card4 {
  background-image: url("../../../assets/images/vivocanadian-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAq6oktfR .card5 {
  background-image: url("../../../assets/images/walkintravel-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAq6oktfR .card6 {
  background-image: url("../../../assets/images/webchemcupply-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAqGVbx8c {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tZAqGVbx8c .item-wrapper {
  width: 100%;
}
.cid-tZAqGVbx8c .left-side {
  text-align: left;
}
.cid-tZAqGVbx8c .row {
  align-items: center;
  justify-content: center;
}
.cid-tZAqGVbx8c .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
}
.cid-tZAqGVbx8c .card-box:focus-within {
  opacity: 1;
}
.cid-tZAqGVbx8c .row-center {
  height: 100%;
}
.cid-tZAqGVbx8c .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-tZAqGVbx8c .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tZAqGVbx8c .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-tZAqGVbx8c .card-wrapper:hover .card-box,
.cid-tZAqGVbx8c .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tZAqGVbx8c .card-wrapper:hover .card-img,
.cid-tZAqGVbx8c .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tZAqGVbx8c .card-wrapper:hover:before,
.cid-tZAqGVbx8c .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tZAqGVbx8c .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-tZAqGVbx8c .g {
  grid-row-gap: 24px;
}
.cid-tZAqGVbx8c .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tZAqGVbx8c .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-tZAqGVbx8c .carousel-control {
    display: none;
  }
}
.cid-tZAqGVbx8c .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tZAqGVbx8c .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tZAqGVbx8c .card1 {
  background-image: url("../../../assets/images/wmmii.ca-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAqGVbx8c .card2 {
  background-image: url("../../../assets/images/woodstockmedicalcentre-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAqGVbx8c .card3 {
  background-image: url("../../../assets/images/xray365-1-1366x728.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAqGVbx8c .card4 {
  background-image: url("../../../assets/images/xtreem-1-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAqGVbx8c .card5 {
  background-image: url("../../../assets/images/tryonerentacar-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZAqGVbx8c .card6 {
  background-image: url("../../../assets/images/webchemcupply-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZArhAjFBl {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tZArhAjFBl .item-wrapper {
  width: 100%;
}
.cid-tZArhAjFBl .left-side {
  text-align: left;
}
.cid-tZArhAjFBl .row {
  align-items: center;
  justify-content: center;
}
.cid-tZArhAjFBl .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
}
.cid-tZArhAjFBl .card-box:focus-within {
  opacity: 1;
}
.cid-tZArhAjFBl .row-center {
  height: 100%;
}
.cid-tZArhAjFBl .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-tZArhAjFBl .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tZArhAjFBl .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-tZArhAjFBl .card-wrapper:hover .card-box,
.cid-tZArhAjFBl .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tZArhAjFBl .card-wrapper:hover .card-img,
.cid-tZArhAjFBl .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tZArhAjFBl .card-wrapper:hover:before,
.cid-tZArhAjFBl .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tZArhAjFBl .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-tZArhAjFBl .g {
  grid-row-gap: 24px;
}
.cid-tZArhAjFBl .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-tZArhAjFBl .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-tZArhAjFBl .carousel-control {
    display: none;
  }
}
.cid-tZArhAjFBl .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-tZArhAjFBl .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-tZArhAjFBl .card1 {
  background-image: url("../../../assets/images/wmmii.ca-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZArhAjFBl .card2 {
  background-image: url("../../../assets/images/woodstockmedicalcentre-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZArhAjFBl .card3 {
  background-image: url("../../../assets/images/xtreem-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZArhAjFBl .card4 {
  background-image: url("../../../assets/images/raheelchaudhry-1366x728.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZArhAjFBl .card5 {
  background-image: url("../../../assets/images/5star-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-tZArhAjFBl .card6 {
  background-image: url("../../../assets/images/backs2beds.ca-1366x729.webp");
  background-size: cover;
  background-position: center;
}
.cid-uVtVNnWJY6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #181855;
}
.cid-uVtVNnWJY6 .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  color: #ffffff;
}
.cid-uVtVNnWJY6 .socicon:before {
  padding: .6rem;
  border-radius: 100px;
  transition: all .3s;
}
.cid-uVtVNnWJY6 .socicon:hover:before {
  transition: all .3s;
  border-color: transparent;
}
@media (max-width: 767px) {
  .cid-uVtVNnWJY6 .socicon {
    margin-right: 0.2rem;
  }
}
.cid-uVtVNnWJY6 .social-list {
  display: flex;
  justify-content: center;
}
.cid-uVtVNnWJY6 .social-list a:focus {
  text-decoration: none;
}
.cid-uVtVNnWJY6 .socicon:hover {
  transform: translate(0, -10px);
}
.cid-uVtVNnWJY6 .socion1 {
  background: #ffd7ef;
}
.cid-uVtVNnWJY6 .socion2 {
  background-color: #cf1d1d;
}
.cid-uVtVNnWJY6 .socion3 {
  background-color: #8cdcdb;
}
.cid-uVtVNnWJY6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVtVNnWJY6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZAeOxOeFZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-tZAeOxOeFZ .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tZAeOxOeFZ section {
  position: relative;
}
.cid-tZAeOxOeFZ h4 {
  margin: 0;
}
.cid-tZAeOxOeFZ a {
  font-weight: 300;
}
.cid-tZAeOxOeFZ .row {
  align-items: center;
}
.cid-tZAeOxOeFZ .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tZAeOxOeFZ .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tZAeOxOeFZ .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tZAeOxOeFZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tZAeOxOeFZ .align-left {
    text-align: center;
  }
  .cid-tZAeOxOeFZ .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tZAeOxOeFZ .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tZAeOxOeFZ .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tZAeOxOeFZ .item-title {
  color: #c1c1c1;
}
.cid-tZAeOxOeFZ H4 {
  color: #c1c1c1;
}
.cid-tZAKl9qQRA {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tZAKl9qQRA .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tZAKl9qQRA .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tZAKl9qQRA .navbar-caption {
  font-weight: 500;
}
.cid-tZAKl9qQRA nav.navbar {
  position: fixed;
}
.cid-tZAKl9qQRA .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-tZAKl9qQRA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tZAKl9qQRA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZAKl9qQRA .dropdown-item:hover,
.cid-tZAKl9qQRA .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-tZAKl9qQRA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZAKl9qQRA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZAKl9qQRA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tZAKl9qQRA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZAKl9qQRA .nav-link {
  position: relative;
}
.cid-tZAKl9qQRA .nav-link:hover {
  color: #9fe870 !important;
}
.cid-tZAKl9qQRA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-tZAKl9qQRA .container,
  .cid-tZAKl9qQRA .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tZAKl9qQRA .dropdown-menu,
.cid-tZAKl9qQRA .navbar.opened {
  background: #ffffff !important;
}
.cid-tZAKl9qQRA .nav-item:focus,
.cid-tZAKl9qQRA .nav-link:focus {
  outline: none;
}
.cid-tZAKl9qQRA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZAKl9qQRA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZAKl9qQRA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZAKl9qQRA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZAKl9qQRA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZAKl9qQRA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZAKl9qQRA .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tZAKl9qQRA .navbar.opened {
  transition: all 0.3s;
}
.cid-tZAKl9qQRA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZAKl9qQRA .navbar .navbar-logo img {
  width: auto;
  height: auto;
}
.cid-tZAKl9qQRA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZAKl9qQRA .navbar.collapsed {
  justify-content: center;
}
.cid-tZAKl9qQRA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZAKl9qQRA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZAKl9qQRA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tZAKl9qQRA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZAKl9qQRA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZAKl9qQRA .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-tZAKl9qQRA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZAKl9qQRA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tZAKl9qQRA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZAKl9qQRA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZAKl9qQRA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZAKl9qQRA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZAKl9qQRA .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-tZAKl9qQRA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZAKl9qQRA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZAKl9qQRA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZAKl9qQRA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZAKl9qQRA .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tZAKl9qQRA .navbar.navbar-short {
  min-height: 80px;
}
.cid-tZAKl9qQRA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tZAKl9qQRA .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tZAKl9qQRA .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-tZAKl9qQRA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZAKl9qQRA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZAKl9qQRA .dropdown-item.active,
.cid-tZAKl9qQRA .dropdown-item:active {
  background-color: transparent;
}
.cid-tZAKl9qQRA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZAKl9qQRA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZAKl9qQRA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZAKl9qQRA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tZAKl9qQRA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZAKl9qQRA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZAKl9qQRA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZAKl9qQRA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZAKl9qQRA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZAKl9qQRA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZAKl9qQRA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZAKl9qQRA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZAKl9qQRA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZAKl9qQRA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZAKl9qQRA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZAKl9qQRA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZAKl9qQRA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZAKl9qQRA .navbar-dropdown {
  position: fixed;
}
.cid-tZAKl9qQRA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZAKl9qQRA .navbar {
    height: 70px;
  }
  .cid-tZAKl9qQRA .navbar.opened {
    height: auto;
  }
  .cid-tZAKl9qQRA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZAKl9qQRA .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-tZAKl9qQRA .addr {
    margin: 0 auto;
  }
}
.cid-tZAKl9qQRA .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-tZAKl9qQRA .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-tZAKl9P22Q {
  padding-top: 11rem;
  padding-bottom: 4rem;
  background-color: #17003b;
}
.cid-tZAKl9P22Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZAKl9P22Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZAKl9P22Q .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tZAKl9P22Q .mbr-text,
.cid-tZAKl9P22Q .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tZAKl9P22Q b,
.cid-tZAKl9P22Q strong {
  font-weight: 900;
}
.cid-tZAKl9P22Q .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tZAKlaLsod {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-tZAKlaLsod .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tZAKlaLsod section {
  position: relative;
}
.cid-tZAKlaLsod h4 {
  margin: 0;
}
.cid-tZAKlaLsod a {
  font-weight: 300;
}
.cid-tZAKlaLsod .row {
  align-items: center;
}
.cid-tZAKlaLsod .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tZAKlaLsod .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tZAKlaLsod .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tZAKlaLsod .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tZAKlaLsod .align-left {
    text-align: center;
  }
  .cid-tZAKlaLsod .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tZAKlaLsod .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tZAKlaLsod .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tZAKlaLsod .item-title {
  color: #c1c1c1;
}
.cid-tZAKlaLsod H4 {
  color: #c1c1c1;
}
.cid-tZvbe0RtKw {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tZvbe0RtKw .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tZvbe0RtKw .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tZvbe0RtKw .navbar-caption {
  font-weight: 500;
}
.cid-tZvbe0RtKw nav.navbar {
  position: fixed;
}
.cid-tZvbe0RtKw .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-tZvbe0RtKw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tZvbe0RtKw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZvbe0RtKw .dropdown-item:hover,
.cid-tZvbe0RtKw .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-tZvbe0RtKw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZvbe0RtKw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZvbe0RtKw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tZvbe0RtKw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZvbe0RtKw .nav-link {
  position: relative;
}
.cid-tZvbe0RtKw .nav-link:hover {
  color: #9fe870 !important;
}
.cid-tZvbe0RtKw .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-tZvbe0RtKw .container,
  .cid-tZvbe0RtKw .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tZvbe0RtKw .dropdown-menu,
.cid-tZvbe0RtKw .navbar.opened {
  background: #ffffff !important;
}
.cid-tZvbe0RtKw .nav-item:focus,
.cid-tZvbe0RtKw .nav-link:focus {
  outline: none;
}
.cid-tZvbe0RtKw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZvbe0RtKw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZvbe0RtKw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZvbe0RtKw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZvbe0RtKw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZvbe0RtKw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZvbe0RtKw .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tZvbe0RtKw .navbar.opened {
  transition: all 0.3s;
}
.cid-tZvbe0RtKw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZvbe0RtKw .navbar .navbar-logo img {
  width: auto;
  height: auto;
}
.cid-tZvbe0RtKw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZvbe0RtKw .navbar.collapsed {
  justify-content: center;
}
.cid-tZvbe0RtKw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZvbe0RtKw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZvbe0RtKw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tZvbe0RtKw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZvbe0RtKw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZvbe0RtKw .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-tZvbe0RtKw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZvbe0RtKw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tZvbe0RtKw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZvbe0RtKw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZvbe0RtKw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZvbe0RtKw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZvbe0RtKw .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-tZvbe0RtKw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZvbe0RtKw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZvbe0RtKw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZvbe0RtKw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZvbe0RtKw .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tZvbe0RtKw .navbar.navbar-short {
  min-height: 80px;
}
.cid-tZvbe0RtKw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tZvbe0RtKw .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tZvbe0RtKw .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-tZvbe0RtKw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZvbe0RtKw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZvbe0RtKw .dropdown-item.active,
.cid-tZvbe0RtKw .dropdown-item:active {
  background-color: transparent;
}
.cid-tZvbe0RtKw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZvbe0RtKw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZvbe0RtKw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZvbe0RtKw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tZvbe0RtKw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZvbe0RtKw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZvbe0RtKw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZvbe0RtKw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZvbe0RtKw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZvbe0RtKw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZvbe0RtKw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZvbe0RtKw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZvbe0RtKw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZvbe0RtKw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZvbe0RtKw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZvbe0RtKw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZvbe0RtKw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZvbe0RtKw .navbar-dropdown {
  position: fixed;
}
.cid-tZvbe0RtKw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZvbe0RtKw .navbar {
    height: 70px;
  }
  .cid-tZvbe0RtKw .navbar.opened {
    height: auto;
  }
  .cid-tZvbe0RtKw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZvbe0RtKw .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-tZvbe0RtKw .addr {
    margin: 0 auto;
  }
}
.cid-tZvbe0RtKw .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-tZvbe0RtKw .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-tZvbe1vWgI {
  padding-top: 11rem;
  padding-bottom: 4rem;
  background-color: #17003b;
}
.cid-tZvbe1vWgI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZvbe1vWgI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZvbe1vWgI .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tZvbe1vWgI .mbr-text,
.cid-tZvbe1vWgI .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tZvbe1vWgI b,
.cid-tZvbe1vWgI strong {
  font-weight: 900;
}
.cid-tZvbe1vWgI .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tZvg5NTns8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-tZvg5NTns8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZvg5NTns8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZvg5NTns8 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tZvg5NTns8 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tZvg5NTns8 .container {
    padding: 0 24px;
  }
}
.cid-tZvg5NTns8 .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-tZvg5NTns8 .image-wrapper {
  height: 100%;
}
.cid-tZvg5NTns8 .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-tZvg5NTns8 .image-wrapper img {
    height: 350px;
  }
}
.cid-tZvg5NTns8 .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tZvg5NTns8 .content-wrapper {
    padding: 24px;
  }
}
.cid-tZvg5NTns8 .content-wrapper .content-wrap {
  width: 100%;
}
.cid-tZvg5NTns8 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tZvg5NTns8 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
  line-height: 1.7;
}
.cid-tZvg5NTns8 .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-tZvg5NTns8 .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-tZvg5NTns8 .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-tZvg5NTns8 .mbr-section-title {
  color: #141414;
}
.cid-tZvg5NTns8 .mbr-text {
  color: #141414;
}
.cid-tZvhcdtdZZ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-tZvhcdtdZZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZvhcdtdZZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tZvhcdtdZZ .container {
    padding: 0 24px;
  }
}
.cid-tZvhcdtdZZ .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-tZvhcdtdZZ .image-wrapper {
  height: 100%;
}
.cid-tZvhcdtdZZ .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-tZvhcdtdZZ .image-wrapper img {
    height: 350px;
  }
}
.cid-tZvhcdtdZZ .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tZvhcdtdZZ .content-wrapper {
    padding: 24px;
  }
}
.cid-tZvhcdtdZZ .content-wrapper .content-wrap {
  width: 100%;
}
.cid-tZvhcdtdZZ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tZvhcdtdZZ .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
  line-height: 1.7;
}
.cid-tZvhcdtdZZ .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-tZvhcdtdZZ .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-tZvhcdtdZZ .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-tZvhcdtdZZ .mbr-section-title {
  color: #141414;
}
.cid-tZvhcdtdZZ .mbr-text {
  color: #141414;
}
.cid-tZvi8WugZ3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-tZvi8WugZ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZvi8WugZ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tZvi8WugZ3 .container {
    padding: 0 24px;
  }
}
.cid-tZvi8WugZ3 .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-tZvi8WugZ3 .image-wrapper {
  height: 100%;
}
.cid-tZvi8WugZ3 .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-tZvi8WugZ3 .image-wrapper img {
    height: 350px;
  }
}
.cid-tZvi8WugZ3 .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tZvi8WugZ3 .content-wrapper {
    padding: 24px;
  }
}
.cid-tZvi8WugZ3 .content-wrapper .content-wrap {
  width: 100%;
}
.cid-tZvi8WugZ3 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tZvi8WugZ3 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
  line-height: 1.7;
}
.cid-tZvi8WugZ3 .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-tZvi8WugZ3 .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-tZvi8WugZ3 .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-tZvi8WugZ3 .mbr-section-title {
  color: #141414;
}
.cid-tZvi8WugZ3 .mbr-text {
  color: #141414;
}
.cid-tZvjAtWCpd {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-tZvjAtWCpd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZvjAtWCpd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZvjAtWCpd .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tZvjAtWCpd .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tZvjAtWCpd .container {
    padding: 0 24px;
  }
}
.cid-tZvjAtWCpd .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-tZvjAtWCpd .image-wrapper {
  height: 100%;
}
.cid-tZvjAtWCpd .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-tZvjAtWCpd .image-wrapper img {
    height: 350px;
  }
}
.cid-tZvjAtWCpd .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tZvjAtWCpd .content-wrapper {
    padding: 24px;
  }
}
.cid-tZvjAtWCpd .content-wrapper .content-wrap {
  width: 100%;
}
.cid-tZvjAtWCpd .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tZvjAtWCpd .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
  line-height: 1.7;
}
.cid-tZvjAtWCpd .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-tZvjAtWCpd .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-tZvjAtWCpd .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-tZvjAtWCpd .mbr-section-title {
  color: #141414;
}
.cid-tZvjAtWCpd .mbr-text {
  color: #141414;
}
.cid-tZvkJNGskE {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZvkJNGskE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZvkJNGskE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZvkJNGskE .row {
  justify-content: center;
}
.cid-tZvkJNGskE .video-wrapper iframe {
  width: 100%;
}
.cid-tZvkJNGskE .title-wrapper {
  margin-bottom: 32px;
}
.cid-tZvkJNGskE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tZvkJNGskE .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tZvkJNGskE .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-tZvkJNGskE .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-tZvkJNGskE .video-block {
    margin-bottom: 24px;
  }
}
.cid-tZvkJNGskE .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-tZvkJNGskE .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-tZvl9dRJxI {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZvl9dRJxI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZvl9dRJxI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZvl9dRJxI .row {
  justify-content: center;
}
.cid-tZvl9dRJxI .video-wrapper iframe {
  width: 100%;
}
.cid-tZvl9dRJxI .title-wrapper {
  margin-bottom: 32px;
}
.cid-tZvl9dRJxI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tZvl9dRJxI .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tZvl9dRJxI .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-tZvl9dRJxI .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-tZvl9dRJxI .video-block {
    margin-bottom: 24px;
  }
}
.cid-tZvl9dRJxI .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-tZvl9dRJxI .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-tZvlqCUiqg {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZvlqCUiqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZvlqCUiqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZvlqCUiqg .row {
  justify-content: center;
}
.cid-tZvlqCUiqg .video-wrapper iframe {
  width: 100%;
}
.cid-tZvlqCUiqg .title-wrapper {
  margin-bottom: 32px;
}
.cid-tZvlqCUiqg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tZvlqCUiqg .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tZvlqCUiqg .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-tZvlqCUiqg .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-tZvlqCUiqg .video-block {
    margin-bottom: 24px;
  }
}
.cid-tZvlqCUiqg .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-tZvlqCUiqg .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-tZvB8rvqcn {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZvB8rvqcn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZvB8rvqcn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZvB8rvqcn .row {
  justify-content: center;
}
.cid-tZvB8rvqcn .video-wrapper iframe {
  width: 100%;
}
.cid-tZvB8rvqcn .title-wrapper {
  margin-bottom: 32px;
}
.cid-tZvB8rvqcn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tZvB8rvqcn .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tZvB8rvqcn .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-tZvB8rvqcn .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-tZvB8rvqcn .video-block {
    margin-bottom: 24px;
  }
}
.cid-tZvB8rvqcn .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-tZvB8rvqcn .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-tZvbe2Rgym {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-tZvbe2Rgym .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tZvbe2Rgym section {
  position: relative;
}
.cid-tZvbe2Rgym h4 {
  margin: 0;
}
.cid-tZvbe2Rgym a {
  font-weight: 300;
}
.cid-tZvbe2Rgym .row {
  align-items: center;
}
.cid-tZvbe2Rgym .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tZvbe2Rgym .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tZvbe2Rgym .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tZvbe2Rgym .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tZvbe2Rgym .align-left {
    text-align: center;
  }
  .cid-tZvbe2Rgym .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tZvbe2Rgym .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tZvbe2Rgym .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tZvbe2Rgym .item-title {
  color: #c1c1c1;
}
.cid-tZvbe2Rgym H4 {
  color: #c1c1c1;
}
.cid-uMPGhlSq3U {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMPGhlSq3U .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uMPGhlSq3U .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uMPGhlSq3U .navbar-caption {
  font-weight: 500;
}
.cid-uMPGhlSq3U nav.navbar {
  position: fixed;
}
.cid-uMPGhlSq3U .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-uMPGhlSq3U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-uMPGhlSq3U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMPGhlSq3U .dropdown-item:hover,
.cid-uMPGhlSq3U .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-uMPGhlSq3U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMPGhlSq3U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMPGhlSq3U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMPGhlSq3U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMPGhlSq3U .nav-link {
  position: relative;
}
.cid-uMPGhlSq3U .nav-link:hover {
  color: #9fe870 !important;
}
.cid-uMPGhlSq3U .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-uMPGhlSq3U .container,
  .cid-uMPGhlSq3U .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uMPGhlSq3U .dropdown-menu,
.cid-uMPGhlSq3U .navbar.opened {
  background: #ffffff !important;
}
.cid-uMPGhlSq3U .nav-item:focus,
.cid-uMPGhlSq3U .nav-link:focus {
  outline: none;
}
.cid-uMPGhlSq3U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMPGhlSq3U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMPGhlSq3U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMPGhlSq3U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMPGhlSq3U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMPGhlSq3U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMPGhlSq3U .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uMPGhlSq3U .navbar.opened {
  transition: all 0.3s;
}
.cid-uMPGhlSq3U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMPGhlSq3U .navbar .navbar-logo img {
  width: auto;
  height: auto;
}
.cid-uMPGhlSq3U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMPGhlSq3U .navbar.collapsed {
  justify-content: center;
}
.cid-uMPGhlSq3U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMPGhlSq3U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMPGhlSq3U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uMPGhlSq3U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMPGhlSq3U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMPGhlSq3U .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-uMPGhlSq3U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMPGhlSq3U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uMPGhlSq3U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMPGhlSq3U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMPGhlSq3U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMPGhlSq3U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMPGhlSq3U .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-uMPGhlSq3U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMPGhlSq3U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMPGhlSq3U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMPGhlSq3U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMPGhlSq3U .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uMPGhlSq3U .navbar.navbar-short {
  min-height: 80px;
}
.cid-uMPGhlSq3U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMPGhlSq3U .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uMPGhlSq3U .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-uMPGhlSq3U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMPGhlSq3U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMPGhlSq3U .dropdown-item.active,
.cid-uMPGhlSq3U .dropdown-item:active {
  background-color: transparent;
}
.cid-uMPGhlSq3U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMPGhlSq3U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMPGhlSq3U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMPGhlSq3U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMPGhlSq3U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMPGhlSq3U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMPGhlSq3U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMPGhlSq3U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMPGhlSq3U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMPGhlSq3U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMPGhlSq3U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMPGhlSq3U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMPGhlSq3U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMPGhlSq3U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMPGhlSq3U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMPGhlSq3U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMPGhlSq3U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMPGhlSq3U .navbar-dropdown {
  position: fixed;
}
.cid-uMPGhlSq3U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMPGhlSq3U .navbar {
    height: 70px;
  }
  .cid-uMPGhlSq3U .navbar.opened {
    height: auto;
  }
  .cid-uMPGhlSq3U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMPGhlSq3U .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-uMPGhlSq3U .addr {
    margin: 0 auto;
  }
}
.cid-uMPGhlSq3U .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-uMPGhlSq3U .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-uMPGywFT1H {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMPGywFT1H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMPGywFT1H .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-uMPGywFT1H .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMPGywFT1H .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uMPGywFT1H .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uMPGywFT1H .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMPGywFT1H .mbr-section-title {
  color: #000000;
}
.cid-uMPGywFT1H .mbr-text,
.cid-uMPGywFT1H .mbr-section-btn {
  color: #232323;
  line-height: 1.6;
}
.cid-uMPGywFT1H .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-uMPGywFT1H .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-uMPGywFT1H .mbr-fonts-style {
  color: #000000;
}
.cid-uMU7vNa1ZW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #393193;
}
.cid-uMU7vNa1ZW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMU7vNa1ZW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMU7vNa1ZW .container {
    padding: 0 15px;
  }
}
.cid-uMU7vNa1ZW .row {
  justify-content: center;
}
.cid-uMU7vNa1ZW .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMU7vNa1ZW .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uMU7vNa1ZW .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uMU7vNa1ZW .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uMU7vNa1ZW .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMU7vNa1ZW .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uMU7vNa1ZW .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uMU7vNa1ZW .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uMU7vNa1ZW .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uMU7vNa1ZW .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMU7vNa1ZW .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uMU7vNa1ZW .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uMU7vNa1ZW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMU7vNa1ZW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMU7vNa1ZW .list {
  color: #ffffff;
}
.cid-uMPSqSC60K {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMPSqSC60K .card-wrapper {
  border-radius: 0;
  border: 1px solid #dddfe0;
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.21);
  padding: 2rem;
}
.cid-uMPSqSC60K .card-title {
  font-weight: 600;
}
.cid-uMPSqSC60K .card-img {
  text-align: left;
  padding: 0;
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
}
.cid-uMPSqSC60K .card-img span {
  border: 2px solid #5aac98;
  padding: 15.5px;
  border-radius: 70px;
  text-align: center;
  color: #5aac98;
  font-size: 35px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-uMPSqSC60K .card {
    margin-bottom: 2rem;
  }
}
.cid-uMPSqSC60K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMPSqSC60K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMPSqSC60K .mbr-text {
  line-height: 1.6;
}
.cid-uMPZ7YPXYU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMPZ7YPXYU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMPZ7YPXYU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMPZ7YPXYU .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uMPZ7YPXYU .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uMPZ7YPXYU .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uMPZ7YPXYU .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uMPZ7YPXYU .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uMPZ7YPXYU .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMPZ7YPXYU .card-wrapper .items-wrapper {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-uMPZ7YPXYU .card-wrapper .items-wrapper {
    display: block;
    width: 100%;
  }
}
.cid-uMPZ7YPXYU .card-wrapper .items-wrapper .item .item-wrapper {
  padding: 25px 0;
  height: 100%;
}
.cid-uMPZ7YPXYU .card-wrapper .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uMPZ7YPXYU .card-wrapper .items-wrapper .item .item-wrapper .item-title:hover,
.cid-uMPZ7YPXYU .card-wrapper .items-wrapper .item .item-wrapper .item-title:focus {
  opacity: .7;
}
.cid-uMPZ7YPXYU .btn-wrapper {
  margin-top: -5%;
}
.cid-uMPZ7YPXYU .mbr-section-title {
  color: #093388;
  text-align: center;
}
.cid-uMPZ7YPXYU .item-title {
  color: #093388;
}
.cid-uMPGhqeevi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-uMPGhqeevi .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-uMPGhqeevi section {
  position: relative;
}
.cid-uMPGhqeevi h4 {
  margin: 0;
}
.cid-uMPGhqeevi a {
  font-weight: 300;
}
.cid-uMPGhqeevi .row {
  align-items: center;
}
.cid-uMPGhqeevi .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-uMPGhqeevi .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uMPGhqeevi .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uMPGhqeevi .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uMPGhqeevi .align-left {
    text-align: center;
  }
  .cid-uMPGhqeevi .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uMPGhqeevi .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-uMPGhqeevi .item {
    padding-bottom: 0.5rem;
  }
}
.cid-uMPGhqeevi .item-title {
  color: #c1c1c1;
}
.cid-uMPGhqeevi H4 {
  color: #c1c1c1;
}
.cid-uMSD89EP6E {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMSD89EP6E .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uMSD89EP6E .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uMSD89EP6E .navbar-caption {
  font-weight: 500;
}
.cid-uMSD89EP6E nav.navbar {
  position: fixed;
}
.cid-uMSD89EP6E .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-uMSD89EP6E .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-uMSD89EP6E .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMSD89EP6E .dropdown-item:hover,
.cid-uMSD89EP6E .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-uMSD89EP6E .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMSD89EP6E .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMSD89EP6E .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMSD89EP6E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMSD89EP6E .nav-link {
  position: relative;
}
.cid-uMSD89EP6E .nav-link:hover {
  color: #9fe870 !important;
}
.cid-uMSD89EP6E .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-uMSD89EP6E .container,
  .cid-uMSD89EP6E .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uMSD89EP6E .dropdown-menu,
.cid-uMSD89EP6E .navbar.opened {
  background: #ffffff !important;
}
.cid-uMSD89EP6E .nav-item:focus,
.cid-uMSD89EP6E .nav-link:focus {
  outline: none;
}
.cid-uMSD89EP6E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMSD89EP6E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMSD89EP6E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMSD89EP6E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMSD89EP6E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMSD89EP6E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMSD89EP6E .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uMSD89EP6E .navbar.opened {
  transition: all 0.3s;
}
.cid-uMSD89EP6E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMSD89EP6E .navbar .navbar-logo img {
  width: auto;
  height: auto;
}
.cid-uMSD89EP6E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMSD89EP6E .navbar.collapsed {
  justify-content: center;
}
.cid-uMSD89EP6E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMSD89EP6E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMSD89EP6E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uMSD89EP6E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMSD89EP6E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMSD89EP6E .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-uMSD89EP6E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMSD89EP6E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uMSD89EP6E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMSD89EP6E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMSD89EP6E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMSD89EP6E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMSD89EP6E .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-uMSD89EP6E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMSD89EP6E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMSD89EP6E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMSD89EP6E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMSD89EP6E .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uMSD89EP6E .navbar.navbar-short {
  min-height: 80px;
}
.cid-uMSD89EP6E .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMSD89EP6E .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uMSD89EP6E .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-uMSD89EP6E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMSD89EP6E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMSD89EP6E .dropdown-item.active,
.cid-uMSD89EP6E .dropdown-item:active {
  background-color: transparent;
}
.cid-uMSD89EP6E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMSD89EP6E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMSD89EP6E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMSD89EP6E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMSD89EP6E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMSD89EP6E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMSD89EP6E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMSD89EP6E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMSD89EP6E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMSD89EP6E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMSD89EP6E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMSD89EP6E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMSD89EP6E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMSD89EP6E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMSD89EP6E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMSD89EP6E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMSD89EP6E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMSD89EP6E .navbar-dropdown {
  position: fixed;
}
.cid-uMSD89EP6E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMSD89EP6E .navbar {
    height: 70px;
  }
  .cid-uMSD89EP6E .navbar.opened {
    height: auto;
  }
  .cid-uMSD89EP6E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMSD89EP6E .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-uMSD89EP6E .addr {
    margin: 0 auto;
  }
}
.cid-uMSD89EP6E .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-uMSD89EP6E .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-uMSD89Qmym {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMSD89Qmym .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMSD89Qmym .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-uMSD89Qmym .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMSD89Qmym .row {
  flex-direction: row-reverse;
}
.cid-uMSD89Qmym .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uMSD89Qmym .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uMSD89Qmym .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMSD89Qmym .mbr-section-title {
  color: #000000;
}
.cid-uMSD89Qmym .mbr-text,
.cid-uMSD89Qmym .mbr-section-btn {
  color: #232323;
  line-height: 1.6;
}
.cid-uMSD89Qmym .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-uMSD89Qmym .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-uMSD89Qmym .mbr-fonts-style {
  color: #000000;
}
.cid-uMSZhEbSf4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMSZhEbSf4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMSZhEbSf4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMSZhEbSf4 .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uMSZhEbSf4 .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uMSZhEbSf4 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uMSZhEbSf4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMSZhEbSf4 .media-content,
.cid-uMSZhEbSf4 .mbr-figure {
  align-self: center;
}
.cid-uMSZhEbSf4 .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uMSZhEbSf4 .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uMSZhEbSf4 .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uMSZhEbSf4 .mbr-section-title {
  text-align: center;
}
.cid-uMSZhEbSf4 .mbr-description {
  text-align: center;
}
.cid-uMSZhEbSf4 .mbr-text {
  line-height: 1.7;
}
.cid-uMSZhEbSf4 H3 {
  color: #9c98cf;
}
.cid-uMT1NkBrmC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMT1NkBrmC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMT1NkBrmC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMT1NkBrmC .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uMT1NkBrmC .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uMT1NkBrmC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMT1NkBrmC .media-content,
.cid-uMT1NkBrmC .mbr-figure {
  align-self: center;
}
.cid-uMT1NkBrmC .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uMT1NkBrmC .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uMT1NkBrmC .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uMT1NkBrmC .mbr-section-title {
  text-align: center;
}
.cid-uMT1NkBrmC .mbr-description {
  text-align: center;
}
.cid-uMT1NkBrmC .mbr-text {
  line-height: 1.7;
}
.cid-uMT1NkBrmC H3 {
  color: #9c98cf;
}
.cid-uMTcoxdtzT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMTcoxdtzT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMTcoxdtzT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMTcoxdtzT .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uMTcoxdtzT .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uMTcoxdtzT .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uMTcoxdtzT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMTcoxdtzT .media-content,
.cid-uMTcoxdtzT .mbr-figure {
  align-self: center;
}
.cid-uMTcoxdtzT .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uMTcoxdtzT .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uMTcoxdtzT .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uMTcoxdtzT .mbr-section-title {
  text-align: center;
}
.cid-uMTcoxdtzT .mbr-description {
  text-align: center;
}
.cid-uMTcoxdtzT .mbr-text {
  line-height: 1.7;
}
.cid-uMTcoxdtzT H3 {
  color: #9c98cf;
}
.cid-uMTeuIGNlN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMTeuIGNlN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMTeuIGNlN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMTeuIGNlN .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uMTeuIGNlN .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uMTeuIGNlN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMTeuIGNlN .media-content,
.cid-uMTeuIGNlN .mbr-figure {
  align-self: center;
}
.cid-uMTeuIGNlN .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uMTeuIGNlN .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uMTeuIGNlN .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uMTeuIGNlN .mbr-section-title {
  text-align: center;
}
.cid-uMTeuIGNlN .mbr-description {
  text-align: center;
}
.cid-uMTeuIGNlN .mbr-text {
  line-height: 1.7;
}
.cid-uMTeuIGNlN H3 {
  color: #9c98cf;
}
.cid-uMSD8alTWQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uMSD8alTWQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMSD8alTWQ .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-uMSD8alTWQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMSD8alTWQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uMSD8alTWQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uMSD8alTWQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMSD8alTWQ .mbr-section-title {
  color: #000000;
}
.cid-uMSD8alTWQ .mbr-text,
.cid-uMSD8alTWQ .mbr-section-btn {
  color: #232323;
  line-height: 1.6;
}
.cid-uMSD8alTWQ .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-uMSD8alTWQ .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-uMSD8alTWQ .mbr-fonts-style {
  color: #000000;
}
.cid-uMSD8aUHAB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-uMSD8aUHAB .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-uMSD8aUHAB section {
  position: relative;
}
.cid-uMSD8aUHAB h4 {
  margin: 0;
}
.cid-uMSD8aUHAB a {
  font-weight: 300;
}
.cid-uMSD8aUHAB .row {
  align-items: center;
}
.cid-uMSD8aUHAB .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-uMSD8aUHAB .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uMSD8aUHAB .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uMSD8aUHAB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uMSD8aUHAB .align-left {
    text-align: center;
  }
  .cid-uMSD8aUHAB .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uMSD8aUHAB .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-uMSD8aUHAB .item {
    padding-bottom: 0.5rem;
  }
}
.cid-uMSD8aUHAB .item-title {
  color: #c1c1c1;
}
.cid-uMSD8aUHAB H4 {
  color: #c1c1c1;
}
.cid-uMTnFAemx7 {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMTnFAemx7 .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uMTnFAemx7 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uMTnFAemx7 .navbar-caption {
  font-weight: 500;
}
.cid-uMTnFAemx7 nav.navbar {
  position: fixed;
}
.cid-uMTnFAemx7 .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-uMTnFAemx7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-uMTnFAemx7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMTnFAemx7 .dropdown-item:hover,
.cid-uMTnFAemx7 .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-uMTnFAemx7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMTnFAemx7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMTnFAemx7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMTnFAemx7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMTnFAemx7 .nav-link {
  position: relative;
}
.cid-uMTnFAemx7 .nav-link:hover {
  color: #9fe870 !important;
}
.cid-uMTnFAemx7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-uMTnFAemx7 .container,
  .cid-uMTnFAemx7 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uMTnFAemx7 .dropdown-menu,
.cid-uMTnFAemx7 .navbar.opened {
  background: #ffffff !important;
}
.cid-uMTnFAemx7 .nav-item:focus,
.cid-uMTnFAemx7 .nav-link:focus {
  outline: none;
}
.cid-uMTnFAemx7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMTnFAemx7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMTnFAemx7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMTnFAemx7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMTnFAemx7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMTnFAemx7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMTnFAemx7 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uMTnFAemx7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uMTnFAemx7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMTnFAemx7 .navbar .navbar-logo img {
  width: auto;
  height: auto;
}
.cid-uMTnFAemx7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMTnFAemx7 .navbar.collapsed {
  justify-content: center;
}
.cid-uMTnFAemx7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMTnFAemx7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMTnFAemx7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uMTnFAemx7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMTnFAemx7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMTnFAemx7 .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-uMTnFAemx7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMTnFAemx7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uMTnFAemx7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMTnFAemx7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMTnFAemx7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMTnFAemx7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMTnFAemx7 .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-uMTnFAemx7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMTnFAemx7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMTnFAemx7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMTnFAemx7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMTnFAemx7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uMTnFAemx7 .navbar.navbar-short {
  min-height: 80px;
}
.cid-uMTnFAemx7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMTnFAemx7 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uMTnFAemx7 .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-uMTnFAemx7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMTnFAemx7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMTnFAemx7 .dropdown-item.active,
.cid-uMTnFAemx7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMTnFAemx7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMTnFAemx7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMTnFAemx7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMTnFAemx7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMTnFAemx7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMTnFAemx7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMTnFAemx7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMTnFAemx7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMTnFAemx7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMTnFAemx7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMTnFAemx7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMTnFAemx7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMTnFAemx7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMTnFAemx7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMTnFAemx7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMTnFAemx7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMTnFAemx7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMTnFAemx7 .navbar-dropdown {
  position: fixed;
}
.cid-uMTnFAemx7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMTnFAemx7 .navbar {
    height: 70px;
  }
  .cid-uMTnFAemx7 .navbar.opened {
    height: auto;
  }
  .cid-uMTnFAemx7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMTnFAemx7 .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-uMTnFAemx7 .addr {
    margin: 0 auto;
  }
}
.cid-uMTnFAemx7 .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-uMTnFAemx7 .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-uMTnFB0idD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMTnFB0idD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMTnFB0idD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMTnFBhOyW {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uMTnFBhOyW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMTnFBhOyW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMTnFBhOyW .row {
  justify-content: center;
}
.cid-uMTnFBhOyW .video-wrapper iframe {
  width: 100%;
}
.cid-uMTnFBhOyW .title-wrapper {
  margin-bottom: 32px;
}
.cid-uMTnFBhOyW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMTnFBhOyW .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-uMTnFBhOyW .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-uMTnFBhOyW .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-uMTnFBhOyW .video-block {
    margin-bottom: 24px;
  }
}
.cid-uMTnFBhOyW .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-uMTnFBhOyW .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-uMTHv2GQR5 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uMTHv2GQR5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMTHv2GQR5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMTHv2GQR5 .row {
  justify-content: center;
}
.cid-uMTHv2GQR5 .video-wrapper iframe {
  width: 100%;
}
.cid-uMTHv2GQR5 .title-wrapper {
  margin-bottom: 32px;
}
.cid-uMTHv2GQR5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMTHv2GQR5 .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-uMTHv2GQR5 .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-uMTHv2GQR5 .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-uMTHv2GQR5 .video-block {
    margin-bottom: 24px;
  }
}
.cid-uMTHv2GQR5 .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-uMTHv2GQR5 .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-uMTHvLRUPw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uMTHvLRUPw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMTHvLRUPw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMTHvLRUPw .row {
  justify-content: center;
}
.cid-uMTHvLRUPw .video-wrapper iframe {
  width: 100%;
}
.cid-uMTHvLRUPw .title-wrapper {
  margin-bottom: 32px;
}
.cid-uMTHvLRUPw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMTHvLRUPw .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-uMTHvLRUPw .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-uMTHvLRUPw .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-uMTHvLRUPw .video-block {
    margin-bottom: 24px;
  }
}
.cid-uMTHvLRUPw .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-uMTHvLRUPw .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-uMTHwq4YPI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uMTHwq4YPI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMTHwq4YPI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMTHwq4YPI .row {
  justify-content: center;
}
.cid-uMTHwq4YPI .video-wrapper iframe {
  width: 100%;
}
.cid-uMTHwq4YPI .title-wrapper {
  margin-bottom: 32px;
}
.cid-uMTHwq4YPI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMTHwq4YPI .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-uMTHwq4YPI .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-uMTHwq4YPI .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-uMTHwq4YPI .video-block {
    margin-bottom: 24px;
  }
}
.cid-uMTHwq4YPI .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-uMTHwq4YPI .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-uMTHwWm3NG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uMTHwWm3NG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMTHwWm3NG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMTHwWm3NG .row {
  justify-content: center;
}
.cid-uMTHwWm3NG .video-wrapper iframe {
  width: 100%;
}
.cid-uMTHwWm3NG .title-wrapper {
  margin-bottom: 32px;
}
.cid-uMTHwWm3NG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMTHwWm3NG .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-uMTHwWm3NG .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-uMTHwWm3NG .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-uMTHwWm3NG .video-block {
    margin-bottom: 24px;
  }
}
.cid-uMTHwWm3NG .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-uMTHwWm3NG .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-uVtVY5DpwV {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #181855;
}
.cid-uVtVY5DpwV .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  color: #ffffff;
}
.cid-uVtVY5DpwV .socicon:before {
  padding: .6rem;
  border-radius: 100px;
  transition: all .3s;
}
.cid-uVtVY5DpwV .socicon:hover:before {
  transition: all .3s;
  border-color: transparent;
}
@media (max-width: 767px) {
  .cid-uVtVY5DpwV .socicon {
    margin-right: 0.2rem;
  }
}
.cid-uVtVY5DpwV .social-list {
  display: flex;
  justify-content: center;
}
.cid-uVtVY5DpwV .social-list a:focus {
  text-decoration: none;
}
.cid-uVtVY5DpwV .socicon:hover {
  transform: translate(0, -10px);
}
.cid-uVtVY5DpwV .socion1 {
  background: #ffd7ef;
}
.cid-uVtVY5DpwV .socion2 {
  background-color: #cf1d1d;
}
.cid-uVtVY5DpwV .socion3 {
  background-color: #8cdcdb;
}
.cid-uVtVY5DpwV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVtVY5DpwV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMTnFHG6w6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-uMTnFHG6w6 .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-uMTnFHG6w6 section {
  position: relative;
}
.cid-uMTnFHG6w6 h4 {
  margin: 0;
}
.cid-uMTnFHG6w6 a {
  font-weight: 300;
}
.cid-uMTnFHG6w6 .row {
  align-items: center;
}
.cid-uMTnFHG6w6 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-uMTnFHG6w6 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uMTnFHG6w6 .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uMTnFHG6w6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uMTnFHG6w6 .align-left {
    text-align: center;
  }
  .cid-uMTnFHG6w6 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uMTnFHG6w6 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-uMTnFHG6w6 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-uMTnFHG6w6 .item-title {
  color: #c1c1c1;
}
.cid-uMTnFHG6w6 H4 {
  color: #c1c1c1;
}
.cid-uMTthkNjN2 {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMTthkNjN2 .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uMTthkNjN2 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uMTthkNjN2 .navbar-caption {
  font-weight: 500;
}
.cid-uMTthkNjN2 nav.navbar {
  position: fixed;
}
.cid-uMTthkNjN2 .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-uMTthkNjN2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-uMTthkNjN2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMTthkNjN2 .dropdown-item:hover,
.cid-uMTthkNjN2 .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-uMTthkNjN2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMTthkNjN2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMTthkNjN2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMTthkNjN2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMTthkNjN2 .nav-link {
  position: relative;
}
.cid-uMTthkNjN2 .nav-link:hover {
  color: #9fe870 !important;
}
.cid-uMTthkNjN2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-uMTthkNjN2 .container,
  .cid-uMTthkNjN2 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uMTthkNjN2 .dropdown-menu,
.cid-uMTthkNjN2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uMTthkNjN2 .nav-item:focus,
.cid-uMTthkNjN2 .nav-link:focus {
  outline: none;
}
.cid-uMTthkNjN2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMTthkNjN2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMTthkNjN2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMTthkNjN2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMTthkNjN2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMTthkNjN2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMTthkNjN2 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uMTthkNjN2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uMTthkNjN2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMTthkNjN2 .navbar .navbar-logo img {
  width: auto;
  height: auto;
}
.cid-uMTthkNjN2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMTthkNjN2 .navbar.collapsed {
  justify-content: center;
}
.cid-uMTthkNjN2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMTthkNjN2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMTthkNjN2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uMTthkNjN2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMTthkNjN2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMTthkNjN2 .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-uMTthkNjN2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMTthkNjN2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uMTthkNjN2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMTthkNjN2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMTthkNjN2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMTthkNjN2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMTthkNjN2 .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-uMTthkNjN2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMTthkNjN2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMTthkNjN2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMTthkNjN2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMTthkNjN2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uMTthkNjN2 .navbar.navbar-short {
  min-height: 80px;
}
.cid-uMTthkNjN2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMTthkNjN2 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uMTthkNjN2 .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-uMTthkNjN2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMTthkNjN2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMTthkNjN2 .dropdown-item.active,
.cid-uMTthkNjN2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMTthkNjN2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMTthkNjN2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMTthkNjN2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMTthkNjN2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMTthkNjN2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMTthkNjN2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMTthkNjN2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMTthkNjN2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMTthkNjN2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMTthkNjN2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMTthkNjN2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMTthkNjN2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMTthkNjN2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMTthkNjN2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMTthkNjN2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMTthkNjN2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMTthkNjN2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMTthkNjN2 .navbar-dropdown {
  position: fixed;
}
.cid-uMTthkNjN2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMTthkNjN2 .navbar {
    height: 70px;
  }
  .cid-uMTthkNjN2 .navbar.opened {
    height: auto;
  }
  .cid-uMTthkNjN2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMTthkNjN2 .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-uMTthkNjN2 .addr {
    margin: 0 auto;
  }
}
.cid-uMTthkNjN2 .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-uMTthkNjN2 .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-uMTthlmwZC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMTthlmwZC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMTthlmwZC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMTF2jmJiG {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uMTF2jmJiG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMTF2jmJiG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMTF2jmJiG .row {
  justify-content: center;
}
.cid-uMTF2jmJiG .video-wrapper iframe {
  width: 100%;
}
.cid-uMTF2jmJiG .title-wrapper {
  margin-bottom: 32px;
}
.cid-uMTF2jmJiG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMTF2jmJiG .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-uMTF2jmJiG .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-uMTF2jmJiG .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-uMTF2jmJiG .video-block {
    margin-bottom: 24px;
  }
}
.cid-uMTF2jmJiG .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-uMTF2jmJiG .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-uMTFwLvaOv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uMTFwLvaOv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMTFwLvaOv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMTFwLvaOv .row {
  justify-content: center;
}
.cid-uMTFwLvaOv .video-wrapper iframe {
  width: 100%;
}
.cid-uMTFwLvaOv .title-wrapper {
  margin-bottom: 32px;
}
.cid-uMTFwLvaOv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMTFwLvaOv .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-uMTFwLvaOv .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-uMTFwLvaOv .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-uMTFwLvaOv .video-block {
    margin-bottom: 24px;
  }
}
.cid-uMTFwLvaOv .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-uMTFwLvaOv .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-uMTFxQOpm6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uMTFxQOpm6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMTFxQOpm6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMTFxQOpm6 .row {
  justify-content: center;
}
.cid-uMTFxQOpm6 .video-wrapper iframe {
  width: 100%;
}
.cid-uMTFxQOpm6 .title-wrapper {
  margin-bottom: 32px;
}
.cid-uMTFxQOpm6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMTFxQOpm6 .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-uMTFxQOpm6 .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-uMTFxQOpm6 .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-uMTFxQOpm6 .video-block {
    margin-bottom: 24px;
  }
}
.cid-uMTFxQOpm6 .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-uMTFxQOpm6 .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-uMTFBFuMaE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uMTFBFuMaE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMTFBFuMaE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMTFBFuMaE .row {
  justify-content: center;
}
.cid-uMTFBFuMaE .video-wrapper iframe {
  width: 100%;
}
.cid-uMTFBFuMaE .title-wrapper {
  margin-bottom: 32px;
}
.cid-uMTFBFuMaE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMTFBFuMaE .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-uMTFBFuMaE .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-uMTFBFuMaE .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-uMTFBFuMaE .video-block {
    margin-bottom: 24px;
  }
}
.cid-uMTFBFuMaE .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-uMTFBFuMaE .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-uMTFCTx4Jo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uMTFCTx4Jo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMTFCTx4Jo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMTFCTx4Jo .row {
  justify-content: center;
}
.cid-uMTFCTx4Jo .video-wrapper iframe {
  width: 100%;
}
.cid-uMTFCTx4Jo .title-wrapper {
  margin-bottom: 32px;
}
.cid-uMTFCTx4Jo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMTFCTx4Jo .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-uMTFCTx4Jo .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-uMTFCTx4Jo .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-uMTFCTx4Jo .video-block {
    margin-bottom: 24px;
  }
}
.cid-uMTFCTx4Jo .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-uMTFCTx4Jo .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-uVtW1v7wa5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #181855;
}
.cid-uVtW1v7wa5 .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  color: #ffffff;
}
.cid-uVtW1v7wa5 .socicon:before {
  padding: .6rem;
  border-radius: 100px;
  transition: all .3s;
}
.cid-uVtW1v7wa5 .socicon:hover:before {
  transition: all .3s;
  border-color: transparent;
}
@media (max-width: 767px) {
  .cid-uVtW1v7wa5 .socicon {
    margin-right: 0.2rem;
  }
}
.cid-uVtW1v7wa5 .social-list {
  display: flex;
  justify-content: center;
}
.cid-uVtW1v7wa5 .social-list a:focus {
  text-decoration: none;
}
.cid-uVtW1v7wa5 .socicon:hover {
  transform: translate(0, -10px);
}
.cid-uVtW1v7wa5 .socion1 {
  background: #ffd7ef;
}
.cid-uVtW1v7wa5 .socion2 {
  background-color: #cf1d1d;
}
.cid-uVtW1v7wa5 .socion3 {
  background-color: #8cdcdb;
}
.cid-uVtW1v7wa5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVtW1v7wa5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMTthmFuQv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-uMTthmFuQv .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-uMTthmFuQv section {
  position: relative;
}
.cid-uMTthmFuQv h4 {
  margin: 0;
}
.cid-uMTthmFuQv a {
  font-weight: 300;
}
.cid-uMTthmFuQv .row {
  align-items: center;
}
.cid-uMTthmFuQv .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-uMTthmFuQv .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uMTthmFuQv .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uMTthmFuQv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uMTthmFuQv .align-left {
    text-align: center;
  }
  .cid-uMTthmFuQv .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uMTthmFuQv .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-uMTthmFuQv .item {
    padding-bottom: 0.5rem;
  }
}
.cid-uMTthmFuQv .item-title {
  color: #c1c1c1;
}
.cid-uMTthmFuQv H4 {
  color: #c1c1c1;
}
.cid-uMUc87HB2j {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uMUc87HB2j .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uMUc87HB2j .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uMUc87HB2j .navbar-caption {
  font-weight: 500;
}
.cid-uMUc87HB2j nav.navbar {
  position: fixed;
}
.cid-uMUc87HB2j .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-uMUc87HB2j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-uMUc87HB2j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMUc87HB2j .dropdown-item:hover,
.cid-uMUc87HB2j .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-uMUc87HB2j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMUc87HB2j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMUc87HB2j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMUc87HB2j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMUc87HB2j .nav-link {
  position: relative;
}
.cid-uMUc87HB2j .nav-link:hover {
  color: #9fe870 !important;
}
.cid-uMUc87HB2j .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-uMUc87HB2j .container,
  .cid-uMUc87HB2j .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uMUc87HB2j .dropdown-menu,
.cid-uMUc87HB2j .navbar.opened {
  background: #ffffff !important;
}
.cid-uMUc87HB2j .nav-item:focus,
.cid-uMUc87HB2j .nav-link:focus {
  outline: none;
}
.cid-uMUc87HB2j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMUc87HB2j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMUc87HB2j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMUc87HB2j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMUc87HB2j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMUc87HB2j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMUc87HB2j .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uMUc87HB2j .navbar.opened {
  transition: all 0.3s;
}
.cid-uMUc87HB2j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMUc87HB2j .navbar .navbar-logo img {
  width: auto;
  height: auto;
}
.cid-uMUc87HB2j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMUc87HB2j .navbar.collapsed {
  justify-content: center;
}
.cid-uMUc87HB2j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMUc87HB2j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMUc87HB2j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uMUc87HB2j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMUc87HB2j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMUc87HB2j .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-uMUc87HB2j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMUc87HB2j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uMUc87HB2j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMUc87HB2j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMUc87HB2j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMUc87HB2j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMUc87HB2j .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-uMUc87HB2j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMUc87HB2j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMUc87HB2j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMUc87HB2j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMUc87HB2j .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uMUc87HB2j .navbar.navbar-short {
  min-height: 80px;
}
.cid-uMUc87HB2j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMUc87HB2j .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uMUc87HB2j .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-uMUc87HB2j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMUc87HB2j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMUc87HB2j .dropdown-item.active,
.cid-uMUc87HB2j .dropdown-item:active {
  background-color: transparent;
}
.cid-uMUc87HB2j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMUc87HB2j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMUc87HB2j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMUc87HB2j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMUc87HB2j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMUc87HB2j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMUc87HB2j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMUc87HB2j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMUc87HB2j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMUc87HB2j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMUc87HB2j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMUc87HB2j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMUc87HB2j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMUc87HB2j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMUc87HB2j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMUc87HB2j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMUc87HB2j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMUc87HB2j .navbar-dropdown {
  position: fixed;
}
.cid-uMUc87HB2j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMUc87HB2j .navbar {
    height: 70px;
  }
  .cid-uMUc87HB2j .navbar.opened {
    height: auto;
  }
  .cid-uMUc87HB2j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMUc87HB2j .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-uMUc87HB2j .addr {
    margin: 0 auto;
  }
}
.cid-uMUc87HB2j .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-uMUc87HB2j .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-uMUc886Jzd {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #ffffff;
}
.cid-uMUc886Jzd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMUc886Jzd .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-uMUc886Jzd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMUc886Jzd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uMUc886Jzd .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uMUc886Jzd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMUc886Jzd .mbr-section-title {
  color: #000000;
}
.cid-uMUc886Jzd .mbr-text,
.cid-uMUc886Jzd .mbr-section-btn {
  color: #232323;
  line-height: 1.6;
}
.cid-uMUc886Jzd .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-uMUc886Jzd .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-uMUc886Jzd .mbr-fonts-style {
  color: #000000;
}
.cid-uMUc8aoG5P {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-uMUc8aoG5P .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-uMUc8aoG5P section {
  position: relative;
}
.cid-uMUc8aoG5P h4 {
  margin: 0;
}
.cid-uMUc8aoG5P a {
  font-weight: 300;
}
.cid-uMUc8aoG5P .row {
  align-items: center;
}
.cid-uMUc8aoG5P .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-uMUc8aoG5P .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uMUc8aoG5P .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uMUc8aoG5P .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uMUc8aoG5P .align-left {
    text-align: center;
  }
  .cid-uMUc8aoG5P .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uMUc8aoG5P .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-uMUc8aoG5P .item {
    padding-bottom: 0.5rem;
  }
}
.cid-uMUc8aoG5P .item-title {
  color: #c1c1c1;
}
.cid-uMUc8aoG5P H4 {
  color: #c1c1c1;
}
.cid-tYR27qefpz {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tYR27qefpz .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tYR27qefpz .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tYR27qefpz .navbar-caption {
  font-weight: 500;
}
.cid-tYR27qefpz nav.navbar {
  position: fixed;
}
.cid-tYR27qefpz .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-tYR27qefpz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-tYR27qefpz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYR27qefpz .dropdown-item:hover,
.cid-tYR27qefpz .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-tYR27qefpz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYR27qefpz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYR27qefpz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYR27qefpz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYR27qefpz .nav-link {
  position: relative;
}
.cid-tYR27qefpz .nav-link:hover {
  color: #9fe870 !important;
}
.cid-tYR27qefpz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-tYR27qefpz .container,
  .cid-tYR27qefpz .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tYR27qefpz .dropdown-menu,
.cid-tYR27qefpz .navbar.opened {
  background: #ffffff !important;
}
.cid-tYR27qefpz .nav-item:focus,
.cid-tYR27qefpz .nav-link:focus {
  outline: none;
}
.cid-tYR27qefpz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYR27qefpz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYR27qefpz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYR27qefpz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYR27qefpz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYR27qefpz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYR27qefpz .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tYR27qefpz .navbar.opened {
  transition: all 0.3s;
}
.cid-tYR27qefpz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYR27qefpz .navbar .navbar-logo img {
  width: auto;
  height: auto;
}
.cid-tYR27qefpz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYR27qefpz .navbar.collapsed {
  justify-content: center;
}
.cid-tYR27qefpz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYR27qefpz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYR27qefpz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tYR27qefpz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYR27qefpz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYR27qefpz .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-tYR27qefpz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYR27qefpz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tYR27qefpz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYR27qefpz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYR27qefpz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYR27qefpz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYR27qefpz .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-tYR27qefpz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYR27qefpz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYR27qefpz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYR27qefpz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYR27qefpz .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tYR27qefpz .navbar.navbar-short {
  min-height: 80px;
}
.cid-tYR27qefpz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYR27qefpz .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tYR27qefpz .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-tYR27qefpz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYR27qefpz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYR27qefpz .dropdown-item.active,
.cid-tYR27qefpz .dropdown-item:active {
  background-color: transparent;
}
.cid-tYR27qefpz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYR27qefpz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYR27qefpz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYR27qefpz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYR27qefpz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYR27qefpz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYR27qefpz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYR27qefpz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYR27qefpz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYR27qefpz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYR27qefpz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYR27qefpz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYR27qefpz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYR27qefpz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYR27qefpz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYR27qefpz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYR27qefpz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYR27qefpz .navbar-dropdown {
  position: fixed;
}
.cid-tYR27qefpz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYR27qefpz .navbar {
    height: 70px;
  }
  .cid-tYR27qefpz .navbar.opened {
    height: auto;
  }
  .cid-tYR27qefpz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYR27qefpz .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-tYR27qefpz .addr {
    margin: 0 auto;
  }
}
.cid-tYR27qefpz .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-tYR27qefpz .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-uVtBbaJVlg {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVtBbaJVlg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVtBbaJVlg .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-uVtBbaJVlg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVtBbaJVlg .row {
  flex-direction: row-reverse;
}
.cid-uVtBbaJVlg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVtBbaJVlg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVtBbaJVlg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVtBbaJVlg .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uVtBbaJVlg .mbr-text,
.cid-uVtBbaJVlg .mbr-section-btn {
  color: #232323;
  line-height: 1.6;
}
.cid-uVtBbaJVlg .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-uVtBbaJVlg .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-uVtBbaJVlg .mbr-fonts-style {
  color: #000000;
}
.cid-vaRr5dw58L {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vaRr5dw58L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaRr5dw58L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaRr5dw58L .mbr-description {
  text-align: left;
}
.cid-vaRr5dw58L .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-vaRr5dw58L .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vaRr5dw58L .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vaRr5dw58L .card-title,
.cid-vaRr5dw58L .iconfont-wrapper {
  color: #000000;
}
.cid-vaRr5dw58L .card-text {
  color: #000000;
}
.cid-vaRr5dw58L .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vaRr5dw58L .mbr-number {
  color: #9fe870;
}
.cid-vaRr5dw58L .mbr-text,
.cid-vaRr5dw58L .mbr-section-btn {
  text-align: center;
}
.cid-vaRr5dw58L .card-text,
.cid-vaRr5dw58L .item .mbr-section-btn {
  text-align: left;
}
.cid-vaRr5dw58L .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vaRr5dw58L .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vaRr5dw58L .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vaRr5dw58L .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-vaRr5dw58L .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vaRr5dw58L .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vaRr5dw58L .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vaRr5dw58L .card-title {
  text-align: left;
}
.cid-vaRr5dw58L .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vaRr5dw58L .item-content .item-footer {
  margin-top: auto;
}
.cid-vaRr5dw58L .sqrm-checklist {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 16px 0 0 !important;
}
.cid-vaRr5dw58L .sqrm-checklist li {
  list-style: none !important;
  position: relative !important;
  padding-left: 32px !important;
  margin-bottom: 10px !important;
}
.cid-vaRr5dw58L .sqrm-checklist li::marker {
  content: "" !important;
}
.cid-vaRr5dw58L .sqrm-checklist li::before {
  content: "✓" !important;
  position: absolute !important;
  left: 0 !important;
  top: 2px !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  background: #000 !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 12px !important;
  line-height: 1 !important;
}
.cid-vaRr5dw58L .sqrm-checklist li,
.cid-vaRr5dw58L .item-checklist li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px;
  padding-left: 0 !important;
  line-height: 1.4;
}
.cid-vaRr5dw58L .sqrm-checklist li::before,
.cid-vaRr5dw58L .item-checklist li::before {
  position: static !important;
  transform: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 2px;
}
.cid-vaSANGRPJJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vaSANGRPJJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaSANGRPJJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaSANGRPJJ .card-wrapper {
  background: #9fe870;
}
@media (max-width: 767px) {
  .cid-vaSANGRPJJ .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vaSANGRPJJ .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vaSANGRPJJ .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-vaSANGRPJJ .mbr-text,
.cid-vaSANGRPJJ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vaSANGRPJJ .card-title,
.cid-vaSANGRPJJ .card-box {
  text-align: center;
  color: #2e481a;
}
.cid-vaSyCpo34N {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vaSyCpo34N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaSyCpo34N .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-vaSyCpo34N .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vaSyCpo34N .row {
  flex-direction: row-reverse;
}
.cid-vaSyCpo34N .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vaSyCpo34N .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vaSyCpo34N .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vaSyCpo34N .mbr-section-title {
  color: #000000;
}
.cid-vaSyCpo34N .mbr-text,
.cid-vaSyCpo34N .mbr-section-btn {
  color: #232323;
}
.cid-vaSyCpo34N .sqrm-checklist {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 16px 0 0 !important;
}
.cid-vaSyCpo34N .sqrm-checklist li {
  list-style: none !important;
  position: relative !important;
  padding-left: 32px !important;
  margin-bottom: 10px !important;
}
.cid-vaSyCpo34N .sqrm-checklist li::marker {
  content: "" !important;
}
.cid-vaSyCpo34N .sqrm-checklist li::before {
  content: "✓" !important;
  position: absolute !important;
  left: 0 !important;
  top: 2px !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  background: #000 !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 12px !important;
  line-height: 1 !important;
}
.cid-vaSyCpo34N .sqrm-checklist li,
.cid-vaSyCpo34N .item-checklist li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px;
  padding-left: 0 !important;
  line-height: 1.4;
}
.cid-vaSyCpo34N .sqrm-checklist li::before,
.cid-vaSyCpo34N .item-checklist li::before {
  position: static !important;
  transform: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 2px;
}
.cid-tZjT2G8SZe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-tZjT2G8SZe .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-tZjT2G8SZe section {
  position: relative;
}
.cid-tZjT2G8SZe h4 {
  margin: 0;
}
.cid-tZjT2G8SZe a {
  font-weight: 300;
}
.cid-tZjT2G8SZe .row {
  align-items: center;
}
.cid-tZjT2G8SZe .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tZjT2G8SZe .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tZjT2G8SZe .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tZjT2G8SZe .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tZjT2G8SZe .align-left {
    text-align: center;
  }
  .cid-tZjT2G8SZe .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tZjT2G8SZe .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tZjT2G8SZe .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tZjT2G8SZe .item-title {
  color: #c1c1c1;
}
.cid-tZjT2G8SZe H4 {
  color: #c1c1c1;
}
.cid-uOGfgafiHx {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOGfgafiHx .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uOGfgafiHx .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uOGfgafiHx .navbar-caption {
  font-weight: 500;
}
.cid-uOGfgafiHx nav.navbar {
  position: fixed;
}
.cid-uOGfgafiHx .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-uOGfgafiHx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-uOGfgafiHx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOGfgafiHx .dropdown-item:hover,
.cid-uOGfgafiHx .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-uOGfgafiHx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOGfgafiHx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOGfgafiHx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOGfgafiHx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOGfgafiHx .nav-link {
  position: relative;
}
.cid-uOGfgafiHx .nav-link:hover {
  color: #9fe870 !important;
}
.cid-uOGfgafiHx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-uOGfgafiHx .container,
  .cid-uOGfgafiHx .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uOGfgafiHx .dropdown-menu,
.cid-uOGfgafiHx .navbar.opened {
  background: #ffffff !important;
}
.cid-uOGfgafiHx .nav-item:focus,
.cid-uOGfgafiHx .nav-link:focus {
  outline: none;
}
.cid-uOGfgafiHx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOGfgafiHx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOGfgafiHx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOGfgafiHx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOGfgafiHx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOGfgafiHx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOGfgafiHx .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uOGfgafiHx .navbar.opened {
  transition: all 0.3s;
}
.cid-uOGfgafiHx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOGfgafiHx .navbar .navbar-logo img {
  width: auto;
  height: auto;
}
.cid-uOGfgafiHx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOGfgafiHx .navbar.collapsed {
  justify-content: center;
}
.cid-uOGfgafiHx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOGfgafiHx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOGfgafiHx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uOGfgafiHx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOGfgafiHx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOGfgafiHx .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-uOGfgafiHx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOGfgafiHx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uOGfgafiHx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOGfgafiHx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOGfgafiHx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOGfgafiHx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOGfgafiHx .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-uOGfgafiHx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOGfgafiHx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOGfgafiHx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOGfgafiHx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOGfgafiHx .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uOGfgafiHx .navbar.navbar-short {
  min-height: 80px;
}
.cid-uOGfgafiHx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOGfgafiHx .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uOGfgafiHx .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-uOGfgafiHx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOGfgafiHx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOGfgafiHx .dropdown-item.active,
.cid-uOGfgafiHx .dropdown-item:active {
  background-color: transparent;
}
.cid-uOGfgafiHx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOGfgafiHx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOGfgafiHx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOGfgafiHx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uOGfgafiHx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOGfgafiHx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOGfgafiHx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOGfgafiHx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOGfgafiHx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOGfgafiHx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOGfgafiHx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOGfgafiHx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOGfgafiHx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOGfgafiHx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOGfgafiHx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOGfgafiHx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOGfgafiHx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOGfgafiHx .navbar-dropdown {
  position: fixed;
}
.cid-uOGfgafiHx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOGfgafiHx .navbar {
    height: 70px;
  }
  .cid-uOGfgafiHx .navbar.opened {
    height: auto;
  }
  .cid-uOGfgafiHx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOGfgafiHx .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-uOGfgafiHx .addr {
    margin: 0 auto;
  }
}
.cid-uOGfgafiHx .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-uOGfgafiHx .mbr-section-btn {
  flex: 0 0 240px;
}
#custom-html-dp {
  /* Type valid CSS here */
  /* Uses existing ectstyle4.css & ectcart.css selectors and adds a modern look */
}
#custom-html-dp div.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px;
  background: #f1f2ee;
  padding: 60px 0 30px 0;
}
#custom-html-dp div.products > div.product {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 6px 18px 0 #dadada;
  min-width: 330px;
  max-width: 350px;
  padding: 0 0 26px 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  /* remove default border from ectstyle4 */
  transition: box-shadow 0.18s;
}
#custom-html-dp div.products > div.product:hover {
  box-shadow: 0 14px 38px 0 #c1eab7;
}
#custom-html-dp div.prodname {
  font-weight: 700;
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 2px;
  text-align: left;
  width: 100%;
  padding: 24px 32px 2px 32px;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  background: #b2f078;
  color: #111;
}
#custom-html-dp div.prodname {
  font-weight: 700;
  font-size: 1.4rem;
  margin: 0 -8px 0 -8px;
  /* Negative margin to offset card padding */
  text-align: left;
  width: auto;
  padding: 30px 32px 10px 32px;
  /* Restore horizontal padding for text */
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  background: #b2f078;
  color: #111;
  line-height: 1.2;
  box-sizing: border-box;
}
#custom-html-dp div.prodprice {
  font-size: 2.2rem;
  font-weight: 900;
  color: #111;
  margin-bottom: 8px;
  width: 100%;
  text-align: left;
  padding-left: 32px;
}
#custom-html-dp div.proddescription {
  box-sizing: border-box;
  color: #222;
  font-size: 1.08rem;
  margin: 18px 0 0 0;
  line-height: 1.5;
  text-align: left;
  width: 100%;
  min-height: 48px;
  padding: 0 32px 12px 32px;
  border-bottom: 1px solid #e9e9e9;
  border-radius: 0 0 0 0;
}
#custom-html-dp div.product select,
#custom-html-dp div.product input[type="text"] {
  margin: 13px 0 0 0;
  padding: 6px 10px;
  width: 82%;
  border-radius: 6px;
  border: 1px solid #e1e1e1;
}
#custom-html-dp div.addtocart {
  width: 100%;
  padding: 0 32px;
  margin-top: 26px;
  text-align: center;
}
#custom-html-dp div.addtocart button,
#custom-html-dp div.addtocart input[type="submit"] {
  width: 100%;
  padding: 16px;
  font-size: 1.07rem;
  background: #b2f078;
  border: none;
  border-radius: 28px;
  color: #111;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.16s;
  margin: 0 auto;
}
#custom-html-dp div.addtocart button:disabled,
#custom-html-dp div.addtocart input[type="submit"]:disabled {
  background: #f1f2ee;
  color: #aaa;
  cursor: not-allowed;
}
@media (max-width: 1100px) {
  #custom-html-dp div.products {
    flex-direction: column;
    align-items: center;
  }
}
.cid-uOGfgbrFDA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-uOGfgbrFDA .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-uOGfgbrFDA section {
  position: relative;
}
.cid-uOGfgbrFDA h4 {
  margin: 0;
}
.cid-uOGfgbrFDA a {
  font-weight: 300;
}
.cid-uOGfgbrFDA .row {
  align-items: center;
}
.cid-uOGfgbrFDA .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-uOGfgbrFDA .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uOGfgbrFDA .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uOGfgbrFDA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uOGfgbrFDA .align-left {
    text-align: center;
  }
  .cid-uOGfgbrFDA .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uOGfgbrFDA .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-uOGfgbrFDA .item {
    padding-bottom: 0.5rem;
  }
}
.cid-uOGfgbrFDA .item-title {
  color: #c1c1c1;
}
.cid-uOGfgbrFDA H4 {
  color: #c1c1c1;
}
.cid-uNGgr8LQ8v {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uNGgr8LQ8v .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uNGgr8LQ8v .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uNGgr8LQ8v .navbar-caption {
  font-weight: 500;
}
.cid-uNGgr8LQ8v nav.navbar {
  position: fixed;
}
.cid-uNGgr8LQ8v .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-uNGgr8LQ8v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-uNGgr8LQ8v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uNGgr8LQ8v .dropdown-item:hover,
.cid-uNGgr8LQ8v .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-uNGgr8LQ8v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNGgr8LQ8v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNGgr8LQ8v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNGgr8LQ8v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNGgr8LQ8v .nav-link {
  position: relative;
}
.cid-uNGgr8LQ8v .nav-link:hover {
  color: #9fe870 !important;
}
.cid-uNGgr8LQ8v .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-uNGgr8LQ8v .container,
  .cid-uNGgr8LQ8v .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uNGgr8LQ8v .dropdown-menu,
.cid-uNGgr8LQ8v .navbar.opened {
  background: #ffffff !important;
}
.cid-uNGgr8LQ8v .nav-item:focus,
.cid-uNGgr8LQ8v .nav-link:focus {
  outline: none;
}
.cid-uNGgr8LQ8v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNGgr8LQ8v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNGgr8LQ8v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNGgr8LQ8v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNGgr8LQ8v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNGgr8LQ8v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNGgr8LQ8v .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uNGgr8LQ8v .navbar.opened {
  transition: all 0.3s;
}
.cid-uNGgr8LQ8v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNGgr8LQ8v .navbar .navbar-logo img {
  width: auto;
  height: auto;
}
.cid-uNGgr8LQ8v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNGgr8LQ8v .navbar.collapsed {
  justify-content: center;
}
.cid-uNGgr8LQ8v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNGgr8LQ8v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNGgr8LQ8v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uNGgr8LQ8v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNGgr8LQ8v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNGgr8LQ8v .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-uNGgr8LQ8v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNGgr8LQ8v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uNGgr8LQ8v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNGgr8LQ8v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNGgr8LQ8v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNGgr8LQ8v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNGgr8LQ8v .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-uNGgr8LQ8v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNGgr8LQ8v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNGgr8LQ8v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNGgr8LQ8v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNGgr8LQ8v .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uNGgr8LQ8v .navbar.navbar-short {
  min-height: 80px;
}
.cid-uNGgr8LQ8v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNGgr8LQ8v .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uNGgr8LQ8v .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-uNGgr8LQ8v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNGgr8LQ8v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNGgr8LQ8v .dropdown-item.active,
.cid-uNGgr8LQ8v .dropdown-item:active {
  background-color: transparent;
}
.cid-uNGgr8LQ8v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNGgr8LQ8v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNGgr8LQ8v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNGgr8LQ8v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNGgr8LQ8v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNGgr8LQ8v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNGgr8LQ8v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNGgr8LQ8v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNGgr8LQ8v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNGgr8LQ8v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNGgr8LQ8v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNGgr8LQ8v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNGgr8LQ8v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNGgr8LQ8v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNGgr8LQ8v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNGgr8LQ8v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNGgr8LQ8v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNGgr8LQ8v .navbar-dropdown {
  position: fixed;
}
.cid-uNGgr8LQ8v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNGgr8LQ8v .navbar {
    height: 70px;
  }
  .cid-uNGgr8LQ8v .navbar.opened {
    height: auto;
  }
  .cid-uNGgr8LQ8v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNGgr8LQ8v .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-uNGgr8LQ8v .addr {
    margin: 0 auto;
  }
}
.cid-uNGgr8LQ8v .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-uNGgr8LQ8v .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-uNGgr8ZRNL {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNGgr8ZRNL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNGgr8ZRNL .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-uNGgr8ZRNL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNGgr8ZRNL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uNGgr8ZRNL .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uNGgr8ZRNL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNGgr8ZRNL .mbr-section-title {
  color: #000000;
}
.cid-uNGgr8ZRNL .mbr-text,
.cid-uNGgr8ZRNL .mbr-section-btn {
  color: #232323;
  line-height: 1.6;
}
.cid-uNGgr8ZRNL .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-uNGgr8ZRNL .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-uNGgr8ZRNL .mbr-fonts-style {
  color: #000000;
}
.cid-uOlqJx4SAC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOlqJx4SAC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOlqJx4SAC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOlqJx4SAC .container {
    padding: 0 16px;
  }
}
.cid-uOlqJx4SAC .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uOlqJx4SAC .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-uOlqJx4SAC .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #fdefce;
}
.cid-uOlqJx4SAC .item .item-wrapper {
  height: 100%;
}
.cid-uOlqJx4SAC .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #eadef8;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uOlqJx4SAC .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-uOlqJx4SAC .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-uOlqJx4SAC .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uOlqJx4SAC .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uOlqJx4SAC .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-uOlqJx4SAC .item-emoji {
  color: #000000;
}
.cid-uOlqJx4SAC .item-title {
  color: #000000;
}
.cid-uOlqJx4SAC .item-text {
  color: #000000;
}
.cid-uOlqJx4SAC .mbr-text,
.cid-uOlqJx4SAC .mbr-section-btn {
  color: #232323;
  line-height: 1.6;
}
.cid-uOlmU9Uhn8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uOlmU9Uhn8 img,
.cid-uOlmU9Uhn8 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uOlmU9Uhn8 .item:focus,
.cid-uOlmU9Uhn8 span:focus {
  outline: none;
}
.cid-uOlmU9Uhn8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOlmU9Uhn8 .item {
    margin-bottom: 1rem;
  }
}
.cid-uOlmU9Uhn8 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uOlmU9Uhn8 .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uOlmU9Uhn8 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uOlmU9Uhn8 .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOlmU9Uhn8 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uOlmU9Uhn8 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uOlmU9Uhn8 .mbr-section-title {
  color: #232323;
}
.cid-uOlmU9Uhn8 .mbr-text,
.cid-uOlmU9Uhn8 .mbr-section-btn {
  text-align: center;
  color: #232323;
  line-height: 1.6;
}
.cid-uOlmU9Uhn8 .item-title {
  text-align: left;
}
.cid-uOlmU9Uhn8 .content-head {
  max-width: 800px;
}
.cid-uOlmU9Uhn8 .mbr-text,
.cid-uOlmU9Uhn8 .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uOlyhN9EAB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uOlyhN9EAB .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-uOlyhN9EAB .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-uOlyhN9EAB .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uOlyhN9EAB h4 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uOlyhN9EAB h4:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uOlyhN9EAB h4:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uOlyhN9EAB .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-uOlyhN9EAB .card-overlay {
  display: none;
  background: #000000;
}
@media (min-width: 768px) {
  .cid-uOlyhN9EAB .image-element:hover .card-overlay {
    opacity: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-uOlyhN9EAB .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-uOlyhN9EAB .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-uOlyhN9EAB .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-uOlyhN9EAB .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-uOlyhN9EAB .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-uOlyhN9EAB .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-uOlyhN9EAB .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-uOlyhN9EAB .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem 2rem;
    background: transparent;
  }
  .cid-uOlyhN9EAB .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-uOlyhN9EAB .card-overlay {
    transition: all 0.5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-uOlyhN9EAB .card-title,
  .cid-uOlyhN9EAB .underline,
  .cid-uOlyhN9EAB .mbr-text,
  .cid-uOlyhN9EAB .mbr-section-btn,
  .cid-uOlyhN9EAB .mbr-section-subtitle,
  .cid-uOlyhN9EAB .mbr-section-title {
    text-align: center !important;
  }
  .cid-uOlyhN9EAB .wrapper {
    background-color: #000000;
  }
  .cid-uOlyhN9EAB h4:before,
  .cid-uOlyhN9EAB h4:after {
    display: none;
  }
}
.cid-uOlyhN9EAB .mbr-section-title {
  text-align: left;
}
.cid-uOlyhN9EAB .mbr-section-title,
.cid-uOlyhN9EAB .underline {
  text-align: center;
}
.cid-uOlyhN9EAB H4 {
  color: #e1201d;
}
.cid-uOlyhN9EAB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOlyhN9EAB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOlyhN9EAB H3 {
  color: #ffa600;
}
.cid-uOlylIxKuu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOlylIxKuu .wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uOlylIxKuu .wrapper .left-col {
    flex: 1 0 50%;
    padding-right: 12px;
  }
  .cid-uOlylIxKuu .wrapper .right-col {
    flex: 1 0 50%;
    padding-left: 12px;
  }
}
.cid-uOlylIxKuu .card {
  padding: 0;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-uOlylIxKuu .card-img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  border-radius: 20px;
}
.cid-uOlylIxKuu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOlylIxKuu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNGgrahpqK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-uNGgrahpqK .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-uNGgrahpqK section {
  position: relative;
}
.cid-uNGgrahpqK h4 {
  margin: 0;
}
.cid-uNGgrahpqK a {
  font-weight: 300;
}
.cid-uNGgrahpqK .row {
  align-items: center;
}
.cid-uNGgrahpqK .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-uNGgrahpqK .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uNGgrahpqK .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uNGgrahpqK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uNGgrahpqK .align-left {
    text-align: center;
  }
  .cid-uNGgrahpqK .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uNGgrahpqK .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-uNGgrahpqK .item {
    padding-bottom: 0.5rem;
  }
}
.cid-uNGgrahpqK .item-title {
  color: #c1c1c1;
}
.cid-uNGgrahpqK H4 {
  color: #c1c1c1;
}
.cid-uOZsUQFR47 {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOZsUQFR47 .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uOZsUQFR47 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uOZsUQFR47 .navbar-caption {
  font-weight: 500;
}
.cid-uOZsUQFR47 nav.navbar {
  position: fixed;
}
.cid-uOZsUQFR47 .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-uOZsUQFR47 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-uOZsUQFR47 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOZsUQFR47 .dropdown-item:hover,
.cid-uOZsUQFR47 .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-uOZsUQFR47 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOZsUQFR47 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOZsUQFR47 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOZsUQFR47 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOZsUQFR47 .nav-link {
  position: relative;
}
.cid-uOZsUQFR47 .nav-link:hover {
  color: #9fe870 !important;
}
.cid-uOZsUQFR47 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-uOZsUQFR47 .container,
  .cid-uOZsUQFR47 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uOZsUQFR47 .dropdown-menu,
.cid-uOZsUQFR47 .navbar.opened {
  background: #ffffff !important;
}
.cid-uOZsUQFR47 .nav-item:focus,
.cid-uOZsUQFR47 .nav-link:focus {
  outline: none;
}
.cid-uOZsUQFR47 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOZsUQFR47 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOZsUQFR47 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOZsUQFR47 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOZsUQFR47 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOZsUQFR47 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOZsUQFR47 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uOZsUQFR47 .navbar.opened {
  transition: all 0.3s;
}
.cid-uOZsUQFR47 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOZsUQFR47 .navbar .navbar-logo img {
  width: auto;
  height: auto;
}
.cid-uOZsUQFR47 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOZsUQFR47 .navbar.collapsed {
  justify-content: center;
}
.cid-uOZsUQFR47 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOZsUQFR47 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOZsUQFR47 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uOZsUQFR47 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOZsUQFR47 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOZsUQFR47 .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-uOZsUQFR47 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOZsUQFR47 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uOZsUQFR47 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOZsUQFR47 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOZsUQFR47 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOZsUQFR47 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOZsUQFR47 .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-uOZsUQFR47 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOZsUQFR47 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOZsUQFR47 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOZsUQFR47 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOZsUQFR47 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uOZsUQFR47 .navbar.navbar-short {
  min-height: 80px;
}
.cid-uOZsUQFR47 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOZsUQFR47 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uOZsUQFR47 .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-uOZsUQFR47 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOZsUQFR47 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOZsUQFR47 .dropdown-item.active,
.cid-uOZsUQFR47 .dropdown-item:active {
  background-color: transparent;
}
.cid-uOZsUQFR47 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOZsUQFR47 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOZsUQFR47 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOZsUQFR47 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uOZsUQFR47 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOZsUQFR47 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOZsUQFR47 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOZsUQFR47 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOZsUQFR47 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOZsUQFR47 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOZsUQFR47 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOZsUQFR47 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOZsUQFR47 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOZsUQFR47 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOZsUQFR47 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOZsUQFR47 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOZsUQFR47 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOZsUQFR47 .navbar-dropdown {
  position: fixed;
}
.cid-uOZsUQFR47 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOZsUQFR47 .navbar {
    height: 70px;
  }
  .cid-uOZsUQFR47 .navbar.opened {
    height: auto;
  }
  .cid-uOZsUQFR47 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOZsUQFR47 .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-uOZsUQFR47 .addr {
    margin: 0 auto;
  }
}
.cid-uOZsUQFR47 .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-uOZsUQFR47 .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-vdC8TdnNKQ {
  padding-top: 10rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vdC8TdnNKQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdC8TdnNKQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdC8TdnNKQ .container {
    padding: 0 20px;
  }
}
.cid-vdC8TdnNKQ .row {
  justify-content: center;
}
.cid-vdC8TdnNKQ .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-vdC8TdnNKQ .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vdC8TdnNKQ .video-block {
    margin-bottom: 30px;
  }
}
.cid-vdC8TdnNKQ .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdC8TdnNKQ .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-vdC8TdnNKQ .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-vdC8TdnNKQ .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdC8TdnNKQ .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-vdC8TdnNKQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdC9fTKZg7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vdC9fTKZg7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdC9fTKZg7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdC9fTKZg7 .container {
    padding: 0 20px;
  }
}
.cid-vdC9fTKZg7 .row {
  justify-content: center;
}
.cid-vdC9fTKZg7 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-vdC9fTKZg7 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vdC9fTKZg7 .video-block {
    margin-bottom: 30px;
  }
}
.cid-vdC9fTKZg7 .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdC9fTKZg7 .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-vdC9fTKZg7 .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-vdC9fTKZg7 .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdC9fTKZg7 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-vdC9fTKZg7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdC8sids6C {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vdC8sids6C .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdC8sids6C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdC8sids6C .container {
    padding: 0 20px;
  }
}
.cid-vdC8sids6C .row {
  justify-content: center;
}
.cid-vdC8sids6C .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-vdC8sids6C .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vdC8sids6C .video-block {
    margin-bottom: 30px;
  }
}
.cid-vdC8sids6C .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdC8sids6C .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-vdC8sids6C .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-vdC8sids6C .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdC8sids6C .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-vdC8sids6C .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdC9Ng3Sxl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vdC9Ng3Sxl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdC9Ng3Sxl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdC9Ng3Sxl .container {
    padding: 0 20px;
  }
}
.cid-vdC9Ng3Sxl .row {
  justify-content: center;
}
.cid-vdC9Ng3Sxl .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-vdC9Ng3Sxl .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vdC9Ng3Sxl .video-block {
    margin-bottom: 30px;
  }
}
.cid-vdC9Ng3Sxl .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdC9Ng3Sxl .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-vdC9Ng3Sxl .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-vdC9Ng3Sxl .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdC9Ng3Sxl .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-vdC9Ng3Sxl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdCafMC6cf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vdCafMC6cf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdCafMC6cf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdCafMC6cf .container {
    padding: 0 20px;
  }
}
.cid-vdCafMC6cf .row {
  justify-content: center;
}
.cid-vdCafMC6cf .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-vdCafMC6cf .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vdCafMC6cf .video-block {
    margin-bottom: 30px;
  }
}
.cid-vdCafMC6cf .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdCafMC6cf .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-vdCafMC6cf .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-vdCafMC6cf .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdCafMC6cf .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-vdCafMC6cf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdCaHvDrPT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vdCaHvDrPT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdCaHvDrPT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdCaHvDrPT .container {
    padding: 0 20px;
  }
}
.cid-vdCaHvDrPT .row {
  justify-content: center;
}
.cid-vdCaHvDrPT .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-vdCaHvDrPT .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vdCaHvDrPT .video-block {
    margin-bottom: 30px;
  }
}
.cid-vdCaHvDrPT .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdCaHvDrPT .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-vdCaHvDrPT .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-vdCaHvDrPT .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdCaHvDrPT .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-vdCaHvDrPT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdCbzy3IoB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdCbzy3IoB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdCbzy3IoB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdCbzy3IoB .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdCbzy3IoB .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdCbzy3IoB .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-vdCbzy3IoB img,
.cid-vdCbzy3IoB .item-img {
  width: 100%;
}
.cid-vdCbzy3IoB .content-head {
  max-width: 800px;
}
.cid-vdcjYfR1xa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdcjYfR1xa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcjYfR1xa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcjYfR1xa .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdcjYfR1xa .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdcjYfR1xa .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-vdcjYfR1xa img,
.cid-vdcjYfR1xa .item-img {
  width: 100%;
}
.cid-vdcjYfR1xa .content-head {
  max-width: 800px;
}
.cid-vdck0lYJIH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdck0lYJIH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdck0lYJIH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdck0lYJIH .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdck0lYJIH .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdck0lYJIH .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-vdck0lYJIH img,
.cid-vdck0lYJIH .item-img {
  width: 100%;
}
.cid-vdck0lYJIH .content-head {
  max-width: 800px;
}
.cid-uP0450cbgO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uP0450cbgO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0450cbgO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP0450cbgO .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uP0450cbgO .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uP0450cbgO .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-uP0450cbgO img,
.cid-uP0450cbgO .item-img {
  width: 100%;
}
.cid-uP0450cbgO .content-head {
  max-width: 800px;
}
.cid-uP035wf4mi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uP035wf4mi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP035wf4mi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP035wf4mi .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uP035wf4mi .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uP035wf4mi .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-uP035wf4mi img,
.cid-uP035wf4mi .item-img {
  width: 100%;
}
.cid-uP035wf4mi .content-head {
  max-width: 800px;
}
.cid-uPbMhJZPvq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPbMhJZPvq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPbMhJZPvq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPbMhJZPvq .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPbMhJZPvq .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPbMhJZPvq .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-uPbMhJZPvq img,
.cid-uPbMhJZPvq .item-img {
  width: 100%;
}
.cid-uPbMhJZPvq .content-head {
  max-width: 800px;
}
.cid-uPbMsQG3qM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPbMsQG3qM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPbMsQG3qM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPbMsQG3qM .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPbMsQG3qM .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPbMsQG3qM .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-uPbMsQG3qM img,
.cid-uPbMsQG3qM .item-img {
  width: 100%;
}
.cid-uPbMsQG3qM .content-head {
  max-width: 800px;
}
.cid-uOZZAX0PrX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOZZAX0PrX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOZZAX0PrX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOZZAX0PrX .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOZZAX0PrX .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOZZAX0PrX .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-uOZZAX0PrX img,
.cid-uOZZAX0PrX .item-img {
  width: 100%;
}
.cid-uOZZAX0PrX .content-head {
  max-width: 800px;
}
.cid-uP00RCuu4c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uP00RCuu4c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP00RCuu4c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP00RCuu4c .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uP00RCuu4c .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uP00RCuu4c .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-uP00RCuu4c img,
.cid-uP00RCuu4c .item-img {
  width: 100%;
}
.cid-uP00RCuu4c .content-head {
  max-width: 800px;
}
.cid-uPc1MQfK2l {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPc1MQfK2l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPc1MQfK2l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPc1MQfK2l .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPc1MQfK2l .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPc1MQfK2l .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-uPc1MQfK2l img,
.cid-uPc1MQfK2l .item-img {
  width: 100%;
}
.cid-uPc1MQfK2l .content-head {
  max-width: 800px;
}
.cid-uPc1OSKwEi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPc1OSKwEi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPc1OSKwEi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPc1OSKwEi .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPc1OSKwEi .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPc1OSKwEi .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-uPc1OSKwEi img,
.cid-uPc1OSKwEi .item-img {
  width: 100%;
}
.cid-uPc1OSKwEi .content-head {
  max-width: 800px;
}
.cid-uPcv787mZA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPcv787mZA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcv787mZA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcv787mZA .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPcv787mZA .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPcv787mZA .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-uPcv787mZA img,
.cid-uPcv787mZA .item-img {
  width: 100%;
}
.cid-uPcv787mZA .content-head {
  max-width: 800px;
}
.cid-uPcyafRRTf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPcyafRRTf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPcyafRRTf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPcyafRRTf .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPcyafRRTf .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPcyafRRTf .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-uPcyafRRTf img,
.cid-uPcyafRRTf .item-img {
  width: 100%;
}
.cid-uPcyafRRTf .content-head {
  max-width: 800px;
}
.cid-uPJ5Y6Cnp9 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uPJ5Y6Cnp9 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uPJ5Y6Cnp9 .container {
    max-width: 1400px;
  }
}
.cid-uPJ5Y6Cnp9 .card {
  margin: auto;
}
.cid-uPJ5Y6Cnp9 .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #000000;
  margin-bottom: 2rem;
}
.cid-uPJ5Y6Cnp9 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPJ5Y6Cnp9 .row {
  justify-content: center;
}
.cid-uPJ5Y6Cnp9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPJ5Y6Cnp9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPJ5Y6Cnp9 .card-title,
.cid-uPJ5Y6Cnp9 .card-box {
  color: #ffffff;
}
.cid-uPIXGqYl5z {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPIXGqYl5z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIXGqYl5z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPIXGqYl5z .container {
    padding: 0 16px;
  }
}
.cid-uPIXGqYl5z .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uPIXGqYl5z .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uPIXGqYl5z .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPIXGqYl5z .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uPIXGqYl5z .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uPIXGqYl5z .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uPIXGqYl5z .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uPIXGqYl5z .video-block .video-wrapper iframe {
  border-radius: 16px;
}
.cid-uPIXGqYl5z .video-block .video-wrapper .app-video-wrapper img {
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
}
.cid-uPIXGqYl5z .video-block .video-wrapper .app-video-wrapper::before {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  width: 82px;
  color: #ffffff;
  background-color: #08323c;
  text-shadow: none;
  font-size: 20px;
  border-radius: 100%;
  top: auto;
  bottom: 20px;
  left: 60px;
}
.cid-uPIXGqYl5z .mbr-section-title {
  color: #08323C;
}
.cid-uPIXGqYl5z .mbr-desc {
  color: #08323C;
}
.cid-uPIXGqYl5z .mbr-text {
  color: #ffffff;
  line-height: 1.7;
}
.cid-uPIXGqYl5z .mbr-desc,
.cid-uPIXGqYl5z .mbr-section-btn {
  color: #ff9966;
}
.cid-uOZsUSuZZG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-uOZsUSuZZG .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-uOZsUSuZZG section {
  position: relative;
}
.cid-uOZsUSuZZG h4 {
  margin: 0;
}
.cid-uOZsUSuZZG a {
  font-weight: 300;
}
.cid-uOZsUSuZZG .row {
  align-items: center;
}
.cid-uOZsUSuZZG .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-uOZsUSuZZG .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uOZsUSuZZG .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uOZsUSuZZG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uOZsUSuZZG .align-left {
    text-align: center;
  }
  .cid-uOZsUSuZZG .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uOZsUSuZZG .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-uOZsUSuZZG .item {
    padding-bottom: 0.5rem;
  }
}
.cid-uOZsUSuZZG .item-title {
  color: #c1c1c1;
}
.cid-uOZsUSuZZG H4 {
  color: #c1c1c1;
}
.cid-uOewhxbP6G {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOewhxbP6G .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uOewhxbP6G .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uOewhxbP6G .navbar-caption {
  font-weight: 500;
}
.cid-uOewhxbP6G nav.navbar {
  position: fixed;
}
.cid-uOewhxbP6G .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-uOewhxbP6G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-uOewhxbP6G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOewhxbP6G .dropdown-item:hover,
.cid-uOewhxbP6G .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-uOewhxbP6G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOewhxbP6G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOewhxbP6G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOewhxbP6G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOewhxbP6G .nav-link {
  position: relative;
}
.cid-uOewhxbP6G .nav-link:hover {
  color: #9fe870 !important;
}
.cid-uOewhxbP6G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-uOewhxbP6G .container,
  .cid-uOewhxbP6G .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uOewhxbP6G .dropdown-menu,
.cid-uOewhxbP6G .navbar.opened {
  background: #ffffff !important;
}
.cid-uOewhxbP6G .nav-item:focus,
.cid-uOewhxbP6G .nav-link:focus {
  outline: none;
}
.cid-uOewhxbP6G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOewhxbP6G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOewhxbP6G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOewhxbP6G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOewhxbP6G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOewhxbP6G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOewhxbP6G .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uOewhxbP6G .navbar.opened {
  transition: all 0.3s;
}
.cid-uOewhxbP6G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOewhxbP6G .navbar .navbar-logo img {
  width: auto;
  height: auto;
}
.cid-uOewhxbP6G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOewhxbP6G .navbar.collapsed {
  justify-content: center;
}
.cid-uOewhxbP6G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOewhxbP6G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOewhxbP6G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uOewhxbP6G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOewhxbP6G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOewhxbP6G .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-uOewhxbP6G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOewhxbP6G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uOewhxbP6G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOewhxbP6G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOewhxbP6G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOewhxbP6G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOewhxbP6G .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-uOewhxbP6G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOewhxbP6G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOewhxbP6G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOewhxbP6G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOewhxbP6G .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uOewhxbP6G .navbar.navbar-short {
  min-height: 80px;
}
.cid-uOewhxbP6G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOewhxbP6G .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uOewhxbP6G .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-uOewhxbP6G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOewhxbP6G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOewhxbP6G .dropdown-item.active,
.cid-uOewhxbP6G .dropdown-item:active {
  background-color: transparent;
}
.cid-uOewhxbP6G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOewhxbP6G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOewhxbP6G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOewhxbP6G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uOewhxbP6G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOewhxbP6G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOewhxbP6G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOewhxbP6G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOewhxbP6G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOewhxbP6G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOewhxbP6G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOewhxbP6G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOewhxbP6G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOewhxbP6G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOewhxbP6G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOewhxbP6G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOewhxbP6G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOewhxbP6G .navbar-dropdown {
  position: fixed;
}
.cid-uOewhxbP6G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOewhxbP6G .navbar {
    height: 70px;
  }
  .cid-uOewhxbP6G .navbar.opened {
    height: auto;
  }
  .cid-uOewhxbP6G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOewhxbP6G .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-uOewhxbP6G .addr {
    margin: 0 auto;
  }
}
.cid-uOewhxbP6G .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-uOewhxbP6G .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-uOlYmJB5BQ {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #fffaf5;
}
.cid-uOlYmJB5BQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOlYmJB5BQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOlYmJB5BQ .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uOlYmJB5BQ .container {
    padding: 0 16px;
  }
}
.cid-uOlYmJB5BQ .row {
  justify-content: center;
}
.cid-uOlYmJB5BQ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOlYmJB5BQ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOlYmJB5BQ .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uOlYmJB5BQ .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uOlYmJB5BQ .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uOlYmJB5BQ .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uOlYmJB5BQ .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uOlYmJB5BQ .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOlYmJB5BQ .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uOlYmJB5BQ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOlYmJB5BQ .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uOlYmJB5BQ .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uOlYmJB5BQ .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uOlYmJB5BQ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOlYmJB5BQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOlYmJB5BQ .panel-title {
  color: #000000;
}
.cid-uOlYmJB5BQ .panel-text {
  color: #000000;
}
.cid-uOlZmTEsXO {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-uOlZmTEsXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOlZmTEsXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOlZmTEsXO .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uOlZmTEsXO .container {
    padding: 0 16px;
  }
}
.cid-uOlZmTEsXO .row {
  justify-content: center;
}
.cid-uOlZmTEsXO .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOlZmTEsXO .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOlZmTEsXO .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uOlZmTEsXO .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uOlZmTEsXO .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uOlZmTEsXO .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uOlZmTEsXO .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uOlZmTEsXO .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOlZmTEsXO .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uOlZmTEsXO .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOlZmTEsXO .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uOlZmTEsXO .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uOlZmTEsXO .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uOlZmTEsXO .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOlZmTEsXO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOlZmTEsXO .panel-title {
  color: #000000;
}
.cid-uOlZmTEsXO .panel-text {
  color: #000000;
}
.cid-uOewhydGI1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-uOewhydGI1 .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-uOewhydGI1 section {
  position: relative;
}
.cid-uOewhydGI1 h4 {
  margin: 0;
}
.cid-uOewhydGI1 a {
  font-weight: 300;
}
.cid-uOewhydGI1 .row {
  align-items: center;
}
.cid-uOewhydGI1 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-uOewhydGI1 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uOewhydGI1 .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uOewhydGI1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uOewhydGI1 .align-left {
    text-align: center;
  }
  .cid-uOewhydGI1 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uOewhydGI1 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-uOewhydGI1 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-uOewhydGI1 .item-title {
  color: #c1c1c1;
}
.cid-uOewhydGI1 H4 {
  color: #c1c1c1;
}
.cid-uPsm42Bvz9 {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPsm42Bvz9 .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uPsm42Bvz9 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uPsm42Bvz9 .navbar-caption {
  font-weight: 500;
}
.cid-uPsm42Bvz9 nav.navbar {
  position: fixed;
}
.cid-uPsm42Bvz9 .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-uPsm42Bvz9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-uPsm42Bvz9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPsm42Bvz9 .dropdown-item:hover,
.cid-uPsm42Bvz9 .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-uPsm42Bvz9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPsm42Bvz9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPsm42Bvz9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPsm42Bvz9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPsm42Bvz9 .nav-link {
  position: relative;
}
.cid-uPsm42Bvz9 .nav-link:hover {
  color: #9fe870 !important;
}
.cid-uPsm42Bvz9 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-uPsm42Bvz9 .container,
  .cid-uPsm42Bvz9 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uPsm42Bvz9 .dropdown-menu,
.cid-uPsm42Bvz9 .navbar.opened {
  background: #ffffff !important;
}
.cid-uPsm42Bvz9 .nav-item:focus,
.cid-uPsm42Bvz9 .nav-link:focus {
  outline: none;
}
.cid-uPsm42Bvz9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPsm42Bvz9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPsm42Bvz9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPsm42Bvz9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPsm42Bvz9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPsm42Bvz9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPsm42Bvz9 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uPsm42Bvz9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uPsm42Bvz9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPsm42Bvz9 .navbar .navbar-logo img {
  width: auto;
  height: auto;
}
.cid-uPsm42Bvz9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPsm42Bvz9 .navbar.collapsed {
  justify-content: center;
}
.cid-uPsm42Bvz9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPsm42Bvz9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPsm42Bvz9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uPsm42Bvz9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPsm42Bvz9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPsm42Bvz9 .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-uPsm42Bvz9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPsm42Bvz9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uPsm42Bvz9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPsm42Bvz9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPsm42Bvz9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPsm42Bvz9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPsm42Bvz9 .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-uPsm42Bvz9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPsm42Bvz9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPsm42Bvz9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPsm42Bvz9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPsm42Bvz9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uPsm42Bvz9 .navbar.navbar-short {
  min-height: 80px;
}
.cid-uPsm42Bvz9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPsm42Bvz9 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uPsm42Bvz9 .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-uPsm42Bvz9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPsm42Bvz9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPsm42Bvz9 .dropdown-item.active,
.cid-uPsm42Bvz9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uPsm42Bvz9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPsm42Bvz9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPsm42Bvz9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPsm42Bvz9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPsm42Bvz9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPsm42Bvz9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPsm42Bvz9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPsm42Bvz9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPsm42Bvz9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPsm42Bvz9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPsm42Bvz9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPsm42Bvz9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPsm42Bvz9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPsm42Bvz9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPsm42Bvz9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPsm42Bvz9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPsm42Bvz9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPsm42Bvz9 .navbar-dropdown {
  position: fixed;
}
.cid-uPsm42Bvz9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPsm42Bvz9 .navbar {
    height: 70px;
  }
  .cid-uPsm42Bvz9 .navbar.opened {
    height: auto;
  }
  .cid-uPsm42Bvz9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPsm42Bvz9 .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-uPsm42Bvz9 .addr {
    margin: 0 auto;
  }
}
.cid-uPsm42Bvz9 .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-uPsm42Bvz9 .mbr-section-btn {
  flex: 0 0 240px;
}
#custom-html-g5 {
  /* Type valid CSS here */
  /* Uses existing ectstyle4.css & ectcart.css selectors and adds a modern look */
}
.cid-uPsm42T20A {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fffaf5;
}
.cid-uPsm42T20A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPsm42T20A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPsm42T20A .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uPsm42T20A .container {
    padding: 0 16px;
  }
}
.cid-uPsm42T20A .row {
  justify-content: center;
}
.cid-uPsm42T20A .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPsm42T20A .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPsm42T20A .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uPsm42T20A .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uPsm42T20A .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uPsm42T20A .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uPsm42T20A .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uPsm42T20A .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPsm42T20A .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uPsm42T20A .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPsm42T20A .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uPsm42T20A .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uPsm42T20A .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uPsm42T20A .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPsm42T20A .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPsm42T20A .panel-title {
  color: #000000;
}
.cid-uPsm42T20A .panel-text {
  color: #000000;
}
.cid-uPsm43a7vH {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-uPsm43a7vH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPsm43a7vH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPsm43a7vH .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uPsm43a7vH .container {
    padding: 0 16px;
  }
}
.cid-uPsm43a7vH .row {
  justify-content: center;
}
.cid-uPsm43a7vH .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPsm43a7vH .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPsm43a7vH .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uPsm43a7vH .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uPsm43a7vH .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uPsm43a7vH .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uPsm43a7vH .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uPsm43a7vH .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPsm43a7vH .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uPsm43a7vH .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPsm43a7vH .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uPsm43a7vH .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uPsm43a7vH .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uPsm43a7vH .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPsm43a7vH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPsm43a7vH .panel-title {
  color: #000000;
}
.cid-uPsm43a7vH .panel-text {
  color: #000000;
}
.cid-uPsm43pum5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-uPsm43pum5 .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-uPsm43pum5 section {
  position: relative;
}
.cid-uPsm43pum5 h4 {
  margin: 0;
}
.cid-uPsm43pum5 a {
  font-weight: 300;
}
.cid-uPsm43pum5 .row {
  align-items: center;
}
.cid-uPsm43pum5 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-uPsm43pum5 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uPsm43pum5 .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uPsm43pum5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uPsm43pum5 .align-left {
    text-align: center;
  }
  .cid-uPsm43pum5 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uPsm43pum5 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-uPsm43pum5 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-uPsm43pum5 .item-title {
  color: #c1c1c1;
}
.cid-uPsm43pum5 H4 {
  color: #c1c1c1;
}
.cid-uPy9pzPI6q {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPy9pzPI6q .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uPy9pzPI6q .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uPy9pzPI6q .navbar-caption {
  font-weight: 500;
}
.cid-uPy9pzPI6q nav.navbar {
  position: fixed;
}
.cid-uPy9pzPI6q .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-uPy9pzPI6q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-uPy9pzPI6q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPy9pzPI6q .dropdown-item:hover,
.cid-uPy9pzPI6q .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-uPy9pzPI6q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPy9pzPI6q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPy9pzPI6q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uPy9pzPI6q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPy9pzPI6q .nav-link {
  position: relative;
}
.cid-uPy9pzPI6q .nav-link:hover {
  color: #9fe870 !important;
}
.cid-uPy9pzPI6q .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-uPy9pzPI6q .container,
  .cid-uPy9pzPI6q .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uPy9pzPI6q .dropdown-menu,
.cid-uPy9pzPI6q .navbar.opened {
  background: #ffffff !important;
}
.cid-uPy9pzPI6q .nav-item:focus,
.cid-uPy9pzPI6q .nav-link:focus {
  outline: none;
}
.cid-uPy9pzPI6q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPy9pzPI6q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPy9pzPI6q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPy9pzPI6q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPy9pzPI6q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPy9pzPI6q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPy9pzPI6q .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uPy9pzPI6q .navbar.opened {
  transition: all 0.3s;
}
.cid-uPy9pzPI6q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPy9pzPI6q .navbar .navbar-logo img {
  width: auto;
  height: auto;
}
.cid-uPy9pzPI6q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPy9pzPI6q .navbar.collapsed {
  justify-content: center;
}
.cid-uPy9pzPI6q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPy9pzPI6q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPy9pzPI6q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uPy9pzPI6q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPy9pzPI6q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPy9pzPI6q .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-uPy9pzPI6q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPy9pzPI6q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uPy9pzPI6q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPy9pzPI6q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPy9pzPI6q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPy9pzPI6q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPy9pzPI6q .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-uPy9pzPI6q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPy9pzPI6q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPy9pzPI6q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPy9pzPI6q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPy9pzPI6q .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uPy9pzPI6q .navbar.navbar-short {
  min-height: 80px;
}
.cid-uPy9pzPI6q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPy9pzPI6q .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uPy9pzPI6q .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-uPy9pzPI6q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPy9pzPI6q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPy9pzPI6q .dropdown-item.active,
.cid-uPy9pzPI6q .dropdown-item:active {
  background-color: transparent;
}
.cid-uPy9pzPI6q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPy9pzPI6q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPy9pzPI6q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPy9pzPI6q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPy9pzPI6q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPy9pzPI6q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPy9pzPI6q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPy9pzPI6q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPy9pzPI6q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPy9pzPI6q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPy9pzPI6q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPy9pzPI6q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPy9pzPI6q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPy9pzPI6q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPy9pzPI6q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPy9pzPI6q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPy9pzPI6q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPy9pzPI6q .navbar-dropdown {
  position: fixed;
}
.cid-uPy9pzPI6q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPy9pzPI6q .navbar {
    height: 70px;
  }
  .cid-uPy9pzPI6q .navbar.opened {
    height: auto;
  }
  .cid-uPy9pzPI6q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPy9pzPI6q .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-uPy9pzPI6q .addr {
    margin: 0 auto;
  }
}
.cid-uPy9pzPI6q .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-uPy9pzPI6q .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-uPy9pA2ygB {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPy9pA2ygB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPy9pA2ygB .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-uPy9pA2ygB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPy9pA2ygB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPy9pA2ygB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPy9pA2ygB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPy9pA2ygB .mbr-section-title {
  color: #000000;
}
.cid-uPy9pA2ygB .mbr-text,
.cid-uPy9pA2ygB .mbr-section-btn {
  color: #232323;
  line-height: 1.6;
}
.cid-uPy9pA2ygB .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-uPy9pA2ygB .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-uPy9pA2ygB .mbr-fonts-style {
  color: #000000;
}
.cid-uPydgeG3tj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bcef9b;
}
.cid-uPydgeG3tj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPydgeG3tj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPydgeG3tj .container {
    padding: 0 16px;
  }
}
.cid-uPydgeG3tj .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uPydgeG3tj .list-wrapper .text-wrap .mbr-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uPydgeG3tj .list-wrapper .text-wrap .mbr-title {
    margin-bottom: 20px;
  }
}
.cid-uPydgeG3tj .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uPydgeG3tj .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uPydgeG3tj .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-uPydgeG3tj .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
}
.cid-uPydgeG3tj .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uPydgeG3tj .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uPydgeG3tj .list-wrapper .list-wrap .list .item-wrap:before {
  position: absolute;
  left: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #08323c;
  background-color: transparent;
  border: 3px solid #08323c;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 24px;
  content: "✓";
}
.cid-uPydgeG3tj .dragArea.row {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uPydgeG3tj .dragArea.row {
    padding: 20px 16px;
    margin: 0;
  }
}
.cid-uPydgeG3tj .dragArea.row .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uPydgeG3tj .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uPydgeG3tj .dragArea.row .form-group .form-control-label {
  padding-left: 8px;
  margin-bottom: 6px;
}
.cid-uPydgeG3tj .dragArea.row .form-group .form-control {
  padding: 14px;
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
  background-color: transparent;
}
.cid-uPydgeG3tj .dragArea.row .form-group .form-control:hover,
.cid-uPydgeG3tj .dragArea.row .form-group .form-control:focus {
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
}
.cid-uPydgeG3tj .dragArea.row .form-group .form-check {
  padding-left: 2rem;
}
.cid-uPydgeG3tj .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #ffd7ef;
  border-color: #ffd7ef;
}
.cid-uPydgeG3tj .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-uPydgeG3tj .mbr-title {
  color: #08323C;
}
.cid-uPydgeG3tj .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-uPydgeG3tj .mbr-section-subtitle {
  color: #08323C;
}
.cid-uPydgeG3tj .mbr-text {
  color: #08323C;
}
.cid-uPydgeG3tj .list {
  color: #08323C;
}
.cid-uPydgeG3tj label {
  color: #08323C;
}
.cid-uPydgeG3tj .mbr-text,
.cid-uPydgeG3tj .mbr-section-btn {
  color: #232323;
  line-height: 1.6;
}
.cid-uPy9pAdlLE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-uPy9pAdlLE .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-uPy9pAdlLE section {
  position: relative;
}
.cid-uPy9pAdlLE h4 {
  margin: 0;
}
.cid-uPy9pAdlLE a {
  font-weight: 300;
}
.cid-uPy9pAdlLE .row {
  align-items: center;
}
.cid-uPy9pAdlLE .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-uPy9pAdlLE .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uPy9pAdlLE .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uPy9pAdlLE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uPy9pAdlLE .align-left {
    text-align: center;
  }
  .cid-uPy9pAdlLE .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uPy9pAdlLE .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-uPy9pAdlLE .item {
    padding-bottom: 0.5rem;
  }
}
.cid-uPy9pAdlLE .item-title {
  color: #c1c1c1;
}
.cid-uPy9pAdlLE H4 {
  color: #c1c1c1;
}
.cid-uQRUr3IuMl {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uQRUr3IuMl .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uQRUr3IuMl .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uQRUr3IuMl .navbar-caption {
  font-weight: 500;
}
.cid-uQRUr3IuMl nav.navbar {
  position: fixed;
}
.cid-uQRUr3IuMl .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-uQRUr3IuMl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-uQRUr3IuMl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQRUr3IuMl .dropdown-item:hover,
.cid-uQRUr3IuMl .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-uQRUr3IuMl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQRUr3IuMl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQRUr3IuMl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQRUr3IuMl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQRUr3IuMl .nav-link {
  position: relative;
}
.cid-uQRUr3IuMl .nav-link:hover {
  color: #9fe870 !important;
}
.cid-uQRUr3IuMl .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-uQRUr3IuMl .container,
  .cid-uQRUr3IuMl .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uQRUr3IuMl .dropdown-menu,
.cid-uQRUr3IuMl .navbar.opened {
  background: #ffffff !important;
}
.cid-uQRUr3IuMl .nav-item:focus,
.cid-uQRUr3IuMl .nav-link:focus {
  outline: none;
}
.cid-uQRUr3IuMl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQRUr3IuMl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQRUr3IuMl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQRUr3IuMl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQRUr3IuMl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQRUr3IuMl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQRUr3IuMl .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uQRUr3IuMl .navbar.opened {
  transition: all 0.3s;
}
.cid-uQRUr3IuMl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQRUr3IuMl .navbar .navbar-logo img {
  width: auto;
  height: auto;
}
.cid-uQRUr3IuMl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQRUr3IuMl .navbar.collapsed {
  justify-content: center;
}
.cid-uQRUr3IuMl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQRUr3IuMl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQRUr3IuMl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uQRUr3IuMl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQRUr3IuMl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQRUr3IuMl .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-uQRUr3IuMl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQRUr3IuMl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uQRUr3IuMl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQRUr3IuMl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQRUr3IuMl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQRUr3IuMl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQRUr3IuMl .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-uQRUr3IuMl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQRUr3IuMl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQRUr3IuMl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQRUr3IuMl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQRUr3IuMl .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uQRUr3IuMl .navbar.navbar-short {
  min-height: 80px;
}
.cid-uQRUr3IuMl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQRUr3IuMl .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uQRUr3IuMl .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-uQRUr3IuMl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQRUr3IuMl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQRUr3IuMl .dropdown-item.active,
.cid-uQRUr3IuMl .dropdown-item:active {
  background-color: transparent;
}
.cid-uQRUr3IuMl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQRUr3IuMl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQRUr3IuMl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQRUr3IuMl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQRUr3IuMl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQRUr3IuMl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQRUr3IuMl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQRUr3IuMl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQRUr3IuMl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQRUr3IuMl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQRUr3IuMl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQRUr3IuMl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQRUr3IuMl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQRUr3IuMl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQRUr3IuMl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQRUr3IuMl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQRUr3IuMl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQRUr3IuMl .navbar-dropdown {
  position: fixed;
}
.cid-uQRUr3IuMl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQRUr3IuMl .navbar {
    height: 70px;
  }
  .cid-uQRUr3IuMl .navbar.opened {
    height: auto;
  }
  .cid-uQRUr3IuMl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQRUr3IuMl .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-uQRUr3IuMl .addr {
    margin: 0 auto;
  }
}
.cid-uQRUr3IuMl .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-uQRUr3IuMl .mbr-section-btn {
  flex: 0 0 240px;
}
#custom-html-hr {
  /* Type valid CSS here */
  /* Uses existing ectstyle4.css & ectcart.css selectors and adds a modern look */
}
#custom-html-hr div.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px;
  background: #f1f2ee;
  padding: 60px 0 30px 0;
}
#custom-html-hr div.products > div.product {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 6px 18px 0 #dadada;
  min-width: 330px;
  max-width: 350px;
  padding: 0 0 26px 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  /* remove default border from ectstyle4 */
  transition: box-shadow 0.18s;
}
#custom-html-hr div.products > div.product:hover {
  box-shadow: 0 14px 38px 0 #c1eab7;
}
#custom-html-hr div.prodname {
  font-weight: 700;
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 2px;
  text-align: left;
  width: 100%;
  padding: 24px 32px 2px 32px;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  background: #b2f078;
  color: #111;
}
#custom-html-hr div.prodname {
  font-weight: 700;
  font-size: 1.4rem;
  margin: 0 -8px 0 -8px;
  /* Negative margin to offset card padding */
  text-align: left;
  width: auto;
  padding: 30px 32px 10px 32px;
  /* Restore horizontal padding for text */
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  background: #b2f078;
  color: #111;
  line-height: 1.2;
  box-sizing: border-box;
}
#custom-html-hr div.prodprice {
  font-size: 2.2rem;
  font-weight: 900;
  color: #111;
  margin-bottom: 8px;
  width: 100%;
  text-align: left;
  padding-left: 32px;
}
#custom-html-hr div.proddescription {
  box-sizing: border-box;
  color: #222;
  font-size: 1.08rem;
  margin: 18px 0 0 0;
  line-height: 1.5;
  text-align: left;
  width: 100%;
  min-height: 48px;
  padding: 0 32px 12px 32px;
  border-bottom: 1px solid #e9e9e9;
  border-radius: 0 0 0 0;
}
#custom-html-hr div.product select,
#custom-html-hr div.product input[type="text"] {
  margin: 13px 0 0 0;
  padding: 6px 10px;
  width: 82%;
  border-radius: 6px;
  border: 1px solid #e1e1e1;
}
#custom-html-hr div.addtocart {
  width: 100%;
  padding: 0 32px;
  margin-top: 26px;
  text-align: center;
}
#custom-html-hr div.addtocart button,
#custom-html-hr div.addtocart input[type="submit"] {
  width: 100%;
  padding: 16px;
  font-size: 1.07rem;
  background: #b2f078;
  border: none;
  border-radius: 28px;
  color: #111;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.16s;
  margin: 0 auto;
}
#custom-html-hr div.addtocart button:disabled,
#custom-html-hr div.addtocart input[type="submit"]:disabled {
  background: #f1f2ee;
  color: #aaa;
  cursor: not-allowed;
}
@media (max-width: 1100px) {
  #custom-html-hr div.products {
    flex-direction: column;
    align-items: center;
  }
}
.cid-uQRV8Y8poE {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uQRV8Y8poE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQRV8Y8poE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uQRV8Y8poE .container {
    padding: 0 20px;
  }
  .cid-uQRV8Y8poE .container .row {
    padding: 0;
  }
}
.cid-uQRV8Y8poE .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uQRV8Y8poE .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQRV8Y8poE .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uQRV8Y8poE .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uQRV8Y8poE .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uQRV8Y8poE .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uQRV8Y8poE .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uQRV8Y8poE .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-uQRV8Y8poE .mbr-section-title {
  color: #222222;
}
.cid-uQRV8Y8poE .mbr-text {
  color: #222222;
  line-height: 1.6;
}
.cid-uQS0bzcuDg {
  background-color: #fff0b0;
}
.cid-uQS0bzcuDg img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uQS0bzcuDg img:hover {
  transform: scale(1.1);
}
.cid-uQS0bzcuDg .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-uQS0bzcuDg h2 {
  padding: 0;
  margin: 0;
}
.cid-uQS0bzcuDg .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQS0bzcuDg .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-uQS0bzcuDg .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-uQS0bzcuDg .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-uQS0bzcuDg .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uQS0bzcuDg .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uQS0bzcuDg .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-uQS0bzcuDg .text-col {
    padding: 2rem 1rem;
  }
}
.cid-uQS0bzcuDg H2 {
  color: #333333;
}
.cid-uQS0bzcuDg .mbr-text {
  color: #767676;
}
.cid-uQRUr3Zx6t {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-uQRUr3Zx6t .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-uQRUr3Zx6t section {
  position: relative;
}
.cid-uQRUr3Zx6t h4 {
  margin: 0;
}
.cid-uQRUr3Zx6t a {
  font-weight: 300;
}
.cid-uQRUr3Zx6t .row {
  align-items: center;
}
.cid-uQRUr3Zx6t .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-uQRUr3Zx6t .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uQRUr3Zx6t .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uQRUr3Zx6t .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uQRUr3Zx6t .align-left {
    text-align: center;
  }
  .cid-uQRUr3Zx6t .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uQRUr3Zx6t .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-uQRUr3Zx6t .item {
    padding-bottom: 0.5rem;
  }
}
.cid-uQRUr3Zx6t .item-title {
  color: #c1c1c1;
}
.cid-uQRUr3Zx6t H4 {
  color: #c1c1c1;
}
.cid-uVtp0Wxj0k {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uVtp0Wxj0k .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uVtp0Wxj0k .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uVtp0Wxj0k .navbar-caption {
  font-weight: 500;
}
.cid-uVtp0Wxj0k nav.navbar {
  position: fixed;
}
.cid-uVtp0Wxj0k .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-uVtp0Wxj0k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-uVtp0Wxj0k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVtp0Wxj0k .dropdown-item:hover,
.cid-uVtp0Wxj0k .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-uVtp0Wxj0k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVtp0Wxj0k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVtp0Wxj0k .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVtp0Wxj0k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVtp0Wxj0k .nav-link {
  position: relative;
}
.cid-uVtp0Wxj0k .nav-link:hover {
  color: #9fe870 !important;
}
.cid-uVtp0Wxj0k .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-uVtp0Wxj0k .container,
  .cid-uVtp0Wxj0k .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uVtp0Wxj0k .dropdown-menu,
.cid-uVtp0Wxj0k .navbar.opened {
  background: #ffffff !important;
}
.cid-uVtp0Wxj0k .nav-item:focus,
.cid-uVtp0Wxj0k .nav-link:focus {
  outline: none;
}
.cid-uVtp0Wxj0k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVtp0Wxj0k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVtp0Wxj0k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVtp0Wxj0k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVtp0Wxj0k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVtp0Wxj0k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVtp0Wxj0k .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uVtp0Wxj0k .navbar.opened {
  transition: all 0.3s;
}
.cid-uVtp0Wxj0k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVtp0Wxj0k .navbar .navbar-logo img {
  width: auto;
  height: auto;
}
.cid-uVtp0Wxj0k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVtp0Wxj0k .navbar.collapsed {
  justify-content: center;
}
.cid-uVtp0Wxj0k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVtp0Wxj0k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVtp0Wxj0k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uVtp0Wxj0k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVtp0Wxj0k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVtp0Wxj0k .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-uVtp0Wxj0k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVtp0Wxj0k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uVtp0Wxj0k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVtp0Wxj0k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVtp0Wxj0k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVtp0Wxj0k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVtp0Wxj0k .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-uVtp0Wxj0k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVtp0Wxj0k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVtp0Wxj0k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVtp0Wxj0k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVtp0Wxj0k .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uVtp0Wxj0k .navbar.navbar-short {
  min-height: 80px;
}
.cid-uVtp0Wxj0k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVtp0Wxj0k .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uVtp0Wxj0k .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-uVtp0Wxj0k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVtp0Wxj0k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVtp0Wxj0k .dropdown-item.active,
.cid-uVtp0Wxj0k .dropdown-item:active {
  background-color: transparent;
}
.cid-uVtp0Wxj0k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVtp0Wxj0k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVtp0Wxj0k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVtp0Wxj0k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVtp0Wxj0k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVtp0Wxj0k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVtp0Wxj0k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVtp0Wxj0k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVtp0Wxj0k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVtp0Wxj0k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVtp0Wxj0k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVtp0Wxj0k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVtp0Wxj0k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVtp0Wxj0k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVtp0Wxj0k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVtp0Wxj0k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVtp0Wxj0k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVtp0Wxj0k .navbar-dropdown {
  position: fixed;
}
.cid-uVtp0Wxj0k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVtp0Wxj0k .navbar {
    height: 70px;
  }
  .cid-uVtp0Wxj0k .navbar.opened {
    height: auto;
  }
  .cid-uVtp0Wxj0k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVtp0Wxj0k .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-uVtp0Wxj0k .addr {
    margin: 0 auto;
  }
}
.cid-uVtp0Wxj0k .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-uVtp0Wxj0k .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-uVtp0X1S3p {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVtp0X1S3p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVtp0X1S3p .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-uVtp0X1S3p .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVtp0X1S3p .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVtp0X1S3p .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVtp0X1S3p .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVtp0X1S3p .mbr-section-title {
  color: #000000;
}
.cid-uVtp0X1S3p .mbr-text,
.cid-uVtp0X1S3p .mbr-section-btn {
  color: #232323;
  line-height: 1.6;
}
.cid-uVtp0X1S3p .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-uVtp0X1S3p .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-uVtp0X1S3p .mbr-fonts-style {
  color: #000000;
}
.cid-uVtp0XMl2l {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uVtp0XMl2l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVtp0XMl2l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVtp0XMl2l .container {
    padding: 0 20px;
  }
  .cid-uVtp0XMl2l .container .row {
    padding: 0;
  }
}
.cid-uVtp0XMl2l .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uVtp0XMl2l .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVtp0XMl2l .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uVtp0XMl2l .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uVtp0XMl2l .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-uVtp0XMl2l .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uVtp0XMl2l .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uVtp0XMl2l .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-uVtp0XMl2l .mbr-section-title {
  color: #222222;
}
.cid-uVtp0XMl2l .mbr-text {
  color: #222222;
  line-height: 1.6;
}
.cid-uVtp0Xfx9y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uVtp0Xfx9y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVtp0Xfx9y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVtp0Xfx9y .mbr-text,
.cid-uVtp0Xfx9y .mbr-section-btn {
  color: #232323;
  line-height: 1.6;
}
.cid-uVtp0Xfx9y .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uVtp0Xfx9y .item-wrapper {
  background: #edefeb;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uVtp0Xfx9y .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uVtp0Xfx9y .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uVtp0Xfx9y .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVtp0Xfx9y .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uVtp0Xfx9y .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uVtp0Xfx9y .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uVtp0Xfx9y .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uVtp0Xfx9y .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uVtp0Xfx9y .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uVtp0Xfx9y .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVtp0Xfx9y .mbr-text UL {
  text-align: left;
}
.cid-uVtp0Xfx9y .mbr-section-subtitle,
.cid-uVtp0Xfx9y .main-button {
  color: #000000;
}
.cid-uVtp0Y22La {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uVtp0Y22La .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-uVtp0Y22La .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-uVtp0Y22La .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uVtp0Y22La h4 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uVtp0Y22La h4:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uVtp0Y22La h4:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uVtp0Y22La .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-uVtp0Y22La .card-overlay {
  display: none;
  background: #000000;
}
@media (min-width: 768px) {
  .cid-uVtp0Y22La .image-element:hover .card-overlay {
    opacity: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-uVtp0Y22La .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-uVtp0Y22La .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-uVtp0Y22La .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-uVtp0Y22La .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-uVtp0Y22La .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-uVtp0Y22La .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-uVtp0Y22La .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-uVtp0Y22La .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem 2rem;
    background: transparent;
  }
  .cid-uVtp0Y22La .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-uVtp0Y22La .card-overlay {
    transition: all 0.5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-uVtp0Y22La .card-title,
  .cid-uVtp0Y22La .underline,
  .cid-uVtp0Y22La .mbr-text,
  .cid-uVtp0Y22La .mbr-section-btn,
  .cid-uVtp0Y22La .mbr-section-subtitle,
  .cid-uVtp0Y22La .mbr-section-title {
    text-align: center !important;
  }
  .cid-uVtp0Y22La .wrapper {
    background-color: #000000;
  }
  .cid-uVtp0Y22La h4:before,
  .cid-uVtp0Y22La h4:after {
    display: none;
  }
}
.cid-uVtp0Y22La .mbr-section-title {
  text-align: left;
}
.cid-uVtp0Y22La .mbr-section-title,
.cid-uVtp0Y22La .underline {
  text-align: center;
}
.cid-uVtp0Y22La H4 {
  color: #e1201d;
}
.cid-uVtp0Y22La .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVtp0Y22La .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVtp0Y22La H3 {
  color: #ffa600;
}
.cid-vdcy3oNbVo {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vdcy3oNbVo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcy3oNbVo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcy3oNbVo .row {
  justify-content: center;
}
.cid-vdcy3oNbVo .video-wrapper iframe {
  width: 100%;
}
.cid-vdcy3oNbVo .title-wrapper {
  margin-bottom: 32px;
}
.cid-vdcy3oNbVo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdcy3oNbVo .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-vdcy3oNbVo .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-vdcy3oNbVo .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-vdcy3oNbVo .video-block {
    margin-bottom: 24px;
  }
}
.cid-vdcy3oNbVo .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vdcy3oNbVo .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-uVtp0YxnAG {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVtp0YxnAG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVtp0YxnAG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVtp0YxnAG .row {
  justify-content: center;
}
.cid-uVtp0YxnAG .video-wrapper iframe {
  width: 100%;
}
.cid-uVtp0YxnAG .title-wrapper {
  margin-bottom: 32px;
}
.cid-uVtp0YxnAG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVtp0YxnAG .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-uVtp0YxnAG .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-uVtp0YxnAG .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-uVtp0YxnAG .video-block {
    margin-bottom: 24px;
  }
}
.cid-uVtp0YxnAG .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-uVtp0YxnAG .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
#custom-html-i4 {
  /* Type valid CSS here */
}
#custom-html-i4 div {
  padding: 20px 0;
  color: #777;
  text-align: center;
}
#custom-html-i4 p {
  font-size: 60px;
  color: #777;
}
.cid-uVtp0YRppA {
  background-color: #463036;
}
.cid-uVtp0YRppA .row {
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}
.cid-uVtp0YRppA .card {
  padding: 0;
  height: 422px;
  position: relative;
}
.cid-uVtp0YRppA .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
}
.cid-uVtp0YRppA .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-uVtp0YRppA .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 36px 40px;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uVtp0YRppA .card-wrapper {
    padding: 34px 31px;
  }
}
@media (max-width: 425px) {
  .cid-uVtp0YRppA .card-wrapper {
    padding: 31px;
  }
}
.cid-uVtp0YRppA .mbr-number {
  margin: 0;
  opacity: 0;
  transition: all .4s ease;
  transform: translate(0, -30%);
  pointer-events: visible;
  color: #fff;
}
.cid-uVtp0YRppA .mbr-title {
  margin-bottom: 0;
  pointer-events: visible;
}
@media (max-width: 768px) {
  .cid-uVtp0YRppA .mbr-title {
    margin-bottom: .5rem;
  }
}
.cid-uVtp0YRppA .mbr-text {
  margin: 0;
  pointer-events: visible;
  line-height: 1.7;
}
.cid-uVtp0YRppA span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #463036;
  border-radius: 50%;
  font-size: 24px;
  margin: 0;
  pointer-events: visible;
}
@media (max-width: 768px) {
  .cid-uVtp0YRppA span {
    margin: 2px auto 0;
  }
}
.cid-uVtp0YRppA .card-text-item {
  padding: 0 5px 0 0;
}
.cid-uVtp0YRppA .card:hover .mbr-number {
  opacity: 1;
  transform: translate(0, 0);
}
.cid-uVtp0YRppA .card:hover .card-link {
  background: #1f242e;
  opacity: .86;
}
.cid-uVtp0YRppA .mbr-section-subtitle {
  margin-bottom: 22px;
  color: #ffffff;
  text-align: center;
  line-height: 1.7;
}
.cid-uVtp0YRppA .mbr-section-title {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uVtp0YRppA .mbr-section-head {
  margin-bottom: 45px;
}
.cid-uVtp0YRppA .mbr-title,
.cid-uVtp0YRppA .mbr-iconfont {
  color: #fff;
}
.cid-uVtp105HZn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-uVtp105HZn .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-uVtp105HZn section {
  position: relative;
}
.cid-uVtp105HZn h4 {
  margin: 0;
}
.cid-uVtp105HZn a {
  font-weight: 300;
}
.cid-uVtp105HZn .row {
  align-items: center;
}
.cid-uVtp105HZn .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-uVtp105HZn .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uVtp105HZn .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uVtp105HZn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uVtp105HZn .align-left {
    text-align: center;
  }
  .cid-uVtp105HZn .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uVtp105HZn .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-uVtp105HZn .item {
    padding-bottom: 0.5rem;
  }
}
.cid-uVtp105HZn .item-title {
  color: #c1c1c1;
}
.cid-uVtp105HZn H4 {
  color: #c1c1c1;
}
.cid-uVtr0Mt1MK {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uVtr0Mt1MK .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uVtr0Mt1MK .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uVtr0Mt1MK .navbar-caption {
  font-weight: 500;
}
.cid-uVtr0Mt1MK nav.navbar {
  position: fixed;
}
.cid-uVtr0Mt1MK .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-uVtr0Mt1MK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-uVtr0Mt1MK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVtr0Mt1MK .dropdown-item:hover,
.cid-uVtr0Mt1MK .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-uVtr0Mt1MK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVtr0Mt1MK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVtr0Mt1MK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVtr0Mt1MK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVtr0Mt1MK .nav-link {
  position: relative;
}
.cid-uVtr0Mt1MK .nav-link:hover {
  color: #9fe870 !important;
}
.cid-uVtr0Mt1MK .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-uVtr0Mt1MK .container,
  .cid-uVtr0Mt1MK .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uVtr0Mt1MK .dropdown-menu,
.cid-uVtr0Mt1MK .navbar.opened {
  background: #ffffff !important;
}
.cid-uVtr0Mt1MK .nav-item:focus,
.cid-uVtr0Mt1MK .nav-link:focus {
  outline: none;
}
.cid-uVtr0Mt1MK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVtr0Mt1MK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVtr0Mt1MK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVtr0Mt1MK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVtr0Mt1MK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVtr0Mt1MK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVtr0Mt1MK .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uVtr0Mt1MK .navbar.opened {
  transition: all 0.3s;
}
.cid-uVtr0Mt1MK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVtr0Mt1MK .navbar .navbar-logo img {
  width: auto;
  height: auto;
}
.cid-uVtr0Mt1MK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVtr0Mt1MK .navbar.collapsed {
  justify-content: center;
}
.cid-uVtr0Mt1MK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVtr0Mt1MK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVtr0Mt1MK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uVtr0Mt1MK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVtr0Mt1MK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVtr0Mt1MK .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-uVtr0Mt1MK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVtr0Mt1MK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uVtr0Mt1MK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVtr0Mt1MK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVtr0Mt1MK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVtr0Mt1MK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVtr0Mt1MK .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-uVtr0Mt1MK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVtr0Mt1MK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVtr0Mt1MK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVtr0Mt1MK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVtr0Mt1MK .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uVtr0Mt1MK .navbar.navbar-short {
  min-height: 80px;
}
.cid-uVtr0Mt1MK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVtr0Mt1MK .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uVtr0Mt1MK .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-uVtr0Mt1MK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVtr0Mt1MK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVtr0Mt1MK .dropdown-item.active,
.cid-uVtr0Mt1MK .dropdown-item:active {
  background-color: transparent;
}
.cid-uVtr0Mt1MK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVtr0Mt1MK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVtr0Mt1MK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVtr0Mt1MK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVtr0Mt1MK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVtr0Mt1MK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVtr0Mt1MK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVtr0Mt1MK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVtr0Mt1MK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVtr0Mt1MK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVtr0Mt1MK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVtr0Mt1MK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVtr0Mt1MK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVtr0Mt1MK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVtr0Mt1MK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVtr0Mt1MK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVtr0Mt1MK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVtr0Mt1MK .navbar-dropdown {
  position: fixed;
}
.cid-uVtr0Mt1MK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVtr0Mt1MK .navbar {
    height: 70px;
  }
  .cid-uVtr0Mt1MK .navbar.opened {
    height: auto;
  }
  .cid-uVtr0Mt1MK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVtr0Mt1MK .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-uVtr0Mt1MK .addr {
    margin: 0 auto;
  }
}
.cid-uVtr0Mt1MK .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-uVtr0Mt1MK .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-uVtr0MHn0C {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVtr0MHn0C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVtr0MHn0C .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-uVtr0MHn0C .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVtr0MHn0C .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVtr0MHn0C .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVtr0MHn0C .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVtr0MHn0C .mbr-section-title {
  color: #000000;
}
.cid-uVtr0MHn0C .mbr-text,
.cid-uVtr0MHn0C .mbr-section-btn {
  color: #232323;
  line-height: 1.6;
}
.cid-uVtr0MHn0C .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-uVtr0MHn0C .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-uVtr0MHn0C .mbr-fonts-style {
  color: #000000;
}
.cid-uVts7I7cJ6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVts7I7cJ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVts7I7cJ6 .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-uVts7I7cJ6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVts7I7cJ6 .row {
  flex-direction: row-reverse;
}
.cid-uVts7I7cJ6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVts7I7cJ6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVts7I7cJ6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVts7I7cJ6 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uVts7I7cJ6 .mbr-text,
.cid-uVts7I7cJ6 .mbr-section-btn {
  color: #232323;
  line-height: 1.6;
}
.cid-uVts7I7cJ6 .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-uVts7I7cJ6 .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-uVts7I7cJ6 .mbr-fonts-style {
  color: #000000;
}
.cid-uVtu8WN8g6 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uVtu8WN8g6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVtu8WN8g6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVtu8WN8g6 .container {
    padding: 0 22px;
  }
}
.cid-uVtu8WN8g6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVtu8WN8g6 .mbr-text {
  color: #000000;
}
.cid-uVtr0MWP7S {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVtr0MWP7S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVtr0MWP7S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVtr0MWP7S .container {
    padding: 0 16px;
  }
}
.cid-uVtr0MWP7S .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uVtr0MWP7S .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-uVtr0MWP7S .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #fdefce;
}
.cid-uVtr0MWP7S .item .item-wrapper {
  height: 100%;
}
.cid-uVtr0MWP7S .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #eadef8;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uVtr0MWP7S .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-uVtr0MWP7S .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-uVtr0MWP7S .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uVtr0MWP7S .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uVtr0MWP7S .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-uVtr0MWP7S .item-emoji {
  color: #000000;
}
.cid-uVtr0MWP7S .item-title {
  color: #000000;
}
.cid-uVtr0MWP7S .item-text {
  color: #000000;
}
.cid-uVtr0MWP7S .mbr-text,
.cid-uVtr0MWP7S .mbr-section-btn {
  color: #232323;
  line-height: 1.4;
}
.cid-uVtvBrWLnc {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uVtvBrWLnc .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uVtvBrWLnc .panel-group {
  border: none;
}
.cid-uVtvBrWLnc .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uVtvBrWLnc .card-header {
    padding: 0rem;
  }
}
.cid-uVtvBrWLnc .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uVtvBrWLnc .img-col {
  padding: 0;
}
.cid-uVtvBrWLnc .img-item {
  height: 100%;
}
.cid-uVtvBrWLnc img {
  height: 100%;
  object-fit: cover;
}
.cid-uVtvBrWLnc .collapsed span {
  transform: rotate(0deg);
}
.cid-uVtvBrWLnc .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uVtvBrWLnc p {
  margin-bottom: 0.3rem;
}
.cid-uVtvBrWLnc .panel-title-edit {
  color: #000000;
}
.cid-uVtvBrWLnc .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uVtvBrWLnc .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uVtvBrWLnc .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uVtvBrWLnc .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uVtvBrWLnc .panel-text {
  color: #000000;
}
.cid-uVtvBrWLnc .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uVtvBrWLnc .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uVtvBrWLnc .panel-title-edit,
.cid-uVtvBrWLnc .mbr-iconfont {
  color: #000000;
}
.cid-uVtwF8alCC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uVtwF8alCC .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uVtwF8alCC .panel-group {
  border: none;
}
.cid-uVtwF8alCC .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uVtwF8alCC .card-header {
    padding: 0rem;
  }
}
.cid-uVtwF8alCC .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uVtwF8alCC .img-col {
  padding: 0;
}
.cid-uVtwF8alCC .img-item {
  height: 100%;
}
.cid-uVtwF8alCC img {
  height: 100%;
  object-fit: cover;
}
.cid-uVtwF8alCC .collapsed span {
  transform: rotate(0deg);
}
.cid-uVtwF8alCC .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uVtwF8alCC p {
  margin-bottom: 0.3rem;
}
.cid-uVtwF8alCC .panel-title-edit {
  color: #000000;
}
.cid-uVtwF8alCC .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uVtwF8alCC .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uVtwF8alCC .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uVtwF8alCC .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uVtwF8alCC .panel-text {
  color: #000000;
}
.cid-uVtwF8alCC .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uVtwF8alCC .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uVtwF8alCC .panel-title-edit,
.cid-uVtwF8alCC .mbr-iconfont {
  color: #000000;
}
.cid-uVtzdHrKYQ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uVtzdHrKYQ .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uVtzdHrKYQ .panel-group {
  border: none;
}
.cid-uVtzdHrKYQ .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uVtzdHrKYQ .card-header {
    padding: 0rem;
  }
}
.cid-uVtzdHrKYQ .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uVtzdHrKYQ .img-col {
  padding: 0;
}
.cid-uVtzdHrKYQ .img-item {
  height: 100%;
}
.cid-uVtzdHrKYQ img {
  height: 100%;
  object-fit: cover;
}
.cid-uVtzdHrKYQ .collapsed span {
  transform: rotate(0deg);
}
.cid-uVtzdHrKYQ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uVtzdHrKYQ p {
  margin-bottom: 0.3rem;
}
.cid-uVtzdHrKYQ .panel-title-edit {
  color: #000000;
}
.cid-uVtzdHrKYQ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uVtzdHrKYQ .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uVtzdHrKYQ .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uVtzdHrKYQ .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uVtzdHrKYQ .panel-text {
  color: #000000;
}
.cid-uVtzdHrKYQ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uVtzdHrKYQ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uVtzdHrKYQ .panel-title-edit,
.cid-uVtzdHrKYQ .mbr-iconfont {
  color: #000000;
}
.cid-uVtWBlZzLe {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #181855;
}
.cid-uVtWBlZzLe .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  color: #ffffff;
}
.cid-uVtWBlZzLe .socicon:before {
  padding: .6rem;
  border-radius: 100px;
  transition: all .3s;
}
.cid-uVtWBlZzLe .socicon:hover:before {
  transition: all .3s;
  border-color: transparent;
}
@media (max-width: 767px) {
  .cid-uVtWBlZzLe .socicon {
    margin-right: 0.2rem;
  }
}
.cid-uVtWBlZzLe .social-list {
  display: flex;
  justify-content: center;
}
.cid-uVtWBlZzLe .social-list a:focus {
  text-decoration: none;
}
.cid-uVtWBlZzLe .socicon:hover {
  transform: translate(0, -10px);
}
.cid-uVtWBlZzLe .socion1 {
  background: #ffd7ef;
}
.cid-uVtWBlZzLe .socion2 {
  background-color: #cf1d1d;
}
.cid-uVtWBlZzLe .socion3 {
  background-color: #8cdcdb;
}
.cid-uVtWBlZzLe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVtWBlZzLe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVtr0NJiWu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-uVtr0NJiWu .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-uVtr0NJiWu section {
  position: relative;
}
.cid-uVtr0NJiWu h4 {
  margin: 0;
}
.cid-uVtr0NJiWu a {
  font-weight: 300;
}
.cid-uVtr0NJiWu .row {
  align-items: center;
}
.cid-uVtr0NJiWu .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-uVtr0NJiWu .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uVtr0NJiWu .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uVtr0NJiWu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uVtr0NJiWu .align-left {
    text-align: center;
  }
  .cid-uVtr0NJiWu .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uVtr0NJiWu .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-uVtr0NJiWu .item {
    padding-bottom: 0.5rem;
  }
}
.cid-uVtr0NJiWu .item-title {
  color: #c1c1c1;
}
.cid-uVtr0NJiWu H4 {
  color: #c1c1c1;
}
.cid-vaPNTOnJ1P {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vaPNTOnJ1P .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-vaPNTOnJ1P .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-vaPNTOnJ1P .navbar-caption {
  font-weight: 500;
}
.cid-vaPNTOnJ1P nav.navbar {
  position: fixed;
}
.cid-vaPNTOnJ1P .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-vaPNTOnJ1P .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-vaPNTOnJ1P .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vaPNTOnJ1P .dropdown-item:hover,
.cid-vaPNTOnJ1P .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-vaPNTOnJ1P .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaPNTOnJ1P .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaPNTOnJ1P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vaPNTOnJ1P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaPNTOnJ1P .nav-link {
  position: relative;
}
.cid-vaPNTOnJ1P .nav-link:hover {
  color: #9fe870 !important;
}
.cid-vaPNTOnJ1P .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-vaPNTOnJ1P .container,
  .cid-vaPNTOnJ1P .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vaPNTOnJ1P .dropdown-menu,
.cid-vaPNTOnJ1P .navbar.opened {
  background: #ffffff !important;
}
.cid-vaPNTOnJ1P .nav-item:focus,
.cid-vaPNTOnJ1P .nav-link:focus {
  outline: none;
}
.cid-vaPNTOnJ1P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaPNTOnJ1P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaPNTOnJ1P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaPNTOnJ1P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaPNTOnJ1P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaPNTOnJ1P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaPNTOnJ1P .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-vaPNTOnJ1P .navbar.opened {
  transition: all 0.3s;
}
.cid-vaPNTOnJ1P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaPNTOnJ1P .navbar .navbar-logo img {
  width: auto;
  height: auto;
}
.cid-vaPNTOnJ1P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaPNTOnJ1P .navbar.collapsed {
  justify-content: center;
}
.cid-vaPNTOnJ1P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaPNTOnJ1P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vaPNTOnJ1P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-vaPNTOnJ1P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaPNTOnJ1P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaPNTOnJ1P .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-vaPNTOnJ1P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaPNTOnJ1P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-vaPNTOnJ1P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaPNTOnJ1P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaPNTOnJ1P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaPNTOnJ1P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaPNTOnJ1P .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-vaPNTOnJ1P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vaPNTOnJ1P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaPNTOnJ1P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaPNTOnJ1P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vaPNTOnJ1P .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vaPNTOnJ1P .navbar.navbar-short {
  min-height: 80px;
}
.cid-vaPNTOnJ1P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vaPNTOnJ1P .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-vaPNTOnJ1P .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-vaPNTOnJ1P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaPNTOnJ1P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaPNTOnJ1P .dropdown-item.active,
.cid-vaPNTOnJ1P .dropdown-item:active {
  background-color: transparent;
}
.cid-vaPNTOnJ1P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaPNTOnJ1P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaPNTOnJ1P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaPNTOnJ1P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vaPNTOnJ1P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaPNTOnJ1P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaPNTOnJ1P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaPNTOnJ1P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaPNTOnJ1P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vaPNTOnJ1P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaPNTOnJ1P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaPNTOnJ1P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaPNTOnJ1P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaPNTOnJ1P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaPNTOnJ1P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaPNTOnJ1P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaPNTOnJ1P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaPNTOnJ1P .navbar-dropdown {
  position: fixed;
}
.cid-vaPNTOnJ1P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaPNTOnJ1P .navbar {
    height: 70px;
  }
  .cid-vaPNTOnJ1P .navbar.opened {
    height: auto;
  }
  .cid-vaPNTOnJ1P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaPNTOnJ1P .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-vaPNTOnJ1P .addr {
    margin: 0 auto;
  }
}
.cid-vaPNTOnJ1P .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-vaPNTOnJ1P .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-vaPNTODIGf {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vaPNTODIGf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaPNTODIGf .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-vaPNTODIGf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vaPNTODIGf .row {
  flex-direction: row-reverse;
}
.cid-vaPNTODIGf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vaPNTODIGf .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vaPNTODIGf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vaPNTODIGf .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vaPNTODIGf .mbr-text,
.cid-vaPNTODIGf .mbr-section-btn {
  color: #232323;
  line-height: 1.6;
}
.cid-vaPNTODIGf .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-vaPNTODIGf .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-vaPNTODIGf .mbr-fonts-style {
  color: #000000;
}
.cid-vaPNTOQGXu {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vaPNTOQGXu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaPNTOQGXu .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-vaPNTOQGXu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vaPNTOQGXu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vaPNTOQGXu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vaPNTOQGXu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vaPNTOQGXu .mbr-section-title {
  color: #000000;
}
.cid-vaPNTOQGXu .mbr-text,
.cid-vaPNTOQGXu .mbr-section-btn {
  color: #232323;
  line-height: 1.6;
}
.cid-vaPNTOQGXu .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-vaPNTOQGXu .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-vaPNTOQGXu .mbr-fonts-style {
  color: #000000;
}
.cid-vaPNTP3piY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vaPNTP3piY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaPNTP3piY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaPNTP3piY .mbr-text,
.cid-vaPNTP3piY .mbr-section-btn {
  color: #232323;
  line-height: 1.6;
}
.cid-vaPNTP3piY .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-vaPNTP3piY .item-wrapper {
  background: #edefeb;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vaPNTP3piY .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vaPNTP3piY .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-vaPNTP3piY .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vaPNTP3piY .main-button {
    margin-bottom: 2rem;
  }
}
.cid-vaPNTP3piY .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vaPNTP3piY .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vaPNTP3piY .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vaPNTP3piY .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-vaPNTP3piY .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-vaPNTP3piY .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaPNTP3piY .mbr-text UL {
  text-align: left;
}
.cid-vaPNTP3piY .mbr-section-subtitle,
.cid-vaPNTP3piY .main-button {
  color: #000000;
}
.cid-vaPNTPiQaA {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vaPNTPiQaA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaPNTPiQaA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vaPNTPiQaA .container {
    padding: 0 20px;
  }
  .cid-vaPNTPiQaA .container .row {
    padding: 0;
  }
}
.cid-vaPNTPiQaA .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-vaPNTPiQaA .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vaPNTPiQaA .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vaPNTPiQaA .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vaPNTPiQaA .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-vaPNTPiQaA .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-vaPNTPiQaA .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-vaPNTPiQaA .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-vaPNTPiQaA .mbr-section-title {
  color: #222222;
}
.cid-vaPNTPiQaA .mbr-text {
  color: #222222;
  line-height: 1.6;
}
#custom-html-ja {
  /* Type valid CSS here */
}
#custom-html-ja div {
  padding: 20px 0;
  color: #777;
  text-align: center;
}
#custom-html-ja p {
  font-size: 60px;
  color: #777;
}
.cid-vaPNTPyOSm {
  background-color: #463036;
}
.cid-vaPNTPyOSm .row {
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}
.cid-vaPNTPyOSm .card {
  padding: 0;
  height: 422px;
  position: relative;
}
.cid-vaPNTPyOSm .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
}
.cid-vaPNTPyOSm .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-vaPNTPyOSm .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 36px 40px;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-vaPNTPyOSm .card-wrapper {
    padding: 34px 31px;
  }
}
@media (max-width: 425px) {
  .cid-vaPNTPyOSm .card-wrapper {
    padding: 31px;
  }
}
.cid-vaPNTPyOSm .mbr-number {
  margin: 0;
  opacity: 0;
  transition: all .4s ease;
  transform: translate(0, -30%);
  pointer-events: visible;
  color: #fff;
}
.cid-vaPNTPyOSm .mbr-title {
  margin-bottom: 0;
  pointer-events: visible;
}
@media (max-width: 768px) {
  .cid-vaPNTPyOSm .mbr-title {
    margin-bottom: .5rem;
  }
}
.cid-vaPNTPyOSm .mbr-text {
  margin: 0;
  pointer-events: visible;
  line-height: 1.7;
}
.cid-vaPNTPyOSm span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #463036;
  border-radius: 50%;
  font-size: 24px;
  margin: 0;
  pointer-events: visible;
}
@media (max-width: 768px) {
  .cid-vaPNTPyOSm span {
    margin: 2px auto 0;
  }
}
.cid-vaPNTPyOSm .card-text-item {
  padding: 0 5px 0 0;
}
.cid-vaPNTPyOSm .card:hover .mbr-number {
  opacity: 1;
  transform: translate(0, 0);
}
.cid-vaPNTPyOSm .card:hover .card-link {
  background: #1f242e;
  opacity: .86;
}
.cid-vaPNTPyOSm .mbr-section-subtitle {
  margin-bottom: 22px;
  color: #ffffff;
  text-align: center;
  line-height: 1.7;
}
.cid-vaPNTPyOSm .mbr-section-title {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vaPNTPyOSm .mbr-section-head {
  margin-bottom: 45px;
}
.cid-vaPNTPyOSm .mbr-title,
.cid-vaPNTPyOSm .mbr-iconfont {
  color: #fff;
}
.cid-vaPNTPNA52 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vaPNTPNA52 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-vaPNTPNA52 .container {
    max-width: 1400px;
  }
}
.cid-vaPNTPNA52 .card {
  margin: auto;
}
.cid-vaPNTPNA52 .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #000000;
  margin-bottom: 2rem;
}
.cid-vaPNTPNA52 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaPNTPNA52 .row {
  justify-content: center;
}
.cid-vaPNTPNA52 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaPNTPNA52 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaPNTPNA52 .card-title,
.cid-vaPNTPNA52 .card-box {
  color: #ffffff;
}
.cid-vaPNTQ1BiI {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vaPNTQ1BiI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaPNTQ1BiI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vaPNTQ1BiI .container {
    padding: 0 16px;
  }
}
.cid-vaPNTQ1BiI .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vaPNTQ1BiI .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-vaPNTQ1BiI .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vaPNTQ1BiI .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-vaPNTQ1BiI .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-vaPNTQ1BiI .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-vaPNTQ1BiI .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-vaPNTQ1BiI .video-block .video-wrapper iframe {
  border-radius: 16px;
}
.cid-vaPNTQ1BiI .video-block .video-wrapper .app-video-wrapper img {
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
}
.cid-vaPNTQ1BiI .video-block .video-wrapper .app-video-wrapper::before {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  width: 82px;
  color: #ffffff;
  background-color: #08323c;
  text-shadow: none;
  font-size: 20px;
  border-radius: 100%;
  top: auto;
  bottom: 20px;
  left: 60px;
}
.cid-vaPNTQ1BiI .mbr-section-title {
  color: #08323C;
}
.cid-vaPNTQ1BiI .mbr-desc {
  color: #08323C;
}
.cid-vaPNTQ1BiI .mbr-text {
  color: #ffffff;
  line-height: 1.7;
}
.cid-vaPNTQ1BiI .mbr-desc,
.cid-vaPNTQ1BiI .mbr-section-btn {
  color: #ff9966;
}
.cid-vaPNTQgsXJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #181855;
}
.cid-vaPNTQgsXJ .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  color: #ffffff;
}
.cid-vaPNTQgsXJ .socicon:before {
  padding: .6rem;
  border-radius: 100px;
  transition: all .3s;
}
.cid-vaPNTQgsXJ .socicon:hover:before {
  transition: all .3s;
  border-color: transparent;
}
@media (max-width: 767px) {
  .cid-vaPNTQgsXJ .socicon {
    margin-right: 0.2rem;
  }
}
.cid-vaPNTQgsXJ .social-list {
  display: flex;
  justify-content: center;
}
.cid-vaPNTQgsXJ .social-list a:focus {
  text-decoration: none;
}
.cid-vaPNTQgsXJ .socicon:hover {
  transform: translate(0, -10px);
}
.cid-vaPNTQgsXJ .socion1 {
  background: #ffd7ef;
}
.cid-vaPNTQgsXJ .socion2 {
  background-color: #cf1d1d;
}
.cid-vaPNTQgsXJ .socion3 {
  background-color: #8cdcdb;
}
.cid-vaPNTQgsXJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaPNTQgsXJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaPNTQud05 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-vaPNTQud05 .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-vaPNTQud05 section {
  position: relative;
}
.cid-vaPNTQud05 h4 {
  margin: 0;
}
.cid-vaPNTQud05 a {
  font-weight: 300;
}
.cid-vaPNTQud05 .row {
  align-items: center;
}
.cid-vaPNTQud05 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-vaPNTQud05 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vaPNTQud05 .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vaPNTQud05 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-vaPNTQud05 .align-left {
    text-align: center;
  }
  .cid-vaPNTQud05 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vaPNTQud05 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-vaPNTQud05 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-vaPNTQud05 .item-title {
  color: #c1c1c1;
}
.cid-vaPNTQud05 H4 {
  color: #c1c1c1;
}
.cid-vdcij5Y9OS {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdcij5Y9OS .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-vdcij5Y9OS .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-vdcij5Y9OS .navbar-caption {
  font-weight: 500;
}
.cid-vdcij5Y9OS nav.navbar {
  position: fixed;
}
.cid-vdcij5Y9OS .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-vdcij5Y9OS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-vdcij5Y9OS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vdcij5Y9OS .dropdown-item:hover,
.cid-vdcij5Y9OS .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-vdcij5Y9OS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdcij5Y9OS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdcij5Y9OS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdcij5Y9OS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdcij5Y9OS .nav-link {
  position: relative;
}
.cid-vdcij5Y9OS .nav-link:hover {
  color: #9fe870 !important;
}
.cid-vdcij5Y9OS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-vdcij5Y9OS .container,
  .cid-vdcij5Y9OS .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vdcij5Y9OS .dropdown-menu,
.cid-vdcij5Y9OS .navbar.opened {
  background: #ffffff !important;
}
.cid-vdcij5Y9OS .nav-item:focus,
.cid-vdcij5Y9OS .nav-link:focus {
  outline: none;
}
.cid-vdcij5Y9OS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdcij5Y9OS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdcij5Y9OS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdcij5Y9OS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdcij5Y9OS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdcij5Y9OS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdcij5Y9OS .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-vdcij5Y9OS .navbar.opened {
  transition: all 0.3s;
}
.cid-vdcij5Y9OS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdcij5Y9OS .navbar .navbar-logo img {
  width: auto;
  height: auto;
}
.cid-vdcij5Y9OS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdcij5Y9OS .navbar.collapsed {
  justify-content: center;
}
.cid-vdcij5Y9OS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdcij5Y9OS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdcij5Y9OS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-vdcij5Y9OS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdcij5Y9OS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdcij5Y9OS .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-vdcij5Y9OS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdcij5Y9OS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-vdcij5Y9OS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdcij5Y9OS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdcij5Y9OS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdcij5Y9OS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdcij5Y9OS .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-vdcij5Y9OS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdcij5Y9OS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdcij5Y9OS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdcij5Y9OS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdcij5Y9OS .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vdcij5Y9OS .navbar.navbar-short {
  min-height: 80px;
}
.cid-vdcij5Y9OS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdcij5Y9OS .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-vdcij5Y9OS .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-vdcij5Y9OS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdcij5Y9OS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdcij5Y9OS .dropdown-item.active,
.cid-vdcij5Y9OS .dropdown-item:active {
  background-color: transparent;
}
.cid-vdcij5Y9OS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdcij5Y9OS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdcij5Y9OS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdcij5Y9OS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdcij5Y9OS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdcij5Y9OS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdcij5Y9OS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdcij5Y9OS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdcij5Y9OS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdcij5Y9OS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdcij5Y9OS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdcij5Y9OS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdcij5Y9OS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdcij5Y9OS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdcij5Y9OS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdcij5Y9OS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdcij5Y9OS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdcij5Y9OS .navbar-dropdown {
  position: fixed;
}
.cid-vdcij5Y9OS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdcij5Y9OS .navbar {
    height: 70px;
  }
  .cid-vdcij5Y9OS .navbar.opened {
    height: auto;
  }
  .cid-vdcij5Y9OS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdcij5Y9OS .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-vdcij5Y9OS .addr {
    margin: 0 auto;
  }
}
.cid-vdcij5Y9OS .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-vdcij5Y9OS .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-vdcij6oUGl {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vdcij6oUGl .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-vdcij6oUGl .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-vdcij6oUGl .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-vdcij6oUGl h4 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-vdcij6oUGl h4:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vdcij6oUGl h4:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vdcij6oUGl .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-vdcij6oUGl .card-overlay {
  display: none;
  background: #000000;
}
@media (min-width: 768px) {
  .cid-vdcij6oUGl .image-element:hover .card-overlay {
    opacity: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-vdcij6oUGl .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-vdcij6oUGl .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-vdcij6oUGl .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-vdcij6oUGl .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-vdcij6oUGl .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-vdcij6oUGl .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-vdcij6oUGl .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-vdcij6oUGl .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem 2rem;
    background: transparent;
  }
  .cid-vdcij6oUGl .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-vdcij6oUGl .card-overlay {
    transition: all 0.5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-vdcij6oUGl .card-title,
  .cid-vdcij6oUGl .underline,
  .cid-vdcij6oUGl .mbr-text,
  .cid-vdcij6oUGl .mbr-section-btn,
  .cid-vdcij6oUGl .mbr-section-subtitle,
  .cid-vdcij6oUGl .mbr-section-title {
    text-align: center !important;
  }
  .cid-vdcij6oUGl .wrapper {
    background-color: #000000;
  }
  .cid-vdcij6oUGl h4:before,
  .cid-vdcij6oUGl h4:after {
    display: none;
  }
}
.cid-vdcij6oUGl .mbr-section-title {
  text-align: left;
}
.cid-vdcij6oUGl .mbr-section-title,
.cid-vdcij6oUGl .underline {
  text-align: center;
}
.cid-vdcij6oUGl H4 {
  color: #e1201d;
}
.cid-vdcij6oUGl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcij6oUGl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcij6oUGl H3 {
  color: #ffa600;
}
.cid-vdcij6HPts {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdcij6HPts .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcij6HPts .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcij6HPts .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdcij6HPts .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdcij6HPts .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-vdcij6HPts img,
.cid-vdcij6HPts .item-img {
  width: 100%;
}
.cid-vdcij6HPts .content-head {
  max-width: 800px;
}
.cid-vdcij72xtX {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vdcij72xtX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcij72xtX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcij72xtX .row {
  justify-content: center;
}
.cid-vdcij72xtX .video-wrapper iframe {
  width: 100%;
}
.cid-vdcij72xtX .title-wrapper {
  margin-bottom: 32px;
}
.cid-vdcij72xtX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdcij72xtX .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-vdcij72xtX .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-vdcij72xtX .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-vdcij72xtX .video-block {
    margin-bottom: 24px;
  }
}
.cid-vdcij72xtX .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vdcij72xtX .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-vdcij7mPTD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdcij7mPTD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcij7mPTD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcij7mPTD .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdcij7mPTD .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdcij7mPTD .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-vdcij7mPTD img,
.cid-vdcij7mPTD .item-img {
  width: 100%;
}
.cid-vdcij7mPTD .content-head {
  max-width: 800px;
}
.cid-vdcij7I9pg {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vdcij7I9pg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcij7I9pg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcij7I9pg .row {
  justify-content: center;
}
.cid-vdcij7I9pg .video-wrapper iframe {
  width: 100%;
}
.cid-vdcij7I9pg .title-wrapper {
  margin-bottom: 32px;
}
.cid-vdcij7I9pg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdcij7I9pg .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-vdcij7I9pg .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-vdcij7I9pg .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-vdcij7I9pg .video-block {
    margin-bottom: 24px;
  }
}
.cid-vdcij7I9pg .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vdcij7I9pg .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-vdcij847ij {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdcij847ij .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcij847ij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcij847ij .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdcij847ij .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdcij847ij .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-vdcij847ij img,
.cid-vdcij847ij .item-img {
  width: 100%;
}
.cid-vdcij847ij .content-head {
  max-width: 800px;
}
.cid-vdcij8qevr {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vdcij8qevr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcij8qevr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcij8qevr .row {
  justify-content: center;
}
.cid-vdcij8qevr .video-wrapper iframe {
  width: 100%;
}
.cid-vdcij8qevr .title-wrapper {
  margin-bottom: 32px;
}
.cid-vdcij8qevr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdcij8qevr .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-vdcij8qevr .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-vdcij8qevr .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-vdcij8qevr .video-block {
    margin-bottom: 24px;
  }
}
.cid-vdcij8qevr .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vdcij8qevr .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-vdcij8LT0z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdcij8LT0z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcij8LT0z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcij8LT0z .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdcij8LT0z .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdcij8LT0z .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-vdcij8LT0z img,
.cid-vdcij8LT0z .item-img {
  width: 100%;
}
.cid-vdcij8LT0z .content-head {
  max-width: 800px;
}
.cid-vdcij989Ci {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vdcij989Ci .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcij989Ci .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcij989Ci .row {
  justify-content: center;
}
.cid-vdcij989Ci .video-wrapper iframe {
  width: 100%;
}
.cid-vdcij989Ci .title-wrapper {
  margin-bottom: 32px;
}
.cid-vdcij989Ci .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdcij989Ci .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-vdcij989Ci .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-vdcij989Ci .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-vdcij989Ci .video-block {
    margin-bottom: 24px;
  }
}
.cid-vdcij989Ci .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vdcij989Ci .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-vdcij9tvSZ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vdcij9tvSZ .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-vdcij9tvSZ .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-vdcij9tvSZ .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-vdcij9tvSZ h4 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-vdcij9tvSZ h4:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vdcij9tvSZ h4:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vdcij9tvSZ .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-vdcij9tvSZ .card-overlay {
  display: none;
  background: #000000;
}
@media (min-width: 768px) {
  .cid-vdcij9tvSZ .image-element:hover .card-overlay {
    opacity: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-vdcij9tvSZ .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-vdcij9tvSZ .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-vdcij9tvSZ .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-vdcij9tvSZ .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-vdcij9tvSZ .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-vdcij9tvSZ .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-vdcij9tvSZ .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-vdcij9tvSZ .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem 2rem;
    background: transparent;
  }
  .cid-vdcij9tvSZ .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-vdcij9tvSZ .card-overlay {
    transition: all 0.5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-vdcij9tvSZ .card-title,
  .cid-vdcij9tvSZ .underline,
  .cid-vdcij9tvSZ .mbr-text,
  .cid-vdcij9tvSZ .mbr-section-btn,
  .cid-vdcij9tvSZ .mbr-section-subtitle,
  .cid-vdcij9tvSZ .mbr-section-title {
    text-align: center !important;
  }
  .cid-vdcij9tvSZ .wrapper {
    background-color: #000000;
  }
  .cid-vdcij9tvSZ h4:before,
  .cid-vdcij9tvSZ h4:after {
    display: none;
  }
}
.cid-vdcij9tvSZ .mbr-section-title {
  text-align: left;
}
.cid-vdcij9tvSZ .mbr-section-title,
.cid-vdcij9tvSZ .underline {
  text-align: center;
}
.cid-vdcij9tvSZ H4 {
  color: #e1201d;
}
.cid-vdcij9tvSZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcij9tvSZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcij9tvSZ H3 {
  color: #ffa600;
}
.cid-vdcij9MYUv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdcij9MYUv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcij9MYUv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcij9MYUv .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdcij9MYUv .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdcij9MYUv .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-vdcij9MYUv img,
.cid-vdcij9MYUv .item-img {
  width: 100%;
}
.cid-vdcij9MYUv .content-head {
  max-width: 800px;
}
.cid-vdcijabz5d {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vdcijabz5d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcijabz5d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcijabz5d .row {
  justify-content: center;
}
.cid-vdcijabz5d .video-wrapper iframe {
  width: 100%;
}
.cid-vdcijabz5d .title-wrapper {
  margin-bottom: 32px;
}
.cid-vdcijabz5d .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdcijabz5d .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-vdcijabz5d .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-vdcijabz5d .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-vdcijabz5d .video-block {
    margin-bottom: 24px;
  }
}
.cid-vdcijabz5d .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vdcijabz5d .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-vdcijawBAz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdcijawBAz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcijawBAz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcijawBAz .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdcijawBAz .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdcijawBAz .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-vdcijawBAz img,
.cid-vdcijawBAz .item-img {
  width: 100%;
}
.cid-vdcijawBAz .content-head {
  max-width: 800px;
}
.cid-vdcijaU67L {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vdcijaU67L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcijaU67L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcijaU67L .row {
  justify-content: center;
}
.cid-vdcijaU67L .video-wrapper iframe {
  width: 100%;
}
.cid-vdcijaU67L .title-wrapper {
  margin-bottom: 32px;
}
.cid-vdcijaU67L .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdcijaU67L .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-vdcijaU67L .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-vdcijaU67L .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-vdcijaU67L .video-block {
    margin-bottom: 24px;
  }
}
.cid-vdcijaU67L .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vdcijaU67L .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-vdcijbhqZd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdcijbhqZd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcijbhqZd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcijbhqZd .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdcijbhqZd .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdcijbhqZd .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-vdcijbhqZd img,
.cid-vdcijbhqZd .item-img {
  width: 100%;
}
.cid-vdcijbhqZd .content-head {
  max-width: 800px;
}
.cid-vdcijbHnkG {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vdcijbHnkG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcijbHnkG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcijbHnkG .row {
  justify-content: center;
}
.cid-vdcijbHnkG .video-wrapper iframe {
  width: 100%;
}
.cid-vdcijbHnkG .title-wrapper {
  margin-bottom: 32px;
}
.cid-vdcijbHnkG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdcijbHnkG .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-vdcijbHnkG .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-vdcijbHnkG .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-vdcijbHnkG .video-block {
    margin-bottom: 24px;
  }
}
.cid-vdcijbHnkG .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vdcijbHnkG .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-vdcijc3uHX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdcijc3uHX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcijc3uHX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcijc3uHX .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdcijc3uHX .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdcijc3uHX .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-vdcijc3uHX img,
.cid-vdcijc3uHX .item-img {
  width: 100%;
}
.cid-vdcijc3uHX .content-head {
  max-width: 800px;
}
.cid-vdcijcsdVm {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vdcijcsdVm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcijcsdVm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcijcsdVm .row {
  justify-content: center;
}
.cid-vdcijcsdVm .video-wrapper iframe {
  width: 100%;
}
.cid-vdcijcsdVm .title-wrapper {
  margin-bottom: 32px;
}
.cid-vdcijcsdVm .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdcijcsdVm .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-vdcijcsdVm .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-vdcijcsdVm .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-vdcijcsdVm .video-block {
    margin-bottom: 24px;
  }
}
.cid-vdcijcsdVm .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vdcijcsdVm .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-vdcijcRbL0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdcijcRbL0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcijcRbL0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcijcRbL0 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdcijcRbL0 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdcijcRbL0 .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-vdcijcRbL0 img,
.cid-vdcijcRbL0 .item-img {
  width: 100%;
}
.cid-vdcijcRbL0 .content-head {
  max-width: 800px;
}
.cid-vdcijdgQAw {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vdcijdgQAw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcijdgQAw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcijdgQAw .row {
  justify-content: center;
}
.cid-vdcijdgQAw .video-wrapper iframe {
  width: 100%;
}
.cid-vdcijdgQAw .title-wrapper {
  margin-bottom: 32px;
}
.cid-vdcijdgQAw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdcijdgQAw .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-vdcijdgQAw .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-vdcijdgQAw .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-vdcijdgQAw .video-block {
    margin-bottom: 24px;
  }
}
.cid-vdcijdgQAw .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vdcijdgQAw .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-vdcijdGau1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdcijdGau1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcijdGau1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcijdGau1 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdcijdGau1 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdcijdGau1 .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-vdcijdGau1 img,
.cid-vdcijdGau1 .item-img {
  width: 100%;
}
.cid-vdcijdGau1 .content-head {
  max-width: 800px;
}
.cid-vdcije647j {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vdcije647j .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcije647j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcije647j .row {
  justify-content: center;
}
.cid-vdcije647j .video-wrapper iframe {
  width: 100%;
}
.cid-vdcije647j .title-wrapper {
  margin-bottom: 32px;
}
.cid-vdcije647j .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdcije647j .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-vdcije647j .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-vdcije647j .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-vdcije647j .video-block {
    margin-bottom: 24px;
  }
}
.cid-vdcije647j .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vdcije647j .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-vdcijevOYC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vdcijevOYC .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-vdcijevOYC .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-vdcijevOYC .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-vdcijevOYC h4 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-vdcijevOYC h4:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vdcijevOYC h4:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vdcijevOYC .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-vdcijevOYC .card-overlay {
  display: none;
  background: #000000;
}
@media (min-width: 768px) {
  .cid-vdcijevOYC .image-element:hover .card-overlay {
    opacity: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-vdcijevOYC .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-vdcijevOYC .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-vdcijevOYC .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-vdcijevOYC .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-vdcijevOYC .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-vdcijevOYC .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-vdcijevOYC .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-vdcijevOYC .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem 2rem;
    background: transparent;
  }
  .cid-vdcijevOYC .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-vdcijevOYC .card-overlay {
    transition: all 0.5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-vdcijevOYC .card-title,
  .cid-vdcijevOYC .underline,
  .cid-vdcijevOYC .mbr-text,
  .cid-vdcijevOYC .mbr-section-btn,
  .cid-vdcijevOYC .mbr-section-subtitle,
  .cid-vdcijevOYC .mbr-section-title {
    text-align: center !important;
  }
  .cid-vdcijevOYC .wrapper {
    background-color: #000000;
  }
  .cid-vdcijevOYC h4:before,
  .cid-vdcijevOYC h4:after {
    display: none;
  }
}
.cid-vdcijevOYC .mbr-section-title {
  text-align: left;
}
.cid-vdcijevOYC .mbr-section-title,
.cid-vdcijevOYC .underline {
  text-align: center;
}
.cid-vdcijevOYC H4 {
  color: #e1201d;
}
.cid-vdcijevOYC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcijevOYC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcijevOYC H3 {
  color: #ffa600;
}
.cid-vdcijeTdc5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdcijeTdc5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcijeTdc5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcijeTdc5 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdcijeTdc5 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdcijeTdc5 .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-vdcijeTdc5 img,
.cid-vdcijeTdc5 .item-img {
  width: 100%;
}
.cid-vdcijeTdc5 .content-head {
  max-width: 800px;
}
.cid-vdcijflcDG {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vdcijflcDG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcijflcDG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcijflcDG .row {
  justify-content: center;
}
.cid-vdcijflcDG .video-wrapper iframe {
  width: 100%;
}
.cid-vdcijflcDG .title-wrapper {
  margin-bottom: 32px;
}
.cid-vdcijflcDG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdcijflcDG .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-vdcijflcDG .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-vdcijflcDG .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-vdcijflcDG .video-block {
    margin-bottom: 24px;
  }
}
.cid-vdcijflcDG .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vdcijflcDG .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-vdcijfN3DY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdcijfN3DY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcijfN3DY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcijfN3DY .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdcijfN3DY .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdcijfN3DY .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-vdcijfN3DY img,
.cid-vdcijfN3DY .item-img {
  width: 100%;
}
.cid-vdcijfN3DY .content-head {
  max-width: 800px;
}
.cid-vdcijghXWp {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vdcijghXWp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcijghXWp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcijghXWp .row {
  justify-content: center;
}
.cid-vdcijghXWp .video-wrapper iframe {
  width: 100%;
}
.cid-vdcijghXWp .title-wrapper {
  margin-bottom: 32px;
}
.cid-vdcijghXWp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdcijghXWp .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-vdcijghXWp .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-vdcijghXWp .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-vdcijghXWp .video-block {
    margin-bottom: 24px;
  }
}
.cid-vdcijghXWp .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vdcijghXWp .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-vdcijgHH77 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdcijgHH77 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcijgHH77 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcijgHH77 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdcijgHH77 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdcijgHH77 .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-vdcijgHH77 img,
.cid-vdcijgHH77 .item-img {
  width: 100%;
}
.cid-vdcijgHH77 .content-head {
  max-width: 800px;
}
.cid-vdcijhaamG {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vdcijhaamG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcijhaamG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcijhaamG .row {
  justify-content: center;
}
.cid-vdcijhaamG .video-wrapper iframe {
  width: 100%;
}
.cid-vdcijhaamG .title-wrapper {
  margin-bottom: 32px;
}
.cid-vdcijhaamG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdcijhaamG .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-vdcijhaamG .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-vdcijhaamG .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-vdcijhaamG .video-block {
    margin-bottom: 24px;
  }
}
.cid-vdcijhaamG .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vdcijhaamG .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-vdcijhEXEY {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vdcijhEXEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcijhEXEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcijhEXEY .row {
  justify-content: center;
}
.cid-vdcijhEXEY .video-wrapper iframe {
  width: 100%;
}
.cid-vdcijhEXEY .title-wrapper {
  margin-bottom: 32px;
}
.cid-vdcijhEXEY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdcijhEXEY .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-vdcijhEXEY .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-vdcijhEXEY .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-vdcijhEXEY .video-block {
    margin-bottom: 24px;
  }
}
.cid-vdcijhEXEY .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vdcijhEXEY .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-vdciji5wJy {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vdciji5wJy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdciji5wJy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdciji5wJy .row {
  justify-content: center;
}
.cid-vdciji5wJy .video-wrapper iframe {
  width: 100%;
}
.cid-vdciji5wJy .title-wrapper {
  margin-bottom: 32px;
}
.cid-vdciji5wJy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdciji5wJy .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-vdciji5wJy .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-vdciji5wJy .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-vdciji5wJy .video-block {
    margin-bottom: 24px;
  }
}
.cid-vdciji5wJy .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vdciji5wJy .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-vdcijixRZk {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-vdcijixRZk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcijixRZk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcijixRZk .row {
  justify-content: center;
}
.cid-vdcijixRZk .video-wrapper iframe {
  width: 100%;
}
.cid-vdcijixRZk .title-wrapper {
  margin-bottom: 32px;
}
.cid-vdcijixRZk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdcijixRZk .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-vdcijixRZk .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-vdcijixRZk .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-vdcijixRZk .video-block {
    margin-bottom: 24px;
  }
}
.cid-vdcijixRZk .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vdcijixRZk .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-vdcijj0afx {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vdcijj0afx .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-vdcijj0afx .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-vdcijj0afx .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-vdcijj0afx h4 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-vdcijj0afx h4:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vdcijj0afx h4:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-vdcijj0afx .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-vdcijj0afx .card-overlay {
  display: none;
  background: #000000;
}
@media (min-width: 768px) {
  .cid-vdcijj0afx .image-element:hover .card-overlay {
    opacity: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-vdcijj0afx .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-vdcijj0afx .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-vdcijj0afx .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-vdcijj0afx .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-vdcijj0afx .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-vdcijj0afx .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-vdcijj0afx .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-vdcijj0afx .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem 2rem;
    background: transparent;
  }
  .cid-vdcijj0afx .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-vdcijj0afx .card-overlay {
    transition: all 0.5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-vdcijj0afx .card-title,
  .cid-vdcijj0afx .underline,
  .cid-vdcijj0afx .mbr-text,
  .cid-vdcijj0afx .mbr-section-btn,
  .cid-vdcijj0afx .mbr-section-subtitle,
  .cid-vdcijj0afx .mbr-section-title {
    text-align: center !important;
  }
  .cid-vdcijj0afx .wrapper {
    background-color: #000000;
  }
  .cid-vdcijj0afx h4:before,
  .cid-vdcijj0afx h4:after {
    display: none;
  }
}
.cid-vdcijj0afx .mbr-section-title {
  text-align: left;
}
.cid-vdcijj0afx .mbr-section-title,
.cid-vdcijj0afx .underline {
  text-align: center;
}
.cid-vdcijj0afx H4 {
  color: #e1201d;
}
.cid-vdcijj0afx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcijj0afx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcijj0afx H3 {
  color: #ffa600;
}
.cid-vdcijjqM7u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdcijjqM7u .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcijjqM7u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcijjqM7u .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdcijjqM7u .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdcijjqM7u .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-vdcijjqM7u img,
.cid-vdcijjqM7u .item-img {
  width: 100%;
}
.cid-vdcijjqM7u .content-head {
  max-width: 800px;
}
.cid-vdcijjWoqH {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vdcijjWoqH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcijjWoqH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcijjWoqH .row {
  justify-content: center;
}
.cid-vdcijjWoqH .video-wrapper iframe {
  width: 100%;
}
.cid-vdcijjWoqH .title-wrapper {
  margin-bottom: 32px;
}
.cid-vdcijjWoqH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdcijjWoqH .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-vdcijjWoqH .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-vdcijjWoqH .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-vdcijjWoqH .video-block {
    margin-bottom: 24px;
  }
}
.cid-vdcijjWoqH .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-vdcijjWoqH .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-vdcijkp5Ih {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdcijkp5Ih .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcijkp5Ih .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcijkp5Ih .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdcijkp5Ih .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdcijkp5Ih .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-vdcijkp5Ih img,
.cid-vdcijkp5Ih .item-img {
  width: 100%;
}
.cid-vdcijkp5Ih .content-head {
  max-width: 800px;
}
.cid-vdcijkV6q8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdcijkV6q8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcijkV6q8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcijkV6q8 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdcijkV6q8 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdcijkV6q8 .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-vdcijkV6q8 img,
.cid-vdcijkV6q8 .item-img {
  width: 100%;
}
.cid-vdcijkV6q8 .content-head {
  max-width: 800px;
}
.cid-vdcijlqCBI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdcijlqCBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcijlqCBI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcijlqCBI .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdcijlqCBI .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdcijlqCBI .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-vdcijlqCBI img,
.cid-vdcijlqCBI .item-img {
  width: 100%;
}
.cid-vdcijlqCBI .content-head {
  max-width: 800px;
}
.cid-vdcijlYkXh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdcijlYkXh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcijlYkXh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcijlYkXh .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdcijlYkXh .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdcijlYkXh .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-vdcijlYkXh img,
.cid-vdcijlYkXh .item-img {
  width: 100%;
}
.cid-vdcijlYkXh .content-head {
  max-width: 800px;
}
.cid-vdcijmu7qj {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vdcijmu7qj .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-vdcijmu7qj .container {
    max-width: 1400px;
  }
}
.cid-vdcijmu7qj .card {
  margin: auto;
}
.cid-vdcijmu7qj .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #000000;
  margin-bottom: 2rem;
}
.cid-vdcijmu7qj .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdcijmu7qj .row {
  justify-content: center;
}
.cid-vdcijmu7qj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcijmu7qj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcijmu7qj .card-title,
.cid-vdcijmu7qj .card-box {
  color: #ffffff;
}
.cid-vdcijn0urA {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdcijn0urA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcijn0urA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdcijn0urA .container {
    padding: 0 16px;
  }
}
.cid-vdcijn0urA .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vdcijn0urA .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-vdcijn0urA .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vdcijn0urA .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-vdcijn0urA .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-vdcijn0urA .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-vdcijn0urA .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-vdcijn0urA .video-block .video-wrapper iframe {
  border-radius: 16px;
}
.cid-vdcijn0urA .video-block .video-wrapper .app-video-wrapper img {
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
}
.cid-vdcijn0urA .video-block .video-wrapper .app-video-wrapper::before {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  width: 82px;
  color: #ffffff;
  background-color: #08323c;
  text-shadow: none;
  font-size: 20px;
  border-radius: 100%;
  top: auto;
  bottom: 20px;
  left: 60px;
}
.cid-vdcijn0urA .mbr-section-title {
  color: #08323C;
}
.cid-vdcijn0urA .mbr-desc {
  color: #08323C;
}
.cid-vdcijn0urA .mbr-text {
  color: #ffffff;
  line-height: 1.7;
}
.cid-vdcijn0urA .mbr-desc,
.cid-vdcijn0urA .mbr-section-btn {
  color: #ff9966;
}
.cid-vdcijnvXSN {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #181855;
}
.cid-vdcijnvXSN .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  color: #ffffff;
}
.cid-vdcijnvXSN .socicon:before {
  padding: .6rem;
  border-radius: 100px;
  transition: all .3s;
}
.cid-vdcijnvXSN .socicon:hover:before {
  transition: all .3s;
  border-color: transparent;
}
@media (max-width: 767px) {
  .cid-vdcijnvXSN .socicon {
    margin-right: 0.2rem;
  }
}
.cid-vdcijnvXSN .social-list {
  display: flex;
  justify-content: center;
}
.cid-vdcijnvXSN .social-list a:focus {
  text-decoration: none;
}
.cid-vdcijnvXSN .socicon:hover {
  transform: translate(0, -10px);
}
.cid-vdcijnvXSN .socion1 {
  background: #ffd7ef;
}
.cid-vdcijnvXSN .socion2 {
  background-color: #cf1d1d;
}
.cid-vdcijnvXSN .socion3 {
  background-color: #8cdcdb;
}
.cid-vdcijnvXSN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcijnvXSN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcijo1TXN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-vdcijo1TXN .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-vdcijo1TXN section {
  position: relative;
}
.cid-vdcijo1TXN h4 {
  margin: 0;
}
.cid-vdcijo1TXN a {
  font-weight: 300;
}
.cid-vdcijo1TXN .row {
  align-items: center;
}
.cid-vdcijo1TXN .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-vdcijo1TXN .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-vdcijo1TXN .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vdcijo1TXN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-vdcijo1TXN .align-left {
    text-align: center;
  }
  .cid-vdcijo1TXN .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vdcijo1TXN .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-vdcijo1TXN .item {
    padding-bottom: 0.5rem;
  }
}
.cid-vdcijo1TXN .item-title {
  color: #c1c1c1;
}
.cid-vdcijo1TXN H4 {
  color: #c1c1c1;
}
.cid-ve7ltDpjyU {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ve7ltDpjyU .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-ve7ltDpjyU .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ve7ltDpjyU .navbar-caption {
  font-weight: 500;
}
.cid-ve7ltDpjyU nav.navbar {
  position: fixed;
}
.cid-ve7ltDpjyU .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-ve7ltDpjyU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-ve7ltDpjyU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ve7ltDpjyU .dropdown-item:hover,
.cid-ve7ltDpjyU .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-ve7ltDpjyU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ve7ltDpjyU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ve7ltDpjyU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ve7ltDpjyU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ve7ltDpjyU .nav-link {
  position: relative;
}
.cid-ve7ltDpjyU .nav-link:hover {
  color: #9fe870 !important;
}
.cid-ve7ltDpjyU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-ve7ltDpjyU .container,
  .cid-ve7ltDpjyU .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-ve7ltDpjyU .dropdown-menu,
.cid-ve7ltDpjyU .navbar.opened {
  background: #ffffff !important;
}
.cid-ve7ltDpjyU .nav-item:focus,
.cid-ve7ltDpjyU .nav-link:focus {
  outline: none;
}
.cid-ve7ltDpjyU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ve7ltDpjyU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ve7ltDpjyU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ve7ltDpjyU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ve7ltDpjyU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ve7ltDpjyU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ve7ltDpjyU .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-ve7ltDpjyU .navbar.opened {
  transition: all 0.3s;
}
.cid-ve7ltDpjyU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ve7ltDpjyU .navbar .navbar-logo img {
  width: auto;
  height: auto;
}
.cid-ve7ltDpjyU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ve7ltDpjyU .navbar.collapsed {
  justify-content: center;
}
.cid-ve7ltDpjyU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ve7ltDpjyU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ve7ltDpjyU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ve7ltDpjyU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ve7ltDpjyU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ve7ltDpjyU .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-ve7ltDpjyU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ve7ltDpjyU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ve7ltDpjyU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ve7ltDpjyU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ve7ltDpjyU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ve7ltDpjyU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ve7ltDpjyU .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-ve7ltDpjyU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ve7ltDpjyU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ve7ltDpjyU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ve7ltDpjyU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ve7ltDpjyU .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ve7ltDpjyU .navbar.navbar-short {
  min-height: 80px;
}
.cid-ve7ltDpjyU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ve7ltDpjyU .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ve7ltDpjyU .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-ve7ltDpjyU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ve7ltDpjyU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ve7ltDpjyU .dropdown-item.active,
.cid-ve7ltDpjyU .dropdown-item:active {
  background-color: transparent;
}
.cid-ve7ltDpjyU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ve7ltDpjyU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ve7ltDpjyU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ve7ltDpjyU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ve7ltDpjyU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ve7ltDpjyU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ve7ltDpjyU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ve7ltDpjyU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ve7ltDpjyU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ve7ltDpjyU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ve7ltDpjyU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ve7ltDpjyU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ve7ltDpjyU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ve7ltDpjyU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ve7ltDpjyU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ve7ltDpjyU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ve7ltDpjyU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ve7ltDpjyU .navbar-dropdown {
  position: fixed;
}
.cid-ve7ltDpjyU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ve7ltDpjyU .navbar {
    height: 70px;
  }
  .cid-ve7ltDpjyU .navbar.opened {
    height: auto;
  }
  .cid-ve7ltDpjyU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ve7ltDpjyU .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-ve7ltDpjyU .addr {
    margin: 0 auto;
  }
}
.cid-ve7ltDpjyU .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-ve7ltDpjyU .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-ve7lLp8EKc {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-ve7lLp8EKc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve7lLp8EKc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve7lLp8EKc .mbr-text {
  color: #000000;
}
.cid-ve7lLp8EKc .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ve7lLp8EKc .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ve7lLp8EKc .main-button {
    margin-bottom: 2rem;
  }
}
.cid-ve7lLp8EKc .mbr-section-subtitle,
.cid-ve7lLp8EKc .main-button {
  color: #000000;
}
.cid-ve7ltDQZuO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #393193;
}
.cid-ve7ltDQZuO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve7ltDQZuO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ve7ltDQZuO .container {
    padding: 0 15px;
  }
}
.cid-ve7ltDQZuO .row {
  justify-content: center;
}
.cid-ve7ltDQZuO .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ve7ltDQZuO .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ve7ltDQZuO .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-ve7ltDQZuO .subtitle-wrapper {
    padding: 0;
  }
}
.cid-ve7ltDQZuO .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ve7ltDQZuO .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ve7ltDQZuO .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-ve7ltDQZuO .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-ve7ltDQZuO .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-ve7ltDQZuO .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ve7ltDQZuO .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-ve7ltDQZuO .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-ve7ltDQZuO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ve7ltDQZuO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ve7ltDQZuO .list {
  color: #ffffff;
}
.cid-ve7nltqGaf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-ve7nltqGaf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve7nltqGaf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ve7nltqGaf .container {
    padding: 0 20px;
  }
  .cid-ve7nltqGaf .container .row {
    padding: 0;
  }
}
.cid-ve7nltqGaf .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-ve7nltqGaf .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ve7nltqGaf .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ve7nltqGaf .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-ve7nltqGaf .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-ve7nltqGaf .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ve7nltqGaf .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ve7nltqGaf .video-block .video-wrapper .app-video-wrapper:before {
  color: #0c2c68;
  text-shadow: none;
}
.cid-ve7nltqGaf .mbr-section-title {
  color: #222222;
}
.cid-ve7nltqGaf .mbr-text {
  color: #222222;
}
.cid-ve7nPWdSm4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-ve7nPWdSm4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve7nPWdSm4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ve7nPWdSm4 .container {
    padding: 0 20px;
  }
  .cid-ve7nPWdSm4 .container .row {
    padding: 0;
  }
}
.cid-ve7nPWdSm4 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-ve7nPWdSm4 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ve7nPWdSm4 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ve7nPWdSm4 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-ve7nPWdSm4 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-ve7nPWdSm4 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ve7nPWdSm4 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ve7nPWdSm4 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-ve7nPWdSm4 .mbr-section-title {
  color: #222222;
}
.cid-ve7nPWdSm4 .mbr-text {
  color: #222222;
}
.cid-ve7os2N4uL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ve7os2N4uL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve7os2N4uL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ve7os2N4uL .container {
    padding: 0 20px;
  }
}
.cid-ve7os2N4uL .row {
  justify-content: center;
}
.cid-ve7os2N4uL .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-ve7os2N4uL .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-ve7os2N4uL .video-block {
    margin-bottom: 30px;
  }
}
.cid-ve7os2N4uL .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ve7os2N4uL .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-ve7os2N4uL .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-ve7os2N4uL .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ve7os2N4uL .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ve7os2N4uL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ve7oNVspl8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ve7oNVspl8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve7oNVspl8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ve7oNVspl8 .container {
    padding: 0 20px;
  }
}
.cid-ve7oNVspl8 .row {
  justify-content: center;
}
.cid-ve7oNVspl8 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-ve7oNVspl8 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-ve7oNVspl8 .video-block {
    margin-bottom: 30px;
  }
}
.cid-ve7oNVspl8 .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ve7oNVspl8 .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-ve7oNVspl8 .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #f92c50;
  text-shadow: none;
}
.cid-ve7oNVspl8 .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ve7oNVspl8 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ve7oNVspl8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ve81ueFz2n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ve81ueFz2n .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve81ueFz2n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ve81ueFz2n .container {
    padding: 0 20px;
  }
}
.cid-ve81ueFz2n .row {
  justify-content: center;
}
.cid-ve81ueFz2n .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-ve81ueFz2n .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-ve81ueFz2n .video-block {
    margin-bottom: 30px;
  }
}
.cid-ve81ueFz2n .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ve81ueFz2n .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-ve81ueFz2n .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-ve81ueFz2n .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ve81ueFz2n .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ve81ueFz2n .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ve7ltE0KQ7 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve7ltE0KQ7 .card-wrapper {
  border-radius: 0;
  border: 1px solid #dddfe0;
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.21);
  padding: 2rem;
}
.cid-ve7ltE0KQ7 .card-title {
  font-weight: 600;
}
.cid-ve7ltE0KQ7 .card-img {
  text-align: left;
  padding: 0;
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
}
.cid-ve7ltE0KQ7 .card-img span {
  border: 2px solid #5aac98;
  padding: 15.5px;
  border-radius: 70px;
  text-align: center;
  color: #5aac98;
  font-size: 35px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-ve7ltE0KQ7 .card {
    margin-bottom: 2rem;
  }
}
.cid-ve7ltE0KQ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve7ltE0KQ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve7ltE0KQ7 .mbr-text {
  line-height: 1.6;
}
.cid-ve7ltEjXeo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ve7ltEjXeo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve7ltEjXeo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve7ltEjXeo .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-ve7ltEjXeo .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-ve7ltEjXeo .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-ve7ltEjXeo .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-ve7ltEjXeo .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ve7ltEjXeo .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ve7ltEjXeo .card-wrapper .items-wrapper {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-ve7ltEjXeo .card-wrapper .items-wrapper {
    display: block;
    width: 100%;
  }
}
.cid-ve7ltEjXeo .card-wrapper .items-wrapper .item .item-wrapper {
  padding: 25px 0;
  height: 100%;
}
.cid-ve7ltEjXeo .card-wrapper .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-ve7ltEjXeo .card-wrapper .items-wrapper .item .item-wrapper .item-title:hover,
.cid-ve7ltEjXeo .card-wrapper .items-wrapper .item .item-wrapper .item-title:focus {
  opacity: .7;
}
.cid-ve7ltEjXeo .btn-wrapper {
  margin-top: -5%;
}
.cid-ve7ltEjXeo .mbr-section-title {
  color: #093388;
  text-align: center;
}
.cid-ve7ltEjXeo .item-title {
  color: #093388;
}
.cid-ve7ltEsf0r {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181855;
}
.cid-ve7ltEsf0r .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-ve7ltEsf0r section {
  position: relative;
}
.cid-ve7ltEsf0r h4 {
  margin: 0;
}
.cid-ve7ltEsf0r a {
  font-weight: 300;
}
.cid-ve7ltEsf0r .row {
  align-items: center;
}
.cid-ve7ltEsf0r .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-ve7ltEsf0r .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ve7ltEsf0r .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ve7ltEsf0r .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ve7ltEsf0r .align-left {
    text-align: center;
  }
  .cid-ve7ltEsf0r .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ve7ltEsf0r .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-ve7ltEsf0r .item {
    padding-bottom: 0.5rem;
  }
}
.cid-ve7ltEsf0r .item-title {
  color: #c1c1c1;
}
.cid-ve7ltEsf0r H4 {
  color: #c1c1c1;
}
