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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6592e6;
}
.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: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !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: #ff6666 !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='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tP3hBnnldA {
  z-index: 1000;
  width: 100%;
}
.cid-tP3hBnnldA nav.navbar {
  position: fixed;
}
.cid-tP3hBnnldA .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-tP3hBnnldA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tP3hBnnldA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tP3hBnnldA .dropdown-item:hover,
.cid-tP3hBnnldA .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tP3hBnnldA .dropdown-item:hover span {
  color: white;
}
.cid-tP3hBnnldA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tP3hBnnldA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tP3hBnnldA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tP3hBnnldA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP3hBnnldA .nav-link {
  position: relative;
}
.cid-tP3hBnnldA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tP3hBnnldA .container {
    flex-wrap: nowrap;
  }
}
.cid-tP3hBnnldA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tP3hBnnldA .dropdown-menu,
.cid-tP3hBnnldA .navbar.opened {
  background: #000000 !important;
}
.cid-tP3hBnnldA .nav-item:focus,
.cid-tP3hBnnldA .nav-link:focus {
  outline: none;
}
.cid-tP3hBnnldA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP3hBnnldA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP3hBnnldA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP3hBnnldA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP3hBnnldA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tP3hBnnldA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tP3hBnnldA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-tP3hBnnldA .navbar.opened {
  transition: all 0.3s;
}
.cid-tP3hBnnldA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP3hBnnldA .navbar .navbar-logo img {
  width: auto;
}
.cid-tP3hBnnldA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tP3hBnnldA .navbar.collapsed {
  justify-content: center;
}
.cid-tP3hBnnldA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tP3hBnnldA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tP3hBnnldA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tP3hBnnldA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tP3hBnnldA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tP3hBnnldA .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-tP3hBnnldA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tP3hBnnldA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tP3hBnnldA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tP3hBnnldA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP3hBnnldA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP3hBnnldA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP3hBnnldA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP3hBnnldA .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-tP3hBnnldA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP3hBnnldA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP3hBnnldA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP3hBnnldA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tP3hBnnldA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP3hBnnldA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tP3hBnnldA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tP3hBnnldA .navbar.navbar-short {
  min-height: 60px;
}
.cid-tP3hBnnldA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tP3hBnnldA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tP3hBnnldA .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-tP3hBnnldA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP3hBnnldA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP3hBnnldA .dropdown-item.active,
.cid-tP3hBnnldA .dropdown-item:active {
  background-color: transparent;
}
.cid-tP3hBnnldA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP3hBnnldA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP3hBnnldA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP3hBnnldA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tP3hBnnldA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP3hBnnldA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP3hBnnldA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP3hBnnldA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tP3hBnnldA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tP3hBnnldA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tP3hBnnldA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tP3hBnnldA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP3hBnnldA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP3hBnnldA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP3hBnnldA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP3hBnnldA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP3hBnnldA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP3hBnnldA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP3hBnnldA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tP3hBnnldA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP3hBnnldA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tP3hBnnldA .navbar {
    height: 70px;
  }
  .cid-tP3hBnnldA .navbar.opened {
    height: auto;
  }
  .cid-tP3hBnnldA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tP3hDZAAQy {
  background-image: url("../../../assets/images/background.jpg");
}
.cid-tP3hDZAAQy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3hDZAAQy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3hFdhIHt {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tP3hFdhIHt code {
  color: #3384d6;
  font-size: 1.0rem;
}
.cid-tP3hFdhIHt hr {
  background-color: #ff0000;
  opacity: 0.8;
  height: 3px;
  width: 100%;
}
.cid-ubRExDPhYb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubRExDPhYb code {
  color: #3384d6;
  font-size: 1.0rem;
}
.cid-ubRExDPhYb .myhr {
  background-color: #000000;
  opacity: 0.2;
  height: 2px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.cid-u8i691GEOJ {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8i691GEOJ code {
  color: #3384d6;
  font-size: 1.0rem;
}
.cid-u7PDy9si5M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7PDy9si5M .mbr-text {
  text-align: right;
  color: #a8a5a5;
}
.cid-u8i63k9PHU {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #bbbbbb;
}
.cid-u8i63k9PHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8i63k9PHU .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-u8i63k9PHU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8i63k9PHU .row {
  flex-direction: row-reverse;
}
.cid-u8i63k9PHU img {
  width: 100%;
}
.cid-uiG142j8Vi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
}
.cid-u7R4R4dxuT {
  z-index: 1000;
  width: 100%;
}
.cid-u7R4R4dxuT nav.navbar {
  position: fixed;
}
.cid-u7R4R4dxuT .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-u7R4R4dxuT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7R4R4dxuT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7R4R4dxuT .dropdown-item:hover,
.cid-u7R4R4dxuT .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u7R4R4dxuT .dropdown-item:hover span {
  color: white;
}
.cid-u7R4R4dxuT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7R4R4dxuT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7R4R4dxuT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7R4R4dxuT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7R4R4dxuT .nav-link {
  position: relative;
}
.cid-u7R4R4dxuT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7R4R4dxuT .container {
    flex-wrap: nowrap;
  }
}
.cid-u7R4R4dxuT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7R4R4dxuT .dropdown-menu,
.cid-u7R4R4dxuT .navbar.opened {
  background: #000000 !important;
}
.cid-u7R4R4dxuT .nav-item:focus,
.cid-u7R4R4dxuT .nav-link:focus {
  outline: none;
}
.cid-u7R4R4dxuT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7R4R4dxuT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7R4R4dxuT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7R4R4dxuT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7R4R4dxuT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7R4R4dxuT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7R4R4dxuT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-u7R4R4dxuT .navbar.opened {
  transition: all 0.3s;
}
.cid-u7R4R4dxuT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7R4R4dxuT .navbar .navbar-logo img {
  width: auto;
}
.cid-u7R4R4dxuT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7R4R4dxuT .navbar.collapsed {
  justify-content: center;
}
.cid-u7R4R4dxuT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7R4R4dxuT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7R4R4dxuT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-u7R4R4dxuT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7R4R4dxuT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7R4R4dxuT .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-u7R4R4dxuT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7R4R4dxuT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7R4R4dxuT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7R4R4dxuT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7R4R4dxuT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7R4R4dxuT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7R4R4dxuT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7R4R4dxuT .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-u7R4R4dxuT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7R4R4dxuT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7R4R4dxuT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7R4R4dxuT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7R4R4dxuT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7R4R4dxuT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u7R4R4dxuT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u7R4R4dxuT .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7R4R4dxuT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7R4R4dxuT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7R4R4dxuT .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-u7R4R4dxuT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7R4R4dxuT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7R4R4dxuT .dropdown-item.active,
.cid-u7R4R4dxuT .dropdown-item:active {
  background-color: transparent;
}
.cid-u7R4R4dxuT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7R4R4dxuT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7R4R4dxuT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7R4R4dxuT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u7R4R4dxuT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7R4R4dxuT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7R4R4dxuT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7R4R4dxuT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7R4R4dxuT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7R4R4dxuT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u7R4R4dxuT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7R4R4dxuT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7R4R4dxuT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7R4R4dxuT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7R4R4dxuT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7R4R4dxuT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7R4R4dxuT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7R4R4dxuT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7R4R4dxuT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7R4R4dxuT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7R4R4dxuT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7R4R4dxuT .navbar {
    height: 70px;
  }
  .cid-u7R4R4dxuT .navbar.opened {
    height: auto;
  }
  .cid-u7R4R4dxuT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7R4R4yCSu {
  background-image: url("../../../assets/images/mbr-12.jpg");
}
.cid-u7R4R4yCSu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7R4R4yCSu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7R4R4yCSu .mbr-section-title {
  color: #ffffff;
}
.cid-u7R4R4VMWv {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7R4R4VMWv code {
  color: #3384d6;
  font-size: 1.0rem;
}
.cid-uiG142j8Vi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tP3oM0N0GY {
  z-index: 1000;
  width: 100%;
}
.cid-tP3oM0N0GY nav.navbar {
  position: fixed;
}
.cid-tP3oM0N0GY .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-tP3oM0N0GY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tP3oM0N0GY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tP3oM0N0GY .dropdown-item:hover,
.cid-tP3oM0N0GY .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tP3oM0N0GY .dropdown-item:hover span {
  color: white;
}
.cid-tP3oM0N0GY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tP3oM0N0GY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tP3oM0N0GY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tP3oM0N0GY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP3oM0N0GY .nav-link {
  position: relative;
}
.cid-tP3oM0N0GY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tP3oM0N0GY .container {
    flex-wrap: nowrap;
  }
}
.cid-tP3oM0N0GY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tP3oM0N0GY .dropdown-menu,
.cid-tP3oM0N0GY .navbar.opened {
  background: #000000 !important;
}
.cid-tP3oM0N0GY .nav-item:focus,
.cid-tP3oM0N0GY .nav-link:focus {
  outline: none;
}
.cid-tP3oM0N0GY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP3oM0N0GY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP3oM0N0GY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP3oM0N0GY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP3oM0N0GY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tP3oM0N0GY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tP3oM0N0GY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-tP3oM0N0GY .navbar.opened {
  transition: all 0.3s;
}
.cid-tP3oM0N0GY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP3oM0N0GY .navbar .navbar-logo img {
  width: auto;
}
.cid-tP3oM0N0GY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tP3oM0N0GY .navbar.collapsed {
  justify-content: center;
}
.cid-tP3oM0N0GY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tP3oM0N0GY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tP3oM0N0GY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tP3oM0N0GY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tP3oM0N0GY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tP3oM0N0GY .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-tP3oM0N0GY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tP3oM0N0GY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tP3oM0N0GY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tP3oM0N0GY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP3oM0N0GY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP3oM0N0GY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP3oM0N0GY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP3oM0N0GY .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-tP3oM0N0GY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP3oM0N0GY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP3oM0N0GY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP3oM0N0GY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tP3oM0N0GY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP3oM0N0GY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tP3oM0N0GY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tP3oM0N0GY .navbar.navbar-short {
  min-height: 60px;
}
.cid-tP3oM0N0GY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tP3oM0N0GY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tP3oM0N0GY .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-tP3oM0N0GY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP3oM0N0GY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP3oM0N0GY .dropdown-item.active,
.cid-tP3oM0N0GY .dropdown-item:active {
  background-color: transparent;
}
.cid-tP3oM0N0GY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP3oM0N0GY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP3oM0N0GY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP3oM0N0GY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tP3oM0N0GY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP3oM0N0GY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP3oM0N0GY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP3oM0N0GY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tP3oM0N0GY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tP3oM0N0GY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tP3oM0N0GY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tP3oM0N0GY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP3oM0N0GY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP3oM0N0GY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP3oM0N0GY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP3oM0N0GY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP3oM0N0GY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP3oM0N0GY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP3oM0N0GY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tP3oM0N0GY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP3oM0N0GY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tP3oM0N0GY .navbar {
    height: 70px;
  }
  .cid-tP3oM0N0GY .navbar.opened {
    height: auto;
  }
  .cid-tP3oM0N0GY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tP3oM16UVp {
  background-image: url("../../../assets/images/mbr-1.jpg");
}
.cid-tP3oM16UVp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3oM16UVp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZr5xH6c0J {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #f3f3f3;
  overflow-x: hidden;
}
.cid-tZr5xH6c0J .mbr-section-subtitle {
  text-align: left;
}
.cid-uiG142j8Vi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
}
.cid-u9pYRiOxU5 {
  z-index: 1000;
  width: 100%;
}
.cid-u9pYRiOxU5 nav.navbar {
  position: fixed;
}
.cid-u9pYRiOxU5 .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-u9pYRiOxU5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9pYRiOxU5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9pYRiOxU5 .dropdown-item:hover,
.cid-u9pYRiOxU5 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u9pYRiOxU5 .dropdown-item:hover span {
  color: white;
}
.cid-u9pYRiOxU5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9pYRiOxU5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9pYRiOxU5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u9pYRiOxU5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9pYRiOxU5 .nav-link {
  position: relative;
}
.cid-u9pYRiOxU5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u9pYRiOxU5 .container {
    flex-wrap: nowrap;
  }
}
.cid-u9pYRiOxU5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9pYRiOxU5 .dropdown-menu,
.cid-u9pYRiOxU5 .navbar.opened {
  background: #000000 !important;
}
.cid-u9pYRiOxU5 .nav-item:focus,
.cid-u9pYRiOxU5 .nav-link:focus {
  outline: none;
}
.cid-u9pYRiOxU5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9pYRiOxU5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9pYRiOxU5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9pYRiOxU5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9pYRiOxU5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9pYRiOxU5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9pYRiOxU5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-u9pYRiOxU5 .navbar.opened {
  transition: all 0.3s;
}
.cid-u9pYRiOxU5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9pYRiOxU5 .navbar .navbar-logo img {
  width: auto;
}
.cid-u9pYRiOxU5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9pYRiOxU5 .navbar.collapsed {
  justify-content: center;
}
.cid-u9pYRiOxU5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9pYRiOxU5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9pYRiOxU5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-u9pYRiOxU5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9pYRiOxU5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9pYRiOxU5 .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-u9pYRiOxU5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9pYRiOxU5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9pYRiOxU5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9pYRiOxU5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9pYRiOxU5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9pYRiOxU5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9pYRiOxU5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9pYRiOxU5 .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-u9pYRiOxU5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9pYRiOxU5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9pYRiOxU5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9pYRiOxU5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9pYRiOxU5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9pYRiOxU5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u9pYRiOxU5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u9pYRiOxU5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9pYRiOxU5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9pYRiOxU5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9pYRiOxU5 .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-u9pYRiOxU5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9pYRiOxU5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9pYRiOxU5 .dropdown-item.active,
.cid-u9pYRiOxU5 .dropdown-item:active {
  background-color: transparent;
}
.cid-u9pYRiOxU5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9pYRiOxU5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9pYRiOxU5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9pYRiOxU5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u9pYRiOxU5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9pYRiOxU5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9pYRiOxU5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9pYRiOxU5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9pYRiOxU5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9pYRiOxU5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u9pYRiOxU5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9pYRiOxU5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9pYRiOxU5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9pYRiOxU5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9pYRiOxU5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9pYRiOxU5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9pYRiOxU5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9pYRiOxU5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9pYRiOxU5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u9pYRiOxU5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9pYRiOxU5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9pYRiOxU5 .navbar {
    height: 70px;
  }
  .cid-u9pYRiOxU5 .navbar.opened {
    height: auto;
  }
  .cid-u9pYRiOxU5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9pYRj66OI {
  background-image: url("../../../assets/images/chatgpt-image-social.jpg");
}
.cid-u9pYRj66OI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9pYRj66OI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQl17ACjf1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQl17ACjf1 .mbr-section-subtitle {
  text-align: center;
}
.cid-uQl17ACjf1 .mbr-text {
  text-align: center;
}
.cid-uQl17ACjf1 .mbr-section-title {
  text-align: center;
}
.cid-uQpNz00Y6j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uQpNz00Y6j code {
  color: #3384d6;
  font-size: 0.8rem;
}
.cid-uQrTeooROL {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uQrTeooROL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQrTeooROL .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-uQrTeooROL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQrTeooROL .row {
  flex-direction: row-reverse;
}
.cid-uQrTeooROL img {
  width: 100%;
}
.cid-uQrTeooROL .mbr-description {
  color: #ffffff;
}
.cid-uQNZGCol0x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6ec7f2;
}
.cid-uQNZGCol0x .mbr-section-subtitle {
  text-align: center;
}
.cid-uQNZGCol0x .mbr-text {
  text-align: center;
}
.cid-uQNZGCol0x .mbr-section-title {
  text-align: center;
}
.cid-uQTuZDY3tR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #22a5e5;
}
.cid-uQTuZDY3tR .mbr-section-subtitle {
  text-align: center;
}
.cid-uQTuZDY3tR .mbr-text {
  text-align: center;
}
.cid-uQTuZDY3tR .mbr-section-title {
  text-align: center;
}
.cid-u9q02CscSB {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9q02CscSB .mbr-section-subtitle {
  text-align: center;
}
.cid-u9q02CscSB .mbr-text {
  text-align: center;
}
.cid-u9q02CscSB .mbr-section-title {
  text-align: center;
}
.cid-uiG142j8Vi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
}
.cid-ubd3snmYHm {
  z-index: 1000;
  width: 100%;
}
.cid-ubd3snmYHm nav.navbar {
  position: fixed;
}
.cid-ubd3snmYHm .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-ubd3snmYHm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubd3snmYHm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubd3snmYHm .dropdown-item:hover,
.cid-ubd3snmYHm .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ubd3snmYHm .dropdown-item:hover span {
  color: white;
}
.cid-ubd3snmYHm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubd3snmYHm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubd3snmYHm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubd3snmYHm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubd3snmYHm .nav-link {
  position: relative;
}
.cid-ubd3snmYHm .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ubd3snmYHm .container {
    flex-wrap: nowrap;
  }
}
.cid-ubd3snmYHm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubd3snmYHm .dropdown-menu,
.cid-ubd3snmYHm .navbar.opened {
  background: #000000 !important;
}
.cid-ubd3snmYHm .nav-item:focus,
.cid-ubd3snmYHm .nav-link:focus {
  outline: none;
}
.cid-ubd3snmYHm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubd3snmYHm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubd3snmYHm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubd3snmYHm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubd3snmYHm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubd3snmYHm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubd3snmYHm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-ubd3snmYHm .navbar.opened {
  transition: all 0.3s;
}
.cid-ubd3snmYHm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubd3snmYHm .navbar .navbar-logo img {
  width: auto;
}
.cid-ubd3snmYHm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubd3snmYHm .navbar.collapsed {
  justify-content: center;
}
.cid-ubd3snmYHm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubd3snmYHm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubd3snmYHm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-ubd3snmYHm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubd3snmYHm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubd3snmYHm .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-ubd3snmYHm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubd3snmYHm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubd3snmYHm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubd3snmYHm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubd3snmYHm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubd3snmYHm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubd3snmYHm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubd3snmYHm .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-ubd3snmYHm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubd3snmYHm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubd3snmYHm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubd3snmYHm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubd3snmYHm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubd3snmYHm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ubd3snmYHm .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ubd3snmYHm .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubd3snmYHm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubd3snmYHm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubd3snmYHm .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-ubd3snmYHm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubd3snmYHm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubd3snmYHm .dropdown-item.active,
.cid-ubd3snmYHm .dropdown-item:active {
  background-color: transparent;
}
.cid-ubd3snmYHm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubd3snmYHm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubd3snmYHm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubd3snmYHm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ubd3snmYHm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubd3snmYHm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubd3snmYHm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubd3snmYHm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubd3snmYHm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubd3snmYHm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubd3snmYHm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubd3snmYHm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubd3snmYHm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubd3snmYHm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubd3snmYHm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubd3snmYHm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubd3snmYHm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubd3snmYHm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubd3snmYHm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubd3snmYHm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubd3snmYHm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubd3snmYHm .navbar {
    height: 70px;
  }
  .cid-ubd3snmYHm .navbar.opened {
    height: auto;
  }
  .cid-ubd3snmYHm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubd3snELLU {
  background-image: url("../../../assets/images/mbr-2.jpg");
}
.cid-ubd3snELLU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubd3snELLU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubdumqaosf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ubdumqaosf img,
.cid-ubdumqaosf .item-img {
  width: 100%;
}
.cid-ubdumqaosf .item:focus,
.cid-ubdumqaosf span:focus {
  outline: none;
}
.cid-ubdumqaosf .item {
  margin-bottom: 2rem;
}
.cid-ubdumqaosf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffe885;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ubdumqaosf .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubdumqaosf .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ubdumqaosf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ubdumqaosf .mbr-section-title {
  color: #fafafa;
}
.cid-ubdumqaosf .mbr-text,
.cid-ubdumqaosf .mbr-section-btn {
  text-align: left;
}
.cid-ubdumqaosf .item-title {
  text-align: left;
}
.cid-ubdumqaosf .item-subtitle {
  text-align: center;
}
.cid-ubdumqaosf .mbr-section-subtitle {
  color: #fafafa;
}
.cid-ubdumqaosf span.counter {
  color: blue;
  font-weight: bold;
}
.cid-ubfrggid96 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ubfrggid96 .mbr-text {
  text-align: center;
  color: #47b5ed;
}
.cid-ubdbkw98mn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ubdbkw98mn code {
  color: #3384d6;
  font-size: 0.9rem;
}
.cid-ubdbkw98mn span.counter {
  color: blue;
  font-weight: bold;
}
.cid-uEu00Y1glN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uEu00Y1glN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEu00Y1glN .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-uEu00Y1glN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uEu00Y1glN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uEu00Y1glN .text-wrapper {
    padding: 2rem;
  }
}
.cid-uEu00Y1glN .imageLeft {
  position: absolute;
  top: 0rem;
  width: 80px;
  height: 80px;
  background-image: linear-gradient(-45deg, #174394 50%, #000000 50%);
  box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uEu00Y1glN .imageLeft {
    width: 40px;
    height: 40px;
  }
}
.cid-uEu00Y1glN .mbr-section-title {
  color: #ffffff;
}
.cid-uEu00Y1glN .mbr-text {
  color: #ffffff;
}
.cid-uEu00Y1glN .mbr-description {
  color: #ffffff;
}
.cid-uEu01BdJCO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #174394;
}
.cid-uEu01BdJCO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEu01BdJCO .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-uEu01BdJCO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uEu01BdJCO .row {
  flex-direction: row-reverse;
}
.cid-uEu01BdJCO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uEu01BdJCO .text-wrapper {
    padding: 2rem;
  }
}
.cid-uEu01BdJCO .imageRight {
  position: absolute;
  top: 0rem;
  right: 1rem;
  width: 80px;
  height: 80px;
  background-image: linear-gradient(45deg, #062256 50%, #174394 50%);
  box-shadow: -8px 8px 10px 0px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uEu01BdJCO .imageRight {
    right: 11px;
    width: 40px;
    height: 40px;
  }
}
.cid-uEu01BdJCO .mbr-section-title {
  color: #ffffff;
}
.cid-uEu01BdJCO .mbr-text {
  color: #ffffff;
}
.cid-uEu01BdJCO .mbr-description {
  color: #ffffff;
}
.cid-uEu8LuKjA2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEu8LuKjA2 code {
  color: #3384d6;
  font-size: 0.9rem;
}
.cid-uiG142j8Vi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
}
.cid-ubMRlmFAm9 {
  z-index: 1000;
  width: 100%;
}
.cid-ubMRlmFAm9 nav.navbar {
  position: fixed;
}
.cid-ubMRlmFAm9 .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-ubMRlmFAm9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubMRlmFAm9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubMRlmFAm9 .dropdown-item:hover,
.cid-ubMRlmFAm9 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ubMRlmFAm9 .dropdown-item:hover span {
  color: white;
}
.cid-ubMRlmFAm9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubMRlmFAm9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubMRlmFAm9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubMRlmFAm9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubMRlmFAm9 .nav-link {
  position: relative;
}
.cid-ubMRlmFAm9 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ubMRlmFAm9 .container {
    flex-wrap: nowrap;
  }
}
.cid-ubMRlmFAm9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubMRlmFAm9 .dropdown-menu,
.cid-ubMRlmFAm9 .navbar.opened {
  background: #000000 !important;
}
.cid-ubMRlmFAm9 .nav-item:focus,
.cid-ubMRlmFAm9 .nav-link:focus {
  outline: none;
}
.cid-ubMRlmFAm9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubMRlmFAm9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubMRlmFAm9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubMRlmFAm9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubMRlmFAm9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubMRlmFAm9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubMRlmFAm9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-ubMRlmFAm9 .navbar.opened {
  transition: all 0.3s;
}
.cid-ubMRlmFAm9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubMRlmFAm9 .navbar .navbar-logo img {
  width: auto;
}
.cid-ubMRlmFAm9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubMRlmFAm9 .navbar.collapsed {
  justify-content: center;
}
.cid-ubMRlmFAm9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubMRlmFAm9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubMRlmFAm9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-ubMRlmFAm9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubMRlmFAm9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubMRlmFAm9 .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-ubMRlmFAm9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubMRlmFAm9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubMRlmFAm9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubMRlmFAm9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubMRlmFAm9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubMRlmFAm9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubMRlmFAm9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubMRlmFAm9 .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-ubMRlmFAm9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubMRlmFAm9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubMRlmFAm9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubMRlmFAm9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubMRlmFAm9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubMRlmFAm9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ubMRlmFAm9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ubMRlmFAm9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubMRlmFAm9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubMRlmFAm9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubMRlmFAm9 .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-ubMRlmFAm9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubMRlmFAm9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubMRlmFAm9 .dropdown-item.active,
.cid-ubMRlmFAm9 .dropdown-item:active {
  background-color: transparent;
}
.cid-ubMRlmFAm9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubMRlmFAm9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubMRlmFAm9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubMRlmFAm9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ubMRlmFAm9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubMRlmFAm9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubMRlmFAm9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubMRlmFAm9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubMRlmFAm9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubMRlmFAm9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubMRlmFAm9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubMRlmFAm9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubMRlmFAm9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubMRlmFAm9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubMRlmFAm9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubMRlmFAm9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubMRlmFAm9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubMRlmFAm9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubMRlmFAm9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubMRlmFAm9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubMRlmFAm9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubMRlmFAm9 .navbar {
    height: 70px;
  }
  .cid-ubMRlmFAm9 .navbar.opened {
    height: auto;
  }
  .cid-ubMRlmFAm9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubMRlmYd7J {
  background-image: url("../../../assets/images/mbr-4.jpg");
}
.cid-ubMRlmYd7J .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubMRlmYd7J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubMSQANCYq {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #9fdbf8;
}
.cid-ubMSR8g9zg {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #9fdbf8;
}
.cid-ubMSR8g9zg #myText {
  color: blue;
}
.cid-ubSNwEUUAz {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #9fdbf8;
}
.cid-ubSNwEUUAz #myText {
  color: blue;
}
.cid-ubSNwEUUAz .changeText {
  color: green;
}
.cid-ubXWxAr5z4 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #9fdbf8;
}
.cid-ubXWxAr5z4 #myText {
  color: blue;
}
.cid-ubXWxAr5z4 .myQuery {
  color: red;
}
.cid-ubMYoa1FQR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ubMTuFqPx0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  border-top: 1px solid #9fdbf8;
}
.cid-ubMTuFqPx0 code {
  color: #3384d6;
  font-size: 0.9rem;
}
.cid-ubMU4BTpGM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  border-top: 1px solid #9fdbf8;
}
.cid-ubMU4BTpGM code {
  color: #3384d6;
  font-size: 0.9rem;
}
.cid-ubSRcytcj6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  border-top: 1px solid #9fdbf8;
}
.cid-ubSRcytcj6 code {
  color: #3384d6;
  font-size: 0.9rem;
}
.cid-ubXYr2iJSd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  border-top: 1px solid #9fdbf8;
}
.cid-ubXYr2iJSd code {
  color: #3384d6;
  font-size: 0.9rem;
}
.cid-uiG142j8Vi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
}
.cid-ubTEWXPShg {
  z-index: 1000;
  width: 100%;
}
.cid-ubTEWXPShg nav.navbar {
  position: fixed;
}
.cid-ubTEWXPShg .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-ubTEWXPShg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubTEWXPShg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubTEWXPShg .dropdown-item:hover,
.cid-ubTEWXPShg .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ubTEWXPShg .dropdown-item:hover span {
  color: white;
}
.cid-ubTEWXPShg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubTEWXPShg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubTEWXPShg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubTEWXPShg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubTEWXPShg .nav-link {
  position: relative;
}
.cid-ubTEWXPShg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ubTEWXPShg .container {
    flex-wrap: nowrap;
  }
}
.cid-ubTEWXPShg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubTEWXPShg .dropdown-menu,
.cid-ubTEWXPShg .navbar.opened {
  background: #000000 !important;
}
.cid-ubTEWXPShg .nav-item:focus,
.cid-ubTEWXPShg .nav-link:focus {
  outline: none;
}
.cid-ubTEWXPShg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubTEWXPShg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubTEWXPShg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubTEWXPShg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubTEWXPShg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubTEWXPShg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubTEWXPShg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-ubTEWXPShg .navbar.opened {
  transition: all 0.3s;
}
.cid-ubTEWXPShg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubTEWXPShg .navbar .navbar-logo img {
  width: auto;
}
.cid-ubTEWXPShg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubTEWXPShg .navbar.collapsed {
  justify-content: center;
}
.cid-ubTEWXPShg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubTEWXPShg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubTEWXPShg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-ubTEWXPShg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubTEWXPShg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubTEWXPShg .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-ubTEWXPShg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubTEWXPShg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubTEWXPShg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubTEWXPShg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubTEWXPShg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubTEWXPShg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubTEWXPShg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubTEWXPShg .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-ubTEWXPShg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubTEWXPShg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubTEWXPShg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubTEWXPShg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubTEWXPShg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubTEWXPShg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ubTEWXPShg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ubTEWXPShg .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubTEWXPShg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubTEWXPShg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubTEWXPShg .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-ubTEWXPShg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubTEWXPShg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubTEWXPShg .dropdown-item.active,
.cid-ubTEWXPShg .dropdown-item:active {
  background-color: transparent;
}
.cid-ubTEWXPShg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubTEWXPShg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubTEWXPShg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubTEWXPShg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ubTEWXPShg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubTEWXPShg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubTEWXPShg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubTEWXPShg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubTEWXPShg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubTEWXPShg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubTEWXPShg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubTEWXPShg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubTEWXPShg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubTEWXPShg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubTEWXPShg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubTEWXPShg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubTEWXPShg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubTEWXPShg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubTEWXPShg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubTEWXPShg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubTEWXPShg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubTEWXPShg .navbar {
    height: 70px;
  }
  .cid-ubTEWXPShg .navbar.opened {
    height: auto;
  }
  .cid-ubTEWXPShg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubTEWYbeQp {
  background-image: url("../../../assets/images/mbr-8.jpg");
}
.cid-ubTEWYbeQp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubTEWYbeQp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubTFIs04Y6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ubTFIs04Y6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubTFIs04Y6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubTFIs04Y6 .video-wrapper iframe {
  width: 100%;
}
.cid-ubTFIs04Y6 .mbr-section-title,
.cid-ubTFIs04Y6 .mbr-section-subtitle,
.cid-ubTFIs04Y6 .mbr-text {
  text-align: center;
}
.cid-ubTFIs04Y6 .mbr-section-title {
  color: #ffffff;
}
.cid-ubTFIs04Y6 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-ubTEWZeibC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  border-top: 20px #e43f3f;
  border-style: solid;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.cid-ubTEWZeibC code {
  color: #3384d6;
  font-size: 0.9rem;
}
.cid-uc3kTbA6b7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #9fdbf8;
  border: 12px #22a5e5;
  border-style: ridge;
}
.cid-uc3kTbA6b7 code {
  color: #3384d6;
  font-size: 0.9rem;
}
.cid-uc3kTbA6b7 .mbr-text {
  text-align: left;
}
.cid-ubTMYTL79W {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #47b5ed;
}
.cid-ubTMYTL79W .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubTMYTL79W .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-ubTMYTL79W .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubTMYTL79W .row {
  flex-direction: row-reverse;
}
.cid-ubTMYTL79W img {
  width: 100%;
}
.cid-ubTODrkGRs {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #47b5ed;
}
.cid-ubTODrkGRs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubTODrkGRs .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-ubTODrkGRs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubTODrkGRs .row {
  flex-direction: row-reverse;
}
.cid-ubTODrkGRs img {
  width: 100%;
}
.cid-uHL8WsoNJZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHL8WsoNJZ .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uHL8WsoNJZ .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uHL9JslKEH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHL9JslKEH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHL9JslKEH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHL9JslKEH .video-wrapper iframe {
  width: 100%;
}
.cid-uHL9JslKEH .mbr-section-title,
.cid-uHL9JslKEH .mbr-section-subtitle,
.cid-uHL9JslKEH .mbr-text {
  text-align: center;
}
.cid-uHL9JslKEH .mbr-section-title {
  color: #ffffff;
}
.cid-uHL9JslKEH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHL9JslKEH .mbr-text {
  color: #ffffff;
}
.cid-uiG142j8Vi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
}
.cid-ufbTezsmbn {
  z-index: 1000;
  width: 100%;
}
.cid-ufbTezsmbn nav.navbar {
  position: fixed;
}
.cid-ufbTezsmbn .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-ufbTezsmbn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufbTezsmbn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufbTezsmbn .dropdown-item:hover,
.cid-ufbTezsmbn .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ufbTezsmbn .dropdown-item:hover span {
  color: white;
}
.cid-ufbTezsmbn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufbTezsmbn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufbTezsmbn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufbTezsmbn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufbTezsmbn .nav-link {
  position: relative;
}
.cid-ufbTezsmbn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufbTezsmbn .container {
    flex-wrap: nowrap;
  }
}
.cid-ufbTezsmbn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufbTezsmbn .dropdown-menu,
.cid-ufbTezsmbn .navbar.opened {
  background: #000000 !important;
}
.cid-ufbTezsmbn .nav-item:focus,
.cid-ufbTezsmbn .nav-link:focus {
  outline: none;
}
.cid-ufbTezsmbn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufbTezsmbn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufbTezsmbn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufbTezsmbn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufbTezsmbn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufbTezsmbn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufbTezsmbn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-ufbTezsmbn .navbar.opened {
  transition: all 0.3s;
}
.cid-ufbTezsmbn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufbTezsmbn .navbar .navbar-logo img {
  width: auto;
}
.cid-ufbTezsmbn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufbTezsmbn .navbar.collapsed {
  justify-content: center;
}
.cid-ufbTezsmbn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufbTezsmbn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufbTezsmbn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-ufbTezsmbn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufbTezsmbn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufbTezsmbn .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-ufbTezsmbn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufbTezsmbn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufbTezsmbn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufbTezsmbn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufbTezsmbn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufbTezsmbn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufbTezsmbn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufbTezsmbn .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-ufbTezsmbn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufbTezsmbn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufbTezsmbn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufbTezsmbn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufbTezsmbn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufbTezsmbn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufbTezsmbn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufbTezsmbn .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufbTezsmbn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufbTezsmbn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufbTezsmbn .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-ufbTezsmbn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufbTezsmbn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufbTezsmbn .dropdown-item.active,
.cid-ufbTezsmbn .dropdown-item:active {
  background-color: transparent;
}
.cid-ufbTezsmbn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufbTezsmbn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufbTezsmbn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufbTezsmbn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ufbTezsmbn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufbTezsmbn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufbTezsmbn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufbTezsmbn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufbTezsmbn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufbTezsmbn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ufbTezsmbn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufbTezsmbn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufbTezsmbn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufbTezsmbn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufbTezsmbn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufbTezsmbn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufbTezsmbn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufbTezsmbn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufbTezsmbn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufbTezsmbn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufbTezsmbn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ufbTezsmbn .navbar {
    height: 70px;
  }
  .cid-ufbTezsmbn .navbar.opened {
    height: auto;
  }
  .cid-ufbTezsmbn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufbTezMoiR {
  background-image: url("../../../assets/images/mbr-3.jpg");
}
.cid-ufbTezMoiR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufbTezMoiR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufbTnr6dVH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-ufbTnr6dVH .mbr-section-subtitle {
  text-align: left;
}
.cid-ufbTnr6dVH .form-control {
  width: 250px;
  background-color: #fafafa;
}
.cid-ufbTnr6dVH .result {
  color: blue;
  font-weight: bold;
}
.cid-ufbTnr6dVH .btn {
  margin-left: 0px;
}
.cid-ufbTeAtdR0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufbTeAtdR0 code {
  color: #3384d6;
  font-size: 0.9rem;
}
.cid-ufbTeAtdR0 span.counter {
  color: blue;
  font-weight: bold;
}
.cid-ufcgYBEdf1 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #47b5ed;
}
.cid-ufcgYBEdf1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufcgYBEdf1 .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-ufcgYBEdf1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufcgYBEdf1 .row {
  flex-direction: row-reverse;
}
.cid-ufcgYBEdf1 img {
  width: 100%;
}
.cid-ugNtBD65W9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-ugNtBD65W9 .mbr-section-subtitle {
  text-align: left;
}
.cid-ugNtBD65W9 .form-control {
  width: 250px;
  background-color: #fafafa;
}
.cid-ugNtBD65W9 .result {
  color: blue;
  font-weight: bold;
}
.cid-ugNtBD65W9 .btn {
  margin-left: 0px;
}
.cid-ugNUCgwm6J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6ec7f2;
}
.cid-ugNUCgwm6J .mbr-section-subtitle {
  text-align: left;
}
.cid-ugNUCgwm6J .form-control {
  width: 250px;
  background-color: #fafafa;
}
.cid-ugNUCgwm6J .result {
  color: blue;
  font-weight: bold;
}
.cid-ugNUCgwm6J .btn {
  margin-left: 0px;
}
.cid-ufDzKfyRIH.popup-builder {
  background-color: #ffffff;
}
.cid-ufDzKfyRIH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufDzKfyRIH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufDzKfyRIH .modal-content,
.cid-ufDzKfyRIH .modal-dialog {
  height: auto;
}
.cid-ufDzKfyRIH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufDzKfyRIH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufDzKfyRIH .form-wrapper .mbr-form .form-group,
  .cid-ufDzKfyRIH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufDzKfyRIH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufDzKfyRIH .mbr-figure img {
  display: block;
  width: 100%;
  border-radius: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ufDzKfyRIH .mbr-text {
  text-align: center;
  color: #22a5e5;
}
.cid-ufDzKfyRIH .pt-0 {
  padding-top: 0 !important;
}
.cid-ufDzKfyRIH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufDzKfyRIH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufDzKfyRIH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufDzKfyRIH .modal-open {
  overflow: hidden;
}
.cid-ufDzKfyRIH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufDzKfyRIH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufDzKfyRIH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufDzKfyRIH .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ufDzKfyRIH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufDzKfyRIH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufDzKfyRIH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufDzKfyRIH .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ufDzKfyRIH .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufDzKfyRIH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufDzKfyRIH .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufDzKfyRIH .modal-backdrop.show {
  opacity: .5;
}
.cid-ufDzKfyRIH .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ufDzKfyRIH .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufDzKfyRIH .modal-header {
    padding: 1rem;
  }
}
.cid-ufDzKfyRIH .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufDzKfyRIH .modal-header .close svg {
  fill: #ff0000;
}
.cid-ufDzKfyRIH .modal-header .close:hover {
  opacity: 1;
}
.cid-ufDzKfyRIH .modal-header .close:focus {
  outline: none;
}
.cid-ufDzKfyRIH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #e43f3f;
}
.cid-ufDzKfyRIH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufDzKfyRIH .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufDzKfyRIH .modal-body {
    padding: 1rem;
  }
}
.cid-ufDzKfyRIH .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ufDzKfyRIH .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufDzKfyRIH .modal-footer {
    padding: 1rem;
  }
}
.cid-ufDzKfyRIH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufDzKfyRIH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufDzKfyRIH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufDzKfyRIH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufDzKfyRIH .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufDzKfyRIH .modal-lg,
  .cid-ufDzKfyRIH .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufDzKfyRIH .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufDzKfyRIH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufDzKfyRIH .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ufDzKfyRIH .form-group {
  margin-bottom: 1rem;
}
.cid-ufDzKfyRIH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufDzKfyRIH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufDzKfyRIH .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ufDzKfyRIH .mbr-section-btn {
  margin: 10px;
}
.cid-ufDzKfyRIH .mbr-section-btn .btn {
  margin: 10px;
}
.cid-ufDzKfyRIH .custombtn {
  width: 100px !important;
  white-space: nowrap !important;
}
.cid-ufDzKfyRIH H5 {
  text-align: left;
}
.cid-ufDzKfyRIH .offcanvas-header {
  background-color: #123c87;
  padding: 1.5rem 1rem;
}
.cid-ufDzKfyRIH .offcanvas {
  background-color: #47b5ed;
  padding-top: 30px;
}
.cid-uiG142j8Vi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uiFFMavGAV {
  z-index: 1000;
  width: 100%;
}
.cid-uiFFMavGAV nav.navbar {
  position: fixed;
}
.cid-uiFFMavGAV .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-uiFFMavGAV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uiFFMavGAV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uiFFMavGAV .dropdown-item:hover,
.cid-uiFFMavGAV .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uiFFMavGAV .dropdown-item:hover span {
  color: white;
}
.cid-uiFFMavGAV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uiFFMavGAV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uiFFMavGAV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uiFFMavGAV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uiFFMavGAV .nav-link {
  position: relative;
}
.cid-uiFFMavGAV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uiFFMavGAV .container {
    flex-wrap: nowrap;
  }
}
.cid-uiFFMavGAV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uiFFMavGAV .dropdown-menu,
.cid-uiFFMavGAV .navbar.opened {
  background: #000000 !important;
}
.cid-uiFFMavGAV .nav-item:focus,
.cid-uiFFMavGAV .nav-link:focus {
  outline: none;
}
.cid-uiFFMavGAV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uiFFMavGAV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiFFMavGAV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uiFFMavGAV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uiFFMavGAV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uiFFMavGAV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uiFFMavGAV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-uiFFMavGAV .navbar.opened {
  transition: all 0.3s;
}
.cid-uiFFMavGAV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uiFFMavGAV .navbar .navbar-logo img {
  width: auto;
}
.cid-uiFFMavGAV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uiFFMavGAV .navbar.collapsed {
  justify-content: center;
}
.cid-uiFFMavGAV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uiFFMavGAV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uiFFMavGAV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uiFFMavGAV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiFFMavGAV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiFFMavGAV .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-uiFFMavGAV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiFFMavGAV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uiFFMavGAV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uiFFMavGAV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uiFFMavGAV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiFFMavGAV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiFFMavGAV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uiFFMavGAV .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-uiFFMavGAV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uiFFMavGAV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uiFFMavGAV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uiFFMavGAV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uiFFMavGAV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uiFFMavGAV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uiFFMavGAV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uiFFMavGAV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uiFFMavGAV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uiFFMavGAV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uiFFMavGAV .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-uiFFMavGAV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uiFFMavGAV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiFFMavGAV .dropdown-item.active,
.cid-uiFFMavGAV .dropdown-item:active {
  background-color: transparent;
}
.cid-uiFFMavGAV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uiFFMavGAV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiFFMavGAV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiFFMavGAV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uiFFMavGAV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uiFFMavGAV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiFFMavGAV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uiFFMavGAV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uiFFMavGAV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uiFFMavGAV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uiFFMavGAV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uiFFMavGAV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiFFMavGAV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiFFMavGAV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uiFFMavGAV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiFFMavGAV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uiFFMavGAV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uiFFMavGAV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiFFMavGAV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uiFFMavGAV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uiFFMavGAV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uiFFMavGAV .navbar {
    height: 70px;
  }
  .cid-uiFFMavGAV .navbar.opened {
    height: auto;
  }
  .cid-uiFFMavGAV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiFFMaOCva {
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-uiFFMaOCva .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFFMaOCva .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiGgiTNLMx {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #9fdbf8;
}
.cid-uiGgiTNLMx code {
  color: #3384d6;
  font-size: 1rem;
}
.cid-uiGgiTNLMx button {
  border-radius: 30px;
}
.cid-uiGgiTNLMx .offcanvas-header {
  background-color: #123c87;
  padding: 1.5rem 1rem;
}
.cid-uiGgiTNLMx .offcanvas {
  background-color: #47b5ed;
  padding-top: 30px;
}
.cid-uiGgiTNLMx H5 {
  color: #ffffff;
}
.cid-uiGgiTNLMx .wharf {
  display: flex;
  width: 159px;
  height: 39px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 600;
  border-bottom-right-radius: 15px;
}
.cid-uiGgiTNLMx .flotter-wharf {
  position: fixed;
  top: 50%;
  rotate: -90deg;
  z-index: 999;
  left: -60px;
  display: inline-block;
  width: 159px;
  border-bottom-left-radius: 15px;
}
@media (max-width: 500px) {
  .cid-uiGgiTNLMx .wharf {
    display: none;
  }
  .cid-uiGgiTNLMx .flotter-wharf {
    display: none;
  }
}
.cid-uiGgiTNLMx .my-xy {
  color: #ffe161;
  font-weight: bold;
}
.cid-uiGmSFeBDy {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #9fdbf8;
}
.cid-uiGmSFeBDy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiGmSFeBDy .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-uiGmSFeBDy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiGmSFeBDy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uiGmSFeBDy .text-wrapper {
    padding: 2rem;
  }
}
.cid-uiG142j8Vi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uiMseN8eYj {
  z-index: 1000;
  width: 100%;
}
.cid-uiMseN8eYj nav.navbar {
  position: fixed;
}
.cid-uiMseN8eYj .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-uiMseN8eYj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uiMseN8eYj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uiMseN8eYj .dropdown-item:hover,
.cid-uiMseN8eYj .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uiMseN8eYj .dropdown-item:hover span {
  color: white;
}
.cid-uiMseN8eYj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uiMseN8eYj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uiMseN8eYj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uiMseN8eYj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uiMseN8eYj .nav-link {
  position: relative;
}
.cid-uiMseN8eYj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uiMseN8eYj .container {
    flex-wrap: nowrap;
  }
}
.cid-uiMseN8eYj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uiMseN8eYj .dropdown-menu,
.cid-uiMseN8eYj .navbar.opened {
  background: #000000 !important;
}
.cid-uiMseN8eYj .nav-item:focus,
.cid-uiMseN8eYj .nav-link:focus {
  outline: none;
}
.cid-uiMseN8eYj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uiMseN8eYj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiMseN8eYj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uiMseN8eYj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uiMseN8eYj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uiMseN8eYj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uiMseN8eYj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-uiMseN8eYj .navbar.opened {
  transition: all 0.3s;
}
.cid-uiMseN8eYj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uiMseN8eYj .navbar .navbar-logo img {
  width: auto;
}
.cid-uiMseN8eYj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uiMseN8eYj .navbar.collapsed {
  justify-content: center;
}
.cid-uiMseN8eYj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uiMseN8eYj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uiMseN8eYj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uiMseN8eYj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiMseN8eYj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiMseN8eYj .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-uiMseN8eYj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiMseN8eYj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uiMseN8eYj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uiMseN8eYj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uiMseN8eYj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiMseN8eYj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiMseN8eYj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uiMseN8eYj .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-uiMseN8eYj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uiMseN8eYj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uiMseN8eYj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uiMseN8eYj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uiMseN8eYj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uiMseN8eYj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uiMseN8eYj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uiMseN8eYj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uiMseN8eYj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uiMseN8eYj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uiMseN8eYj .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-uiMseN8eYj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uiMseN8eYj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiMseN8eYj .dropdown-item.active,
.cid-uiMseN8eYj .dropdown-item:active {
  background-color: transparent;
}
.cid-uiMseN8eYj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uiMseN8eYj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiMseN8eYj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiMseN8eYj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uiMseN8eYj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uiMseN8eYj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiMseN8eYj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uiMseN8eYj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uiMseN8eYj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uiMseN8eYj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uiMseN8eYj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uiMseN8eYj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiMseN8eYj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiMseN8eYj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uiMseN8eYj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiMseN8eYj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uiMseN8eYj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uiMseN8eYj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiMseN8eYj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uiMseN8eYj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uiMseN8eYj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uiMseN8eYj .navbar {
    height: 70px;
  }
  .cid-uiMseN8eYj .navbar.opened {
    height: auto;
  }
  .cid-uiMseN8eYj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiMseNrKvz {
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-uiMseNrKvz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiMseNrKvz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiMtfX8VU3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6ec7f2;
}
.cid-uiMtfX8VU3 .responsive-image {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.cid-uiMtfX8VU3 .map-container {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-uiMtfX8VU3 .map-area {
  position: absolute;
  border: 1px solid red;
  background-color: rgba(255, 0, 0, 0.1);
}
.cid-uiMtfX8VU3 .map-area:hover {
  background-color: transparent;
}
.cid-uiMtfX8VU3 .map-area a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.cid-uiMtfX8VU3 .mbr-section-subtitle {
  text-align: center;
}
.cid-uiMtfX8VU3 .mbr-text {
  text-align: center;
}
.cid-uiN6bSuj8k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-uiN6bSuj8k code {
  color: #3384d6;
  font-size: .8rem;
}
.cid-uiNkonAtjb {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #47b5ed;
}
.cid-uiNkonAtjb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiNkonAtjb .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-uiNkonAtjb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiNkonAtjb .row {
  flex-direction: row-reverse;
}
.cid-uiNkonAtjb img {
  width: 100%;
}
.cid-uiMseO8U2a {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
}
.cid-ulC2jdpvID {
  z-index: 1000;
  width: 100%;
}
.cid-ulC2jdpvID nav.navbar {
  position: fixed;
}
.cid-ulC2jdpvID .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-ulC2jdpvID .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulC2jdpvID .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ulC2jdpvID .dropdown-item:hover,
.cid-ulC2jdpvID .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ulC2jdpvID .dropdown-item:hover span {
  color: white;
}
.cid-ulC2jdpvID .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulC2jdpvID .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulC2jdpvID .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulC2jdpvID .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulC2jdpvID .nav-link {
  position: relative;
}
.cid-ulC2jdpvID .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ulC2jdpvID .container {
    flex-wrap: nowrap;
  }
}
.cid-ulC2jdpvID .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulC2jdpvID .dropdown-menu,
.cid-ulC2jdpvID .navbar.opened {
  background: #000000 !important;
}
.cid-ulC2jdpvID .nav-item:focus,
.cid-ulC2jdpvID .nav-link:focus {
  outline: none;
}
.cid-ulC2jdpvID .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulC2jdpvID .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulC2jdpvID .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulC2jdpvID .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulC2jdpvID .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulC2jdpvID .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulC2jdpvID .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-ulC2jdpvID .navbar.opened {
  transition: all 0.3s;
}
.cid-ulC2jdpvID .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulC2jdpvID .navbar .navbar-logo img {
  width: auto;
}
.cid-ulC2jdpvID .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulC2jdpvID .navbar.collapsed {
  justify-content: center;
}
.cid-ulC2jdpvID .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulC2jdpvID .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulC2jdpvID .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-ulC2jdpvID .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulC2jdpvID .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulC2jdpvID .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-ulC2jdpvID .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulC2jdpvID .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulC2jdpvID .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulC2jdpvID .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulC2jdpvID .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulC2jdpvID .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulC2jdpvID .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulC2jdpvID .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-ulC2jdpvID .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulC2jdpvID .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulC2jdpvID .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulC2jdpvID .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulC2jdpvID .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulC2jdpvID .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulC2jdpvID .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ulC2jdpvID .navbar.navbar-short {
  min-height: 60px;
}
.cid-ulC2jdpvID .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulC2jdpvID .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulC2jdpvID .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-ulC2jdpvID .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulC2jdpvID .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulC2jdpvID .dropdown-item.active,
.cid-ulC2jdpvID .dropdown-item:active {
  background-color: transparent;
}
.cid-ulC2jdpvID .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulC2jdpvID .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulC2jdpvID .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulC2jdpvID .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ulC2jdpvID .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulC2jdpvID .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulC2jdpvID ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulC2jdpvID .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulC2jdpvID button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulC2jdpvID button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ulC2jdpvID button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulC2jdpvID button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulC2jdpvID button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulC2jdpvID button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulC2jdpvID nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulC2jdpvID nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulC2jdpvID nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulC2jdpvID nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulC2jdpvID .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ulC2jdpvID a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulC2jdpvID .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulC2jdpvID .navbar {
    height: 70px;
  }
  .cid-ulC2jdpvID .navbar.opened {
    height: auto;
  }
  .cid-ulC2jdpvID .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulC2jdINpg {
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-ulC2jdINpg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulC2jdINpg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulC2DIEh9E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ulC2DIEh9E .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-ulC2DIEh9E .gallery-item {
  width: 250px;
  margin: 10px;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.2s;
}
.cid-ulC2DIEh9E .gallery-item:hover {
  transform: scale(1.05);
}
.cid-ulC2DIEh9E .lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}
.cid-ulC2DIEh9E .lightbox-content {
  max-width: 80%;
  max-height: 80%;
  border-radius: 20px;
  transition: transform 0.2s;
}
.cid-ulC2DIEh9E .close {
  position: absolute;
  top: 80px;
  right: 30px;
  color: white;
  font-size: 30px;
  line-hight: 30px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1000;
}
.cid-ulC2DIEh9E .zoom-controls {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}
.cid-ulC2DIEh9E .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-ulC2DIEh9E .mbr-section-subtitle {
  text-align: center;
  color: #ffe161;
}
.cid-ulC2EqcrD7 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ulC2EqcrD7 code {
  color: #3384d6;
  font-size: 0.8rem;
}
.cid-ulC2Fyran6 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #47b5ed;
}
.cid-ulC2Fyran6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulC2Fyran6 .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-ulC2Fyran6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulC2Fyran6 .row {
  flex-direction: row-reverse;
}
.cid-ulC2Fyran6 img {
  width: 100%;
}
.cid-ulC2je98W4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uoksPCxjqa {
  z-index: 1000;
  width: 100%;
}
.cid-uoksPCxjqa nav.navbar {
  position: fixed;
}
.cid-uoksPCxjqa .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-uoksPCxjqa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoksPCxjqa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoksPCxjqa .dropdown-item:hover,
.cid-uoksPCxjqa .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoksPCxjqa .dropdown-item:hover span {
  color: white;
}
.cid-uoksPCxjqa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoksPCxjqa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoksPCxjqa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoksPCxjqa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoksPCxjqa .nav-link {
  position: relative;
}
.cid-uoksPCxjqa .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoksPCxjqa .container {
    flex-wrap: nowrap;
  }
}
.cid-uoksPCxjqa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoksPCxjqa .dropdown-menu,
.cid-uoksPCxjqa .navbar.opened {
  background: #000000 !important;
}
.cid-uoksPCxjqa .nav-item:focus,
.cid-uoksPCxjqa .nav-link:focus {
  outline: none;
}
.cid-uoksPCxjqa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoksPCxjqa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoksPCxjqa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoksPCxjqa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoksPCxjqa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoksPCxjqa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoksPCxjqa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-uoksPCxjqa .navbar.opened {
  transition: all 0.3s;
}
.cid-uoksPCxjqa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoksPCxjqa .navbar .navbar-logo img {
  width: auto;
}
.cid-uoksPCxjqa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoksPCxjqa .navbar.collapsed {
  justify-content: center;
}
.cid-uoksPCxjqa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoksPCxjqa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoksPCxjqa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uoksPCxjqa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoksPCxjqa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoksPCxjqa .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-uoksPCxjqa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoksPCxjqa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoksPCxjqa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoksPCxjqa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoksPCxjqa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoksPCxjqa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoksPCxjqa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoksPCxjqa .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-uoksPCxjqa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoksPCxjqa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoksPCxjqa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoksPCxjqa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoksPCxjqa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoksPCxjqa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoksPCxjqa .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoksPCxjqa .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoksPCxjqa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoksPCxjqa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoksPCxjqa .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-uoksPCxjqa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoksPCxjqa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoksPCxjqa .dropdown-item.active,
.cid-uoksPCxjqa .dropdown-item:active {
  background-color: transparent;
}
.cid-uoksPCxjqa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoksPCxjqa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoksPCxjqa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoksPCxjqa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uoksPCxjqa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoksPCxjqa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoksPCxjqa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoksPCxjqa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoksPCxjqa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoksPCxjqa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoksPCxjqa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoksPCxjqa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoksPCxjqa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoksPCxjqa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoksPCxjqa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoksPCxjqa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoksPCxjqa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoksPCxjqa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoksPCxjqa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoksPCxjqa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoksPCxjqa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoksPCxjqa .navbar {
    height: 70px;
  }
  .cid-uoksPCxjqa .navbar.opened {
    height: auto;
  }
  .cid-uoksPCxjqa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoksPCPq2U {
  background-image: url("../../../assets/images/nested.jpg");
}
.cid-uoksPCPq2U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoksPCPq2U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoksPD0oSh {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoksPD0oSh code {
  color: #3384d6;
  font-size: 1.0rem;
}
.cid-uol3BEN9gF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uol3BEN9gF .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uol2dsrtIv {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uol2dsrtIv code {
  color: #3384d6;
  font-size: 1.0rem;
}
.cid-uoksPDaSdf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uokw9RzYaD.popup-builder {
  background-color: #ffffff;
}
.cid-uokw9RzYaD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uokw9RzYaD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uokw9RzYaD .modal-content,
.cid-uokw9RzYaD .modal-dialog {
  height: auto;
}
.cid-uokw9RzYaD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uokw9RzYaD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uokw9RzYaD .form-wrapper .mbr-form .form-group,
  .cid-uokw9RzYaD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uokw9RzYaD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uokw9RzYaD .mbr-figure img {
  display: block;
  width: 100%;
  border-radius: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uokw9RzYaD .mbr-text {
  text-align: center;
}
.cid-uokw9RzYaD .pt-0 {
  padding-top: 0 !important;
}
.cid-uokw9RzYaD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uokw9RzYaD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uokw9RzYaD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uokw9RzYaD .modal-open {
  overflow: hidden;
}
.cid-uokw9RzYaD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uokw9RzYaD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uokw9RzYaD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uokw9RzYaD .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uokw9RzYaD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uokw9RzYaD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uokw9RzYaD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uokw9RzYaD .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uokw9RzYaD .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uokw9RzYaD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uokw9RzYaD .modal-backdrop.fade {
  opacity: 0;
}
.cid-uokw9RzYaD .modal-backdrop.show {
  opacity: .5;
}
.cid-uokw9RzYaD .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uokw9RzYaD .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uokw9RzYaD .modal-header {
    padding: 1rem;
  }
}
.cid-uokw9RzYaD .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uokw9RzYaD .modal-header .close svg {
  fill: #353535;
}
.cid-uokw9RzYaD .modal-header .close:hover {
  opacity: 1;
}
.cid-uokw9RzYaD .modal-header .close:focus {
  outline: none;
}
.cid-uokw9RzYaD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uokw9RzYaD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uokw9RzYaD .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uokw9RzYaD .modal-body {
    padding: 1rem;
  }
}
.cid-uokw9RzYaD .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uokw9RzYaD .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uokw9RzYaD .modal-footer {
    padding: 1rem;
  }
}
.cid-uokw9RzYaD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uokw9RzYaD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uokw9RzYaD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uokw9RzYaD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uokw9RzYaD .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uokw9RzYaD .modal-lg,
  .cid-uokw9RzYaD .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uokw9RzYaD .modal-xl {
    max-width: 1140px;
  }
}
.cid-uokw9RzYaD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uokw9RzYaD .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uokw9RzYaD .form-group {
  margin-bottom: 1rem;
}
.cid-uokw9RzYaD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uokw9RzYaD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uokw9RzYaD .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uokw9RzYaD .mbr-section-btn {
  margin: 0;
}
.cid-uokw9RzYaD .mbr-section-btn .btn {
  margin: 0;
}
.cid-uokx8LUBCC.popup-builder {
  background-color: #ffffff;
}
.cid-uokx8LUBCC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uokx8LUBCC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uokx8LUBCC .modal-content,
.cid-uokx8LUBCC .modal-dialog {
  height: auto;
}
.cid-uokx8LUBCC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uokx8LUBCC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uokx8LUBCC .form-wrapper .mbr-form .form-group,
  .cid-uokx8LUBCC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uokx8LUBCC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uokx8LUBCC .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uokx8LUBCC .mbr-text {
  text-align: center;
  color: #4479d9;
}
.cid-uokx8LUBCC .pt-0 {
  padding-top: 0 !important;
}
.cid-uokx8LUBCC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uokx8LUBCC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uokx8LUBCC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uokx8LUBCC .modal-open {
  overflow: hidden;
}
.cid-uokx8LUBCC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uokx8LUBCC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uokx8LUBCC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uokx8LUBCC .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uokx8LUBCC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uokx8LUBCC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uokx8LUBCC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uokx8LUBCC .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uokx8LUBCC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uokx8LUBCC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uokx8LUBCC .modal-backdrop.fade {
  opacity: 0;
}
.cid-uokx8LUBCC .modal-backdrop.show {
  opacity: .5;
}
.cid-uokx8LUBCC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uokx8LUBCC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uokx8LUBCC .modal-header {
    padding: 1rem;
  }
}
.cid-uokx8LUBCC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uokx8LUBCC .modal-header .close svg {
  fill: #ffffff;
}
.cid-uokx8LUBCC .modal-header .close:hover {
  opacity: 1;
}
.cid-uokx8LUBCC .modal-header .close:focus {
  outline: none;
}
.cid-uokx8LUBCC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-uokx8LUBCC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uokx8LUBCC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uokx8LUBCC .modal-body {
    padding: 1rem;
  }
}
.cid-uokx8LUBCC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uokx8LUBCC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uokx8LUBCC .modal-footer {
    padding: 1rem;
  }
}
.cid-uokx8LUBCC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uokx8LUBCC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uokx8LUBCC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uokx8LUBCC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uokx8LUBCC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uokx8LUBCC .modal-lg,
  .cid-uokx8LUBCC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uokx8LUBCC .modal-xl {
    max-width: 1140px;
  }
}
.cid-uokx8LUBCC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uokx8LUBCC .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uokx8LUBCC .form-group {
  margin-bottom: 1rem;
}
.cid-uokx8LUBCC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uokx8LUBCC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uokx8LUBCC .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uokx8LUBCC .mbr-section-btn {
  margin: 0;
}
.cid-uokx8LUBCC .mbr-section-btn .btn {
  margin: 0;
}
.cid-uokzcK8rHK.popup-builder {
  background-color: #ffffff;
}
.cid-uokzcK8rHK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uokzcK8rHK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uokzcK8rHK .modal-content,
.cid-uokzcK8rHK .modal-dialog {
  height: auto;
}
.cid-uokzcK8rHK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uokzcK8rHK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uokzcK8rHK .form-wrapper .mbr-form .form-group,
  .cid-uokzcK8rHK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uokzcK8rHK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uokzcK8rHK .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uokzcK8rHK .mbr-text {
  text-align: center;
}
.cid-uokzcK8rHK .pt-0 {
  padding-top: 0 !important;
}
.cid-uokzcK8rHK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uokzcK8rHK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uokzcK8rHK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uokzcK8rHK .modal-open {
  overflow: hidden;
}
.cid-uokzcK8rHK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uokzcK8rHK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uokzcK8rHK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uokzcK8rHK .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uokzcK8rHK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uokzcK8rHK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uokzcK8rHK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uokzcK8rHK .modal-content {
  background: #4479d9;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uokzcK8rHK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uokzcK8rHK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uokzcK8rHK .modal-backdrop.fade {
  opacity: 0;
}
.cid-uokzcK8rHK .modal-backdrop.show {
  opacity: .5;
}
.cid-uokzcK8rHK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uokzcK8rHK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uokzcK8rHK .modal-header {
    padding: 1rem;
  }
}
.cid-uokzcK8rHK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uokzcK8rHK .modal-header .close svg {
  fill: #ffffff;
}
.cid-uokzcK8rHK .modal-header .close:hover {
  opacity: 1;
}
.cid-uokzcK8rHK .modal-header .close:focus {
  outline: none;
}
.cid-uokzcK8rHK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-uokzcK8rHK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uokzcK8rHK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uokzcK8rHK .modal-body {
    padding: 1rem;
  }
}
.cid-uokzcK8rHK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uokzcK8rHK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uokzcK8rHK .modal-footer {
    padding: 1rem;
  }
}
.cid-uokzcK8rHK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uokzcK8rHK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uokzcK8rHK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uokzcK8rHK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uokzcK8rHK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uokzcK8rHK .modal-lg,
  .cid-uokzcK8rHK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uokzcK8rHK .modal-xl {
    max-width: 1140px;
  }
}
.cid-uokzcK8rHK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uokzcK8rHK .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uokzcK8rHK .form-group {
  margin-bottom: 1rem;
}
.cid-uokzcK8rHK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uokzcK8rHK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uokzcK8rHK .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uokzcK8rHK .mbr-section-btn {
  margin: 0;
}
.cid-uokzcK8rHK .mbr-section-btn .btn {
  margin: 0;
}
.cid-upVdArVjFu {
  z-index: 1000;
  width: 100%;
}
.cid-upVdArVjFu nav.navbar {
  position: fixed;
}
.cid-upVdArVjFu .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-upVdArVjFu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upVdArVjFu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upVdArVjFu .dropdown-item:hover,
.cid-upVdArVjFu .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-upVdArVjFu .dropdown-item:hover span {
  color: white;
}
.cid-upVdArVjFu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upVdArVjFu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upVdArVjFu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upVdArVjFu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upVdArVjFu .nav-link {
  position: relative;
}
.cid-upVdArVjFu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-upVdArVjFu .container {
    flex-wrap: nowrap;
  }
}
.cid-upVdArVjFu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upVdArVjFu .dropdown-menu,
.cid-upVdArVjFu .navbar.opened {
  background: #000000 !important;
}
.cid-upVdArVjFu .nav-item:focus,
.cid-upVdArVjFu .nav-link:focus {
  outline: none;
}
.cid-upVdArVjFu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upVdArVjFu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upVdArVjFu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upVdArVjFu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upVdArVjFu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upVdArVjFu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upVdArVjFu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-upVdArVjFu .navbar.opened {
  transition: all 0.3s;
}
.cid-upVdArVjFu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upVdArVjFu .navbar .navbar-logo img {
  width: auto;
}
.cid-upVdArVjFu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upVdArVjFu .navbar.collapsed {
  justify-content: center;
}
.cid-upVdArVjFu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upVdArVjFu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upVdArVjFu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-upVdArVjFu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upVdArVjFu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upVdArVjFu .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-upVdArVjFu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upVdArVjFu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upVdArVjFu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upVdArVjFu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upVdArVjFu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upVdArVjFu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upVdArVjFu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upVdArVjFu .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-upVdArVjFu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upVdArVjFu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upVdArVjFu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upVdArVjFu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upVdArVjFu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upVdArVjFu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-upVdArVjFu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-upVdArVjFu .navbar.navbar-short {
  min-height: 60px;
}
.cid-upVdArVjFu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upVdArVjFu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upVdArVjFu .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-upVdArVjFu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upVdArVjFu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upVdArVjFu .dropdown-item.active,
.cid-upVdArVjFu .dropdown-item:active {
  background-color: transparent;
}
.cid-upVdArVjFu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upVdArVjFu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upVdArVjFu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upVdArVjFu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-upVdArVjFu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upVdArVjFu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upVdArVjFu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upVdArVjFu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upVdArVjFu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upVdArVjFu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upVdArVjFu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upVdArVjFu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upVdArVjFu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upVdArVjFu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upVdArVjFu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upVdArVjFu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upVdArVjFu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upVdArVjFu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upVdArVjFu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upVdArVjFu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upVdArVjFu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upVdArVjFu .navbar {
    height: 70px;
  }
  .cid-upVdArVjFu .navbar.opened {
    height: auto;
  }
  .cid-upVdArVjFu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upVdAseLuV {
  background-image: url("../../../assets/images/mbr-7.jpg");
}
.cid-upVdAseLuV .mbr-fallback-image.disabled {
  display: none;
}
.cid-upVdAseLuV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upVdAseLuV .mbr-text,
.cid-upVdAseLuV .mbr-section-btn {
  color: #f60a0a;
}
.cid-upVdAseLuV .mbr-section-subtitle {
  color: #fff0b0;
}
.cid-upVdAsrXRo {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #082c6f;
}
.cid-upVdAsrXRo code {
  color: #3384d6;
  font-size: 1.0rem;
}
.cid-upVdAsrXRo .mbr-section-title {
  color: #ffffff;
}
.cid-upVdAsrXRo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upVdAsCIJa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #082c6f;
}
.cid-upVdAsCIJa .mbr-section-btn {
  justify-content: left;
  display: flex;
  flex-wrap: wrap;
}
.cid-upVdAsCIJa .button {
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.cid-upVdAsCIJa .button:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.cid-upVdAsCIJa .button:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #008fb3;
  transition: all .3s;
  border-radius: 10rem;
  z-index: -1;
}
.cid-upVdAsCIJa .button:hover {
  color: #fff;
}
.cid-upVdAsCIJa .button:hover:before {
  width: 100%;
}
.cid-upVdAsCIJa .glow-on-hover {
  height: 52px;
  border: none;
  outline: none;
  color: #fff;
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10rem;
}
.cid-upVdAsCIJa .glow-on-hover:before {
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(104%);
  height: calc(104%);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10rem;
}
.cid-upVdAsCIJa .glow-on-hover:active {
  color: #000000;
}
.cid-upVdAsCIJa .glow-on-hover:active:after {
  background: transparent;
}
.cid-upVdAsCIJa .glow-on-hover:hover:before {
  opacity: 1;
}
.cid-upVdAsCIJa .glow-on-hover:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  left: 0;
  top: 0;
  border-radius: 10rem;
}
@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.cid-uNOhLZdnFt {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #082c6f;
  overflow-x: hidden;
}
.cid-uNOhLZdnFt .mbr-section-btn {
  justify-content: left;
  display: flex;
  flex-wrap: wrap;
}
.cid-uNOhLZdnFt .btn-flip {
  opacity: 1;
  outline: 0;
  color: #fff;
  line-height: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  margin-left: 12px;
}
.cid-uNOhLZdnFt .btn-flip:hover:after {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}
.cid-uNOhLZdnFt .btn-flip:hover:before {
  opacity: 0;
  transform: translateY(50%) rotateX(90deg);
}
.cid-uNOhLZdnFt .btn-flip:after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  color: #fff;
  display: block;
  padding: 7px 20px;
  border-radius: 10px;
  transition: 0.5s;
  position: absolute;
  background: #ff6666;
  content: attr(data-back);
  transform: translateY(-50%) rotateX(90deg);
}
.cid-uNOhLZdnFt .btn-flip:before {
  top: 0;
  left: 0;
  opacity: 1;
  color: #fff;
  display: block;
  padding: 7px 20px;
  border-radius: 30px;
  line-height: 40px;
  transition: 0.5s;
  position: relative;
  background: #6592e6;
  content: attr(data-front);
  transform: translateY(0) rotateX(0);
}
.cid-uNOhLZdnFt .btn-flip2-color:before {
  background: #1c5ac9;
}
@keyframes animateGradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.cid-uNOhLZdnFt .btn-flip2-color:after {
  background: linear-gradient(to right, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  background-size: 300% 300%;
}
.cid-uNOhLZdnFt .btn-flip2-color:hover:after {
  animation: animateGradient 2s ease forwards;
}
@media (max-width: 500px) {
  .cid-uNOhLZdnFt .btn-flip2-color {
    margin-top: 40px;
  }
}
.cid-uNOhLZdnFt .line-wrapper {
  position: relative;
  height: 2px;
  margin-bottom: 24px;
}
.cid-uNOhLZdnFt #lineh1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background: #721ac9;
  animation: lineH 8s 2s infinite linear;
}
.cid-uNOhLZdnFt .bullet {
  position: absolute;
  top: -5px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ff6666;
  animation: bulletMove 8s 2s infinite linear;
}
@keyframes lineH {
  0% {
    width: 0%;
    opacity: 1;
  }
  80% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
@keyframes bulletMove {
  0% {
    left: 0%;
    opacity: 1;
  }
  80% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
.cid-upVdAsMVRA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upVdAsMVRA code {
  color: #3384d6;
  font-size: 1.0rem;
}
.cid-upVdAsMVRA .myicon {
  width: 16px;
  height: 16px;
  margin-bottom: 4px;
  display: inline-flex;
}
.cid-uNGwIkUajb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uNGwIkUajb code {
  color: #3384d6;
  font-size: 1.0rem;
}
.cid-uNGwIkUajb .myicon {
  width: 16px;
  height: 16px;
  margin-bottom: 4px;
  display: inline-flex;
}
.cid-uNSVeAkplH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dacccc;
}
.cid-uNSVeAkplH code {
  color: #3384d6;
  font-size: 1.0rem;
}
.cid-uNYoxSNDFI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uNYoxSNDFI code {
  color: #3384d6;
  font-size: 1.0rem;
}
.cid-uOaaZugODj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uNYzx184FD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ececec;
  overflow-x: hidden;
  border-top: 2px solid #232323;
  border-bottom: 2px solid #232323;
}
.cid-uNYzx184FD .mbr-section-subtitle {
  color: #232323;
}
.cid-uNYzx184FD .mbr-text {
  color: #ffffff;
}
.cid-uNYzx184FD .line-wrapper {
  position: relative;
  height: 20px;
  width: 100%;
}
.cid-uNYzx184FD .line-glow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 2px;
  width: 0%;
  background: linear-gradient(to right, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  animation: lineHGlow 8s 2s infinite linear;
  box-shadow: 0 0 8px #ff00c8;
  opacity: 1;
}
.cid-uNYzx184FD .bullet-glow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ff00c8;
  animation: bulletMoveGlow 8s 2s infinite linear;
  box-shadow: 0 0 12px #ff00c8;
}
.cid-uNYzx184FD .line-hover:hover .line-glow,
.cid-uNYzx184FD .line-hover:hover .bullet-glow {
  animation-play-state: paused;
}
.cid-uNYzx184FD .line-hover:hover {
  cursor: wait;
}
.cid-uNYzx184FD .pause-label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  font-size: 0.85rem;
  color: #888;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.cid-uNYzx184FD .line-hover:hover .pause-label {
  opacity: 1;
}
@keyframes lineHGlow {
  0% {
    width: 0%;
    opacity: 1;
    box-shadow: 0 0 8px #ff00c8;
  }
  80% {
    width: 100%;
    opacity: 1;
    box-shadow: 0 0 8px #ff00c8;
  }
  100% {
    width: 100%;
    opacity: 0;
    box-shadow: 0 0 0px transparent;
  }
}
@keyframes bulletMoveGlow {
  0% {
    left: 0%;
    opacity: 1;
    box-shadow: 0 0 12px #ff00c8;
  }
  80% {
    left: 100%;
    opacity: 1;
    box-shadow: 0 0 12px #ff00c8;
  }
  100% {
    left: 100%;
    opacity: 0;
    box-shadow: 0 0 0px transparent;
  }
}
.cid-uNYBEEhjYV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNYBEEhjYV code {
  color: #3384d6;
  font-size: 1.0rem;
}
.cid-uNYBEEhjYV .line-wrapper2 {
  position: relative;
  height: 20px;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .cid-uNYBEEhjYV .line-wrapper2 {
    width: 90%;
  }
}
.cid-uNYBEEhjYV .line-glow-blue {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 2px;
  width: 0%;
  background: linear-gradient(to right, #00c6ff, #0072ff, #0039ff, #5500ff, #0072ff);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  animation: lineHGlowBlue 20s 0s infinite linear;
  box-shadow: 0 0 8px #0072ff;
  opacity: 1;
}
.cid-uNYBEEhjYV .bullet-icon-glow-blue {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 20px;
  padding: 0px 3px;
  border-radius: 50%;
  animation: bulletMoveGlowBlue 20s 0s infinite linear;
  box-shadow: 0 0 12px #0072ff;
  color: #0072ff;
  pointer-events: none;
}
.cid-uNYBEEhjYV .line-hover2:hover .line-glow-blue,
.cid-uNYBEEhjYV .line-hover2:hover .bullet-icon-glow-blue {
  animation-play-state: paused;
}
.cid-uNYBEEhjYV .line-hover2:hover {
  cursor: wait;
}
.cid-uNYBEEhjYV .pause-label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  font-size: 0.85rem;
  color: #888;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.cid-uNYBEEhjYV .line-hover2:hover .pause-label {
  opacity: 1;
}
@keyframes lineHGlowBlue {
  0% {
    width: 0%;
    opacity: 1;
    box-shadow: 0 0 8px #0072ff;
  }
  80% {
    width: 100%;
    opacity: 1;
    box-shadow: 0 0 8px #0072ff;
  }
  100% {
    width: 100%;
    opacity: 0;
    box-shadow: 0 0 0px transparent;
  }
}
@keyframes bulletMoveGlowBlue {
  0% {
    left: 0%;
    opacity: 1;
    box-shadow: 0 0 12px #0072ff;
  }
  80% {
    left: 100%;
    opacity: 1;
    box-shadow: 0 0 12px #0072ff;
  }
  100% {
    left: 100%;
    opacity: 0;
    box-shadow: 0 0 0px transparent;
  }
}
.cid-upVdAsYwlL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
}
.cid-upWbWLRwOV.popup-builder {
  background-color: #ffffff;
}
.cid-upWbWLRwOV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-upWbWLRwOV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-upWbWLRwOV .modal-content,
.cid-upWbWLRwOV .modal-dialog {
  height: auto;
}
.cid-upWbWLRwOV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-upWbWLRwOV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-upWbWLRwOV .form-wrapper .mbr-form .form-group,
  .cid-upWbWLRwOV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-upWbWLRwOV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-upWbWLRwOV .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-upWbWLRwOV .mbr-text {
  text-align: center;
  color: #22a5e5;
}
.cid-upWbWLRwOV .pt-0 {
  padding-top: 0 !important;
}
.cid-upWbWLRwOV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-upWbWLRwOV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-upWbWLRwOV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-upWbWLRwOV .modal-open {
  overflow: hidden;
}
.cid-upWbWLRwOV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-upWbWLRwOV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-upWbWLRwOV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-upWbWLRwOV .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-upWbWLRwOV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-upWbWLRwOV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-upWbWLRwOV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-upWbWLRwOV .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-upWbWLRwOV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-upWbWLRwOV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-upWbWLRwOV .modal-backdrop.fade {
  opacity: 0;
}
.cid-upWbWLRwOV .modal-backdrop.show {
  opacity: .5;
}
.cid-upWbWLRwOV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-upWbWLRwOV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upWbWLRwOV .modal-header {
    padding: 1rem;
  }
}
.cid-upWbWLRwOV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-upWbWLRwOV .modal-header .close svg {
  fill: #e43f3f;
}
.cid-upWbWLRwOV .modal-header .close:hover {
  opacity: 1;
}
.cid-upWbWLRwOV .modal-header .close:focus {
  outline: none;
}
.cid-upWbWLRwOV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f60a0a;
}
.cid-upWbWLRwOV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-upWbWLRwOV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upWbWLRwOV .modal-body {
    padding: 1rem;
  }
}
.cid-upWbWLRwOV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-upWbWLRwOV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upWbWLRwOV .modal-footer {
    padding: 1rem;
  }
}
.cid-upWbWLRwOV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-upWbWLRwOV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-upWbWLRwOV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-upWbWLRwOV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-upWbWLRwOV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-upWbWLRwOV .modal-lg,
  .cid-upWbWLRwOV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-upWbWLRwOV .modal-xl {
    max-width: 1140px;
  }
}
.cid-upWbWLRwOV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-upWbWLRwOV .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-upWbWLRwOV .form-group {
  margin-bottom: 1rem;
}
.cid-upWbWLRwOV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-upWbWLRwOV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-upWbWLRwOV .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-upWbWLRwOV .mbr-section-btn {
  margin: 0;
}
.cid-upWbWLRwOV .mbr-section-btn .btn {
  margin: 0;
}
.cid-upWKdkPhHB {
  z-index: 1000;
  width: 100%;
}
.cid-upWKdkPhHB nav.navbar {
  position: fixed;
}
.cid-upWKdkPhHB .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-upWKdkPhHB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upWKdkPhHB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upWKdkPhHB .dropdown-item:hover,
.cid-upWKdkPhHB .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-upWKdkPhHB .dropdown-item:hover span {
  color: white;
}
.cid-upWKdkPhHB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upWKdkPhHB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upWKdkPhHB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upWKdkPhHB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upWKdkPhHB .nav-link {
  position: relative;
}
.cid-upWKdkPhHB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-upWKdkPhHB .container {
    flex-wrap: nowrap;
  }
}
.cid-upWKdkPhHB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upWKdkPhHB .dropdown-menu,
.cid-upWKdkPhHB .navbar.opened {
  background: #000000 !important;
}
.cid-upWKdkPhHB .nav-item:focus,
.cid-upWKdkPhHB .nav-link:focus {
  outline: none;
}
.cid-upWKdkPhHB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upWKdkPhHB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upWKdkPhHB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upWKdkPhHB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upWKdkPhHB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upWKdkPhHB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upWKdkPhHB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-upWKdkPhHB .navbar.opened {
  transition: all 0.3s;
}
.cid-upWKdkPhHB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upWKdkPhHB .navbar .navbar-logo img {
  width: auto;
}
.cid-upWKdkPhHB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upWKdkPhHB .navbar.collapsed {
  justify-content: center;
}
.cid-upWKdkPhHB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upWKdkPhHB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upWKdkPhHB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-upWKdkPhHB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upWKdkPhHB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upWKdkPhHB .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-upWKdkPhHB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upWKdkPhHB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upWKdkPhHB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upWKdkPhHB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upWKdkPhHB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upWKdkPhHB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upWKdkPhHB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upWKdkPhHB .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-upWKdkPhHB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upWKdkPhHB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upWKdkPhHB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upWKdkPhHB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upWKdkPhHB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upWKdkPhHB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-upWKdkPhHB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-upWKdkPhHB .navbar.navbar-short {
  min-height: 60px;
}
.cid-upWKdkPhHB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upWKdkPhHB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upWKdkPhHB .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-upWKdkPhHB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upWKdkPhHB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upWKdkPhHB .dropdown-item.active,
.cid-upWKdkPhHB .dropdown-item:active {
  background-color: transparent;
}
.cid-upWKdkPhHB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upWKdkPhHB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upWKdkPhHB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upWKdkPhHB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-upWKdkPhHB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upWKdkPhHB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upWKdkPhHB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upWKdkPhHB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upWKdkPhHB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upWKdkPhHB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upWKdkPhHB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upWKdkPhHB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upWKdkPhHB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upWKdkPhHB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upWKdkPhHB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upWKdkPhHB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upWKdkPhHB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upWKdkPhHB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upWKdkPhHB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upWKdkPhHB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upWKdkPhHB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upWKdkPhHB .navbar {
    height: 70px;
  }
  .cid-upWKdkPhHB .navbar.opened {
    height: auto;
  }
  .cid-upWKdkPhHB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upWKdl7a7d {
  background-image: url("../../../assets/images/mbr-13.jpg");
}
.cid-upWKdl7a7d .mbr-fallback-image.disabled {
  display: none;
}
.cid-upWKdl7a7d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upWKdl7a7d .mbr-text,
.cid-upWKdl7a7d .mbr-section-btn {
  color: #ffffff;
}
.cid-upWKdl7a7d .mbr-section-subtitle {
  color: #fff0b0;
}
.cid-upWKdlkdS7 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upWKdlkdS7 code {
  color: #3384d6;
  font-size: 1.0rem;
}
.cid-upWKdlvzvS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upWKdlvzvS .mbr-section-btn {
  justify-content: left;
  display: flex;
  flex-wrap: wrap;
}
.cid-upWKdlGT8k {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upWKdlGT8k code {
  color: #3384d6;
  font-size: 1.0rem;
}
.cid-upWKdlGT8k .myicon {
  width: 16px;
  height: 16px;
  margin-bottom: 4px;
  display: inline-flex;
}
.cid-upWMvu1A4N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6592e6;
}
.cid-upWMvu1A4N .mbr-fallback-image.disabled {
  display: none;
}
.cid-upWMvu1A4N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upWMvu1A4N .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-upWMvu1A4N .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-upWMzr0hB1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upWKdlU6i0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uq0H4pSlUW {
  z-index: 1000;
  width: 100%;
}
.cid-uq0H4pSlUW nav.navbar {
  position: fixed;
}
.cid-uq0H4pSlUW .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-uq0H4pSlUW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uq0H4pSlUW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uq0H4pSlUW .dropdown-item:hover,
.cid-uq0H4pSlUW .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uq0H4pSlUW .dropdown-item:hover span {
  color: white;
}
.cid-uq0H4pSlUW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uq0H4pSlUW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uq0H4pSlUW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uq0H4pSlUW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uq0H4pSlUW .nav-link {
  position: relative;
}
.cid-uq0H4pSlUW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uq0H4pSlUW .container {
    flex-wrap: nowrap;
  }
}
.cid-uq0H4pSlUW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uq0H4pSlUW .dropdown-menu,
.cid-uq0H4pSlUW .navbar.opened {
  background: #000000 !important;
}
.cid-uq0H4pSlUW .nav-item:focus,
.cid-uq0H4pSlUW .nav-link:focus {
  outline: none;
}
.cid-uq0H4pSlUW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uq0H4pSlUW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uq0H4pSlUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uq0H4pSlUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uq0H4pSlUW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uq0H4pSlUW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uq0H4pSlUW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-uq0H4pSlUW .navbar.opened {
  transition: all 0.3s;
}
.cid-uq0H4pSlUW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uq0H4pSlUW .navbar .navbar-logo img {
  width: auto;
}
.cid-uq0H4pSlUW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uq0H4pSlUW .navbar.collapsed {
  justify-content: center;
}
.cid-uq0H4pSlUW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uq0H4pSlUW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uq0H4pSlUW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uq0H4pSlUW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uq0H4pSlUW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uq0H4pSlUW .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-uq0H4pSlUW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uq0H4pSlUW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uq0H4pSlUW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uq0H4pSlUW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uq0H4pSlUW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uq0H4pSlUW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uq0H4pSlUW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uq0H4pSlUW .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-uq0H4pSlUW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uq0H4pSlUW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uq0H4pSlUW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uq0H4pSlUW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uq0H4pSlUW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uq0H4pSlUW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uq0H4pSlUW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uq0H4pSlUW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uq0H4pSlUW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uq0H4pSlUW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uq0H4pSlUW .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-uq0H4pSlUW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uq0H4pSlUW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uq0H4pSlUW .dropdown-item.active,
.cid-uq0H4pSlUW .dropdown-item:active {
  background-color: transparent;
}
.cid-uq0H4pSlUW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uq0H4pSlUW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uq0H4pSlUW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uq0H4pSlUW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uq0H4pSlUW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uq0H4pSlUW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uq0H4pSlUW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uq0H4pSlUW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uq0H4pSlUW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uq0H4pSlUW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uq0H4pSlUW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uq0H4pSlUW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq0H4pSlUW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq0H4pSlUW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uq0H4pSlUW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq0H4pSlUW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uq0H4pSlUW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uq0H4pSlUW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq0H4pSlUW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uq0H4pSlUW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uq0H4pSlUW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uq0H4pSlUW .navbar {
    height: 70px;
  }
  .cid-uq0H4pSlUW .navbar.opened {
    height: auto;
  }
  .cid-uq0H4pSlUW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uq0H4q9afB {
  background-image: url("../../../assets/images/mbr-13.jpg");
}
.cid-uq0H4q9afB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq0H4q9afB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq0H4q9afB .mbr-text,
.cid-uq0H4q9afB .mbr-section-btn {
  color: #ffffff;
}
.cid-uq0H4q9afB .mbr-section-subtitle {
  color: #fff0b0;
}
.cid-uq0H4qluTm {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uq0H4qluTm code {
  color: #3384d6;
  font-size: 1.0rem;
}
.cid-uq0H4qugSM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uq0H4qugSM .mbr-section-btn {
  justify-content: left;
  display: flex;
  flex-wrap: wrap;
}
.cid-uq0H4qEhp5 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uq0H4qEhp5 code {
  color: #3384d6;
  font-size: 1.0rem;
}
.cid-uq0H4qEhp5 .myicon {
  width: 16px;
  height: 16px;
  margin-bottom: 4px;
  display: inline-flex;
}
.cid-uqvKuoekdU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uqvKuoekdU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqvKuoekdU .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-uqvKuoekdU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqvKuoekdU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uqvKuoekdU .text-wrapper {
    padding: 2rem;
  }
}
.cid-uqvKuoekdU .mbr-section-title {
  color: #f3f3f3;
}
.cid-uqvKuoekdU .mbr-text {
  color: #bbbbbb;
}
.cid-uq0H4qRqsN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6592e6;
}
.cid-uq0H4qRqsN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq0H4qRqsN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq0H4qRqsN .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uq0H4qRqsN .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uq0H4r8jTL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow-x: hidden;
}
.cid-uq0H4r8jTL .mbr-section-subtitle {
  color: #f60a0a;
}
@media (max-width: 767px) {
  .cid-uq0H4r8jTL .myrefresh {
    display: none;
  }
}
.cid-uq1FuW1sj1 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uq1FuW1sj1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq1FuW1sj1 .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-uq1FuW1sj1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uq1FuW1sj1 .row {
  flex-direction: row-reverse;
}
.cid-uq1FuW1sj1 img {
  width: 100%;
}
.cid-uq1FuW1sj1 .mbr-description {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uq1FuW1sj1 .myrefresh {
    display: none;
  }
}
.cid-uq0H4rkp7w {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uqe6VqyoMB {
  z-index: 1000;
  width: 100%;
}
.cid-uqe6VqyoMB nav.navbar {
  position: fixed;
}
.cid-uqe6VqyoMB .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-uqe6VqyoMB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqe6VqyoMB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqe6VqyoMB .dropdown-item:hover,
.cid-uqe6VqyoMB .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uqe6VqyoMB .dropdown-item:hover span {
  color: white;
}
.cid-uqe6VqyoMB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqe6VqyoMB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqe6VqyoMB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqe6VqyoMB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqe6VqyoMB .nav-link {
  position: relative;
}
.cid-uqe6VqyoMB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uqe6VqyoMB .container {
    flex-wrap: nowrap;
  }
}
.cid-uqe6VqyoMB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqe6VqyoMB .dropdown-menu,
.cid-uqe6VqyoMB .navbar.opened {
  background: #000000 !important;
}
.cid-uqe6VqyoMB .nav-item:focus,
.cid-uqe6VqyoMB .nav-link:focus {
  outline: none;
}
.cid-uqe6VqyoMB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqe6VqyoMB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqe6VqyoMB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqe6VqyoMB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqe6VqyoMB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqe6VqyoMB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqe6VqyoMB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-uqe6VqyoMB .navbar.opened {
  transition: all 0.3s;
}
.cid-uqe6VqyoMB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqe6VqyoMB .navbar .navbar-logo img {
  width: auto;
}
.cid-uqe6VqyoMB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqe6VqyoMB .navbar.collapsed {
  justify-content: center;
}
.cid-uqe6VqyoMB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqe6VqyoMB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqe6VqyoMB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uqe6VqyoMB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqe6VqyoMB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqe6VqyoMB .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-uqe6VqyoMB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqe6VqyoMB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqe6VqyoMB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqe6VqyoMB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqe6VqyoMB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqe6VqyoMB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqe6VqyoMB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqe6VqyoMB .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-uqe6VqyoMB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqe6VqyoMB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqe6VqyoMB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqe6VqyoMB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqe6VqyoMB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqe6VqyoMB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uqe6VqyoMB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uqe6VqyoMB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqe6VqyoMB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqe6VqyoMB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqe6VqyoMB .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-uqe6VqyoMB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqe6VqyoMB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqe6VqyoMB .dropdown-item.active,
.cid-uqe6VqyoMB .dropdown-item:active {
  background-color: transparent;
}
.cid-uqe6VqyoMB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqe6VqyoMB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqe6VqyoMB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqe6VqyoMB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uqe6VqyoMB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqe6VqyoMB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqe6VqyoMB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqe6VqyoMB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqe6VqyoMB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqe6VqyoMB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqe6VqyoMB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqe6VqyoMB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqe6VqyoMB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqe6VqyoMB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqe6VqyoMB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqe6VqyoMB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqe6VqyoMB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqe6VqyoMB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqe6VqyoMB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uqe6VqyoMB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqe6VqyoMB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqe6VqyoMB .navbar {
    height: 70px;
  }
  .cid-uqe6VqyoMB .navbar.opened {
    height: auto;
  }
  .cid-uqe6VqyoMB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqe6VqQ0zU {
  background-image: url("../../../assets/images/mbr-15.jpg");
}
.cid-uqe6VqQ0zU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqe6VqQ0zU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqe6VqQ0zU .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uqe6VqQ0zU .mbr-section-subtitle {
  text-align: right;
}
.cid-uqe6VqQ0zU .mbr-text,
.cid-uqe6VqQ0zU .mbr-section-btn {
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uqe6VqQ0zU .myposition {
    align-self: flex-end;
    margin-bottom: -5%;
  }
  .cid-uqe6VqQ0zU .mbr-section-title {
    color: #ffffff;
    text-align: center;
  }
  .cid-uqe6VqQ0zU .mbr-section-subtitle {
    text-align: center;
  }
  .cid-uqe6VqQ0zU .mbr-text,
  .cid-uqe6VqQ0zU .mbr-section-btn {
    text-align: center;
  }
  .cid-uqe6VqQ0zU .myhidden {
    display: none;
  }
}
.cid-uqe6Vr1HwH {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uqe6Vr1HwH code {
  color: #3384d6;
  font-size: 1.0rem;
}
.cid-uqelFTxHMm {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #47b5ed;
}
.cid-uqelFTxHMm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqelFTxHMm .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-uqelFTxHMm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqelFTxHMm .row {
  flex-direction: row-reverse;
}
.cid-uqelFTxHMm img {
  width: 100%;
}
.cid-uqiCX18iYb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #9fdbf8;
}
.cid-uqiCX18iYb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqiCX18iYb .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-uqiCX18iYb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqiCX18iYb img {
  width: 100%;
  max-width: 272px;
}
@media (min-width: 992px) {
  .cid-uqiCX18iYb .text-wrapper {
    padding: 2rem;
  }
}
.cid-uqiCX18iYb .mbr-description {
  text-align: center;
}
.cid-uqe6VrdTut {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uyGR3m17xo {
  z-index: 1000;
  width: 100%;
}
.cid-uyGR3m17xo nav.navbar {
  position: fixed;
}
.cid-uyGR3m17xo .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-uyGR3m17xo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyGR3m17xo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyGR3m17xo .dropdown-item:hover,
.cid-uyGR3m17xo .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uyGR3m17xo .dropdown-item:hover span {
  color: white;
}
.cid-uyGR3m17xo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyGR3m17xo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyGR3m17xo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyGR3m17xo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyGR3m17xo .nav-link {
  position: relative;
}
.cid-uyGR3m17xo .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uyGR3m17xo .container {
    flex-wrap: nowrap;
  }
}
.cid-uyGR3m17xo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyGR3m17xo .dropdown-menu,
.cid-uyGR3m17xo .navbar.opened {
  background: #000000 !important;
}
.cid-uyGR3m17xo .nav-item:focus,
.cid-uyGR3m17xo .nav-link:focus {
  outline: none;
}
.cid-uyGR3m17xo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyGR3m17xo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyGR3m17xo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyGR3m17xo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyGR3m17xo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyGR3m17xo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyGR3m17xo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-uyGR3m17xo .navbar.opened {
  transition: all 0.3s;
}
.cid-uyGR3m17xo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyGR3m17xo .navbar .navbar-logo img {
  width: auto;
}
.cid-uyGR3m17xo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyGR3m17xo .navbar.collapsed {
  justify-content: center;
}
.cid-uyGR3m17xo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyGR3m17xo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyGR3m17xo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uyGR3m17xo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyGR3m17xo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyGR3m17xo .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-uyGR3m17xo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyGR3m17xo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyGR3m17xo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uyGR3m17xo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyGR3m17xo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyGR3m17xo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyGR3m17xo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyGR3m17xo .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-uyGR3m17xo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyGR3m17xo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyGR3m17xo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyGR3m17xo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyGR3m17xo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyGR3m17xo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uyGR3m17xo .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uyGR3m17xo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyGR3m17xo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyGR3m17xo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyGR3m17xo .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-uyGR3m17xo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyGR3m17xo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyGR3m17xo .dropdown-item.active,
.cid-uyGR3m17xo .dropdown-item:active {
  background-color: transparent;
}
.cid-uyGR3m17xo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyGR3m17xo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyGR3m17xo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyGR3m17xo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uyGR3m17xo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyGR3m17xo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyGR3m17xo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyGR3m17xo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyGR3m17xo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyGR3m17xo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uyGR3m17xo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyGR3m17xo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyGR3m17xo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyGR3m17xo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyGR3m17xo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyGR3m17xo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyGR3m17xo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyGR3m17xo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyGR3m17xo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyGR3m17xo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyGR3m17xo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uyGR3m17xo .navbar {
    height: 70px;
  }
  .cid-uyGR3m17xo .navbar.opened {
    height: auto;
  }
  .cid-uyGR3m17xo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyGR3mkNcc {
  background-image: url("../../../assets/images/mbr-21.jpg");
}
.cid-uyGR3mkNcc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyGR3mkNcc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyGScK4GMF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #6592e6;
  overflow-x: hidden;
}
.cid-uyGScK4GMF .mbr-section-subtitle {
  text-align: center;
  color: #fff0b0;
}
.cid-uyGScK4GMF .mbr-text {
  text-align: center;
}
.cid-uyGScK4GMF .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uyGSrvgf7i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uyGSrvgf7i code {
  color: #3384d6;
  font-size: 0.9rem;
}
.cid-uyGR3mEmaf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uzcmnSmBKb {
  z-index: 1000;
  width: 100%;
}
.cid-uzcmnSmBKb nav.navbar {
  position: fixed;
}
.cid-uzcmnSmBKb .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-uzcmnSmBKb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzcmnSmBKb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzcmnSmBKb .dropdown-item:hover,
.cid-uzcmnSmBKb .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uzcmnSmBKb .dropdown-item:hover span {
  color: white;
}
.cid-uzcmnSmBKb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzcmnSmBKb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzcmnSmBKb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzcmnSmBKb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzcmnSmBKb .nav-link {
  position: relative;
}
.cid-uzcmnSmBKb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uzcmnSmBKb .container {
    flex-wrap: nowrap;
  }
}
.cid-uzcmnSmBKb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzcmnSmBKb .dropdown-menu,
.cid-uzcmnSmBKb .navbar.opened {
  background: #000000 !important;
}
.cid-uzcmnSmBKb .nav-item:focus,
.cid-uzcmnSmBKb .nav-link:focus {
  outline: none;
}
.cid-uzcmnSmBKb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzcmnSmBKb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzcmnSmBKb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzcmnSmBKb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzcmnSmBKb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzcmnSmBKb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzcmnSmBKb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-uzcmnSmBKb .navbar.opened {
  transition: all 0.3s;
}
.cid-uzcmnSmBKb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzcmnSmBKb .navbar .navbar-logo img {
  width: auto;
}
.cid-uzcmnSmBKb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzcmnSmBKb .navbar.collapsed {
  justify-content: center;
}
.cid-uzcmnSmBKb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzcmnSmBKb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzcmnSmBKb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uzcmnSmBKb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzcmnSmBKb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzcmnSmBKb .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-uzcmnSmBKb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzcmnSmBKb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzcmnSmBKb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzcmnSmBKb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzcmnSmBKb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzcmnSmBKb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzcmnSmBKb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzcmnSmBKb .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-uzcmnSmBKb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzcmnSmBKb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzcmnSmBKb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzcmnSmBKb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzcmnSmBKb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzcmnSmBKb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uzcmnSmBKb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uzcmnSmBKb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzcmnSmBKb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzcmnSmBKb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzcmnSmBKb .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-uzcmnSmBKb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzcmnSmBKb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzcmnSmBKb .dropdown-item.active,
.cid-uzcmnSmBKb .dropdown-item:active {
  background-color: transparent;
}
.cid-uzcmnSmBKb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzcmnSmBKb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzcmnSmBKb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzcmnSmBKb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uzcmnSmBKb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzcmnSmBKb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzcmnSmBKb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzcmnSmBKb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzcmnSmBKb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzcmnSmBKb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uzcmnSmBKb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzcmnSmBKb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzcmnSmBKb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzcmnSmBKb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzcmnSmBKb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzcmnSmBKb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzcmnSmBKb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzcmnSmBKb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzcmnSmBKb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzcmnSmBKb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzcmnSmBKb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzcmnSmBKb .navbar {
    height: 70px;
  }
  .cid-uzcmnSmBKb .navbar.opened {
    height: auto;
  }
  .cid-uzcmnSmBKb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzcmnSE09f {
  background-image: url("../../../assets/images/mbr-23.jpg");
}
.cid-uzcmnSE09f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzcmnSE09f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzcolMjhyH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-uzcolMjhyH .mbr-section-subtitle {
  color: #fafafa;
  text-align: center;
}
.cid-uzcolMjhyH .mbr-text {
  color: #ffe161;
  text-align: center;
}
.cid-uzcmnT06on {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzcmnT06on code {
  color: #3384d6;
  font-size: 0.9rem;
}
.cid-uzcwyYCZGS {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #47b5ed;
}
.cid-uzcwyYCZGS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzcwyYCZGS .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-uzcwyYCZGS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzcwyYCZGS .row {
  flex-direction: row-reverse;
}
.cid-uzcwyYCZGS img {
  width: 100%;
}
.cid-uzcmnTctNC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uzxdiSlGKr {
  z-index: 1000;
  width: 100%;
}
.cid-uzxdiSlGKr nav.navbar {
  position: fixed;
}
.cid-uzxdiSlGKr .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-uzxdiSlGKr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzxdiSlGKr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzxdiSlGKr .dropdown-item:hover,
.cid-uzxdiSlGKr .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uzxdiSlGKr .dropdown-item:hover span {
  color: white;
}
.cid-uzxdiSlGKr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzxdiSlGKr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzxdiSlGKr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzxdiSlGKr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzxdiSlGKr .nav-link {
  position: relative;
}
.cid-uzxdiSlGKr .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uzxdiSlGKr .container {
    flex-wrap: nowrap;
  }
}
.cid-uzxdiSlGKr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzxdiSlGKr .dropdown-menu,
.cid-uzxdiSlGKr .navbar.opened {
  background: #000000 !important;
}
.cid-uzxdiSlGKr .nav-item:focus,
.cid-uzxdiSlGKr .nav-link:focus {
  outline: none;
}
.cid-uzxdiSlGKr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzxdiSlGKr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzxdiSlGKr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzxdiSlGKr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzxdiSlGKr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzxdiSlGKr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzxdiSlGKr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-uzxdiSlGKr .navbar.opened {
  transition: all 0.3s;
}
.cid-uzxdiSlGKr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzxdiSlGKr .navbar .navbar-logo img {
  width: auto;
}
.cid-uzxdiSlGKr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzxdiSlGKr .navbar.collapsed {
  justify-content: center;
}
.cid-uzxdiSlGKr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzxdiSlGKr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzxdiSlGKr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uzxdiSlGKr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzxdiSlGKr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzxdiSlGKr .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-uzxdiSlGKr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzxdiSlGKr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzxdiSlGKr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzxdiSlGKr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzxdiSlGKr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzxdiSlGKr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzxdiSlGKr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzxdiSlGKr .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-uzxdiSlGKr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzxdiSlGKr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzxdiSlGKr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzxdiSlGKr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzxdiSlGKr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzxdiSlGKr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uzxdiSlGKr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uzxdiSlGKr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzxdiSlGKr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzxdiSlGKr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzxdiSlGKr .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-uzxdiSlGKr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzxdiSlGKr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzxdiSlGKr .dropdown-item.active,
.cid-uzxdiSlGKr .dropdown-item:active {
  background-color: transparent;
}
.cid-uzxdiSlGKr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzxdiSlGKr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzxdiSlGKr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzxdiSlGKr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uzxdiSlGKr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzxdiSlGKr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzxdiSlGKr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzxdiSlGKr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzxdiSlGKr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzxdiSlGKr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uzxdiSlGKr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzxdiSlGKr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzxdiSlGKr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzxdiSlGKr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzxdiSlGKr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzxdiSlGKr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzxdiSlGKr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzxdiSlGKr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzxdiSlGKr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzxdiSlGKr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzxdiSlGKr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzxdiSlGKr .navbar {
    height: 70px;
  }
  .cid-uzxdiSlGKr .navbar.opened {
    height: auto;
  }
  .cid-uzxdiSlGKr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzxdiSF2iN {
  background-image: url("../../../assets/images/mbr-23.jpg");
}
.cid-uzxdiSF2iN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzxdiSF2iN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzxe3r8Zsu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-uzxe3r8Zsu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzxe3r8Zsu .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-uzxe3r8Zsu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzxe3r8Zsu .row {
  flex-direction: row-reverse;
}
.cid-uzxe3r8Zsu img {
  width: 100%;
  border-radius: 30px;
}
@media (min-width: 992px) {
  .cid-uzxe3r8Zsu .text-wrapper {
    padding: 2rem;
  }
}
.cid-uzxe3r8Zsu .mbr-section-title {
  color: #ffffff;
}
.cid-uzxe3r8Zsu .mbr-text {
  color: #ffffff;
}
.cid-uzxe3r8Zsu .mbr-description {
  color: #ffffff;
}
.cid-uzxe3r8Zsu .carousel-fade .carousel-item {
  transition-duration: 3.0s;
}
.cid-uzxdiT1WOA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzxdiT1WOA code {
  color: #3384d6;
  font-size: 0.7rem;
}
.cid-uzy7T3eJnx {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #47b5ed;
}
.cid-uzy7T3eJnx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzy7T3eJnx .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-uzy7T3eJnx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzy7T3eJnx .row {
  flex-direction: row-reverse;
}
.cid-uzy7T3eJnx img {
  width: 100%;
}
.cid-uzDvRZrbtn {
  background-color: #000000;
  overflow-x: hidden;
}
.cid-uzDvRZrbtn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzDvRZrbtn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzDvRZrbtn .mbr-section-title {
  color: #ffe161;
}
.cid-uzDvRZrbtn P {
  color: #ffe885;
}
.cid-uzDvRZrbtn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uzDvRZrbtn .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uzDvRZrbtn .carousel-fade .carousel-item {
  transition-duration: 3.0s;
}
.cid-uzDvRZrbtn .carousel-indicators [data-bs-target] {
  background-color: #4479d9;
}
.cid-uzEK0Cn7jQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-uzEK0Cn7jQ .title-section {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .cid-uzEK0Cn7jQ .title-section {
    padding: 0 6rem;
    margin-bottom: 1.5rem;
  }
}
.cid-uzEK0Cn7jQ img {
  object-fit: cover;
}
.cid-uzEK0Cn7jQ .carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uzEK0Cn7jQ .carousel .carousel-container {
  width: 100%;
  position: relative;
}
.cid-uzEK0Cn7jQ .carousel .carousel-container .carousel-inner {
  border-radius: 20px;
  max-height: 1000px;
  height: 100vh;
}
@media (max-width: 768px) {
  .cid-uzEK0Cn7jQ .carousel .carousel-container .carousel-inner {
    height: 60vh;
  }
}
.cid-uzEK0Cn7jQ .carousel .carousel-container .carousel-inner .carousel-item,
.cid-uzEK0Cn7jQ .carousel .carousel-container .carousel-inner img {
  height: 100%;
}
.cid-uzEK0Cn7jQ .carousel .carousel-container .carousel-indicators {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 0;
  margin: 0;
  display: flex;
}
.cid-uzEK0Cn7jQ .carousel .carousel-container .carousel-indicators button {
  display: block;
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  margin: 0 8px;
  padding: 0;
  border-radius: 50%;
  background-color: #ffcce0;
  opacity: 1;
  transition: 0.4s ease;
}
.cid-uzEK0Cn7jQ .carousel .carousel-container .carousel-indicators .active {
  background-clip: padding-box;
  background-color: #ff0066;
}
.cid-uzEK0Cn7jQ .carousel .buttons-container {
  width: 80px;
  display: flex;
  justify-content: space-between;
}
.cid-uzEK0Cn7jQ .carousel .buttons-container button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #174394;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.cid-uzEK0Cn7jQ .carousel .buttons-container button span {
  line-height: 2px;
  color: white;
}
.cid-uzEK0Cn7jQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzEK0Cn7jQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzEK0Cn7jQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzEK0Cn7jQ .carousel-fade .carousel-item {
  transition-duration: 2.0s;
}
.cid-uzxdiTff9Y {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uAHk532NhH {
  z-index: 1000;
  width: 100%;
}
.cid-uAHk532NhH nav.navbar {
  position: fixed;
}
.cid-uAHk532NhH .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-uAHk532NhH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAHk532NhH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAHk532NhH .dropdown-item:hover,
.cid-uAHk532NhH .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uAHk532NhH .dropdown-item:hover span {
  color: white;
}
.cid-uAHk532NhH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAHk532NhH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAHk532NhH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAHk532NhH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAHk532NhH .nav-link {
  position: relative;
}
.cid-uAHk532NhH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uAHk532NhH .container {
    flex-wrap: nowrap;
  }
}
.cid-uAHk532NhH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAHk532NhH .dropdown-menu,
.cid-uAHk532NhH .navbar.opened {
  background: #000000 !important;
}
.cid-uAHk532NhH .nav-item:focus,
.cid-uAHk532NhH .nav-link:focus {
  outline: none;
}
.cid-uAHk532NhH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAHk532NhH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAHk532NhH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAHk532NhH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAHk532NhH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAHk532NhH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAHk532NhH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-uAHk532NhH .navbar.opened {
  transition: all 0.3s;
}
.cid-uAHk532NhH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAHk532NhH .navbar .navbar-logo img {
  width: auto;
}
.cid-uAHk532NhH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAHk532NhH .navbar.collapsed {
  justify-content: center;
}
.cid-uAHk532NhH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAHk532NhH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAHk532NhH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uAHk532NhH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAHk532NhH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAHk532NhH .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-uAHk532NhH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAHk532NhH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAHk532NhH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAHk532NhH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAHk532NhH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAHk532NhH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAHk532NhH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAHk532NhH .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-uAHk532NhH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAHk532NhH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAHk532NhH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAHk532NhH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAHk532NhH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAHk532NhH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAHk532NhH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uAHk532NhH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAHk532NhH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAHk532NhH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAHk532NhH .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-uAHk532NhH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAHk532NhH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAHk532NhH .dropdown-item.active,
.cid-uAHk532NhH .dropdown-item:active {
  background-color: transparent;
}
.cid-uAHk532NhH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAHk532NhH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAHk532NhH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAHk532NhH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uAHk532NhH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAHk532NhH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAHk532NhH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAHk532NhH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAHk532NhH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAHk532NhH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uAHk532NhH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAHk532NhH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAHk532NhH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAHk532NhH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAHk532NhH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAHk532NhH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAHk532NhH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAHk532NhH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAHk532NhH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uAHk532NhH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAHk532NhH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAHk532NhH .navbar {
    height: 70px;
  }
  .cid-uAHk532NhH .navbar.opened {
    height: auto;
  }
  .cid-uAHk532NhH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAHk53laG0 {
  background-image: url("../../../assets/images/mbr-19.jpg");
}
.cid-uAHk53laG0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHk53laG0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHp2kadZS {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uAHp2kadZS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAHp2kadZS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAHp2kadZS .item {
  padding-bottom: 2rem;
}
.cid-uAHp2kadZS .item-wrapper {
  position: relative;
}
.cid-uAHp2kadZS .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uAHp2kadZS .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uAHp2kadZS .carousel-control,
.cid-uAHp2kadZS .close {
  background: #1b1b1b;
}
.cid-uAHp2kadZS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uAHp2kadZS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uAHp2kadZS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uAHp2kadZS .carousel-control-next span {
  margin-left: 5px;
}
.cid-uAHp2kadZS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uAHp2kadZS .close::before {
  content: '\e91a';
}
.cid-uAHp2kadZS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uAHp2kadZS .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uAHp2kadZS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uAHp2kadZS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uAHp2kadZS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uAHp2kadZS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uAHp2kadZS .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uAHp2kadZS .carousel-indicators li.active,
.cid-uAHp2kadZS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uAHp2kadZS .carousel-indicators li::after,
.cid-uAHp2kadZS .carousel-indicators li::before {
  content: none;
}
.cid-uAHp2kadZS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uAHp2kadZS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uAHp2kadZS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uAHp2kadZS .carousel-indicators {
    display: none;
  }
}
.cid-uAHp2kadZS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uAHp2kadZS .carousel-inner > .active {
  display: block;
}
.cid-uAHp2kadZS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uAHp2kadZS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uAHp2kadZS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uAHp2kadZS .carousel-control,
  .cid-uAHp2kadZS .carousel-indicators,
  .cid-uAHp2kadZS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uAHp2kadZS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uAHp2kadZS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uAHp2kadZS .carousel-indicators .active,
.cid-uAHp2kadZS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uAHp2kadZS .carousel-indicators .active {
  background: #fff;
}
.cid-uAHp2kadZS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uAHp2kadZS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uAHp2kadZS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uAHp2kadZS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uAHp2kadZS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uAHp2kadZS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uAHp2kadZS .carousel {
  width: 100%;
}
.cid-uAHp2kadZS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uAHp2kadZS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uAHp2kadZS .modal.fade .modal-dialog,
.cid-uAHp2kadZS .modal.in .modal-dialog {
  transform: none;
}
.cid-uAHp2kadZS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uAHp2kadZS H6 {
  text-align: center;
  color: #4479d9;
}
.cid-uAHp2kadZS H4 {
  color: #4479d9;
}
.cid-uAHp2kadZS img {
  border-radius: 25px;
}
.cid-uAHrrAuHeA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAHrrAuHeA .mbr-text {
  text-align: left;
}
.cid-uAHk53S6u0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uFuzlJp7sg {
  z-index: 1000;
  width: 100%;
}
.cid-uFuzlJp7sg nav.navbar {
  position: fixed;
}
.cid-uFuzlJp7sg .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-uFuzlJp7sg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFuzlJp7sg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFuzlJp7sg .dropdown-item:hover,
.cid-uFuzlJp7sg .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uFuzlJp7sg .dropdown-item:hover span {
  color: white;
}
.cid-uFuzlJp7sg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFuzlJp7sg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFuzlJp7sg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFuzlJp7sg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFuzlJp7sg .nav-link {
  position: relative;
}
.cid-uFuzlJp7sg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFuzlJp7sg .container {
    flex-wrap: nowrap;
  }
}
.cid-uFuzlJp7sg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFuzlJp7sg .dropdown-menu,
.cid-uFuzlJp7sg .navbar.opened {
  background: #000000 !important;
}
.cid-uFuzlJp7sg .nav-item:focus,
.cid-uFuzlJp7sg .nav-link:focus {
  outline: none;
}
.cid-uFuzlJp7sg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFuzlJp7sg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFuzlJp7sg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFuzlJp7sg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFuzlJp7sg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFuzlJp7sg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFuzlJp7sg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-uFuzlJp7sg .navbar.opened {
  transition: all 0.3s;
}
.cid-uFuzlJp7sg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFuzlJp7sg .navbar .navbar-logo img {
  width: auto;
}
.cid-uFuzlJp7sg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFuzlJp7sg .navbar.collapsed {
  justify-content: center;
}
.cid-uFuzlJp7sg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFuzlJp7sg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFuzlJp7sg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uFuzlJp7sg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFuzlJp7sg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFuzlJp7sg .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-uFuzlJp7sg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFuzlJp7sg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFuzlJp7sg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFuzlJp7sg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFuzlJp7sg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFuzlJp7sg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFuzlJp7sg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFuzlJp7sg .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-uFuzlJp7sg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFuzlJp7sg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFuzlJp7sg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFuzlJp7sg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFuzlJp7sg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFuzlJp7sg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFuzlJp7sg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFuzlJp7sg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFuzlJp7sg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFuzlJp7sg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFuzlJp7sg .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-uFuzlJp7sg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFuzlJp7sg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFuzlJp7sg .dropdown-item.active,
.cid-uFuzlJp7sg .dropdown-item:active {
  background-color: transparent;
}
.cid-uFuzlJp7sg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFuzlJp7sg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFuzlJp7sg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFuzlJp7sg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFuzlJp7sg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFuzlJp7sg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFuzlJp7sg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFuzlJp7sg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFuzlJp7sg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFuzlJp7sg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFuzlJp7sg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFuzlJp7sg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFuzlJp7sg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFuzlJp7sg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFuzlJp7sg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFuzlJp7sg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFuzlJp7sg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFuzlJp7sg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFuzlJp7sg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFuzlJp7sg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFuzlJp7sg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFuzlJp7sg .navbar {
    height: 70px;
  }
  .cid-uFuzlJp7sg .navbar.opened {
    height: auto;
  }
  .cid-uFuzlJp7sg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFuzlJJ3rY {
  background-image: url("../../../assets/images/mbr-24.jpg");
}
.cid-uFuzlJJ3rY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFuzlJJ3rY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFuCeQjtF5 {
  background-image: url("../../../assets/images/sunset.jpg");
}
.cid-uFuCeQjtF5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFuCeQjtF5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFuzlKgAzE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFuzlKgAzE code {
  color: #3384d6;
  font-size: 1rem;
}
.cid-uFuXSJyc0O {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFuXSJyc0O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFuXSJyc0O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFuXSJyc0O .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uFuXSJyc0O .img-item {
  position: relative;
}
.cid-uFuXSJyc0O .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uFuXSJyc0O .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uFuXSJyc0O .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uFuzlKwXB8 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #47b5ed;
}
.cid-uFuzlKwXB8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFuzlKwXB8 .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-uFuzlKwXB8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFuzlKwXB8 .row {
  flex-direction: row-reverse;
}
.cid-uFuzlKwXB8 img {
  width: 100%;
}
.cid-uFuzlLutWL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uH4U4Sj48J {
  z-index: 1000;
  width: 100%;
}
.cid-uH4U4Sj48J nav.navbar {
  position: fixed;
}
.cid-uH4U4Sj48J .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-uH4U4Sj48J .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uH4U4Sj48J .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uH4U4Sj48J .dropdown-item:hover,
.cid-uH4U4Sj48J .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uH4U4Sj48J .dropdown-item:hover span {
  color: white;
}
.cid-uH4U4Sj48J .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uH4U4Sj48J .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uH4U4Sj48J .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uH4U4Sj48J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uH4U4Sj48J .nav-link {
  position: relative;
}
.cid-uH4U4Sj48J .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uH4U4Sj48J .container {
    flex-wrap: nowrap;
  }
}
.cid-uH4U4Sj48J .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uH4U4Sj48J .dropdown-menu,
.cid-uH4U4Sj48J .navbar.opened {
  background: #000000 !important;
}
.cid-uH4U4Sj48J .nav-item:focus,
.cid-uH4U4Sj48J .nav-link:focus {
  outline: none;
}
.cid-uH4U4Sj48J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uH4U4Sj48J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uH4U4Sj48J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uH4U4Sj48J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH4U4Sj48J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uH4U4Sj48J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uH4U4Sj48J .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-uH4U4Sj48J .navbar.opened {
  transition: all 0.3s;
}
.cid-uH4U4Sj48J .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uH4U4Sj48J .navbar .navbar-logo img {
  width: auto;
}
.cid-uH4U4Sj48J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uH4U4Sj48J .navbar.collapsed {
  justify-content: center;
}
.cid-uH4U4Sj48J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uH4U4Sj48J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uH4U4Sj48J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uH4U4Sj48J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uH4U4Sj48J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uH4U4Sj48J .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-uH4U4Sj48J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uH4U4Sj48J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uH4U4Sj48J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uH4U4Sj48J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uH4U4Sj48J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uH4U4Sj48J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uH4U4Sj48J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uH4U4Sj48J .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-uH4U4Sj48J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uH4U4Sj48J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uH4U4Sj48J .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uH4U4Sj48J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uH4U4Sj48J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uH4U4Sj48J .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uH4U4Sj48J .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uH4U4Sj48J .navbar.navbar-short {
  min-height: 60px;
}
.cid-uH4U4Sj48J .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uH4U4Sj48J .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uH4U4Sj48J .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-uH4U4Sj48J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uH4U4Sj48J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uH4U4Sj48J .dropdown-item.active,
.cid-uH4U4Sj48J .dropdown-item:active {
  background-color: transparent;
}
.cid-uH4U4Sj48J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uH4U4Sj48J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uH4U4Sj48J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uH4U4Sj48J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uH4U4Sj48J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uH4U4Sj48J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uH4U4Sj48J ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uH4U4Sj48J .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uH4U4Sj48J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uH4U4Sj48J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uH4U4Sj48J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uH4U4Sj48J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH4U4Sj48J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH4U4Sj48J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uH4U4Sj48J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH4U4Sj48J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uH4U4Sj48J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uH4U4Sj48J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH4U4Sj48J .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uH4U4Sj48J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uH4U4Sj48J .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uH4U4Sj48J .navbar {
    height: 70px;
  }
  .cid-uH4U4Sj48J .navbar.opened {
    height: auto;
  }
  .cid-uH4U4Sj48J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uH4U4SBJrd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH4U4SBJrd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/black.png");
}
.cid-uH4U4SOC0Z {
  background-image: url("../../../assets/images/mbr-25.jpg");
}
.cid-uH4U4SOC0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH4U4SOC0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH4U4T2tnK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uH4U4T2tnK code {
  color: #3384d6;
  font-size: 1rem;
}
.cid-uH4WpLE0XY {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uH4WpLE0XY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH4WpLE0XY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH4WpLE0XY .video-wrapper iframe {
  width: 100%;
}
.cid-uH4WpLE0XY .mbr-section-title,
.cid-uH4WpLE0XY .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uH4WpLE0XY .text-wrapper {
    padding: 2rem;
  }
}
.cid-uH4WpLE0XY .mbr-section-subtitle {
  color: #4479d9;
}
.cid-uH4WpLE0XY .mbr-text {
  color: #ffffff;
}
.cid-uH4WpLE0XY .mbr-description {
  color: #bbbbbb;
}
.cid-uH4Ynhf6bT {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uH4Ynhf6bT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH4Ynhf6bT .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-uH4Ynhf6bT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uH4Ynhf6bT .row {
  flex-direction: row-reverse;
}
.cid-uH4Ynhf6bT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uH4Ynhf6bT .text-wrapper {
    padding: 2rem;
  }
}
.cid-uH4Ynhf6bT .mbr-section-title {
  color: #4479d9;
}
.cid-uH4Ynhf6bT .mbr-text {
  color: #ffffff;
}
.cid-uH4Ynhf6bT .mbr-description {
  color: #bbbbbb;
}
.cid-uH4U4TyNNB {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #47b5ed;
}
.cid-uH4U4TyNNB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH4U4TyNNB .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-uH4U4TyNNB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uH4U4TyNNB .row {
  flex-direction: row-reverse;
}
.cid-uH4U4TyNNB img {
  width: 100%;
}
.cid-uH4U4TMv2W {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uJbt7rBQJw {
  z-index: 1000;
  width: 100%;
}
.cid-uJbt7rBQJw nav.navbar {
  position: fixed;
}
.cid-uJbt7rBQJw .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-uJbt7rBQJw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJbt7rBQJw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJbt7rBQJw .dropdown-item:hover,
.cid-uJbt7rBQJw .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uJbt7rBQJw .dropdown-item:hover span {
  color: white;
}
.cid-uJbt7rBQJw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJbt7rBQJw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJbt7rBQJw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJbt7rBQJw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJbt7rBQJw .nav-link {
  position: relative;
}
.cid-uJbt7rBQJw .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJbt7rBQJw .container {
    flex-wrap: nowrap;
  }
}
.cid-uJbt7rBQJw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJbt7rBQJw .dropdown-menu,
.cid-uJbt7rBQJw .navbar.opened {
  background: #000000 !important;
}
.cid-uJbt7rBQJw .nav-item:focus,
.cid-uJbt7rBQJw .nav-link:focus {
  outline: none;
}
.cid-uJbt7rBQJw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJbt7rBQJw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJbt7rBQJw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJbt7rBQJw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJbt7rBQJw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJbt7rBQJw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJbt7rBQJw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-uJbt7rBQJw .navbar.opened {
  transition: all 0.3s;
}
.cid-uJbt7rBQJw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJbt7rBQJw .navbar .navbar-logo img {
  width: auto;
}
.cid-uJbt7rBQJw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJbt7rBQJw .navbar.collapsed {
  justify-content: center;
}
.cid-uJbt7rBQJw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJbt7rBQJw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJbt7rBQJw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uJbt7rBQJw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJbt7rBQJw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJbt7rBQJw .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-uJbt7rBQJw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJbt7rBQJw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJbt7rBQJw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJbt7rBQJw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJbt7rBQJw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJbt7rBQJw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJbt7rBQJw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJbt7rBQJw .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-uJbt7rBQJw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJbt7rBQJw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJbt7rBQJw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJbt7rBQJw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJbt7rBQJw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJbt7rBQJw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uJbt7rBQJw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uJbt7rBQJw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJbt7rBQJw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJbt7rBQJw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJbt7rBQJw .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-uJbt7rBQJw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJbt7rBQJw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJbt7rBQJw .dropdown-item.active,
.cid-uJbt7rBQJw .dropdown-item:active {
  background-color: transparent;
}
.cid-uJbt7rBQJw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJbt7rBQJw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJbt7rBQJw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJbt7rBQJw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uJbt7rBQJw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJbt7rBQJw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJbt7rBQJw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJbt7rBQJw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJbt7rBQJw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJbt7rBQJw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJbt7rBQJw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJbt7rBQJw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJbt7rBQJw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJbt7rBQJw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJbt7rBQJw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJbt7rBQJw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJbt7rBQJw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJbt7rBQJw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJbt7rBQJw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJbt7rBQJw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJbt7rBQJw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJbt7rBQJw .navbar {
    height: 70px;
  }
  .cid-uJbt7rBQJw .navbar.opened {
    height: auto;
  }
  .cid-uJbt7rBQJw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJbt7rXGMX {
  background-image: url("../../../assets/images/mbr-18.jpg");
  z-index: 0;
}
.cid-uJbt7rXGMX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbt7rXGMX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbt7sdS3x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  border-top: 5px solid red;
}
.cid-uJbt7sdS3x code {
  color: #3384d6;
  font-size: 0.7rem;
}
.cid-uJbt7sqVUf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-17.jpg");
  z-index: 0;
}
.cid-uJbt7sqVUf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbt7sqVUf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbt7sqVUf .mbr-text,
.cid-uJbt7sqVUf .mbr-section-btn {
  color: #232323;
}
.cid-uJbt7sqVUf .card-title,
.cid-uJbt7sqVUf .card-box {
  color: #ffe161;
}
.cid-uJbt7sqVUf .mbr-text,
.cid-uJbt7sqVUf .link-wrap {
  color: #ffffff;
}
.cid-uJbt7sE8UK {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uJbt7sE8UK .mbr-section-subtitle {
  text-align: center;
  color: #ffe161;
}
.cid-uJbt7sQf0r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
  z-index: 0;
}
.cid-uJbt7sQf0r .carousel {
  height: 800px;
}
.cid-uJbt7sQf0r .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJbt7sQf0r .carousel-item,
.cid-uJbt7sQf0r .carousel-inner {
  height: 100%;
}
.cid-uJbt7sQf0r .carousel-caption {
  top: 250px;
  z-index: 1;
}
.cid-uJbt7sQf0r .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uJbt7sQf0r .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uJbt7sQf0r .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uJbt7sQf0r .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uJbt7sQf0r .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uJbt7sQf0r .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uJbt7sQf0r .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uJbt7sQf0r .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uJbt7sQf0r .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJbt7sQf0r .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uJbt7sQf0r .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uJbt7sQf0r .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 7.5rem !important;
}
.cid-uJbt7sQf0r .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uJbt7sQf0r .carousel-indicators li.active,
.cid-uJbt7sQf0r .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uJbt7sQf0r .carousel-indicators li::after,
.cid-uJbt7sQf0r .carousel-indicators li::before {
  content: none;
}
.cid-uJbt7sQf0r .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uJbt7sQf0r .carousel-indicators {
    display: none !important;
  }
}
.cid-uJbt7th9VZ {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: transparent;
}
.cid-uJbt7th9VZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbt7th9VZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbt7th9VZ .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uJbt7th9VZ .row .item {
  padding: 0 13px;
}
.cid-uJbt7th9VZ .item {
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uJbt7th9VZ .item {
    margin-bottom: 16px;
  }
}
.cid-uJbt7th9VZ .item .item-wrapper {
  height: 100%;
  background-color: #6592e6;
  padding: 54px;
  border-radius: 30px;
}
@media (max-width: 1200px) {
  .cid-uJbt7th9VZ .item .item-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uJbt7th9VZ .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uJbt7th9VZ .item .item-wrapper .card-box .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #151e11;
}
.cid-uJbt7th9VZ .item .item-wrapper .card-box .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uJbt7th9VZ .item .item-wrapper .card-box .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uJbt7th9VZ .item .item-wrapper .card-box .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJbt7th9VZ .item .item-wrapper .card-box .item-title {
    margin-bottom: 30px;
  }
}
.cid-uJbt7th9VZ .item .item-wrapper .card-box .text-wrap .item-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJbt7th9VZ .item .item-wrapper .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uJbt7th9VZ .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJbt7th9VZ .item-label {
  color: #fff7ee;
}
.cid-uJbt7th9VZ .item-title {
  color: #fff7ee;
}
.cid-uJbt7th9VZ .item-text {
  color: #fff7ee;
}
.cid-uJbt7tAF5d {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uJbt7tAF5d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbt7tAF5d .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-uJbt7tAF5d .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJbt7tAF5d .row {
  flex-direction: row-reverse;
}
.cid-uJbt7tAF5d img {
  width: 100%;
  border-radius: 30px;
}
@media (min-width: 992px) {
  .cid-uJbt7tAF5d .text-wrapper {
    padding: 2rem;
  }
}
.cid-uJbt7tAF5d .mbr-section-title {
  color: #ffe161;
}
.cid-uJbt7tAF5d .mbr-text {
  color: #ffffff;
}
.cid-uJbt7tAF5d .mbr-description {
  color: #bbbbbb;
}
.cid-uJbt7tSFav {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #47b5ed;
}
.cid-uJbt7tSFav .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbt7tSFav .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-uJbt7tSFav .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJbt7tSFav .row {
  flex-direction: row-reverse;
}
.cid-uJbt7tSFav img {
  width: 100%;
}
.cid-uJbt7u7inp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uIvNAX5urP {
  z-index: 1000;
  width: 100%;
}
.cid-uIvNAX5urP nav.navbar {
  position: fixed;
}
.cid-uIvNAX5urP .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-uIvNAX5urP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIvNAX5urP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIvNAX5urP .dropdown-item:hover,
.cid-uIvNAX5urP .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uIvNAX5urP .dropdown-item:hover span {
  color: white;
}
.cid-uIvNAX5urP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIvNAX5urP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIvNAX5urP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIvNAX5urP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIvNAX5urP .nav-link {
  position: relative;
}
.cid-uIvNAX5urP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIvNAX5urP .container {
    flex-wrap: nowrap;
  }
}
.cid-uIvNAX5urP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIvNAX5urP .dropdown-menu,
.cid-uIvNAX5urP .navbar.opened {
  background: #000000 !important;
}
.cid-uIvNAX5urP .nav-item:focus,
.cid-uIvNAX5urP .nav-link:focus {
  outline: none;
}
.cid-uIvNAX5urP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIvNAX5urP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIvNAX5urP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIvNAX5urP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIvNAX5urP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIvNAX5urP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIvNAX5urP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-uIvNAX5urP .navbar.opened {
  transition: all 0.3s;
}
.cid-uIvNAX5urP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIvNAX5urP .navbar .navbar-logo img {
  width: auto;
}
.cid-uIvNAX5urP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIvNAX5urP .navbar.collapsed {
  justify-content: center;
}
.cid-uIvNAX5urP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIvNAX5urP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIvNAX5urP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uIvNAX5urP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIvNAX5urP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIvNAX5urP .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-uIvNAX5urP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIvNAX5urP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIvNAX5urP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIvNAX5urP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIvNAX5urP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIvNAX5urP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIvNAX5urP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIvNAX5urP .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-uIvNAX5urP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIvNAX5urP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIvNAX5urP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIvNAX5urP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIvNAX5urP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIvNAX5urP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIvNAX5urP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIvNAX5urP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIvNAX5urP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIvNAX5urP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIvNAX5urP .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-uIvNAX5urP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIvNAX5urP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIvNAX5urP .dropdown-item.active,
.cid-uIvNAX5urP .dropdown-item:active {
  background-color: transparent;
}
.cid-uIvNAX5urP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIvNAX5urP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIvNAX5urP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIvNAX5urP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uIvNAX5urP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIvNAX5urP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIvNAX5urP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIvNAX5urP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIvNAX5urP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIvNAX5urP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIvNAX5urP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIvNAX5urP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIvNAX5urP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIvNAX5urP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIvNAX5urP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIvNAX5urP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIvNAX5urP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIvNAX5urP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIvNAX5urP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIvNAX5urP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIvNAX5urP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIvNAX5urP .navbar {
    height: 70px;
  }
  .cid-uIvNAX5urP .navbar.opened {
    height: auto;
  }
  .cid-uIvNAX5urP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIvNAXpbDv {
  z-index: 0;
}
.cid-uIvNAXpbDv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIvNAXpbDv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/malediven-fallback.jpg");
}
.cid-uIvNAXpbDv #header-content.hidden {
  display: none;
}
.cid-uJE42Moj2H {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #9fdbf8;
  border-top: 5px solid red;
}
.cid-uJE42Moj2H input[type=range] {
  accent-color: #0000ff;
}
.cid-uIvNAXWxgM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIvNAXWxgM code {
  color: #3384d6;
  font-size: 0.7rem;
}
.cid-uIAS9cygUq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: rgba(8, 44, 111, 0.6);
  z-index: 0;
}
.cid-uIAS9cygUq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIAS9cygUq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIAS9cygUq .mbr-text,
.cid-uIAS9cygUq .mbr-section-btn {
  color: #232323;
}
.cid-uIAS9cygUq .card-title,
.cid-uIAS9cygUq .card-box {
  color: #ffe161;
}
.cid-uIAS9cygUq .mbr-text,
.cid-uIAS9cygUq .link-wrap {
  color: #ffffff;
}
.cid-uIAS9cygUq .card-box .mbr-text,
.cid-uIAS9cygUq .mbr-section-btn {
  color: #ffffff;
}
.cid-uJE8US9Ezp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #082c6f;
}
.cid-uIYQHv9PWX {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: transparent;
}
.cid-uIYQHv9PWX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIYQHv9PWX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIYQHv9PWX .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uIYQHv9PWX .row .item {
  padding: 0 13px;
}
.cid-uIYQHv9PWX .item {
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uIYQHv9PWX .item {
    margin-bottom: 16px;
  }
}
.cid-uIYQHv9PWX .item .item-wrapper {
  height: 100%;
  background-color: #6592e6;
  padding: 54px;
  border-radius: 30px;
}
@media (max-width: 1200px) {
  .cid-uIYQHv9PWX .item .item-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uIYQHv9PWX .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uIYQHv9PWX .item .item-wrapper .card-box .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #151e11;
}
.cid-uIYQHv9PWX .item .item-wrapper .card-box .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uIYQHv9PWX .item .item-wrapper .card-box .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uIYQHv9PWX .item .item-wrapper .card-box .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uIYQHv9PWX .item .item-wrapper .card-box .item-title {
    margin-bottom: 30px;
  }
}
.cid-uIYQHv9PWX .item .item-wrapper .card-box .text-wrap .item-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIYQHv9PWX .item .item-wrapper .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uIYQHv9PWX .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uIYQHv9PWX .item-label {
  color: #fff7ee;
}
.cid-uIYQHv9PWX .item-title {
  color: #fff7ee;
}
.cid-uIYQHv9PWX .item-text {
  color: #fff7ee;
}
.cid-uIBjBmimc8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: rgba(0, 0, 0, 0.6);
}
.cid-uIBjBmimc8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIBjBmimc8 .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-uIBjBmimc8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIBjBmimc8 .row {
  flex-direction: row-reverse;
}
.cid-uIBjBmimc8 img {
  width: 100%;
  border-radius: 30px;
}
@media (min-width: 992px) {
  .cid-uIBjBmimc8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uIBjBmimc8 .mbr-section-title {
  color: #ffe161;
}
.cid-uIBjBmimc8 .mbr-text {
  color: #ffffff;
}
.cid-uIBjBmimc8 .mbr-description {
  color: #bbbbbb;
}
.cid-uIvNAYcXpJ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #47b5ed;
}
.cid-uIvNAYcXpJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIvNAYcXpJ .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-uIvNAYcXpJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIvNAYcXpJ .row {
  flex-direction: row-reverse;
}
.cid-uIvNAYcXpJ img {
  width: 100%;
}
.cid-uIvNAZ9dXb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uN30tqmlCo {
  z-index: 1000;
  width: 100%;
}
.cid-uN30tqmlCo nav.navbar {
  position: fixed;
}
.cid-uN30tqmlCo .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-uN30tqmlCo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uN30tqmlCo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uN30tqmlCo .dropdown-item:hover,
.cid-uN30tqmlCo .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uN30tqmlCo .dropdown-item:hover span {
  color: white;
}
.cid-uN30tqmlCo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uN30tqmlCo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uN30tqmlCo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uN30tqmlCo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uN30tqmlCo .nav-link {
  position: relative;
}
.cid-uN30tqmlCo .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uN30tqmlCo .container {
    flex-wrap: nowrap;
  }
}
.cid-uN30tqmlCo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uN30tqmlCo .dropdown-menu,
.cid-uN30tqmlCo .navbar.opened {
  background: #000000 !important;
}
.cid-uN30tqmlCo .nav-item:focus,
.cid-uN30tqmlCo .nav-link:focus {
  outline: none;
}
.cid-uN30tqmlCo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uN30tqmlCo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uN30tqmlCo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uN30tqmlCo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uN30tqmlCo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uN30tqmlCo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uN30tqmlCo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-uN30tqmlCo .navbar.opened {
  transition: all 0.3s;
}
.cid-uN30tqmlCo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uN30tqmlCo .navbar .navbar-logo img {
  width: auto;
}
.cid-uN30tqmlCo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uN30tqmlCo .navbar.collapsed {
  justify-content: center;
}
.cid-uN30tqmlCo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uN30tqmlCo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uN30tqmlCo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uN30tqmlCo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uN30tqmlCo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uN30tqmlCo .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-uN30tqmlCo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uN30tqmlCo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uN30tqmlCo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uN30tqmlCo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uN30tqmlCo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uN30tqmlCo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uN30tqmlCo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uN30tqmlCo .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-uN30tqmlCo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uN30tqmlCo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uN30tqmlCo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uN30tqmlCo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uN30tqmlCo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uN30tqmlCo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uN30tqmlCo .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uN30tqmlCo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uN30tqmlCo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uN30tqmlCo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uN30tqmlCo .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-uN30tqmlCo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uN30tqmlCo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN30tqmlCo .dropdown-item.active,
.cid-uN30tqmlCo .dropdown-item:active {
  background-color: transparent;
}
.cid-uN30tqmlCo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uN30tqmlCo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uN30tqmlCo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uN30tqmlCo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uN30tqmlCo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uN30tqmlCo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uN30tqmlCo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uN30tqmlCo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uN30tqmlCo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uN30tqmlCo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uN30tqmlCo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uN30tqmlCo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uN30tqmlCo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uN30tqmlCo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uN30tqmlCo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uN30tqmlCo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uN30tqmlCo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uN30tqmlCo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uN30tqmlCo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uN30tqmlCo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uN30tqmlCo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uN30tqmlCo .navbar {
    height: 70px;
  }
  .cid-uN30tqmlCo .navbar.opened {
    height: auto;
  }
  .cid-uN30tqmlCo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uN30tqH9X2 {
  background-image: url("../../../assets/images/mbr-2.png");
}
.cid-uN30tqH9X2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN30tqH9X2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN39L7J9Fb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
  overflow: hidden;
  position: relative;
}
.cid-uN39L7J9Fb .decor-wrap_1 {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #082c6f 0, #6592e6 43%, #bed3f9 100%);
}
.cid-uN39L7J9Fb .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 2%;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #082c6f 0, #6592e6 43%, #bed3f9 100%);
}
.cid-uN39L7J9Fb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN39L7J9Fb .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-uN39L7J9Fb .container {
    padding: 0 30px;
  }
}
.cid-uN39L7J9Fb .row {
  justify-content: center;
}
.cid-uN39L7J9Fb .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uN39L7J9Fb .content-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uN39L7J9Fb .content-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 64px;
  }
}
.cid-uN39L7J9Fb .content-wrapper .nav.nav-tabs .nav-item {
  width: calc(33.2%);
  padding: 64px 35px;
  background-color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-uN39L7J9Fb .content-wrapper .nav.nav-tabs .nav-item:first-child {
  border-radius: 2rem 0 0 0;
}
.cid-uN39L7J9Fb .content-wrapper .nav.nav-tabs .nav-item:last-child {
  border-radius: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uN39L7J9Fb .content-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
    padding: 36px 50px;
    margin-bottom: 2px;
  }
}
.cid-uN39L7J9Fb .content-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link::before {
  background-color: #ffe7da;
}
.cid-uN39L7J9Fb .content-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link::before {
  background-color: #dbf5d1;
}
.cid-uN39L7J9Fb .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border: none;
  color: #144031;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.cid-uN39L7J9Fb .content-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #f9f3c2;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.cid-uN39L7J9Fb .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-uN39L7J9Fb .content-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: scale(1.25);
}
.cid-uN39L7J9Fb .content-wrapper .tab-content .tab-pane .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uN39L7J9Fb .content-wrapper .tab-content .tab-pane .content-wrap {
    display: block;
  }
}
.cid-uN39L7J9Fb .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-uN39L7J9Fb .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }
}
.cid-uN39L7J9Fb .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uN39L7J9Fb .content-wrapper .tab-content .tab-pane .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uN39L7J9Fb .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  width: 50%;
  margin-bottom: 0;
  padding-left: 40px;
  border-left: 1px solid #c7fcb5;
}
@media (max-width: 992px) {
  .cid-uN39L7J9Fb .content-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
    width: 100%;
    padding-left: 20px;
  }
}
.cid-uN39L7J9Fb .mbr-desc {
  color: #c7fcb5;
}
.cid-uN39L7J9Fb .mbr-section-title {
  color: #ffffff;
}
.cid-uN39L7J9Fb .mbr-text {
  color: #ffffff;
}
.cid-uN3ceF765E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uN3ceF765E code {
  color: #3384d6;
  font-size: 0.7rem;
}
.cid-uN3ceF765E .mbr-section-subtitle {
  color: #353535;
}
.cid-uN3m6YoFc4 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #47b5ed;
}
.cid-uN3m6YoFc4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN3m6YoFc4 .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-uN3m6YoFc4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uN3m6YoFc4 .row {
  flex-direction: row-reverse;
}
.cid-uN3m6YoFc4 img {
  width: 100%;
}
.cid-uN8orP2JFZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uN8orP2JFZ code {
  color: #3384d6;
  font-size: 0.7rem;
}
.cid-uN75A4j3p4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uN75A4j3p4 code {
  color: #3384d6;
  font-size: 0.7rem;
}
.cid-uN30tr6a79 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uSS5DiBHFv {
  z-index: 1000;
  width: 100%;
}
.cid-uSS5DiBHFv nav.navbar {
  position: fixed;
}
.cid-uSS5DiBHFv .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-uSS5DiBHFv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSS5DiBHFv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSS5DiBHFv .dropdown-item:hover,
.cid-uSS5DiBHFv .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uSS5DiBHFv .dropdown-item:hover span {
  color: white;
}
.cid-uSS5DiBHFv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSS5DiBHFv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSS5DiBHFv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uSS5DiBHFv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSS5DiBHFv .nav-link {
  position: relative;
}
.cid-uSS5DiBHFv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uSS5DiBHFv .container {
    flex-wrap: nowrap;
  }
}
.cid-uSS5DiBHFv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSS5DiBHFv .dropdown-menu,
.cid-uSS5DiBHFv .navbar.opened {
  background: #000000 !important;
}
.cid-uSS5DiBHFv .nav-item:focus,
.cid-uSS5DiBHFv .nav-link:focus {
  outline: none;
}
.cid-uSS5DiBHFv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSS5DiBHFv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSS5DiBHFv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSS5DiBHFv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSS5DiBHFv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSS5DiBHFv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSS5DiBHFv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-uSS5DiBHFv .navbar.opened {
  transition: all 0.3s;
}
.cid-uSS5DiBHFv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSS5DiBHFv .navbar .navbar-logo img {
  width: auto;
}
.cid-uSS5DiBHFv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSS5DiBHFv .navbar.collapsed {
  justify-content: center;
}
.cid-uSS5DiBHFv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSS5DiBHFv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSS5DiBHFv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uSS5DiBHFv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSS5DiBHFv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSS5DiBHFv .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-uSS5DiBHFv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSS5DiBHFv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSS5DiBHFv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSS5DiBHFv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSS5DiBHFv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSS5DiBHFv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSS5DiBHFv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSS5DiBHFv .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-uSS5DiBHFv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSS5DiBHFv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSS5DiBHFv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSS5DiBHFv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSS5DiBHFv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSS5DiBHFv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uSS5DiBHFv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uSS5DiBHFv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSS5DiBHFv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSS5DiBHFv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSS5DiBHFv .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-uSS5DiBHFv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSS5DiBHFv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSS5DiBHFv .dropdown-item.active,
.cid-uSS5DiBHFv .dropdown-item:active {
  background-color: transparent;
}
.cid-uSS5DiBHFv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSS5DiBHFv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSS5DiBHFv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSS5DiBHFv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uSS5DiBHFv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSS5DiBHFv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSS5DiBHFv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSS5DiBHFv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSS5DiBHFv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSS5DiBHFv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uSS5DiBHFv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSS5DiBHFv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSS5DiBHFv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSS5DiBHFv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSS5DiBHFv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSS5DiBHFv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSS5DiBHFv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSS5DiBHFv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSS5DiBHFv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uSS5DiBHFv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSS5DiBHFv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSS5DiBHFv .navbar {
    height: 70px;
  }
  .cid-uSS5DiBHFv .navbar.opened {
    height: auto;
  }
  .cid-uSS5DiBHFv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSS5DiWvxZ {
  background-image: url("../../../assets/images/background-1201003.jpeg");
}
.cid-uSS5DiWvxZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSS5DiWvxZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSS6Nax9o7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #92c9f6;
}
.cid-uSS6Nax9o7 .konkave-border {
  border-style: solid;
  border-width: 2px;
  border-color: blue;
  padding: 2rem;
  background-color: white;
}
.cid-uSS6Nax9o7 .ecken {
  border-style: solid;
  border-color: blue;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #92c9f6;
}
.cid-uSS6Nax9o7 .ecke-ol {
  border-width: 0px 2px 2px 0px;
  border-radius: 0 0 30px 0;
  top: -2px;
  left: -2px;
}
.cid-uSS6Nax9o7 .ecke-or {
  border-width: 0px 0px 2px 2px;
  border-radius: 0 0 0 30px;
  top: -2px;
  right: -2px;
}
.cid-uSS6Nax9o7 .ecke-ur {
  border-width: 2px 0px 0px 2px;
  border-radius: 30px 0 0 0;
  bottom: -2px;
  right: -2px;
}
.cid-uSS6Nax9o7 .ecke-ul {
  border-width: 2px 2px 0px 0px;
  border-radius: 0 30px 0 0;
  bottom: -2px;
  left: -2px;
}
.cid-uSS6Nax9o7 .mbr-section-subtitle {
  text-align: center;
}
.cid-uSS5DjiBed {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSS5DjiBed code {
  color: #3384d6;
  font-size: 0.9rem;
}
.cid-uSSUiDx4x5 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #47b5ed;
}
.cid-uSSUiDx4x5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSSUiDx4x5 .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-uSSUiDx4x5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSSUiDx4x5 .row {
  flex-direction: row-reverse;
}
.cid-uSSUiDx4x5 img {
  width: 100%;
}
.cid-uSS5DjwVPe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uUcENBWSQ1 {
  z-index: 1000;
  width: 100%;
}
.cid-uUcENBWSQ1 nav.navbar {
  position: fixed;
}
.cid-uUcENBWSQ1 .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-uUcENBWSQ1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUcENBWSQ1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUcENBWSQ1 .dropdown-item:hover,
.cid-uUcENBWSQ1 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uUcENBWSQ1 .dropdown-item:hover span {
  color: white;
}
.cid-uUcENBWSQ1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUcENBWSQ1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUcENBWSQ1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUcENBWSQ1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUcENBWSQ1 .nav-link {
  position: relative;
}
.cid-uUcENBWSQ1 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUcENBWSQ1 .container {
    flex-wrap: nowrap;
  }
}
.cid-uUcENBWSQ1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUcENBWSQ1 .dropdown-menu,
.cid-uUcENBWSQ1 .navbar.opened {
  background: #000000 !important;
}
.cid-uUcENBWSQ1 .nav-item:focus,
.cid-uUcENBWSQ1 .nav-link:focus {
  outline: none;
}
.cid-uUcENBWSQ1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUcENBWSQ1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUcENBWSQ1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUcENBWSQ1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUcENBWSQ1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUcENBWSQ1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUcENBWSQ1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-uUcENBWSQ1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uUcENBWSQ1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUcENBWSQ1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uUcENBWSQ1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUcENBWSQ1 .navbar.collapsed {
  justify-content: center;
}
.cid-uUcENBWSQ1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUcENBWSQ1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUcENBWSQ1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uUcENBWSQ1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUcENBWSQ1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUcENBWSQ1 .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-uUcENBWSQ1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUcENBWSQ1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUcENBWSQ1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUcENBWSQ1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUcENBWSQ1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUcENBWSQ1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUcENBWSQ1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUcENBWSQ1 .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-uUcENBWSQ1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUcENBWSQ1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUcENBWSQ1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUcENBWSQ1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUcENBWSQ1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUcENBWSQ1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUcENBWSQ1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uUcENBWSQ1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUcENBWSQ1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUcENBWSQ1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUcENBWSQ1 .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-uUcENBWSQ1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUcENBWSQ1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUcENBWSQ1 .dropdown-item.active,
.cid-uUcENBWSQ1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUcENBWSQ1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUcENBWSQ1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUcENBWSQ1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUcENBWSQ1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uUcENBWSQ1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUcENBWSQ1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUcENBWSQ1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUcENBWSQ1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUcENBWSQ1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUcENBWSQ1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUcENBWSQ1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUcENBWSQ1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUcENBWSQ1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUcENBWSQ1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUcENBWSQ1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUcENBWSQ1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUcENBWSQ1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUcENBWSQ1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUcENBWSQ1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUcENBWSQ1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUcENBWSQ1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUcENBWSQ1 .navbar {
    height: 70px;
  }
  .cid-uUcENBWSQ1 .navbar.opened {
    height: auto;
  }
  .cid-uUcENBWSQ1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUcENCfS6w {
  background-image: url("../../../assets/images/earth-1756274.jpg");
}
.cid-uUcENCfS6w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUcENCfS6w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUcENCroGL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f6f7f9;
  overflow-x: hidden;
}
.cid-uUcENCroGL .mbr-section-subtitle {
  text-align: center;
}
.cid-uUcENCroGL .mbr-section-title {
  text-align: center;
}
.cid-uUcP3VE5MM {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUcP3VE5MM code {
  color: #3384d6;
  font-size: 0.9rem;
}
.cid-uUcP3VE5MM span.counter {
  color: blue;
  font-weight: bold;
}
.cid-uUzeOf2lEc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f6f7f9;
}
.cid-uUzeOf2lEc .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uUzeOf2lEc .mbr-text {
  text-align: center;
}
.cid-uUzeOf2lEc span.counter {
  color: blue;
  font-weight: bold;
}
.cid-uUzfp22yTk {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f6f7f9;
}
.cid-uUzeyi25ne {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUzeyi25ne code {
  color: #3384d6;
  font-size: 0.9rem;
}
.cid-uUzeyi25ne span.counter {
  color: blue;
  font-weight: bold;
}
.cid-uUdmLyrSx2 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #47b5ed;
}
.cid-uUdmLyrSx2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUdmLyrSx2 .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-uUdmLyrSx2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUdmLyrSx2 .row {
  flex-direction: row-reverse;
}
.cid-uUdmLyrSx2 img {
  width: 100%;
}
.cid-uUcENCAaYZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uUKKeKZYZz {
  z-index: 1000;
  width: 100%;
}
.cid-uUKKeKZYZz nav.navbar {
  position: fixed;
}
.cid-uUKKeKZYZz .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-uUKKeKZYZz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUKKeKZYZz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUKKeKZYZz .dropdown-item:hover,
.cid-uUKKeKZYZz .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uUKKeKZYZz .dropdown-item:hover span {
  color: white;
}
.cid-uUKKeKZYZz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUKKeKZYZz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUKKeKZYZz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUKKeKZYZz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUKKeKZYZz .nav-link {
  position: relative;
}
.cid-uUKKeKZYZz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uUKKeKZYZz .container {
    flex-wrap: nowrap;
  }
}
.cid-uUKKeKZYZz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUKKeKZYZz .dropdown-menu,
.cid-uUKKeKZYZz .navbar.opened {
  background: #000000 !important;
}
.cid-uUKKeKZYZz .nav-item:focus,
.cid-uUKKeKZYZz .nav-link:focus {
  outline: none;
}
.cid-uUKKeKZYZz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUKKeKZYZz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUKKeKZYZz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUKKeKZYZz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUKKeKZYZz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUKKeKZYZz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUKKeKZYZz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-uUKKeKZYZz .navbar.opened {
  transition: all 0.3s;
}
.cid-uUKKeKZYZz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUKKeKZYZz .navbar .navbar-logo img {
  width: auto;
}
.cid-uUKKeKZYZz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUKKeKZYZz .navbar.collapsed {
  justify-content: center;
}
.cid-uUKKeKZYZz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUKKeKZYZz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUKKeKZYZz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uUKKeKZYZz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUKKeKZYZz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUKKeKZYZz .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-uUKKeKZYZz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUKKeKZYZz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUKKeKZYZz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUKKeKZYZz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUKKeKZYZz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUKKeKZYZz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUKKeKZYZz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUKKeKZYZz .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-uUKKeKZYZz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUKKeKZYZz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUKKeKZYZz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUKKeKZYZz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUKKeKZYZz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUKKeKZYZz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUKKeKZYZz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uUKKeKZYZz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUKKeKZYZz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUKKeKZYZz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUKKeKZYZz .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-uUKKeKZYZz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUKKeKZYZz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUKKeKZYZz .dropdown-item.active,
.cid-uUKKeKZYZz .dropdown-item:active {
  background-color: transparent;
}
.cid-uUKKeKZYZz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUKKeKZYZz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUKKeKZYZz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUKKeKZYZz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uUKKeKZYZz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUKKeKZYZz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUKKeKZYZz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUKKeKZYZz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUKKeKZYZz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUKKeKZYZz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUKKeKZYZz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUKKeKZYZz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUKKeKZYZz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUKKeKZYZz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUKKeKZYZz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUKKeKZYZz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUKKeKZYZz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUKKeKZYZz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUKKeKZYZz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUKKeKZYZz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUKKeKZYZz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUKKeKZYZz .navbar {
    height: 70px;
  }
  .cid-uUKKeKZYZz .navbar.opened {
    height: auto;
  }
  .cid-uUKKeKZYZz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUKKeLiQ1q {
  background-image: url("../../../assets/images/mbr-12.jpg");
}
.cid-uUKKeLiQ1q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKKeLiQ1q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUKKeLxRqy {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #6ec7f2;
  overflow-x: hidden;
}
.cid-uUKKeLxRqy .mbr-section-subtitle {
  text-align: center;
}
.cid-uUKKeLxRqy .mbr-section-title {
  text-align: center;
}
.cid-uUKKeLxRqy .mycap {
  text-transform: capitalize;
}
.cid-uUKKeLJlJM {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uUKKeLJlJM code {
  color: #3384d6;
  font-size: 0.9rem;
}
.cid-uUKKeLJlJM span.counter {
  color: blue;
  font-weight: bold;
}
.cid-uUKKeLVP7l {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6ec7f2;
}
.cid-uUKKeLVP7l .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uUKKeLVP7l .mbr-text {
  text-align: center;
}
.cid-uUKKeLVP7l span.counter {
  color: blue;
  font-weight: bold;
}
.cid-uUKKeM7DCp {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #6ec7f2;
}
.cid-uUKKeMirbu {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUKKeMirbu code {
  color: #3384d6;
  font-size: 0.9rem;
}
.cid-uUKKeMirbu span.counter {
  color: blue;
  font-weight: bold;
}
.cid-uUKKeMzzSi {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #6ec7f2;
}
.cid-uUKKeMzzSi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKKeMzzSi .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-uUKKeMzzSi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUKKeMzzSi .row {
  flex-direction: row-reverse;
}
.cid-uUKKeMzzSi img {
  width: 100%;
}
.cid-uUL5bhEx3s {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uUL5bhEx3s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUL5bhEx3s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUL5bhEx3s .video-wrapper iframe {
  width: 100%;
}
.cid-uUL5bhEx3s .mbr-section-title,
.cid-uUL5bhEx3s .mbr-section-subtitle,
.cid-uUL5bhEx3s .mbr-text {
  text-align: center;
}
.cid-uUL5bhEx3s button {
  color: red;
  text-decoration: underline;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #e2e2e2;
  height: 100px;
  margin: 20px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 2px 2px 3px #999999;
  font-size: 1.2rem;
}
.cid-uUL5bhEx3s button:hover {
  color: blue;
}
.cid-uUKKeMN4rA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uVP1ZumkaJ {
  z-index: 1000;
  width: 100%;
}
.cid-uVP1ZumkaJ nav.navbar {
  position: fixed;
}
.cid-uVP1ZumkaJ .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-uVP1ZumkaJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVP1ZumkaJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVP1ZumkaJ .dropdown-item:hover,
.cid-uVP1ZumkaJ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uVP1ZumkaJ .dropdown-item:hover span {
  color: white;
}
.cid-uVP1ZumkaJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVP1ZumkaJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVP1ZumkaJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVP1ZumkaJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVP1ZumkaJ .nav-link {
  position: relative;
}
.cid-uVP1ZumkaJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uVP1ZumkaJ .container {
    flex-wrap: nowrap;
  }
}
.cid-uVP1ZumkaJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVP1ZumkaJ .dropdown-menu,
.cid-uVP1ZumkaJ .navbar.opened {
  background: #000000 !important;
}
.cid-uVP1ZumkaJ .nav-item:focus,
.cid-uVP1ZumkaJ .nav-link:focus {
  outline: none;
}
.cid-uVP1ZumkaJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVP1ZumkaJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVP1ZumkaJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVP1ZumkaJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVP1ZumkaJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVP1ZumkaJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVP1ZumkaJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-uVP1ZumkaJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uVP1ZumkaJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVP1ZumkaJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uVP1ZumkaJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVP1ZumkaJ .navbar.collapsed {
  justify-content: center;
}
.cid-uVP1ZumkaJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVP1ZumkaJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVP1ZumkaJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uVP1ZumkaJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVP1ZumkaJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVP1ZumkaJ .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-uVP1ZumkaJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVP1ZumkaJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVP1ZumkaJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVP1ZumkaJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVP1ZumkaJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVP1ZumkaJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVP1ZumkaJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVP1ZumkaJ .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-uVP1ZumkaJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVP1ZumkaJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVP1ZumkaJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVP1ZumkaJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVP1ZumkaJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVP1ZumkaJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVP1ZumkaJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVP1ZumkaJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVP1ZumkaJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVP1ZumkaJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVP1ZumkaJ .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-uVP1ZumkaJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVP1ZumkaJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVP1ZumkaJ .dropdown-item.active,
.cid-uVP1ZumkaJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uVP1ZumkaJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVP1ZumkaJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVP1ZumkaJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVP1ZumkaJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uVP1ZumkaJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVP1ZumkaJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVP1ZumkaJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVP1ZumkaJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVP1ZumkaJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVP1ZumkaJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVP1ZumkaJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVP1ZumkaJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVP1ZumkaJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVP1ZumkaJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVP1ZumkaJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVP1ZumkaJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVP1ZumkaJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVP1ZumkaJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVP1ZumkaJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVP1ZumkaJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVP1ZumkaJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVP1ZumkaJ .navbar {
    height: 70px;
  }
  .cid-uVP1ZumkaJ .navbar.opened {
    height: auto;
  }
  .cid-uVP1ZumkaJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVP1ZuHubD {
  background-image: url("../../../assets/images/mbr-27.jpg");
}
.cid-uVP1ZuHubD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVP1ZuHubD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVP1ZuWYFf {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #6ec7f2;
  overflow-x: hidden;
}
.cid-uVP1ZuWYFf .mbr-section-subtitle {
  text-align: center;
}
.cid-uVP1ZuWYFf .mbr-section-title {
  text-align: center;
}
.cid-uVP1ZuWYFf .mycap {
  text-transform: capitalize;
}
.cid-uVP1ZuWYFf iframe {
  border-radius: 20px;
}
.cid-uVP1ZvcrIm {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uVP1ZvcrIm code {
  color: #3384d6;
  font-size: 0.9rem;
}
.cid-uVP1ZvcrIm span.counter {
  color: blue;
  font-weight: bold;
}
.cid-uVP1Zvpqwb {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6ec7f2;
}
.cid-uVP1Zvpqwb .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uVP1Zvpqwb .mbr-text {
  text-align: center;
}
.cid-uVP1Zvpqwb span.counter {
  color: blue;
  font-weight: bold;
}
.cid-uVP1Zvpqwb .mylink {
  text-decoration: underline;
}
.cid-uVP1ZvBMAn {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #6ec7f2;
}
.cid-uVP1ZvNS5r {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVP1ZvNS5r code {
  color: #3384d6;
  font-size: 0.9rem;
}
.cid-uVP1ZvNS5r span.counter {
  color: blue;
  font-weight: bold;
}
.cid-uX79TnzEBJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6ec7f2;
}
.cid-uX79TnzEBJ .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uX79TnzEBJ .mbr-text {
  text-align: center;
}
.cid-uX79TnzEBJ span.counter {
  color: blue;
  font-weight: bold;
}
.cid-uX79TnzEBJ .mylink {
  text-decoration: underline;
}
.cid-uX79NbLEeA {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #6ec7f2;
}
.cid-uX79csmYV7 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uX79csmYV7 code {
  color: #3384d6;
  font-size: 0.9rem;
}
.cid-uX79csmYV7 span.counter {
  color: blue;
  font-weight: bold;
}
.cid-uVP1ZwaUSt {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #6ec7f2;
}
.cid-uVP1ZwaUSt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVP1ZwaUSt .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-uVP1ZwaUSt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVP1ZwaUSt .row {
  flex-direction: row-reverse;
}
.cid-uVP1ZwaUSt img {
  width: 100%;
}
.cid-uVP1ZwqBcn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVP1ZwqBcn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVP1ZwqBcn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVP1ZwqBcn .video-wrapper iframe {
  width: 100%;
}
.cid-uVP1ZwqBcn .mbr-section-title,
.cid-uVP1ZwqBcn .mbr-section-subtitle,
.cid-uVP1ZwqBcn .mbr-text {
  text-align: center;
}
.cid-uVP1ZwqBcn button {
  color: red;
  text-decoration: underline;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #e2e2e2;
  height: 100px;
  margin: 20px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 2px 2px 3px #999999;
  font-size: 1.2rem;
}
.cid-uVP1ZwqBcn button:hover {
  color: blue;
}
.cid-uVP1ZwJYNk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uW4BDvIfwH {
  z-index: 1000;
  width: 100%;
}
.cid-uW4BDvIfwH nav.navbar {
  position: fixed;
}
.cid-uW4BDvIfwH .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-uW4BDvIfwH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uW4BDvIfwH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uW4BDvIfwH .dropdown-item:hover,
.cid-uW4BDvIfwH .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uW4BDvIfwH .dropdown-item:hover span {
  color: white;
}
.cid-uW4BDvIfwH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uW4BDvIfwH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uW4BDvIfwH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uW4BDvIfwH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uW4BDvIfwH .nav-link {
  position: relative;
}
.cid-uW4BDvIfwH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uW4BDvIfwH .container {
    flex-wrap: nowrap;
  }
}
.cid-uW4BDvIfwH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uW4BDvIfwH .dropdown-menu,
.cid-uW4BDvIfwH .navbar.opened {
  background: #000000 !important;
}
.cid-uW4BDvIfwH .nav-item:focus,
.cid-uW4BDvIfwH .nav-link:focus {
  outline: none;
}
.cid-uW4BDvIfwH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uW4BDvIfwH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uW4BDvIfwH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uW4BDvIfwH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uW4BDvIfwH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uW4BDvIfwH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uW4BDvIfwH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-uW4BDvIfwH .navbar.opened {
  transition: all 0.3s;
}
.cid-uW4BDvIfwH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uW4BDvIfwH .navbar .navbar-logo img {
  width: auto;
}
.cid-uW4BDvIfwH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uW4BDvIfwH .navbar.collapsed {
  justify-content: center;
}
.cid-uW4BDvIfwH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uW4BDvIfwH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uW4BDvIfwH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uW4BDvIfwH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uW4BDvIfwH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uW4BDvIfwH .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-uW4BDvIfwH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uW4BDvIfwH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uW4BDvIfwH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uW4BDvIfwH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uW4BDvIfwH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uW4BDvIfwH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uW4BDvIfwH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uW4BDvIfwH .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-uW4BDvIfwH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uW4BDvIfwH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uW4BDvIfwH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uW4BDvIfwH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uW4BDvIfwH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uW4BDvIfwH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uW4BDvIfwH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uW4BDvIfwH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uW4BDvIfwH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uW4BDvIfwH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uW4BDvIfwH .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-uW4BDvIfwH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uW4BDvIfwH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uW4BDvIfwH .dropdown-item.active,
.cid-uW4BDvIfwH .dropdown-item:active {
  background-color: transparent;
}
.cid-uW4BDvIfwH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uW4BDvIfwH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uW4BDvIfwH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uW4BDvIfwH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uW4BDvIfwH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uW4BDvIfwH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uW4BDvIfwH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uW4BDvIfwH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uW4BDvIfwH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uW4BDvIfwH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uW4BDvIfwH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uW4BDvIfwH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uW4BDvIfwH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uW4BDvIfwH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uW4BDvIfwH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW4BDvIfwH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uW4BDvIfwH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uW4BDvIfwH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW4BDvIfwH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uW4BDvIfwH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uW4BDvIfwH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uW4BDvIfwH .navbar {
    height: 70px;
  }
  .cid-uW4BDvIfwH .navbar.opened {
    height: auto;
  }
  .cid-uW4BDvIfwH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uW4BDw3Q47 {
  background-image: url("../../../assets/images/mbr-29.jpg");
}
.cid-uW4BDw3Q47 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW4BDw3Q47 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW4BDwhbQm {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #6ec7f2;
}
.cid-uW4BDwhbQm .mbr-section-subtitle {
  text-align: center;
}
.cid-uW4BDwhbQm .mbr-section-title {
  text-align: center;
}
.cid-uW4BDwhbQm .mycap {
  text-transform: capitalize;
}
.cid-uW4BDwhbQm iframe {
  border-radius: 30px;
  overflow-x: hidden;
  max-width: 100%;
}
.cid-uW5iXsxBrT {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #6ec7f2;
}
.cid-uW4BDwwdgI {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uW4BDwwdgI code {
  color: #3384d6;
  font-size: 0.9rem;
}
.cid-uW4BDwwdgI span.counter {
  color: blue;
  font-weight: bold;
}
.cid-uW4BDwHhk0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6ec7f2;
}
.cid-uW4BDwHhk0 .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uW4BDwHhk0 .mbr-text {
  text-align: center;
}
.cid-uW4BDwHhk0 span.counter {
  color: blue;
  font-weight: bold;
}
.cid-uW4BDwTSvn {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #6ec7f2;
}
.cid-uW4BDx5lK0 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uW4BDx5lK0 code {
  color: #3384d6;
  font-size: 0.9rem;
}
.cid-uW4BDx5lK0 span.counter {
  color: blue;
  font-weight: bold;
}
.cid-uW4BDxmote {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #6ec7f2;
}
.cid-uW4BDxmote .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW4BDxmote .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-uW4BDxmote .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uW4BDxmote .row {
  flex-direction: row-reverse;
}
.cid-uW4BDxmote img {
  width: 100%;
}
.cid-uW62BDzDG6 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #47b5ed;
}
.cid-uW62BDzDG6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW62BDzDG6 .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-uW62BDzDG6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uW62BDzDG6 .row {
  flex-direction: row-reverse;
}
.cid-uW62BDzDG6 img {
  width: 100%;
}
.cid-uW4BDxBNhL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uW4BDxBNhL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW4BDxBNhL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW4BDxBNhL .video-wrapper iframe {
  width: 100%;
}
.cid-uW4BDxBNhL .mbr-section-title,
.cid-uW4BDxBNhL .mbr-section-subtitle,
.cid-uW4BDxBNhL .mbr-text {
  text-align: center;
}
.cid-uW4BDxBNhL button {
  color: red;
  text-decoration: underline;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #e2e2e2;
  height: 100px;
  margin: 20px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 2px 2px 3px #999999;
  font-size: 1.2rem;
}
.cid-uW4BDxBNhL button:hover {
  color: blue;
}
.cid-uW4BDxSjQZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uW6axSodNy {
  z-index: 1000;
  width: 100%;
}
.cid-uW6axSodNy nav.navbar {
  position: fixed;
}
.cid-uW6axSodNy .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-uW6axSodNy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uW6axSodNy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uW6axSodNy .dropdown-item:hover,
.cid-uW6axSodNy .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uW6axSodNy .dropdown-item:hover span {
  color: white;
}
.cid-uW6axSodNy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uW6axSodNy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uW6axSodNy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uW6axSodNy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uW6axSodNy .nav-link {
  position: relative;
}
.cid-uW6axSodNy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uW6axSodNy .container {
    flex-wrap: nowrap;
  }
}
.cid-uW6axSodNy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uW6axSodNy .dropdown-menu,
.cid-uW6axSodNy .navbar.opened {
  background: #000000 !important;
}
.cid-uW6axSodNy .nav-item:focus,
.cid-uW6axSodNy .nav-link:focus {
  outline: none;
}
.cid-uW6axSodNy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uW6axSodNy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uW6axSodNy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uW6axSodNy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uW6axSodNy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uW6axSodNy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uW6axSodNy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-uW6axSodNy .navbar.opened {
  transition: all 0.3s;
}
.cid-uW6axSodNy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uW6axSodNy .navbar .navbar-logo img {
  width: auto;
}
.cid-uW6axSodNy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uW6axSodNy .navbar.collapsed {
  justify-content: center;
}
.cid-uW6axSodNy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uW6axSodNy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uW6axSodNy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uW6axSodNy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uW6axSodNy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uW6axSodNy .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-uW6axSodNy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uW6axSodNy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uW6axSodNy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uW6axSodNy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uW6axSodNy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uW6axSodNy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uW6axSodNy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uW6axSodNy .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-uW6axSodNy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uW6axSodNy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uW6axSodNy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uW6axSodNy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uW6axSodNy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uW6axSodNy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uW6axSodNy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uW6axSodNy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uW6axSodNy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uW6axSodNy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uW6axSodNy .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-uW6axSodNy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uW6axSodNy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uW6axSodNy .dropdown-item.active,
.cid-uW6axSodNy .dropdown-item:active {
  background-color: transparent;
}
.cid-uW6axSodNy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uW6axSodNy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uW6axSodNy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uW6axSodNy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uW6axSodNy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uW6axSodNy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uW6axSodNy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uW6axSodNy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uW6axSodNy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uW6axSodNy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uW6axSodNy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uW6axSodNy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uW6axSodNy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uW6axSodNy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uW6axSodNy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW6axSodNy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uW6axSodNy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uW6axSodNy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW6axSodNy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uW6axSodNy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uW6axSodNy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uW6axSodNy .navbar {
    height: 70px;
  }
  .cid-uW6axSodNy .navbar.opened {
    height: auto;
  }
  .cid-uW6axSodNy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uW6axSN5uy {
  background-image: url("../../../assets/images/gallery-8049085.jpg");
}
.cid-uW6axSN5uy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW6axSN5uy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW6axT3Tlh {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #6ec7f2;
  overflow-x: hidden;
}
.cid-uW6axT3Tlh .mbr-section-subtitle {
  text-align: center;
  color: #e43f3f;
}
.cid-uW6axT3Tlh .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-uW6axT3Tlh .mycap {
  text-transform: capitalize;
}
.cid-uW6axTkjbI {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uW6axTkjbI code {
  color: #3384d6;
  font-size: 0.9rem;
}
.cid-uW6axTkjbI span.counter {
  color: blue;
  font-weight: bold;
}
.cid-uW6axTy5OS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6ec7f2;
}
.cid-uW6axTy5OS .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uW6axTy5OS .mbr-text {
  text-align: center;
}
.cid-uW6axTy5OS span.counter {
  color: blue;
  font-weight: bold;
}
.cid-uW6axTLiYh {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #6ec7f2;
}
.cid-uW6axTYiXb {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uW6axTYiXb code {
  color: #3384d6;
  font-size: 0.9rem;
}
.cid-uW6axTYiXb span.counter {
  color: blue;
  font-weight: bold;
}
.cid-uW6axUjsfy {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #6ec7f2;
}
.cid-uW6axUjsfy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW6axUjsfy .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-uW6axUjsfy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uW6axUjsfy .row {
  flex-direction: row-reverse;
}
.cid-uW6axUjsfy img {
  width: 100%;
}
.cid-uW6axUA43p {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uW6axUA43p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW6axUA43p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW6axUA43p .video-wrapper iframe {
  width: 100%;
}
.cid-uW6axUA43p .mbr-section-title,
.cid-uW6axUA43p .mbr-section-subtitle,
.cid-uW6axUA43p .mbr-text {
  text-align: center;
}
.cid-uW6axUA43p button {
  color: red;
  text-decoration: underline;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #e2e2e2;
  height: 100px;
  margin: 20px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 2px 2px 3px #999999;
  font-size: 1.2rem;
}
.cid-uW6axUA43p button:hover {
  color: blue;
}
.cid-uW6axUUa88 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uWGAZ3EMdW {
  z-index: 1000;
  width: 100%;
}
.cid-uWGAZ3EMdW nav.navbar {
  position: fixed;
}
.cid-uWGAZ3EMdW .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-uWGAZ3EMdW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWGAZ3EMdW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWGAZ3EMdW .dropdown-item:hover,
.cid-uWGAZ3EMdW .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uWGAZ3EMdW .dropdown-item:hover span {
  color: white;
}
.cid-uWGAZ3EMdW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWGAZ3EMdW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWGAZ3EMdW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWGAZ3EMdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWGAZ3EMdW .nav-link {
  position: relative;
}
.cid-uWGAZ3EMdW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uWGAZ3EMdW .container {
    flex-wrap: nowrap;
  }
}
.cid-uWGAZ3EMdW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWGAZ3EMdW .dropdown-menu,
.cid-uWGAZ3EMdW .navbar.opened {
  background: #000000 !important;
}
.cid-uWGAZ3EMdW .nav-item:focus,
.cid-uWGAZ3EMdW .nav-link:focus {
  outline: none;
}
.cid-uWGAZ3EMdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWGAZ3EMdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWGAZ3EMdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWGAZ3EMdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWGAZ3EMdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWGAZ3EMdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWGAZ3EMdW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-uWGAZ3EMdW .navbar.opened {
  transition: all 0.3s;
}
.cid-uWGAZ3EMdW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWGAZ3EMdW .navbar .navbar-logo img {
  width: auto;
}
.cid-uWGAZ3EMdW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWGAZ3EMdW .navbar.collapsed {
  justify-content: center;
}
.cid-uWGAZ3EMdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWGAZ3EMdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWGAZ3EMdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uWGAZ3EMdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWGAZ3EMdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWGAZ3EMdW .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-uWGAZ3EMdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWGAZ3EMdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWGAZ3EMdW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWGAZ3EMdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWGAZ3EMdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWGAZ3EMdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWGAZ3EMdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWGAZ3EMdW .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-uWGAZ3EMdW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWGAZ3EMdW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWGAZ3EMdW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWGAZ3EMdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWGAZ3EMdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWGAZ3EMdW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uWGAZ3EMdW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uWGAZ3EMdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWGAZ3EMdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWGAZ3EMdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWGAZ3EMdW .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-uWGAZ3EMdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWGAZ3EMdW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWGAZ3EMdW .dropdown-item.active,
.cid-uWGAZ3EMdW .dropdown-item:active {
  background-color: transparent;
}
.cid-uWGAZ3EMdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWGAZ3EMdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWGAZ3EMdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWGAZ3EMdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uWGAZ3EMdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWGAZ3EMdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWGAZ3EMdW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWGAZ3EMdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWGAZ3EMdW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWGAZ3EMdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uWGAZ3EMdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWGAZ3EMdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWGAZ3EMdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWGAZ3EMdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWGAZ3EMdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWGAZ3EMdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWGAZ3EMdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWGAZ3EMdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWGAZ3EMdW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWGAZ3EMdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWGAZ3EMdW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWGAZ3EMdW .navbar {
    height: 70px;
  }
  .cid-uWGAZ3EMdW .navbar.opened {
    height: auto;
  }
  .cid-uWGAZ3EMdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWGAZ42rbI {
  background-image: url("../../../assets/images/mbr-30.jpg");
}
.cid-uWGAZ42rbI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWGAZ42rbI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWGAZ42rbI .mycap {
  text-transform: capitalize;
}
.cid-uWGAZ4jibx {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #6ec7f2;
}
.cid-uWGAZ4jibx .mbr-section-subtitle {
  text-align: center;
}
.cid-uWGAZ4jibx .mbr-section-title {
  text-align: center;
}
.cid-uWGAZ4jibx .mycap {
  text-transform: capitalize;
}
.cid-uWGAZ4jibx iframe {
  border-radius: 30px;
  overflow-x: hidden;
  max-width: 100%;
}
.cid-uWWZwuDRij {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #6ec7f2;
}
.cid-uWWZwuDRij button.mybutton {
  border-radius: 30px;
}
.cid-uWGAZ4N2UW {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uWGAZ4N2UW code {
  color: #3384d6;
  font-size: 0.9rem;
}
.cid-uWGAZ4N2UW span.counter {
  color: blue;
  font-weight: bold;
}
.cid-uWGAZ54yCL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #6ec7f2;
}
.cid-uWGAZ54yCL .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uWGAZ54yCL .mbr-text {
  text-align: center;
}
.cid-uWGAZ54yCL span.counter {
  color: blue;
  font-weight: bold;
}
.cid-uWGAZ54yCL .mylink {
  text-decoration: underline;
}
.cid-uWGAZ5hzmh {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #6ec7f2;
}
.cid-uWGAZ5usPl {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWGAZ5usPl code {
  color: #3384d6;
  font-size: 0.9rem;
}
.cid-uWGAZ5usPl span.counter {
  color: blue;
  font-weight: bold;
}
.cid-uWK0LwazWR {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #47b5ed;
}
.cid-uWK0LwazWR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWK0LwazWR .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-uWK0LwazWR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWK0LwazWR .row {
  flex-direction: row-reverse;
}
.cid-uWK0LwazWR img {
  width: 100%;
}
.cid-uWGAZ6OOIX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uXoB8C9nr4 {
  z-index: 1000;
  width: 100%;
}
.cid-uXoB8C9nr4 nav.navbar {
  position: fixed;
}
.cid-uXoB8C9nr4 .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-uXoB8C9nr4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXoB8C9nr4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXoB8C9nr4 .dropdown-item:hover,
.cid-uXoB8C9nr4 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uXoB8C9nr4 .dropdown-item:hover span {
  color: white;
}
.cid-uXoB8C9nr4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXoB8C9nr4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXoB8C9nr4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXoB8C9nr4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXoB8C9nr4 .nav-link {
  position: relative;
}
.cid-uXoB8C9nr4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uXoB8C9nr4 .container {
    flex-wrap: nowrap;
  }
}
.cid-uXoB8C9nr4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXoB8C9nr4 .dropdown-menu,
.cid-uXoB8C9nr4 .navbar.opened {
  background: #000000 !important;
}
.cid-uXoB8C9nr4 .nav-item:focus,
.cid-uXoB8C9nr4 .nav-link:focus {
  outline: none;
}
.cid-uXoB8C9nr4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXoB8C9nr4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXoB8C9nr4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXoB8C9nr4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXoB8C9nr4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXoB8C9nr4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXoB8C9nr4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-uXoB8C9nr4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uXoB8C9nr4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXoB8C9nr4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uXoB8C9nr4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXoB8C9nr4 .navbar.collapsed {
  justify-content: center;
}
.cid-uXoB8C9nr4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXoB8C9nr4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXoB8C9nr4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uXoB8C9nr4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXoB8C9nr4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXoB8C9nr4 .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-uXoB8C9nr4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXoB8C9nr4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXoB8C9nr4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXoB8C9nr4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXoB8C9nr4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXoB8C9nr4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXoB8C9nr4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXoB8C9nr4 .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-uXoB8C9nr4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXoB8C9nr4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXoB8C9nr4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXoB8C9nr4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXoB8C9nr4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXoB8C9nr4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uXoB8C9nr4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uXoB8C9nr4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXoB8C9nr4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXoB8C9nr4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXoB8C9nr4 .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-uXoB8C9nr4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXoB8C9nr4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXoB8C9nr4 .dropdown-item.active,
.cid-uXoB8C9nr4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uXoB8C9nr4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXoB8C9nr4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXoB8C9nr4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXoB8C9nr4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uXoB8C9nr4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXoB8C9nr4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXoB8C9nr4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXoB8C9nr4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXoB8C9nr4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXoB8C9nr4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXoB8C9nr4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXoB8C9nr4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXoB8C9nr4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXoB8C9nr4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXoB8C9nr4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXoB8C9nr4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXoB8C9nr4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXoB8C9nr4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXoB8C9nr4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXoB8C9nr4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXoB8C9nr4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXoB8C9nr4 .navbar {
    height: 70px;
  }
  .cid-uXoB8C9nr4 .navbar.opened {
    height: auto;
  }
  .cid-uXoB8C9nr4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXoB8CtNCd {
  background-image: url("../../../assets/images/mbr-31.jpg");
}
.cid-uXoB8CtNCd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXoB8CtNCd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXoB8CtNCd .mycap {
  text-transform: capitalize;
}
.cid-uXoB8DoAqe {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #6ec7f2;
}
.cid-uXoB8DoAqe .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uXoB8DoAqe .mbr-text {
  text-align: center;
}
.cid-uXoB8DoAqe span.counter {
  color: blue;
  font-weight: bold;
}
.cid-uXoB8DoAqe .mylink {
  text-decoration: underline;
}
.cid-uXoFbjniO2 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #6ec7f2;
}
.cid-uXoB8CHrsc {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #6ec7f2;
}
.cid-uXoB8CHrsc .mbr-section-subtitle {
  text-align: center;
}
.cid-uXoB8CHrsc .mbr-section-title {
  text-align: center;
}
.cid-uXoB8CHrsc .mycap {
  text-transform: capitalize;
}
.cid-uXoB8CHrsc iframe {
  border-radius: 30px;
  max-width: 100%;
}
@media (max-width: 900px) {
  .cid-uXoB8CHrsc iframe {
    height: 1100px;
  }
}
.cid-uXtK151GSk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uXtK151GSk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXtK151GSk .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-uXtK151GSk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXtK151GSk img {
  width: 100%;
  border-radius: 30px;
}
@media (min-width: 992px) {
  .cid-uXtK151GSk .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXtK151GSk img {
    max-width: 85%;
    margin: auto;
    margin-bottom: 50px;
  }
  .cid-uXtK151GSk code {
    font-size: 10px!important;
  }
}
.cid-uXtK151GSk code {
  color: #3384d6;
  font-size: 0.9rem;
}
.cid-uXtK151GSk .deine-box {
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
  transition: all 0.5s linear;
}
.cid-uXtK151GSk .deine-box:hover {
  box-shadow: 25px 25px 25px 0px rgba(0, 0, 0, 0.4);
  transform: scale(1.05);
  cursor: pointer;
}
.cid-uXtK151GSk .mein-header {
  box-shadow: 5px 5px 20px 5px rgba(16, 72, 173, 0.3);
  padding: 0px 20px 0px 20px;
  border-radius: 20px;
}
.cid-uXtK151GSk .mbr-section-title {
  color: #1048ad;
}
.cid-uXtK151GSk .pulsierende-box {
  display: inline-block;
  box-shadow: 5px 5px 20px 5px rgba(16, 72, 173, 0.3);
  padding: 0px 20px;
  border-radius: 20px;
  transition: box-shadow 0.3s ease-in-out;
}
.cid-uXtK151GSk .pulsierende-box:hover {
  animation: pulsieren 1s infinite;
  cursor: pointer;
}
@keyframes pulsieren {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.cid-uXvytqyr4w {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXvytqyr4w code {
  color: #3384d6;
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .cid-uXvytqyr4w code {
    font-size: 10px!important;
  }
}
.cid-uXtW4Gz7wt {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #6ec7f2;
}
.cid-uXtW4Gz7wt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXtW4Gz7wt .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-uXtW4Gz7wt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXtW4Gz7wt .row {
  flex-direction: row-reverse;
}
.cid-uXtW4Gz7wt img {
  width: 100%;
}
.cid-uXRJDBBn9q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #9fdbf8;
}
.cid-uXRJDBBn9q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXRJDBBn9q .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-uXRJDBBn9q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXRJDBBn9q img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXRJDBBn9q .text-wrapper {
    padding: 2rem;
  }
}
.cid-uXRJDBBn9q .mycap {
  text-transform: capitalize;
}
.cid-uXoB8EqypF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uXHKurzfTx {
  z-index: 1000;
  width: 100%;
}
.cid-uXHKurzfTx nav.navbar {
  position: fixed;
}
.cid-uXHKurzfTx .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-uXHKurzfTx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXHKurzfTx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXHKurzfTx .dropdown-item:hover,
.cid-uXHKurzfTx .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uXHKurzfTx .dropdown-item:hover span {
  color: white;
}
.cid-uXHKurzfTx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXHKurzfTx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXHKurzfTx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXHKurzfTx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXHKurzfTx .nav-link {
  position: relative;
}
.cid-uXHKurzfTx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uXHKurzfTx .container {
    flex-wrap: nowrap;
  }
}
.cid-uXHKurzfTx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXHKurzfTx .dropdown-menu,
.cid-uXHKurzfTx .navbar.opened {
  background: #000000 !important;
}
.cid-uXHKurzfTx .nav-item:focus,
.cid-uXHKurzfTx .nav-link:focus {
  outline: none;
}
.cid-uXHKurzfTx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXHKurzfTx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXHKurzfTx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXHKurzfTx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXHKurzfTx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXHKurzfTx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXHKurzfTx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.8);
}
.cid-uXHKurzfTx .navbar.opened {
  transition: all 0.3s;
}
.cid-uXHKurzfTx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXHKurzfTx .navbar .navbar-logo img {
  width: auto;
}
.cid-uXHKurzfTx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXHKurzfTx .navbar.collapsed {
  justify-content: center;
}
.cid-uXHKurzfTx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXHKurzfTx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXHKurzfTx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uXHKurzfTx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXHKurzfTx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXHKurzfTx .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-uXHKurzfTx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXHKurzfTx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXHKurzfTx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXHKurzfTx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXHKurzfTx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXHKurzfTx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXHKurzfTx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXHKurzfTx .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-uXHKurzfTx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXHKurzfTx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXHKurzfTx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXHKurzfTx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXHKurzfTx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXHKurzfTx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uXHKurzfTx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uXHKurzfTx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXHKurzfTx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXHKurzfTx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXHKurzfTx .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-uXHKurzfTx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXHKurzfTx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXHKurzfTx .dropdown-item.active,
.cid-uXHKurzfTx .dropdown-item:active {
  background-color: transparent;
}
.cid-uXHKurzfTx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXHKurzfTx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXHKurzfTx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXHKurzfTx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uXHKurzfTx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXHKurzfTx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXHKurzfTx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXHKurzfTx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXHKurzfTx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXHKurzfTx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXHKurzfTx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXHKurzfTx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXHKurzfTx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXHKurzfTx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXHKurzfTx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXHKurzfTx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXHKurzfTx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXHKurzfTx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXHKurzfTx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXHKurzfTx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXHKurzfTx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXHKurzfTx .navbar {
    height: 70px;
  }
  .cid-uXHKurzfTx .navbar.opened {
    height: auto;
  }
  .cid-uXHKurzfTx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXHKurXOxZ {
  background-image: url("../../../assets/images/mbr-33.jpg");
}
.cid-uXHKurXOxZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXHKurXOxZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXHKurXOxZ .mycap {
  text-transform: capitalize;
}
.cid-uXHKusd1uC {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #6ec7f2;
}
.cid-uXHKusd1uC .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-uXHKusd1uC .mbr-text {
  text-align: center;
}
.cid-uXHKusd1uC span.counter {
  color: blue;
  font-weight: bold;
}
.cid-uXHKusd1uC .mylink {
  text-decoration: underline;
}
.cid-uXHKusoe34 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #6ec7f2;
}
.cid-uXHKusypmu {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #6ec7f2;
}
.cid-uXHKusypmu .mbr-section-subtitle {
  text-align: center;
}
.cid-uXHKusypmu .mbr-section-title {
  text-align: center;
}
.cid-uXHKusypmu .mycap {
  text-transform: capitalize;
}
.cid-uXHKusypmu iframe {
  border-radius: 30px;
  max-width: 100%;
}
@media (max-width: 900px) {
  .cid-uXHKusypmu iframe {
    height: 2000px;
  }
}
.cid-uXHNuyUcBG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXHNuyUcBG .headline {
  color: #111827;
  font-weight: 600;
  font-size: 50px;
  letter-spacing: 1px;
  text-shadow: 3px 0px 6px rgba(0, 0, 0, 0.63);
}
@media (max-width: 500px) {
  .cid-uXHNuyUcBG .headline {
    font-size: 25px;
    padding-top: 50px;
  }
}
.cid-uXHNuyUcBG .beispiel-1 {
  color: #111827;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 1px;
  text-shadow: 2px 1px 0px rgba(255, 0, 0, 0.75);
}
.cid-uXHNuyUcBG .beispiel-2 {
  color: #111827;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 1px;
  text-shadow: 3px 1px 0px rgba(255, 0, 0, 0.75), -1px -2px 4px rgba(0, 0, 255, 0.53);
}
.cid-uXHNuyUcBG .beispiel-3 {
  color: #0000a0;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 3px;
  text-shadow: 10px 2px 22px rgba(69, 69, 69, 0.82);
}
.cid-uXHKut3gY7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-uXHKut3gY7 code {
  color: #3384d6;
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .cid-uXHKut3gY7 code {
    font-size: 10px!important;
  }
}
.cid-uXHKutjJWk {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #47b5ed;
}
.cid-uXHKutjJWk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXHKutjJWk .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-uXHKutjJWk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXHKutjJWk .row {
  flex-direction: row-reverse;
}
.cid-uXHKutjJWk img {
  width: 100%;
}
.cid-uXOrNfgzHW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #9fdbf8;
}
.cid-uXOrNfgzHW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOrNfgzHW .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-uXOrNfgzHW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXOrNfgzHW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXOrNfgzHW .text-wrapper {
    padding: 2rem;
  }
}
.cid-uXOrNfgzHW .mycap {
  text-transform: capitalize;
}
.cid-uXHKutz1TO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
}
